diff --git a/__init__.py b/__init__.py index a2ae480..e08a4ba 100644 --- a/__init__.py +++ b/__init__.py @@ -475,11 +475,11 @@ class pure_json_protocol(object): status = STATUS_BUFFERING_UNHANDLED_REQUEST data = None else: + self.logger.debug("%s Executing callback %s to process received data", self.__log_prefix__(), callback.__name__) 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 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()))) + logger.error('{lp} Exception raised. Check callback {callback_name}: "{message}" and it\'s return values for {msg_info}'.format(lp=self.__log_prefix__(), callback_name=callback.__name__, message=str(e), msg_info=self.__get_message_name__(msg.get_service_id(), msg.get_data_id()))) status = STATUS_CALLBACK_ERROR data = None else: @@ -490,7 +490,10 @@ class pure_json_protocol(object): self.__buffer_received_data__(msg) else: self.logger.debug("%s Executing callback %s to process received data", self.__log_prefix__(), callback.__name__) - callback(msg, *args, **kwargs) + try: + callback(msg, *args, **kwargs) + except Exception as e: + logger.error('{lp} Exception raised. Check callback {callback_name}: "{message}" for {msg_info}'.format(lp=self.__log_prefix__(), callback_name=callback.__name__, message=str(e), msg_info=self.__get_message_name__(msg.get_service_id(), msg.get_data_id()))) return # No response needed self.send(self.__sid_response_dict__[msg.get_service_id()], msg.get_data_id(), data, status=status) diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 4546d7d..70ac0b8 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -1005,13 +1005,13 @@ }, { "coverage_state": "covered", - "end": 495, + "end": 494, "start": 492 }, { - "coverage_state": "clean", + "coverage_state": "uncovered", "end": 496, - "start": 496 + "start": 495 }, { "coverage_state": "covered", @@ -1020,43 +1020,43 @@ }, { "coverage_state": "clean", - "end": 502, + "end": 499, "start": 499 }, { "coverage_state": "covered", - "end": 504, - "start": 503 + "end": 501, + "start": 500 }, { "coverage_state": "clean", "end": 505, - "start": 505 + "start": 502 }, { "coverage_state": "covered", - "end": 510, + "end": 507, "start": 506 }, { "coverage_state": "clean", - "end": 511, - "start": 511 + "end": 508, + "start": 508 }, { "coverage_state": "covered", - "end": 512, - "start": 512 + "end": 513, + "start": 509 }, { "coverage_state": "clean", - "end": 513, - "start": 513 + "end": 514, + "start": 514 }, { "coverage_state": "covered", "end": 515, - "start": 514 + "start": 515 }, { "coverage_state": "clean", @@ -1085,308 +1085,308 @@ }, { "coverage_state": "covered", - "end": 523, + "end": 524, "start": 523 }, { "coverage_state": "clean", - "end": 533, - "start": 524 + "end": 525, + "start": 525 }, { "coverage_state": "covered", - "end": 537, - "start": 534 + "end": 526, + "start": 526 }, { "coverage_state": "clean", - "end": 538, - "start": 538 + "end": 536, + "start": 527 }, { "coverage_state": "covered", - "end": 542, - "start": 539 + "end": 540, + "start": 537 }, { "coverage_state": "clean", - "end": 543, - "start": 543 + "end": 541, + "start": 541 }, { "coverage_state": "covered", - "end": 544, - "start": 544 + "end": 545, + "start": 542 }, { "coverage_state": "clean", - "end": 552, - "start": 545 + "end": 546, + "start": 546 }, { "coverage_state": "covered", - "end": 556, - "start": 553 + "end": 547, + "start": 547 }, { "coverage_state": "clean", - "end": 557, - "start": 557 + "end": 555, + "start": 548 }, { "coverage_state": "covered", - "end": 558, - "start": 558 + "end": 559, + "start": 556 }, { "coverage_state": "clean", - "end": 566, - "start": 559 + "end": 560, + "start": 560 }, { "coverage_state": "covered", - "end": 572, - "start": 567 + "end": 561, + "start": 561 }, { "coverage_state": "clean", - "end": 573, - "start": 573 + "end": 569, + "start": 562 }, { "coverage_state": "covered", - "end": 579, - "start": 574 + "end": 575, + "start": 570 }, { "coverage_state": "clean", - "end": 580, - "start": 580 + "end": 576, + "start": 576 }, { "coverage_state": "covered", - "end": 581, - "start": 581 + "end": 582, + "start": 577 }, { "coverage_state": "clean", - "end": 589, - "start": 582 + "end": 583, + "start": 583 }, { "coverage_state": "covered", - "end": 590, - "start": 590 + "end": 584, + "start": 584 }, { "coverage_state": "clean", - "end": 591, - "start": 591 - }, - { - "coverage_state": "covered", "end": 592, - "start": 592 + "start": 585 }, { - "coverage_state": "clean", - "end": 604, + "coverage_state": "covered", + "end": 593, "start": 593 }, + { + "coverage_state": "clean", + "end": 594, + "start": 594 + }, { "coverage_state": "covered", - "end": 616, - "start": 605 + "end": 595, + "start": 595 }, { "coverage_state": "clean", - "end": 617, - "start": 617 + "end": 607, + "start": 596 }, { "coverage_state": "covered", - "end": 618, - "start": 618 + "end": 619, + "start": 608 }, { "coverage_state": "clean", - "end": 624, - "start": 619 + "end": 620, + "start": 620 }, { "coverage_state": "covered", - "end": 625, - "start": 625 + "end": 621, + "start": 621 }, { "coverage_state": "clean", - "end": 626, - "start": 626 - }, - { - "coverage_state": "covered", "end": 627, - "start": 627 + "start": 622 }, { - "coverage_state": "clean", - "end": 633, + "coverage_state": "covered", + "end": 628, "start": 628 }, + { + "coverage_state": "clean", + "end": 629, + "start": 629 + }, { "coverage_state": "covered", - "end": 634, - "start": 634 + "end": 630, + "start": 630 }, { "coverage_state": "clean", - "end": 635, - "start": 635 - }, - { - "coverage_state": "covered", "end": 636, - "start": 636 + "start": 631 }, { - "coverage_state": "clean", - "end": 642, + "coverage_state": "covered", + "end": 637, "start": 637 }, + { + "coverage_state": "clean", + "end": 638, + "start": 638 + }, { "coverage_state": "covered", - "end": 643, - "start": 643 + "end": 639, + "start": 639 }, { "coverage_state": "clean", - "end": 644, - "start": 644 - }, - { - "coverage_state": "covered", "end": 645, - "start": 645 + "start": 640 }, { - "coverage_state": "clean", - "end": 657, + "coverage_state": "covered", + "end": 646, "start": 646 }, - { - "coverage_state": "covered", - "end": 669, - "start": 658 - }, { "coverage_state": "clean", - "end": 670, - "start": 670 + "end": 647, + "start": 647 }, { "coverage_state": "covered", - "end": 671, - "start": 671 + "end": 648, + "start": 648 }, { "coverage_state": "clean", + "end": 660, + "start": 649 + }, + { + "coverage_state": "covered", + "end": 672, + "start": 661 + }, + { + "coverage_state": "clean", + "end": 673, + "start": 673 + }, + { + "coverage_state": "covered", "end": 674, - "start": 672 + "start": 674 }, { - "coverage_state": "covered", - "end": 675, + "coverage_state": "clean", + "end": 677, "start": 675 }, - { - "coverage_state": "clean", - "end": 676, - "start": 676 - }, { "coverage_state": "covered", - "end": 677, - "start": 677 - }, - { - "coverage_state": "clean", - "end": 710, + "end": 678, "start": 678 }, + { + "coverage_state": "clean", + "end": 679, + "start": 679 + }, { "coverage_state": "covered", - "end": 711, - "start": 711 + "end": 680, + "start": 680 }, { "coverage_state": "clean", - "end": 712, - "start": 712 - }, - { - "coverage_state": "covered", "end": 713, - "start": 713 + "start": 681 }, { - "coverage_state": "clean", - "end": 729, + "coverage_state": "covered", + "end": 714, "start": 714 }, - { - "coverage_state": "covered", - "end": 733, - "start": 730 - }, { "coverage_state": "clean", - "end": 735, - "start": 734 + "end": 715, + "start": 715 }, { "coverage_state": "covered", - "end": 737, - "start": 736 + "end": 716, + "start": 716 }, { "coverage_state": "clean", - "end": 739, - "start": 738 + "end": 732, + "start": 717 + }, + { + "coverage_state": "covered", + "end": 736, + "start": 733 + }, + { + "coverage_state": "clean", + "end": 738, + "start": 737 }, { "coverage_state": "covered", "end": 740, - "start": 740 + "start": 739 }, { "coverage_state": "clean", - "end": 747, + "end": 742, "start": 741 }, { "coverage_state": "covered", - "end": 749, - "start": 748 + "end": 743, + "start": 743 }, { "coverage_state": "clean", "end": 750, - "start": 750 + "start": 744 }, { "coverage_state": "covered", - "end": 754, + "end": 752, "start": 751 }, { "coverage_state": "clean", - "end": 755, - "start": 755 + "end": 753, + "start": 753 }, { "coverage_state": "covered", "end": 757, - "start": 756 + "start": 754 }, { "coverage_state": "clean", @@ -1395,70 +1395,80 @@ }, { "coverage_state": "covered", - "end": 763, + "end": 760, "start": 759 }, { "coverage_state": "clean", - "end": 764, - "start": 764 + "end": 761, + "start": 761 }, { "coverage_state": "covered", - "end": 767, - "start": 765 + "end": 766, + "start": 762 }, { "coverage_state": "clean", - "end": 768, + "end": 767, + "start": 767 + }, + { + "coverage_state": "covered", + "end": 770, "start": 768 }, + { + "coverage_state": "clean", + "end": 771, + "start": 771 + }, { "coverage_state": "covered", - "end": 773, - "start": 769 + "end": 776, + "start": 772 }, { "coverage_state": "clean", - "end": 774, - "start": 774 - }, - { - "coverage_state": "covered", "end": 777, - "start": 775 + "start": 777 }, { - "coverage_state": "clean", - "end": 778, + "coverage_state": "covered", + "end": 780, "start": 778 }, - { - "coverage_state": "covered", - "end": 779, - "start": 779 - }, { "coverage_state": "clean", - "end": 780, - "start": 780 + "end": 781, + "start": 781 }, { "coverage_state": "covered", "end": 782, - "start": 781 + "start": 782 + }, + { + "coverage_state": "clean", + "end": 783, + "start": 783 + }, + { + "coverage_state": "covered", + "end": 785, + "start": 784 }, { "coverage_state": "clean", "end": null, - "start": 783 + "start": 786 } ], - "line_coverage": 100.0, + "line_coverage": 99.49, "name": "socket_protocol.__init__.py" } ], - "line_coverage": 100.0, + "line_coverage": 99.49, "name": "socket_protocol" } ], @@ -1777,7 +1787,7 @@ "Name": "socket_protocol", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "2a04c5bb4a5918290c3998176093afae" + "Version": "46c53c04e2e1e8f0bb8c1b51250a9f84" }, "testrun_list": [ { @@ -1826,8 +1836,8 @@ "testcases": { "_-UtxUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881325, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.38071, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1838,20 +1848,20 @@ "message": "_-UtxUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 881.3250064849854, + "msecs": 380.7098865509033, "msg": "_-UtxUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.04808044433594, + "relativeCreated": 36.119937896728516, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881399, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380822, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -1862,14 +1872,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 881.3989162445068, + "msecs": 380.82194328308105, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.12199020385742, - "thread": 139854989064000, + "relativeCreated": 36.23199462890625, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1877,8 +1887,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881545, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1895,8 +1905,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881467, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380894, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1906,14 +1916,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": 881.4671039581299, + "msecs": 380.8939456939697, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.19017791748047, - "thread": 139854989064000, + "relativeCreated": 36.30399703979492, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -1921,8 +1931,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881508, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380934, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1932,34 +1942,34 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 881.5081119537354, + "msecs": 380.9340000152588, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.23118591308594, - "thread": 139854989064000, + "relativeCreated": 36.344051361083984, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 881.5450668334961, + "msecs": 380.97190856933594, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.26814079284668, - "thread": 139854989064000, + "relativeCreated": 36.38195991516113, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881615, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381045, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -1970,14 +1980,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 881.6149234771729, + "msecs": 381.0451030731201, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.33799743652344, - "thread": 139854989064000, + "relativeCreated": 36.45515441894531, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1985,8 +1995,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881754, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2003,8 +2013,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881679, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.38111, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2014,14 +2024,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": 881.6790580749512, + "msecs": 381.10995292663574, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.40213203430176, - "thread": 139854989064000, + "relativeCreated": 36.52000427246094, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2029,8 +2039,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881718, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381149, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2040,35 +2050,35 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 881.7179203033447, + "msecs": 381.1490535736084, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.44099426269531, - "thread": 139854989064000, + "relativeCreated": 36.559104919433594, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 881.7539215087891, + "msecs": 381.18791580200195, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.47699546813965, - "thread": 139854989064000, + "relativeCreated": 36.59796714782715, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [ "'DID'", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881897, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381337, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2085,8 +2095,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.88182, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381259, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2096,14 +2106,14 @@ "lineno": 22, "message": "Result (Content in message object for data_id): 'DID' ()", "module": "test", - "msecs": 881.8199634552002, + "msecs": 381.2589645385742, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.54303741455078, - "thread": 139854989064000, + "relativeCreated": 36.669015884399414, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2112,8 +2122,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881859, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2123,39 +2133,39 @@ "lineno": 26, "message": "Expectation (Content in message object for data_id): result = 'DID' ()", "module": "test", - "msecs": 881.8590641021729, + "msecs": 381.2980651855469, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.58213806152344, - "thread": 139854989064000, + "relativeCreated": 36.70811653137207, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 881.89697265625, + "msecs": 381.33692741394043, "msg": "Content in message object for data_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.620046615600586, - "thread": 139854989064000, + "relativeCreated": 36.746978759765625, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.886222839355469e-05 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0005719661712646484, - "time_finished": "2021-01-11 11:25:03,881", - "time_start": "2021-01-11 11:25:03,881" + "time_consumption": 0.0006270408630371094, + "time_finished": "2021-01-11 11:37:08,381", + "time_start": "2021-01-11 11:37:08,380" }, "_2pi_8EzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.88271, + "asctime": "2021-01-11 11:37:08,382", + "created": 1610361428.382163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2166,18 +2176,18 @@ "message": "_2pi_8EzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 882.7099800109863, + "msecs": 382.16304779052734, "msg": "_2pi_8EzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.433053970336914, + "relativeCreated": 37.57309913635254, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885947, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.38554, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2192,8 +2202,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883075, + "asctime": "2021-01-11 11:37:08,382", + "created": 1610361428.382531, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2203,22 +2213,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 883.0749988555908, + "msecs": 382.53092765808105, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.798072814941406, - "thread": 139854989064000, + "relativeCreated": 37.94097900390625, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883469, + "asctime": "2021-01-11 11:37:08,382", + "created": 1610361428.382924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2228,22 +2238,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 883.4691047668457, + "msecs": 382.92407989501953, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.19217872619629, - "thread": 139854989064000, + "relativeCreated": 38.33413124084473, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883563, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2253,22 +2263,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 883.5630416870117, + "msecs": 383.06689262390137, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.286115646362305, - "thread": 139854989064000, + "relativeCreated": 38.47694396972656, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883716, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2278,14 +2288,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 883.7161064147949, + "msecs": 383.2581043243408, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.43918037414551, - "thread": 139854989064000, + "relativeCreated": 38.668155670166016, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2294,25 +2304,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883777, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383319, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 883.7769031524658, + "msecs": 383.3189010620117, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.499977111816406, - "thread": 139854989064000, + "relativeCreated": 38.728952407836914, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2320,25 +2330,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883849, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383397, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 883.8489055633545, + "msecs": 383.39710235595703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.57197952270508, - "thread": 139854989064000, + "relativeCreated": 38.80715370178223, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2346,25 +2356,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883898, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383453, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 883.8980197906494, + "msecs": 383.4528923034668, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.62109375, - "thread": 139854989064000, + "relativeCreated": 38.86294364929199, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2372,25 +2382,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883943, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383501, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 883.9430809020996, + "msecs": 383.5010528564453, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.666154861450195, - "thread": 139854989064000, + "relativeCreated": 38.91110420227051, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2398,25 +2408,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:03,883", - "created": 1610360703.883985, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383545, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 883.9850425720215, + "msecs": 383.544921875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.70811653137207, - "thread": 139854989064000, + "relativeCreated": 38.954973220825195, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2426,8 +2436,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884036, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383593, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2437,14 +2447,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 884.0360641479492, + "msecs": 383.5930824279785, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.759138107299805, - "thread": 139854989064000, + "relativeCreated": 39.00313377380371, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2454,8 +2464,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884087, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383644, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2465,14 +2475,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 884.087085723877, + "msecs": 383.64410400390625, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.81015968322754, - "thread": 139854989064000, + "relativeCreated": 39.054155349731445, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2482,8 +2492,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884136, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2493,14 +2503,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 884.1359615325928, + "msecs": 383.6970329284668, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.85903549194336, - "thread": 139854989064000, + "relativeCreated": 39.10708427429199, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2510,8 +2520,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884183, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2521,22 +2531,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 884.1829299926758, + "msecs": 383.7549686431885, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.90600395202637, - "thread": 139854989064000, + "relativeCreated": 39.16501998901367, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.88423, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2546,14 +2556,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 884.2298984527588, + "msecs": 383.81409645080566, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 36.952972412109375, - "thread": 139854989064000, + "relativeCreated": 39.22414779663086, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2562,25 +2572,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884286, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383881, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 884.2859268188477, + "msecs": 383.8810920715332, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.00900077819824, - "thread": 139854989064000, + "relativeCreated": 39.2911434173584, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2588,25 +2598,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884336, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383941, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 884.335994720459, + "msecs": 383.9409351348877, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.05906867980957, - "thread": 139854989064000, + "relativeCreated": 39.35098648071289, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2614,25 +2624,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884379, + "asctime": "2021-01-11 11:37:08,383", + "created": 1610361428.383999, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 884.3789100646973, + "msecs": 383.9991092681885, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.10198402404785, - "thread": 139854989064000, + "relativeCreated": 39.40916061401367, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2642,8 +2652,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884427, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384172, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2653,14 +2663,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 884.4270706176758, + "msecs": 384.1719627380371, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.15014457702637, - "thread": 139854989064000, + "relativeCreated": 39.582014083862305, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2670,8 +2680,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884598, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384234, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2681,14 +2691,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 884.5980167388916, + "msecs": 384.2339515686035, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.32109069824219, - "thread": 139854989064000, + "relativeCreated": 39.64400291442871, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2697,25 +2707,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884673, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384305, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 884.6731185913086, + "msecs": 384.3050003051758, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.39619255065918, - "thread": 139854989064000, + "relativeCreated": 39.71505165100098, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2724,25 +2734,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884736, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384359, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 884.7360610961914, + "msecs": 384.35888290405273, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.45913505554199, - "thread": 139854989064000, + "relativeCreated": 39.76893424987793, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2751,33 +2761,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884808, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384411, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 884.8080635070801, + "msecs": 384.411096572876, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.531137466430664, - "thread": 139854989064000, + "relativeCreated": 39.82114791870117, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:03,884", - "created": 1610360703.884864, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2787,22 +2797,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 884.864091873169, + "msecs": 384.4630718231201, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.58716583251953, - "thread": 139854989064000, + "relativeCreated": 39.87312316894531, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885016, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384584, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2812,14 +2822,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 885.0159645080566, + "msecs": 384.5839500427246, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.73903846740723, - "thread": 139854989064000, + "relativeCreated": 39.994001388549805, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2828,25 +2838,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.88507, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384636, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 885.0700855255127, + "msecs": 384.63592529296875, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.79315948486328, - "thread": 139854989064000, + "relativeCreated": 40.045976638793945, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2854,25 +2864,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885134, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384698, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 885.1339817047119, + "msecs": 384.69791412353516, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.8570556640625, - "thread": 139854989064000, + "relativeCreated": 40.10796546936035, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2880,25 +2890,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885184, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384768, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 885.1840496063232, + "msecs": 384.768009185791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.90712356567383, - "thread": 139854989064000, + "relativeCreated": 40.17806053161621, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2906,25 +2916,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885228, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384814, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 885.2279186248779, + "msecs": 384.8140239715576, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.950992584228516, - "thread": 139854989064000, + "relativeCreated": 40.22407531738281, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2932,25 +2942,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.88527, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384856, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 885.2701187133789, + "msecs": 384.8559856414795, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 37.99319267272949, - "thread": 139854989064000, + "relativeCreated": 40.26603698730469, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2960,8 +2970,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885316, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2971,14 +2981,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 885.3158950805664, + "msecs": 384.9010467529297, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.03896903991699, - "thread": 139854989064000, + "relativeCreated": 40.31109809875488, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -2988,8 +2998,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885363, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384949, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2999,14 +3009,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 885.3631019592285, + "msecs": 384.9489688873291, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.0861759185791, - "thread": 139854989064000, + "relativeCreated": 40.3590202331543, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3016,8 +3026,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885409, + "asctime": "2021-01-11 11:37:08,384", + "created": 1610361428.384999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3027,14 +3037,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 885.4091167449951, + "msecs": 384.99903678894043, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.1321907043457, - "thread": 139854989064000, + "relativeCreated": 40.409088134765625, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3044,8 +3054,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885457, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385045, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3055,22 +3065,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 885.4570388793945, + "msecs": 385.04505157470703, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.18011283874512, - "thread": 139854989064000, + "relativeCreated": 40.45510292053223, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885498, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3080,14 +3090,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 885.498046875, + "msecs": 385.0860595703125, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.221120834350586, - "thread": 139854989064000, + "relativeCreated": 40.496110916137695, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3096,25 +3106,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885547, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385135, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 885.5469226837158, + "msecs": 385.1349353790283, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.269996643066406, - "thread": 139854989064000, + "relativeCreated": 40.544986724853516, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3122,25 +3132,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885594, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385185, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 885.5938911437988, + "msecs": 385.18500328063965, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.316965103149414, - "thread": 139854989064000, + "relativeCreated": 40.595054626464844, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3148,25 +3158,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.88564, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385228, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 885.6399059295654, + "msecs": 385.22791862487793, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.362979888916016, - "thread": 139854989064000, + "relativeCreated": 40.637969970703125, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3176,8 +3186,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885685, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385273, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3187,14 +3197,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 885.6849670410156, + "msecs": 385.2729797363281, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.40804100036621, - "thread": 139854989064000, + "relativeCreated": 40.68303108215332, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3204,8 +3214,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885731, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3215,14 +3225,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 885.7309818267822, + "msecs": 385.3189945220947, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.45405578613281, - "thread": 139854989064000, + "relativeCreated": 40.72904586791992, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3231,25 +3241,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885777, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385365, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 885.7769966125488, + "msecs": 385.3650093078613, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.500070571899414, - "thread": 139854989064000, + "relativeCreated": 40.77506065368652, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3258,25 +3268,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885818, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385406, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 885.8180046081543, + "msecs": 385.4060173034668, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.54107856750488, - "thread": 139854989064000, + "relativeCreated": 40.81606864929199, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3285,33 +3295,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885859, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385447, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 885.8590126037598, + "msecs": 385.44702529907227, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.58208656311035, - "thread": 139854989064000, + "relativeCreated": 40.85707664489746, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:03,885", - "created": 1610360703.885904, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385495, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3321,32 +3331,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 885.90407371521, + "msecs": 385.4949474334717, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.62714767456055, - "thread": 139854989064000, + "relativeCreated": 40.904998779296875, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 885.9469890594482, + "msecs": 385.5400085449219, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.67006301879883, - "thread": 139854989064000, + "relativeCreated": 40.95005989074707, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 4.506111145019531e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:04,229", - "created": 1610360704.229702, + "asctime": "2021-01-11 11:37:08,728", + "created": 1610361428.728964, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3361,8 +3371,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:03,886", - "created": 1610360703.886034, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385625, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3372,22 +3382,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 886.0340118408203, + "msecs": 385.62488555908203, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.7570858001709, - "thread": 139854989064000, + "relativeCreated": 41.03493690490723, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:03,886", - "created": 1610360703.886081, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3397,22 +3407,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 886.0809803009033, + "msecs": 385.67209243774414, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.804054260253906, - "thread": 139854989064000, + "relativeCreated": 41.082143783569336, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:03,886", - "created": 1610360703.886132, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3422,14 +3432,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 886.132001876831, + "msecs": 385.7240676879883, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.85507583618164, - "thread": 139854989064000, + "relativeCreated": 41.13411903381348, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3440,8 +3450,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:03,886", - "created": 1610360703.886204, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385801, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3451,22 +3461,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 886.2040042877197, + "msecs": 385.8010768890381, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 38.92707824707031, - "thread": 139854989064000, + "relativeCreated": 41.21112823486328, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:03,886", - "created": 1610360703.886353, + "asctime": "2021-01-11 11:37:08,385", + "created": 1610361428.385949, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3476,22 +3486,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 886.3530158996582, + "msecs": 385.94889640808105, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 39.07608985900879, - "thread": 139854989064000, + "relativeCreated": 41.35894775390625, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:03,886", - "created": 1610360703.886405, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3501,22 +3511,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 886.4049911499023, + "msecs": 386.0039710998535, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 39.12806510925293, - "thread": 139854989064000, + "relativeCreated": 41.41402244567871, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:03,886", - "created": 1610360703.886455, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3526,14 +3536,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 886.4550590515137, + "msecs": 386.0509395599365, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 39.17813301086426, - "thread": 139854989064000, + "relativeCreated": 41.46099090576172, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -3541,8 +3551,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 11:25:03,887", - "created": 1610360703.887166, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.38639, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3552,14 +3562,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": 887.1660232543945, + "msecs": 386.38997077941895, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 39.88909721374512, - "thread": 139854967506688, + "relativeCreated": 41.80002212524414, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3567,8 +3577,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 11:25:03,887", - "created": 1610360703.887319, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386518, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3578,14 +3588,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": 887.3190879821777, + "msecs": 386.5180015563965, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.04216194152832, - "thread": 139854967506688, + "relativeCreated": 41.92805290222168, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3593,8 +3603,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887386, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3604,14 +3614,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 887.3860836029053, + "msecs": 386.58595085144043, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.10915756225586, - "thread": 139854967506688, + "relativeCreated": 41.996002197265625, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3620,8 +3630,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887442, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3631,14 +3641,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 887.4421119689941, + "msecs": 386.6539001464844, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.16518592834473, - "thread": 139854967506688, + "relativeCreated": 42.06395149230957, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3646,8 +3656,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887511, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3657,14 +3667,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.5110149383545, + "msecs": 386.7380619049072, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.23408889770508, - "thread": 139854967506688, + "relativeCreated": 42.14811325073242, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3673,8 +3683,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887563, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3684,14 +3694,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 887.5629901885986, + "msecs": 386.80100440979004, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.28606414794922, - "thread": 139854967506688, + "relativeCreated": 42.211055755615234, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3699,8 +3709,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887633, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386923, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3710,14 +3720,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.6330852508545, + "msecs": 386.92307472229004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.35615921020508, - "thread": 139854967506688, + "relativeCreated": 42.333126068115234, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3726,8 +3736,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887685, + "asctime": "2021-01-11 11:37:08,386", + "created": 1610361428.386996, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3737,14 +3747,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 887.6850605010986, + "msecs": 386.9960308074951, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.40813446044922, - "thread": 139854967506688, + "relativeCreated": 42.40608215332031, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3752,8 +3762,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887745, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3763,14 +3773,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.7449035644531, + "msecs": 387.0880603790283, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.46797752380371, - "thread": 139854967506688, + "relativeCreated": 42.498111724853516, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3779,8 +3789,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887792, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387159, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3790,14 +3800,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 887.7921104431152, + "msecs": 387.1591091156006, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.51518440246582, - "thread": 139854967506688, + "relativeCreated": 42.56916046142578, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3805,8 +3815,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887859, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3816,14 +3826,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.8591060638428, + "msecs": 387.2671127319336, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.58218002319336, - "thread": 139854967506688, + "relativeCreated": 42.67716407775879, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3832,8 +3842,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887917, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3843,14 +3853,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 887.9170417785645, + "msecs": 387.33792304992676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.64011573791504, - "thread": 139854967506688, + "relativeCreated": 42.74797439575195, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3858,8 +3868,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:03,887", - "created": 1610360703.887986, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3869,14 +3879,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 887.9859447479248, + "msecs": 387.4471187591553, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.70901870727539, - "thread": 139854967506688, + "relativeCreated": 42.85717010498047, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3884,8 +3894,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:03,888", - "created": 1610360703.888042, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3895,14 +3905,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 888.0419731140137, + "msecs": 387.5439167022705, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.76504707336426, - "thread": 139854967506688, + "relativeCreated": 42.9539680480957, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3910,8 +3920,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,888", - "created": 1610360703.888094, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3921,14 +3931,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 888.0939483642578, + "msecs": 387.6020908355713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.8170223236084, - "thread": 139854967506688, + "relativeCreated": 43.012142181396484, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3937,8 +3947,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:03,888", - "created": 1610360703.88814, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3948,14 +3958,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": 888.1399631500244, + "msecs": 387.65406608581543, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.863037109375, - "thread": 139854967506688, + "relativeCreated": 43.064117431640625, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3963,8 +3973,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 11:25:03,888", - "created": 1610360703.888235, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3974,14 +3984,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": 888.2350921630859, + "msecs": 387.7530097961426, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 40.95816612243652, - "thread": 139854967506688, + "relativeCreated": 43.16306114196777, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -3992,8 +4002,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:03,888", - "created": 1610360703.888357, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387886, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4003,14 +4013,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 888.3569240570068, + "msecs": 387.88604736328125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 41.07999801635742, - "thread": 139854967506688, + "relativeCreated": 43.296098709106445, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4018,25 +4028,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:03,888", - "created": 1610360703.88842, + "asctime": "2021-01-11 11:37:08,387", + "created": 1610361428.387955, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 888.4201049804688, + "msecs": 387.9549503326416, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 41.143178939819336, - "thread": 139854967506688, + "relativeCreated": 43.3650016784668, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4047,8 +4057,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:03,888", - "created": 1610360703.8885, + "asctime": "2021-01-11 11:37:08,388", + "created": 1610361428.388049, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4058,14 +4068,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 888.4999752044678, + "msecs": 388.0488872528076, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 41.22304916381836, - "thread": 139854967506688, + "relativeCreated": 43.45893859863281, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4073,8 +4083,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 11:25:03,891", - "created": 1610360703.891337, + "asctime": "2021-01-11 11:37:08,391", + "created": 1610361428.391783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4084,14 +4094,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": 891.3369178771973, + "msecs": 391.7829990386963, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.05999183654785, - "thread": 139854959113984, + "relativeCreated": 47.193050384521484, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4099,8 +4109,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 11:25:03,891", - "created": 1610360703.891554, + "asctime": "2021-01-11 11:37:08,392", + "created": 1610361428.39206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4110,14 +4120,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": 891.5541172027588, + "msecs": 392.0600414276123, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.277191162109375, - "thread": 139854959113984, + "relativeCreated": 47.4700927734375, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4125,8 +4135,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,891", - "created": 1610360703.891639, + "asctime": "2021-01-11 11:37:08,392", + "created": 1610361428.392219, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4136,14 +4146,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 891.638994216919, + "msecs": 392.21906661987305, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.36206817626953, - "thread": 139854959113984, + "relativeCreated": 47.62911796569824, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4152,8 +4162,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:03,891", - "created": 1610360703.891693, + "asctime": "2021-01-11 11:37:08,392", + "created": 1610361428.392517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4163,14 +4173,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 891.693115234375, + "msecs": 392.51708984375, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.416189193725586, - "thread": 139854959113984, + "relativeCreated": 47.927141189575195, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4178,8 +4188,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,891", - "created": 1610360703.891765, + "asctime": "2021-01-11 11:37:08,392", + "created": 1610361428.392838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4189,14 +4199,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 891.7651176452637, + "msecs": 392.8380012512207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.48819160461426, - "thread": 139854959113984, + "relativeCreated": 48.2480525970459, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4205,8 +4215,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,891", - "created": 1610360703.891844, + "asctime": "2021-01-11 11:37:08,392", + "created": 1610361428.392925, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4216,14 +4226,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.8440341949463, + "msecs": 392.9250240325928, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.567108154296875, - "thread": 139854959113984, + "relativeCreated": 48.33507537841797, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4231,8 +4241,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,891", - "created": 1610360703.891952, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393075, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4242,14 +4252,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 891.9520378112793, + "msecs": 393.07498931884766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.67511177062988, - "thread": 139854959113984, + "relativeCreated": 48.48504066467285, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4258,8 +4268,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892029, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.39315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4269,14 +4279,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.0290470123291, + "msecs": 393.15009117126465, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.75212097167969, - "thread": 139854959113984, + "relativeCreated": 48.560142517089844, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4284,8 +4294,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.89211, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4295,14 +4305,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.1101093292236, + "msecs": 393.21208000183105, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.83318328857422, - "thread": 139854959113984, + "relativeCreated": 48.62213134765625, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4311,8 +4321,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892175, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393314, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4322,14 +4332,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.1749591827393, + "msecs": 393.3138847351074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.898033142089844, - "thread": 139854959113984, + "relativeCreated": 48.72393608093262, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4337,8 +4347,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892265, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393399, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4348,14 +4358,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.2650814056396, + "msecs": 393.3990001678467, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 44.988155364990234, - "thread": 139854959113984, + "relativeCreated": 48.809051513671875, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4364,8 +4374,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892327, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4375,14 +4385,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.327070236206, + "msecs": 393.45598220825195, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 45.05014419555664, - "thread": 139854959113984, + "relativeCreated": 48.86603355407715, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4390,8 +4400,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892439, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4401,14 +4411,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 892.4388885498047, + "msecs": 393.5990333557129, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 45.16196250915527, - "thread": 139854959113984, + "relativeCreated": 49.009084701538086, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4416,8 +4426,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892534, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393689, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4427,14 +4437,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 892.5340175628662, + "msecs": 393.6889171600342, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 45.2570915222168, - "thread": 139854959113984, + "relativeCreated": 49.098968505859375, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4442,8 +4452,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892616, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.39378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4453,14 +4463,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.6160335540771, + "msecs": 393.779993057251, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 45.339107513427734, - "thread": 139854959113984, + "relativeCreated": 49.19004440307617, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4469,8 +4479,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:03,892", - "created": 1610360703.892732, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4480,14 +4490,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.7319049835205, + "msecs": 393.8620090484619, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 45.454978942871094, - "thread": 139854959113984, + "relativeCreated": 49.27206039428711, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4495,8 +4505,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 11:25:03,893", - "created": 1610360703.89307, + "asctime": "2021-01-11 11:37:08,393", + "created": 1610361428.393999, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4506,14 +4516,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": 893.0699825286865, + "msecs": 393.9990997314453, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 45.79305648803711, - "thread": 139854959113984, + "relativeCreated": 49.40915107727051, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4524,8 +4534,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:03,893", - "created": 1610360703.893591, + "asctime": "2021-01-11 11:37:08,394", + "created": 1610361428.3943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4535,14 +4545,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 893.5909271240234, + "msecs": 394.2999839782715, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 46.31400108337402, - "thread": 139854959113984, + "relativeCreated": 49.71003532409668, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -4550,8 +4560,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:03,893", - "created": 1610360703.893765, + "asctime": "2021-01-11 11:37:08,394", + "created": 1610361428.394403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4561,32 +4571,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 893.7649726867676, + "msecs": 394.40298080444336, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 46.488046646118164, - "thread": 139854959113984, + "relativeCreated": 49.813032150268555, + "thread": 140379306714880, "threadName": "Thread-2" } ], - "msecs": 229.70199584960938, + "msecs": 728.96409034729, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 382.42506980895996, - "thread": 139854989064000, + "relativeCreated": 384.37414169311523, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3359370231628418 + "time_consumption": 0.3345611095428467 }, { "args": [], - "asctime": "2021-01-11 11:25:04,431", - "created": 1610360704.431726, + "asctime": "2021-01-11 11:37:08,930", + "created": 1610361428.930757, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -4605,8 +4615,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:04,230", - "created": 1610360704.230386, + "asctime": "2021-01-11 11:37:08,729", + "created": 1610361428.729577, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4616,14 +4626,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 230.38601875305176, + "msecs": 729.5770645141602, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 383.10909271240234, - "thread": 139854989064000, + "relativeCreated": 384.98711585998535, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -4631,8 +4641,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 11:25:04,254", - "created": 1610360704.254024, + "asctime": "2021-01-11 11:37:08,753", + "created": 1610361428.753625, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4642,14 +4652,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": 254.02402877807617, + "msecs": 753.6249160766602, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 406.74710273742676, - "thread": 139854967506688, + "relativeCreated": 409.03496742248535, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4657,8 +4667,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 11:25:04,254", - "created": 1610360704.254534, + "asctime": "2021-01-11 11:37:08,754", + "created": 1610361428.754244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4668,14 +4678,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": 254.5340061187744, + "msecs": 754.2440891265869, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 407.257080078125, - "thread": 139854967506688, + "relativeCreated": 409.6541404724121, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4683,8 +4693,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,254", - "created": 1610360704.254777, + "asctime": "2021-01-11 11:37:08,754", + "created": 1610361428.754468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4694,14 +4704,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 254.7769546508789, + "msecs": 754.4679641723633, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 407.5000286102295, - "thread": 139854967506688, + "relativeCreated": 409.8780155181885, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4710,8 +4720,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:04,254", - "created": 1610360704.254963, + "asctime": "2021-01-11 11:37:08,754", + "created": 1610361428.754669, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4721,14 +4731,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 254.96292114257812, + "msecs": 754.6689510345459, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 407.6859951019287, - "thread": 139854967506688, + "relativeCreated": 410.0790023803711, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4736,8 +4746,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,255", - "created": 1610360704.255174, + "asctime": "2021-01-11 11:37:08,754", + "created": 1610361428.754882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4747,14 +4757,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 255.173921585083, + "msecs": 754.8820972442627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 407.8969955444336, - "thread": 139854967506688, + "relativeCreated": 410.2921485900879, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4763,8 +4773,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,255", - "created": 1610360704.255335, + "asctime": "2021-01-11 11:37:08,755", + "created": 1610361428.755044, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4774,14 +4784,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 255.33509254455566, + "msecs": 755.0439834594727, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 408.05816650390625, - "thread": 139854967506688, + "relativeCreated": 410.45403480529785, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4789,8 +4799,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,255", - "created": 1610360704.255565, + "asctime": "2021-01-11 11:37:08,755", + "created": 1610361428.755272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4800,14 +4810,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 255.56492805480957, + "msecs": 755.2719116210938, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 408.28800201416016, - "thread": 139854967506688, + "relativeCreated": 410.68196296691895, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4816,8 +4826,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,255", - "created": 1610360704.255721, + "asctime": "2021-01-11 11:37:08,755", + "created": 1610361428.755429, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4827,14 +4837,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 255.7210922241211, + "msecs": 755.4290294647217, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 408.4441661834717, - "thread": 139854967506688, + "relativeCreated": 410.8390808105469, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4842,8 +4852,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,255", - "created": 1610360704.255928, + "asctime": "2021-01-11 11:37:08,755", + "created": 1610361428.755644, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4853,14 +4863,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 255.92803955078125, + "msecs": 755.6440830230713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 408.65111351013184, - "thread": 139854967506688, + "relativeCreated": 411.0541343688965, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4869,8 +4879,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,256", - "created": 1610360704.256092, + "asctime": "2021-01-11 11:37:08,755", + "created": 1610361428.7558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4880,14 +4890,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.0920715332031, + "msecs": 755.8000087738037, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 408.8151454925537, - "thread": 139854967506688, + "relativeCreated": 411.2100601196289, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4895,8 +4905,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 11:25:04,256", - "created": 1610360704.256466, + "asctime": "2021-01-11 11:37:08,756", + "created": 1610361428.756166, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4906,14 +4916,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": 256.4659118652344, + "msecs": 756.1659812927246, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 409.18898582458496, - "thread": 139854967506688, + "relativeCreated": 411.5760326385498, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4921,8 +4931,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 11:25:04,256", - "created": 1610360704.256722, + "asctime": "2021-01-11 11:37:08,756", + "created": 1610361428.756424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4932,14 +4942,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": 256.72197341918945, + "msecs": 756.4239501953125, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 409.44504737854004, - "thread": 139854967506688, + "relativeCreated": 411.8340015411377, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4947,8 +4957,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,256", - "created": 1610360704.256979, + "asctime": "2021-01-11 11:37:08,756", + "created": 1610361428.75667, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4958,14 +4968,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 256.97898864746094, + "msecs": 756.6699981689453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 409.7020626068115, - "thread": 139854967506688, + "relativeCreated": 412.0800495147705, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -4974,8 +4984,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,257", - "created": 1610360704.257097, + "asctime": "2021-01-11 11:37:08,756", + "created": 1610361428.756868, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4985,14 +4995,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 257.0970058441162, + "msecs": 756.8678855895996, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 409.8200798034668, - "thread": 139854967506688, + "relativeCreated": 412.2779369354248, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -5000,8 +5010,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,257", - "created": 1610360704.257231, + "asctime": "2021-01-11 11:37:08,757", + "created": 1610361428.757056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5011,14 +5021,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 257.2309970855713, + "msecs": 757.0559978485107, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 409.9540710449219, - "thread": 139854967506688, + "relativeCreated": 412.46604919433594, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -5027,8 +5037,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:04,257", - "created": 1610360704.257342, + "asctime": "2021-01-11 11:37:08,757", + "created": 1610361428.75721, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5038,14 +5048,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": 257.3421001434326, + "msecs": 757.2100162506104, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 410.0651741027832, - "thread": 139854967506688, + "relativeCreated": 412.62006759643555, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -5053,8 +5063,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 11:25:04,257", - "created": 1610360704.257625, + "asctime": "2021-01-11 11:37:08,757", + "created": 1610361428.757616, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5064,14 +5074,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": 257.6251029968262, + "msecs": 757.6160430908203, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 410.34817695617676, - "thread": 139854967506688, + "relativeCreated": 413.0260944366455, + "thread": 140379315107584, "threadName": "Thread-1" }, { @@ -5082,8 +5092,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:04,257", - "created": 1610360704.257931, + "asctime": "2021-01-11 11:37:08,758", + "created": 1610361428.75803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5093,22 +5103,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 257.9309940338135, + "msecs": 758.0299377441406, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 410.65406799316406, - "thread": 139854967506688, + "relativeCreated": 413.4399890899658, + "thread": 140379315107584, "threadName": "Thread-1" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:04,258", - "created": 1610360704.258119, + "asctime": "2021-01-11 11:37:08,758", + "created": 1610361428.758292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5118,35 +5128,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": 258.1191062927246, + "msecs": 758.2919597625732, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 410.8421802520752, - "thread": 139854967506688, + "relativeCreated": 413.70201110839844, + "thread": 140379315107584, "threadName": "Thread-1" } ], - "msecs": 431.72597885131836, + "msecs": 930.7570457458496, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 584.449052810669, - "thread": 139854989064000, + "relativeCreated": 586.1670970916748, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.17360687255859375 + "time_consumption": 0.17246508598327637 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:04,432", - "created": 1610360704.432611, + "asctime": "2021-01-11 11:37:08,931", + "created": 1610361428.931651, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5163,8 +5173,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:04,432", - "created": 1610360704.432227, + "asctime": "2021-01-11 11:37:08,931", + "created": 1610361428.931262, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5174,14 +5184,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 432.22689628601074, + "msecs": 931.2620162963867, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 584.9499702453613, - "thread": 139854989064000, + "relativeCreated": 586.6720676422119, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -5190,8 +5200,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:04,432", - "created": 1610360704.432431, + "asctime": "2021-01-11 11:37:08,931", + "created": 1610361428.931467, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5201,35 +5211,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 432.4309825897217, + "msecs": 931.4670562744141, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 585.1540565490723, - "thread": 139854989064000, + "relativeCreated": 586.8771076202393, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 432.61098861694336, + "msecs": 931.6511154174805, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 585.334062576294, - "thread": 139854989064000, + "relativeCreated": 587.0611667633057, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.00018405914306640625 }, { "args": [ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:04,433", - "created": 1610360704.433284, + "asctime": "2021-01-11 11:37:08,932", + "created": 1610361428.932277, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5246,8 +5256,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:04,432", - "created": 1610360704.432926, + "asctime": "2021-01-11 11:37:08,931", + "created": 1610361428.931926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5257,14 +5267,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": 432.9259395599365, + "msecs": 931.9260120391846, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 585.6490135192871, - "thread": 139854989064000, + "relativeCreated": 587.3360633850098, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -5273,8 +5283,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:04,433", - "created": 1610360704.433107, + "asctime": "2021-01-11 11:37:08,932", + "created": 1610361428.932101, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5284,32 +5294,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": 433.1068992614746, + "msecs": 932.1010112762451, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 585.8299732208252, - "thread": 139854989064000, + "relativeCreated": 587.5110626220703, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 433.28404426574707, + "msecs": 932.2769641876221, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 586.0071182250977, - "thread": 139854989064000, + "relativeCreated": 587.6870155334473, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017714500427246094 + "time_consumption": 0.00017595291137695312 }, { "args": [], - "asctime": "2021-01-11 11:25:04,634", - "created": 1610360704.634797, + "asctime": "2021-01-11 11:37:09,133", + "created": 1610361429.133803, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -5328,8 +5338,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:04,433", - "created": 1610360704.43367, + "asctime": "2021-01-11 11:37:08,932", + "created": 1610361428.932665, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5339,14 +5349,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": 433.6700439453125, + "msecs": 932.6651096343994, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 586.3931179046631, - "thread": 139854989064000, + "relativeCreated": 588.0751609802246, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -5354,8 +5364,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 11:25:04,459", - "created": 1610360704.459919, + "asctime": "2021-01-11 11:37:08,960", + "created": 1610361428.960728, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5365,14 +5375,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": 459.9189758300781, + "msecs": 960.7279300689697, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 612.6420497894287, - "thread": 139854959113984, + "relativeCreated": 616.1379814147949, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5380,8 +5390,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 11:25:04,460", - "created": 1610360704.460552, + "asctime": "2021-01-11 11:37:08,961", + "created": 1610361428.961476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5391,14 +5401,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": 460.5519771575928, + "msecs": 961.4760875701904, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 613.2750511169434, - "thread": 139854959113984, + "relativeCreated": 616.8861389160156, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5406,8 +5416,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,460", - "created": 1610360704.46081, + "asctime": "2021-01-11 11:37:08,961", + "created": 1610361428.961766, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5417,14 +5427,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 460.80994606018066, + "msecs": 961.7660045623779, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 613.5330200195312, - "thread": 139854959113984, + "relativeCreated": 617.1760559082031, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5433,8 +5443,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:04,460", - "created": 1610360704.460997, + "asctime": "2021-01-11 11:37:08,962", + "created": 1610361428.962014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5444,14 +5454,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 460.9971046447754, + "msecs": 962.0139598846436, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 613.720178604126, - "thread": 139854959113984, + "relativeCreated": 617.4240112304688, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5459,8 +5469,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,461", - "created": 1610360704.461274, + "asctime": "2021-01-11 11:37:08,962", + "created": 1610361428.962336, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5470,14 +5480,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 461.2739086151123, + "msecs": 962.3360633850098, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 613.9969825744629, - "thread": 139854959113984, + "relativeCreated": 617.746114730835, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5486,8 +5496,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,461", - "created": 1610360704.461523, + "asctime": "2021-01-11 11:37:08,962", + "created": 1610361428.962586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5497,14 +5507,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.52305603027344, + "msecs": 962.5859260559082, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 614.246129989624, - "thread": 139854959113984, + "relativeCreated": 617.9959774017334, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5512,8 +5522,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,461", - "created": 1610360704.461748, + "asctime": "2021-01-11 11:37:08,962", + "created": 1610361428.962949, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5523,14 +5533,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 461.7478847503662, + "msecs": 962.9490375518799, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 614.4709587097168, - "thread": 139854959113984, + "relativeCreated": 618.3590888977051, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5539,8 +5549,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,461", - "created": 1610360704.461953, + "asctime": "2021-01-11 11:37:08,963", + "created": 1610361428.963183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5550,14 +5560,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.95292472839355, + "msecs": 963.1829261779785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 614.6759986877441, - "thread": 139854959113984, + "relativeCreated": 618.5929775238037, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5565,8 +5575,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,462", - "created": 1610360704.462177, + "asctime": "2021-01-11 11:37:08,963", + "created": 1610361428.9635, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5576,14 +5586,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 462.177038192749, + "msecs": 963.5000228881836, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 614.9001121520996, - "thread": 139854959113984, + "relativeCreated": 618.9100742340088, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5592,8 +5602,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,462", - "created": 1610360704.462342, + "asctime": "2021-01-11 11:37:08,963", + "created": 1610361428.963744, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5603,14 +5613,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.3420238494873, + "msecs": 963.7439250946045, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 615.0650978088379, - "thread": 139854959113984, + "relativeCreated": 619.1539764404297, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5618,8 +5628,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 11:25:04,462", - "created": 1610360704.462976, + "asctime": "2021-01-11 11:37:08,964", + "created": 1610361428.964325, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5629,14 +5639,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": 462.97597885131836, + "msecs": 964.324951171875, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 615.699052810669, - "thread": 139854959113984, + "relativeCreated": 619.7350025177002, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5644,8 +5654,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 11:25:04,463", - "created": 1610360704.463363, + "asctime": "2021-01-11 11:37:08,964", + "created": 1610361428.964654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5655,14 +5665,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": 463.3629322052002, + "msecs": 964.6539688110352, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 616.0860061645508, - "thread": 139854959113984, + "relativeCreated": 620.0640201568604, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5670,8 +5680,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,463", - "created": 1610360704.463611, + "asctime": "2021-01-11 11:37:08,964", + "created": 1610361428.964807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5681,14 +5691,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 463.6108875274658, + "msecs": 964.8070335388184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 616.3339614868164, - "thread": 139854959113984, + "relativeCreated": 620.2170848846436, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5697,8 +5707,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,463", - "created": 1610360704.463772, + "asctime": "2021-01-11 11:37:08,964", + "created": 1610361428.964896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5708,14 +5718,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.7720584869385, + "msecs": 964.8959636688232, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 616.4951324462891, - "thread": 139854959113984, + "relativeCreated": 620.3060150146484, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5723,8 +5733,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,463", - "created": 1610360704.46397, + "asctime": "2021-01-11 11:37:08,965", + "created": 1610361428.965005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5734,14 +5744,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 463.9699459075928, + "msecs": 965.0049209594727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 616.6930198669434, - "thread": 139854959113984, + "relativeCreated": 620.4149723052979, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5750,8 +5760,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:04,464", - "created": 1610360704.464127, + "asctime": "2021-01-11 11:37:08,965", + "created": 1610361428.965088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5761,14 +5771,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.1270637512207, + "msecs": 965.087890625, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 616.8501377105713, - "thread": 139854959113984, + "relativeCreated": 620.4979419708252, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5776,8 +5786,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 11:25:04,464", - "created": 1610360704.46452, + "asctime": "2021-01-11 11:37:08,965", + "created": 1610361428.965308, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5787,14 +5797,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": 464.5199775695801, + "msecs": 965.3079509735107, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 617.2430515289307, - "thread": 139854959113984, + "relativeCreated": 620.7180023193359, + "thread": 140379306714880, "threadName": "Thread-2" }, { @@ -5805,8 +5815,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:04,464", - "created": 1610360704.46496, + "asctime": "2021-01-11 11:37:08,965", + "created": 1610361428.96554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5816,22 +5826,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": 464.96009826660156, + "msecs": 965.5399322509766, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 617.6831722259521, - "thread": 139854959113984, + "relativeCreated": 620.9499835968018, + "thread": 140379306714880, "threadName": "Thread-2" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:04,465", - "created": 1610360704.465214, + "asctime": "2021-01-11 11:37:08,965", + "created": 1610361428.96568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5841,35 +5851,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": 465.2140140533447, + "msecs": 965.6798839569092, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 617.9370880126953, - "thread": 139854959113984, + "relativeCreated": 621.0899353027344, + "thread": 140379306714880, "threadName": "Thread-2" } ], - "msecs": 634.7970962524414, + "msecs": 133.8028907775879, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 787.520170211792, - "thread": 139854989064000, + "relativeCreated": 789.2129421234131, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.16958308219909668 + "time_consumption": 0.1681230068206787 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:04,635", - "created": 1610360704.635741, + "asctime": "2021-01-11 11:37:09,134", + "created": 1610361429.134713, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5886,8 +5896,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:04,635", - "created": 1610360704.635325, + "asctime": "2021-01-11 11:37:09,134", + "created": 1610361429.134328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5897,14 +5907,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 635.3249549865723, + "msecs": 134.32788848876953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 788.0480289459229, - "thread": 139854989064000, + "relativeCreated": 789.7379398345947, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -5913,8 +5923,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:04,635", - "created": 1610360704.635529, + "asctime": "2021-01-11 11:37:09,134", + "created": 1610361429.13453, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5924,35 +5934,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 635.5290412902832, + "msecs": 134.53006744384766, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 788.2521152496338, - "thread": 139854989064000, + "relativeCreated": 789.9401187896729, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 635.7409954071045, + "msecs": 134.71293449401855, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 788.4640693664551, - "thread": 139854989064000, + "relativeCreated": 790.1229858398438, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021195411682128906 + "time_consumption": 0.00018286705017089844 }, { "args": [ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:04,636", - "created": 1610360704.636384, + "asctime": "2021-01-11 11:37:09,135", + "created": 1610361429.135354, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5969,8 +5979,8 @@ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:04,636", - "created": 1610360704.636019, + "asctime": "2021-01-11 11:37:09,134", + "created": 1610361429.134998, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5980,14 +5990,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": 636.0189914703369, + "msecs": 134.99808311462402, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 788.7420654296875, - "thread": 139854989064000, + "relativeCreated": 790.4081344604492, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -5996,8 +6006,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:04,636", - "created": 1610360704.636195, + "asctime": "2021-01-11 11:37:09,135", + "created": 1610361429.135177, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6007,39 +6017,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": 636.1949443817139, + "msecs": 135.1768970489502, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 788.9180183410645, - "thread": 139854989064000, + "relativeCreated": 790.5869483947754, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 636.3840103149414, + "msecs": 135.35404205322266, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 789.107084274292, - "thread": 139854989064000, + "relativeCreated": 790.7640933990479, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018906593322753906 + "time_consumption": 0.00017714500427246094 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.7536740303039551, - "time_finished": "2021-01-11 11:25:04,636", - "time_start": "2021-01-11 11:25:03,882" + "time_consumption": 0.7531909942626953, + "time_finished": "2021-01-11 11:37:09,135", + "time_start": "2021-01-11 11:37:08,382" }, "_4w4SsE1DEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:06,568", - "created": 1610360706.56832, + "asctime": "2021-01-11 11:37:11,065", + "created": 1610361431.065443, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6050,18 +6060,18 @@ "message": "_4w4SsE1DEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 568.3200359344482, + "msecs": 65.44303894042969, "msg": "_4w4SsE1DEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2721.043109893799, + "relativeCreated": 2720.853090286255, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:06,575", - "created": 1610360706.575661, + "asctime": "2021-01-11 11:37:11,073", + "created": 1610361431.073354, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6076,8 +6086,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:06,569", - "created": 1610360706.569249, + "asctime": "2021-01-11 11:37:11,066", + "created": 1610361431.066525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6087,22 +6097,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 569.2489147186279, + "msecs": 66.52498245239258, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2721.9719886779785, - "thread": 139854989064000, + "relativeCreated": 2721.935033798218, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:06,569", - "created": 1610360706.569769, + "asctime": "2021-01-11 11:37:11,067", + "created": 1610361431.067183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6112,22 +6122,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 569.7689056396484, + "msecs": 67.18301773071289, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2722.491979598999, - "thread": 139854989064000, + "relativeCreated": 2722.593069076538, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:06,569", - "created": 1610360706.569964, + "asctime": "2021-01-11 11:37:11,067", + "created": 1610361431.067391, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6137,22 +6147,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 569.9639320373535, + "msecs": 67.39091873168945, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2722.687005996704, - "thread": 139854989064000, + "relativeCreated": 2722.8009700775146, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:06,570", - "created": 1610360706.570249, + "asctime": "2021-01-11 11:37:11,067", + "created": 1610361431.067769, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6162,14 +6172,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 570.249080657959, + "msecs": 67.76905059814453, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2722.9721546173096, - "thread": 139854989064000, + "relativeCreated": 2723.1791019439697, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6178,25 +6188,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:06,570", - "created": 1610360706.570392, + "asctime": "2021-01-11 11:37:11,067", + "created": 1610361431.0679, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 570.3918933868408, + "msecs": 67.89994239807129, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2723.1149673461914, - "thread": 139854989064000, + "relativeCreated": 2723.3099937438965, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6204,25 +6214,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:06,570", - "created": 1610360706.570558, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.068052, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 570.5580711364746, + "msecs": 68.05205345153809, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2723.281145095825, - "thread": 139854989064000, + "relativeCreated": 2723.4621047973633, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6230,25 +6240,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:06,570", - "created": 1610360706.570682, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.068177, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 570.6820487976074, + "msecs": 68.1769847869873, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2723.405122756958, - "thread": 139854989064000, + "relativeCreated": 2723.5870361328125, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6256,25 +6266,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:06,570", - "created": 1610360706.570796, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.068288, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 570.796012878418, + "msecs": 68.28808784484863, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2723.5190868377686, - "thread": 139854989064000, + "relativeCreated": 2723.698139190674, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6282,25 +6292,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:06,570", - "created": 1610360706.570917, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.068416, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 570.9168910980225, + "msecs": 68.41611862182617, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2723.639965057373, - "thread": 139854989064000, + "relativeCreated": 2723.8261699676514, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6310,8 +6320,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571037, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.068537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6321,14 +6331,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 571.0370540618896, + "msecs": 68.53699684143066, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2723.7601280212402, - "thread": 139854989064000, + "relativeCreated": 2723.947048187256, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6338,8 +6348,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571184, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.06866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6349,14 +6359,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 571.1839199066162, + "msecs": 68.66002082824707, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2723.906993865967, - "thread": 139854989064000, + "relativeCreated": 2724.0700721740723, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6366,8 +6376,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571329, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.0688, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6377,14 +6387,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 571.3291168212891, + "msecs": 68.79997253417969, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.0521907806396, - "thread": 139854989064000, + "relativeCreated": 2724.210023880005, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6394,8 +6404,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571466, + "asctime": "2021-01-11 11:37:11,068", + "created": 1610361431.068938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6405,22 +6415,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 571.4659690856934, + "msecs": 68.93801689147949, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.189043045044, - "thread": 139854989064000, + "relativeCreated": 2724.3480682373047, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571579, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.069065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6430,14 +6440,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 571.5789794921875, + "msecs": 69.06509399414062, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.302053451538, - "thread": 139854989064000, + "relativeCreated": 2724.475145339966, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6446,25 +6456,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571703, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.069209, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 571.7029571533203, + "msecs": 69.20909881591797, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.426031112671, - "thread": 139854989064000, + "relativeCreated": 2724.619150161743, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6472,25 +6482,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571834, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.069342, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 571.8340873718262, + "msecs": 69.34189796447754, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.5571613311768, - "thread": 139854989064000, + "relativeCreated": 2724.7519493103027, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6498,25 +6508,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:06,571", - "created": 1610360706.571961, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.069468, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 571.9609260559082, + "msecs": 69.46802139282227, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.684000015259, - "thread": 139854989064000, + "relativeCreated": 2724.8780727386475, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6526,8 +6536,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572093, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.069602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6537,14 +6547,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 572.0930099487305, + "msecs": 69.60201263427734, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.816083908081, - "thread": 139854989064000, + "relativeCreated": 2725.0120639801025, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6554,8 +6564,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572232, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.069738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6565,14 +6575,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 572.2320079803467, + "msecs": 69.73791122436523, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2724.9550819396973, - "thread": 139854989064000, + "relativeCreated": 2725.1479625701904, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6581,25 +6591,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572365, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.06986, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 572.3650455474854, + "msecs": 69.85998153686523, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.088119506836, - "thread": 139854989064000, + "relativeCreated": 2725.2700328826904, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6608,25 +6618,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572453, + "asctime": "2021-01-11 11:37:11,069", + "created": 1610361431.069971, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 572.4530220031738, + "msecs": 69.97108459472656, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.1760959625244, - "thread": 139854989064000, + "relativeCreated": 2725.3811359405518, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6635,33 +6645,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572538, + "asctime": "2021-01-11 11:37:11,070", + "created": 1610361431.070092, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 572.537899017334, + "msecs": 70.09196281433105, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.2609729766846, - "thread": 139854989064000, + "relativeCreated": 2725.5020141601562, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572632, + "asctime": "2021-01-11 11:37:11,070", + "created": 1610361431.070208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6671,22 +6681,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 572.6320743560791, + "msecs": 70.20807266235352, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.3551483154297, - "thread": 139854989064000, + "relativeCreated": 2725.6181240081787, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572867, + "asctime": "2021-01-11 11:37:11,070", + "created": 1610361431.070535, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6696,14 +6706,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 572.8669166564941, + "msecs": 70.53494453430176, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.5899906158447, - "thread": 139854989064000, + "relativeCreated": 2725.944995880127, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6712,25 +6722,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:06,572", - "created": 1610360706.572971, + "asctime": "2021-01-11 11:37:11,070", + "created": 1610361431.070665, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 572.9711055755615, + "msecs": 70.66488265991211, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.694179534912, - "thread": 139854989064000, + "relativeCreated": 2726.0749340057373, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6738,25 +6748,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.573102, + "asctime": "2021-01-11 11:37:11,070", + "created": 1610361431.070812, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 573.1019973754883, + "msecs": 70.81198692321777, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.825071334839, - "thread": 139854989064000, + "relativeCreated": 2726.222038269043, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6764,25 +6774,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.573216, + "asctime": "2021-01-11 11:37:11,070", + "created": 1610361431.070925, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 573.2159614562988, + "msecs": 70.92499732971191, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2725.9390354156494, - "thread": 139854989064000, + "relativeCreated": 2726.335048675537, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6790,25 +6800,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.573331, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071033, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 573.3311176300049, + "msecs": 71.03300094604492, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.0541915893555, - "thread": 139854989064000, + "relativeCreated": 2726.44305229187, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6816,25 +6826,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.573443, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071144, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 573.4429359436035, + "msecs": 71.14410400390625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.166009902954, - "thread": 139854989064000, + "relativeCreated": 2726.5541553497314, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6844,8 +6854,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.573559, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.07126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6855,14 +6865,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 573.559045791626, + "msecs": 71.25997543334961, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.2821197509766, - "thread": 139854989064000, + "relativeCreated": 2726.670026779175, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6872,8 +6882,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.57371, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6883,14 +6893,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 573.7099647521973, + "msecs": 71.37799263000488, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.433038711548, - "thread": 139854989064000, + "relativeCreated": 2726.78804397583, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6900,8 +6910,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.573853, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6911,14 +6921,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 573.8530158996582, + "msecs": 71.49291038513184, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.576089859009, - "thread": 139854989064000, + "relativeCreated": 2726.902961730957, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6928,8 +6938,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:06,573", - "created": 1610360706.573972, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6939,22 +6949,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 573.9719867706299, + "msecs": 71.61688804626465, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.6950607299805, - "thread": 139854989064000, + "relativeCreated": 2727.02693939209, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,574", - "created": 1610360706.574083, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6964,14 +6974,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 574.0830898284912, + "msecs": 71.72203063964844, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.806163787842, - "thread": 139854989064000, + "relativeCreated": 2727.1320819854736, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -6980,25 +6990,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:06,574", - "created": 1610360706.574214, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071848, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 574.213981628418, + "msecs": 71.84791564941406, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2726.9370555877686, - "thread": 139854989064000, + "relativeCreated": 2727.2579669952393, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7006,25 +7016,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:06,574", - "created": 1610360706.574364, + "asctime": "2021-01-11 11:37:11,071", + "created": 1610361431.071976, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 574.3639469146729, + "msecs": 71.9759464263916, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2727.0870208740234, - "thread": 139854989064000, + "relativeCreated": 2727.385997772217, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7032,25 +7042,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:06,574", - "created": 1610360706.574496, + "asctime": "2021-01-11 11:37:11,072", + "created": 1610361431.072084, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 574.4960308074951, + "msecs": 72.08395004272461, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2727.2191047668457, - "thread": 139854989064000, + "relativeCreated": 2727.49400138855, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7060,8 +7070,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:06,574", - "created": 1610360706.57462, + "asctime": "2021-01-11 11:37:11,072", + "created": 1610361431.072499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7071,14 +7081,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 574.6200084686279, + "msecs": 72.49903678894043, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2727.3430824279785, - "thread": 139854989064000, + "relativeCreated": 2727.9090881347656, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7088,8 +7098,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:06,574", - "created": 1610360706.57476, + "asctime": "2021-01-11 11:37:11,072", + "created": 1610361431.072636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7099,14 +7109,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 574.7599601745605, + "msecs": 72.63588905334473, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2727.483034133911, - "thread": 139854989064000, + "relativeCreated": 2728.04594039917, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7115,25 +7125,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:06,575", - "created": 1610360706.575148, + "asctime": "2021-01-11 11:37:11,072", + "created": 1610361431.07278, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 575.1481056213379, + "msecs": 72.77989387512207, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2727.8711795806885, - "thread": 139854989064000, + "relativeCreated": 2728.1899452209473, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7142,25 +7152,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:06,575", - "created": 1610360706.575282, + "asctime": "2021-01-11 11:37:11,072", + "created": 1610361431.072904, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 575.282096862793, + "msecs": 72.90410995483398, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2728.0051708221436, - "thread": 139854989064000, + "relativeCreated": 2728.314161300659, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7169,33 +7179,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:06,575", - "created": 1610360706.575406, + "asctime": "2021-01-11 11:37:11,073", + "created": 1610361431.073041, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 575.4060745239258, + "msecs": 73.04096221923828, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2728.1291484832764, - "thread": 139854989064000, + "relativeCreated": 2728.4510135650635, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,575", - "created": 1610360706.575536, + "asctime": "2021-01-11 11:37:11,073", + "created": 1610361431.073258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7205,32 +7215,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 575.5360126495361, + "msecs": 73.2579231262207, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2728.2590866088867, - "thread": 139854989064000, + "relativeCreated": 2728.667974472046, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 575.6609439849854, + "msecs": 73.35400581359863, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2728.384017944336, - "thread": 139854989064000, + "relativeCreated": 2728.764057159424, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00012493133544921875 + "time_consumption": 9.608268737792969e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:06,920", - "created": 1610360706.920615, + "asctime": "2021-01-11 11:37:11,417", + "created": 1610361431.417729, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7245,8 +7255,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:06,576", - "created": 1610360706.576084, + "asctime": "2021-01-11 11:37:11,073", + "created": 1610361431.073544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7256,22 +7266,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 576.0838985443115, + "msecs": 73.54402542114258, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2728.806972503662, - "thread": 139854989064000, + "relativeCreated": 2728.954076766968, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:06,576", - "created": 1610360706.576305, + "asctime": "2021-01-11 11:37:11,073", + "created": 1610361431.073641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7281,22 +7291,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 576.3049125671387, + "msecs": 73.64106178283691, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2729.0279865264893, - "thread": 139854989064000, + "relativeCreated": 2729.051113128662, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,576", - "created": 1610360706.576444, + "asctime": "2021-01-11 11:37:11,073", + "created": 1610361431.073734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7306,14 +7316,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 576.4439105987549, + "msecs": 73.73404502868652, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2729.1669845581055, - "thread": 139854989064000, + "relativeCreated": 2729.1440963745117, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7324,8 +7334,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,576", - "created": 1610360706.576638, + "asctime": "2021-01-11 11:37:11,073", + "created": 1610361431.073887, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7335,22 +7345,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 576.6379833221436, + "msecs": 73.88710975646973, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2729.361057281494, - "thread": 139854989064000, + "relativeCreated": 2729.297161102295, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:06,577", - "created": 1610360706.577087, + "asctime": "2021-01-11 11:37:11,074", + "created": 1610361431.07417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7360,22 +7370,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 577.0869255065918, + "msecs": 74.17011260986328, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2729.8099994659424, - "thread": 139854989064000, + "relativeCreated": 2729.5801639556885, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:06,577", - "created": 1610360706.577238, + "asctime": "2021-01-11 11:37:11,074", + "created": 1610361431.074306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7385,22 +7395,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 577.2380828857422, + "msecs": 74.30601119995117, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2729.961156845093, - "thread": 139854989064000, + "relativeCreated": 2729.7160625457764, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:06,577", - "created": 1610360706.577388, + "asctime": "2021-01-11 11:37:11,074", + "created": 1610361431.074442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7410,14 +7420,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 577.3880481719971, + "msecs": 74.44190979003906, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2730.1111221313477, - "thread": 139854989064000, + "relativeCreated": 2729.8519611358643, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -7425,8 +7435,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 11:25:06,580", - "created": 1610360706.580031, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077386, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7436,14 +7446,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": 580.0309181213379, + "msecs": 77.38590240478516, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2732.7539920806885, - "thread": 139854713177856, + "relativeCreated": 2732.7959537506104, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7451,8 +7461,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 11:25:06,580", - "created": 1610360706.580259, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077572, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7462,14 +7472,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": 580.2590847015381, + "msecs": 77.57210731506348, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", "relativeCreated": 2732.9821586608887, - "thread": 139854713177856, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7477,8 +7487,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580341, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077646, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7488,14 +7498,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 580.341100692749, + "msecs": 77.64601707458496, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.0641746520996, - "thread": 139854713177856, + "relativeCreated": 2733.05606842041, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7504,8 +7514,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580412, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7515,14 +7525,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 580.4119110107422, + "msecs": 77.70299911499023, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.134984970093, - "thread": 139854713177856, + "relativeCreated": 2733.1130504608154, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7530,8 +7540,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580514, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7541,14 +7551,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 580.5139541625977, + "msecs": 77.77190208435059, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.2370281219482, - "thread": 139854713177856, + "relativeCreated": 2733.181953430176, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7557,8 +7567,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.58057, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7568,14 +7578,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 580.5699825286865, + "msecs": 77.82196998596191, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.293056488037, - "thread": 139854713177856, + "relativeCreated": 2733.232021331787, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7583,8 +7593,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580641, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077889, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7594,14 +7604,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 580.6410312652588, + "msecs": 77.88896560668945, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.3641052246094, - "thread": 139854713177856, + "relativeCreated": 2733.2990169525146, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7610,8 +7620,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580692, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7621,14 +7631,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 580.6920528411865, + "msecs": 77.93688774108887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.415126800537, - "thread": 139854713177856, + "relativeCreated": 2733.346939086914, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7636,8 +7646,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580771, + "asctime": "2021-01-11 11:37:11,077", + "created": 1610361431.077999, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7647,14 +7657,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 580.7709693908691, + "msecs": 77.99911499023438, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.4940433502197, - "thread": 139854713177856, + "relativeCreated": 2733.4091663360596, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7663,8 +7673,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580823, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7674,14 +7684,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 580.8229446411133, + "msecs": 78.05395126342773, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.546018600464, - "thread": 139854713177856, + "relativeCreated": 2733.464002609253, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7689,8 +7699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580896, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078119, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7700,14 +7710,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 580.8959007263184, + "msecs": 78.11903953552246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.618974685669, - "thread": 139854713177856, + "relativeCreated": 2733.5290908813477, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7716,8 +7726,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,580", - "created": 1610360706.580946, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078169, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7727,14 +7737,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 580.9459686279297, + "msecs": 78.16910743713379, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.6690425872803, - "thread": 139854713177856, + "relativeCreated": 2733.579158782959, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7742,8 +7752,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:06,581", - "created": 1610360706.581022, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7753,14 +7763,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 581.0220241546631, + "msecs": 78.24301719665527, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.7450981140137, - "thread": 139854713177856, + "relativeCreated": 2733.6530685424805, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7768,8 +7778,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:06,581", - "created": 1610360706.581087, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078304, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7779,14 +7789,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 581.0871124267578, + "msecs": 78.30405235290527, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.8101863861084, - "thread": 139854713177856, + "relativeCreated": 2733.7141036987305, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7794,8 +7804,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,581", - "created": 1610360706.581144, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078359, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7805,14 +7815,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 581.1440944671631, + "msecs": 78.35888862609863, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.8671684265137, - "thread": 139854713177856, + "relativeCreated": 2733.768939971924, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7821,8 +7831,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,581", - "created": 1610360706.581195, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7832,14 +7842,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": 581.1951160430908, + "msecs": 78.40609550476074, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2733.9181900024414, - "thread": 139854713177856, + "relativeCreated": 2733.816146850586, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7847,8 +7857,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 11:25:06,581", - "created": 1610360706.581301, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078508, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7858,14 +7868,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": 581.3009738922119, + "msecs": 78.50790023803711, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2734.0240478515625, - "thread": 139854713177856, + "relativeCreated": 2733.9179515838623, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7876,8 +7886,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,581", - "created": 1610360706.581437, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7887,14 +7897,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 581.4371109008789, + "msecs": 78.63688468933105, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2734.1601848602295, - "thread": 139854713177856, + "relativeCreated": 2734.0469360351562, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7902,25 +7912,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:06,581", - "created": 1610360706.58152, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078692, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 581.5200805664062, + "msecs": 78.69195938110352, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2734.243154525757, - "thread": 139854713177856, + "relativeCreated": 2734.1020107269287, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7931,8 +7941,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,581", - "created": 1610360706.581621, + "asctime": "2021-01-11 11:37:11,078", + "created": 1610361431.078762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7942,14 +7952,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 581.6209316253662, + "msecs": 78.76205444335938, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2734.344005584717, - "thread": 139854713177856, + "relativeCreated": 2734.1721057891846, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -7957,8 +7967,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 11:25:06,589", - "created": 1610360706.589948, + "asctime": "2021-01-11 11:37:11,085", + "created": 1610361431.085466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7968,14 +7978,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": 589.9479389190674, + "msecs": 85.46590805053711, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2742.671012878418, - "thread": 139854704785152, + "relativeCreated": 2740.8759593963623, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -7983,8 +7993,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 11:25:06,590", - "created": 1610360706.59008, + "asctime": "2021-01-11 11:37:11,085", + "created": 1610361431.085617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7994,14 +8004,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": 590.0800228118896, + "msecs": 85.6170654296875, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2742.8030967712402, - "thread": 139854704785152, + "relativeCreated": 2741.0271167755127, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8009,8 +8019,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590137, + "asctime": "2021-01-11 11:37:11,085", + "created": 1610361431.085689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8020,14 +8030,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 590.1370048522949, + "msecs": 85.68906784057617, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2742.8600788116455, - "thread": 139854704785152, + "relativeCreated": 2741.0991191864014, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8036,8 +8046,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590191, + "asctime": "2021-01-11 11:37:11,085", + "created": 1610361431.085762, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8047,14 +8057,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 590.1908874511719, + "msecs": 85.76202392578125, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2742.9139614105225, - "thread": 139854704785152, + "relativeCreated": 2741.1720752716064, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8062,8 +8072,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590258, + "asctime": "2021-01-11 11:37:11,085", + "created": 1610361431.085869, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8073,14 +8083,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 590.2578830718994, + "msecs": 85.86907386779785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2742.98095703125, - "thread": 139854704785152, + "relativeCreated": 2741.279125213623, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8089,8 +8099,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590308, + "asctime": "2021-01-11 11:37:11,085", + "created": 1610361431.085922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8100,14 +8110,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 590.3079509735107, + "msecs": 85.9220027923584, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.0310249328613, - "thread": 139854704785152, + "relativeCreated": 2741.3320541381836, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8115,8 +8125,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590377, + "asctime": "2021-01-11 11:37:11,085", + "created": 1610361431.08599, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8126,14 +8136,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 590.3770923614502, + "msecs": 85.98995208740234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.100166320801, - "thread": 139854704785152, + "relativeCreated": 2741.4000034332275, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8142,8 +8152,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590427, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086039, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8153,14 +8163,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 590.4269218444824, + "msecs": 86.03906631469727, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.149995803833, - "thread": 139854704785152, + "relativeCreated": 2741.4491176605225, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8168,8 +8178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590489, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086098, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8179,14 +8189,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 590.4889106750488, + "msecs": 86.09795570373535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.2119846343994, - "thread": 139854704785152, + "relativeCreated": 2741.5080070495605, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8195,8 +8205,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590541, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086177, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8206,14 +8216,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 590.540885925293, + "msecs": 86.17711067199707, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.2639598846436, - "thread": 139854704785152, + "relativeCreated": 2741.5871620178223, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8221,8 +8231,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590609, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8232,14 +8242,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 590.609073638916, + "msecs": 86.24505996704102, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.3321475982666, - "thread": 139854704785152, + "relativeCreated": 2741.655111312866, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8248,8 +8258,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590661, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086296, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8259,14 +8269,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 590.6610488891602, + "msecs": 86.29608154296875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.3841228485107, - "thread": 139854704785152, + "relativeCreated": 2741.706132888794, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8274,8 +8284,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590735, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.08637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8285,14 +8295,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 590.7349586486816, + "msecs": 86.36999130249023, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.458032608032, - "thread": 139854704785152, + "relativeCreated": 2741.7800426483154, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8300,8 +8310,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590798, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.08643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8311,14 +8321,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 590.7979011535645, + "msecs": 86.43007278442383, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.520975112915, - "thread": 139854704785152, + "relativeCreated": 2741.840124130249, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8326,8 +8336,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590854, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8337,14 +8347,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 590.8539295196533, + "msecs": 86.48395538330078, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.577003479004, - "thread": 139854704785152, + "relativeCreated": 2741.894006729126, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8353,8 +8363,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,590", - "created": 1610360706.590902, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086531, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8364,14 +8374,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": 590.9020900726318, + "msecs": 86.53092384338379, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.6251640319824, - "thread": 139854704785152, + "relativeCreated": 2741.940975189209, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8379,8 +8389,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 11:25:06,591", - "created": 1610360706.591005, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.08663, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8390,14 +8400,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": 591.0050868988037, + "msecs": 86.63010597229004, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.7281608581543, - "thread": 139854704785152, + "relativeCreated": 2742.0401573181152, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8408,8 +8418,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,591", - "created": 1610360706.591119, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8419,14 +8429,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 591.1190509796143, + "msecs": 86.74502372741699, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.842124938965, - "thread": 139854704785152, + "relativeCreated": 2742.155075073242, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -8434,8 +8444,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:06,591", - "created": 1610360706.591185, + "asctime": "2021-01-11 11:37:11,086", + "created": 1610361431.086814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8445,32 +8455,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 591.1850929260254, + "msecs": 86.81392669677734, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2743.908166885376, - "thread": 139854704785152, + "relativeCreated": 2742.2239780426025, + "thread": 140378917299968, "threadName": "Thread-8" } ], - "msecs": 920.6149578094482, + "msecs": 417.7289009094238, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3073.338031768799, - "thread": 139854989064000, + "relativeCreated": 3073.138952255249, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.32942986488342285 + "time_consumption": 0.3309149742126465 }, { "args": [], - "asctime": "2021-01-11 11:25:06,921", - "created": 1610360706.921322, + "asctime": "2021-01-11 11:37:11,418", + "created": 1610361431.418267, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -8481,14 +8491,14 @@ "message": "Identical secrets set and automatic authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 921.3221073150635, + "msecs": 418.26701164245605, "msg": "Identical secrets set and automatic authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3074.045181274414, - "thread": 139854989064000, + "relativeCreated": 3073.6770629882812, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -8497,8 +8507,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,921", - "created": 1610360706.921988, + "asctime": "2021-01-11 11:37:11,418", + "created": 1610361431.418968, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8515,8 +8525,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,921", - "created": 1610360706.921641, + "asctime": "2021-01-11 11:37:11,418", + "created": 1610361431.418597, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8526,14 +8536,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 921.6411113739014, + "msecs": 418.5969829559326, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3074.364185333252, - "thread": 139854989064000, + "relativeCreated": 3074.007034301758, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -8542,8 +8552,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,921", - "created": 1610360706.92182, + "asctime": "2021-01-11 11:37:11,418", + "created": 1610361431.41879, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8553,35 +8563,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 921.8199253082275, + "msecs": 418.7901020050049, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3074.542999267578, - "thread": 139854989064000, + "relativeCreated": 3074.20015335083, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 921.9880104064941, + "msecs": 418.96796226501465, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3074.7110843658447, - "thread": 139854989064000, + "relativeCreated": 3074.37801361084, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00016808509826660156 + "time_consumption": 0.00017786026000976562 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:06,922", - "created": 1610360706.922564, + "asctime": "2021-01-11 11:37:11,419", + "created": 1610361431.419585, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8598,8 +8608,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,922", - "created": 1610360706.922242, + "asctime": "2021-01-11 11:37:11,419", + "created": 1610361431.419234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8609,14 +8619,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 922.2419261932373, + "msecs": 419.234037399292, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3074.965000152588, - "thread": 139854989064000, + "relativeCreated": 3074.644088745117, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -8625,8 +8635,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,922", - "created": 1610360706.922394, + "asctime": "2021-01-11 11:37:11,419", + "created": 1610361431.419394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8636,32 +8646,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 922.3940372467041, + "msecs": 419.39401626586914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3075.1171112060547, - "thread": 139854989064000, + "relativeCreated": 3074.8040676116943, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 922.5640296936035, + "msecs": 419.5849895477295, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3075.287103652954, - "thread": 139854989064000, + "relativeCreated": 3074.9950408935547, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00016999244689941406 + "time_consumption": 0.00019097328186035156 }, { "args": [], - "asctime": "2021-01-11 11:25:09,275", - "created": 1610360709.275617, + "asctime": "2021-01-11 11:37:13,771", + "created": 1610361433.771839, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -8676,8 +8686,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:06,922", - "created": 1610360706.922826, + "asctime": "2021-01-11 11:37:11,419", + "created": 1610361431.419904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8687,22 +8697,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 922.8260517120361, + "msecs": 419.9039936065674, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3075.5491256713867, - "thread": 139854989064000, + "relativeCreated": 3075.3140449523926, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,923", - "created": 1610360706.923028, + "asctime": "2021-01-11 11:37:11,420", + "created": 1610361431.420212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8712,22 +8722,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 923.0279922485352, + "msecs": 420.2120304107666, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3075.7510662078857, - "thread": 139854989064000, + "relativeCreated": 3075.622081756592, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:06,923", - "created": 1610360706.923222, + "asctime": "2021-01-11 11:37:11,420", + "created": 1610361431.420396, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8737,22 +8747,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 923.2220649719238, + "msecs": 420.396089553833, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3075.9451389312744, - "thread": 139854989064000, + "relativeCreated": 3075.806140899658, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:06,923", - "created": 1610360706.923395, + "asctime": "2021-01-11 11:37:11,420", + "created": 1610361431.420587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8762,22 +8772,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 923.3949184417725, + "msecs": 420.58706283569336, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3076.117992401123, - "thread": 139854989064000, + "relativeCreated": 3075.9971141815186, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:06,923", - "created": 1610360706.923574, + "asctime": "2021-01-11 11:37:11,420", + "created": 1610361431.420803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8787,22 +8797,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 923.5739707946777, + "msecs": 420.8030700683594, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3076.2970447540283, - "thread": 139854989064000, + "relativeCreated": 3076.2131214141846, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:06,923", - "created": 1610360706.923774, + "asctime": "2021-01-11 11:37:11,420", + "created": 1610361431.420975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8812,22 +8822,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 923.774003982544, + "msecs": 420.9749698638916, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3076.4970779418945, - "thread": 139854989064000, + "relativeCreated": 3076.385021209717, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,923", - "created": 1610360706.92395, + "asctime": "2021-01-11 11:37:11,421", + "created": 1610361431.421145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8837,14 +8847,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 923.9499568939209, + "msecs": 421.144962310791, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3076.6730308532715, - "thread": 139854989064000, + "relativeCreated": 3076.555013656616, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -8855,8 +8865,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,924", - "created": 1610360706.92442, + "asctime": "2021-01-11 11:37:11,421", + "created": 1610361431.421437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8866,14 +8876,14 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 924.4201183319092, + "msecs": 421.43702507019043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3077.1431922912598, - "thread": 139854989064000, + "relativeCreated": 3076.8470764160156, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -8884,8 +8894,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,925", - "created": 1610360706.925668, + "asctime": "2021-01-11 11:37:11,422", + "created": 1610361431.422047, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8895,14 +8905,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 925.6680011749268, + "msecs": 422.0468997955322, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3078.3910751342773, - "thread": 139854989064000, + "relativeCreated": 3077.4569511413574, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -8910,8 +8920,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 11:25:06,947", - "created": 1610360706.947208, + "asctime": "2021-01-11 11:37:11,444", + "created": 1610361431.444249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8921,14 +8931,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": 947.2079277038574, + "msecs": 444.24891471862793, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3099.931001663208, - "thread": 139854713177856, + "relativeCreated": 3099.658966064453, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -8936,8 +8946,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 11:25:06,947", - "created": 1610360706.947755, + "asctime": "2021-01-11 11:37:11,444", + "created": 1610361431.444873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8947,14 +8957,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": 947.7550983428955, + "msecs": 444.8730945587158, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3100.478172302246, - "thread": 139854713177856, + "relativeCreated": 3100.283145904541, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -8962,8 +8972,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,947", - "created": 1610360706.94799, + "asctime": "2021-01-11 11:37:11,445", + "created": 1610361431.445133, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8973,14 +8983,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 947.9899406433105, + "msecs": 445.1329708099365, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3100.713014602661, - "thread": 139854713177856, + "relativeCreated": 3100.5430221557617, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -8989,8 +8999,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,948", - "created": 1610360706.948197, + "asctime": "2021-01-11 11:37:11,445", + "created": 1610361431.445312, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9000,14 +9010,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 948.1968879699707, + "msecs": 445.3120231628418, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3100.9199619293213, - "thread": 139854713177856, + "relativeCreated": 3100.722074508667, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9015,8 +9025,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,948", - "created": 1610360706.94845, + "asctime": "2021-01-11 11:37:11,445", + "created": 1610361431.445513, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9026,14 +9036,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 948.4500885009766, + "msecs": 445.5130100250244, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3101.173162460327, - "thread": 139854713177856, + "relativeCreated": 3100.9230613708496, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9042,8 +9052,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,948", - "created": 1610360706.948657, + "asctime": "2021-01-11 11:37:11,445", + "created": 1610361431.445684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9053,14 +9063,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 948.6570358276367, + "msecs": 445.68395614624023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3101.3801097869873, - "thread": 139854713177856, + "relativeCreated": 3101.0940074920654, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9068,8 +9078,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,948", - "created": 1610360706.948969, + "asctime": "2021-01-11 11:37:11,445", + "created": 1610361431.445865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9079,14 +9089,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 948.9688873291016, + "msecs": 445.8649158477783, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3101.691961288452, - "thread": 139854713177856, + "relativeCreated": 3101.2749671936035, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9095,8 +9105,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,949", - "created": 1610360706.949245, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9106,14 +9116,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.2449760437012, + "msecs": 446.0000991821289, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3101.9680500030518, - "thread": 139854713177856, + "relativeCreated": 3101.410150527954, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9121,8 +9131,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,949", - "created": 1610360706.949514, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9132,14 +9142,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 949.5139122009277, + "msecs": 446.1479187011719, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3102.2369861602783, - "thread": 139854713177856, + "relativeCreated": 3101.557970046997, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9148,8 +9158,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,949", - "created": 1610360706.94968, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446255, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9159,14 +9169,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.6800899505615, + "msecs": 446.2549686431885, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3102.403163909912, - "thread": 139854713177856, + "relativeCreated": 3101.6650199890137, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9174,8 +9184,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,949", - "created": 1610360706.949908, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9185,14 +9195,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 949.9080181121826, + "msecs": 446.40588760375977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3102.631092071533, - "thread": 139854713177856, + "relativeCreated": 3101.815938949585, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9201,8 +9211,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,950", - "created": 1610360706.950067, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446512, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9212,14 +9222,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.0670433044434, + "msecs": 446.51198387145996, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3102.790117263794, - "thread": 139854713177856, + "relativeCreated": 3101.922035217285, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9227,8 +9237,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:06,950", - "created": 1610360706.950322, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446686, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9238,14 +9248,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 950.3219127655029, + "msecs": 446.6860294342041, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3103.0449867248535, - "thread": 139854713177856, + "relativeCreated": 3102.0960807800293, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9253,8 +9263,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:06,950", - "created": 1610360706.9506, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9264,14 +9274,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 950.5999088287354, + "msecs": 446.8250274658203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3103.322982788086, - "thread": 139854713177856, + "relativeCreated": 3102.2350788116455, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9279,8 +9289,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,950", - "created": 1610360706.950757, + "asctime": "2021-01-11 11:37:11,446", + "created": 1610361431.446949, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9290,14 +9300,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 950.7570266723633, + "msecs": 446.9490051269531, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3103.480100631714, - "thread": 139854713177856, + "relativeCreated": 3102.3590564727783, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9306,8 +9316,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,950", - "created": 1610360706.950885, + "asctime": "2021-01-11 11:37:11,447", + "created": 1610361431.447064, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9317,14 +9327,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": 950.8850574493408, + "msecs": 447.0639228820801, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3103.6081314086914, - "thread": 139854713177856, + "relativeCreated": 3102.4739742279053, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9332,8 +9342,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 11:25:06,951", - "created": 1610360706.951156, + "asctime": "2021-01-11 11:37:11,447", + "created": 1610361431.447291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9343,14 +9353,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": 951.1559009552002, + "msecs": 447.29089736938477, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3103.878974914551, - "thread": 139854713177856, + "relativeCreated": 3102.70094871521, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9361,8 +9371,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,951", - "created": 1610360706.951503, + "asctime": "2021-01-11 11:37:11,447", + "created": 1610361431.447631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9372,14 +9382,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 951.5030384063721, + "msecs": 447.6308822631836, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3104.2261123657227, - "thread": 139854713177856, + "relativeCreated": 3103.040933609009, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9387,25 +9397,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:06,951", - "created": 1610360706.951678, + "asctime": "2021-01-11 11:37:11,447", + "created": 1610361431.447847, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 951.6780376434326, + "msecs": 447.8468894958496, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3104.401111602783, - "thread": 139854713177856, + "relativeCreated": 3103.256940841675, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9416,8 +9426,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,951", - "created": 1610360706.951896, + "asctime": "2021-01-11 11:37:11,448", + "created": 1610361431.448118, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9427,22 +9437,22 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 951.8959522247314, + "msecs": 448.1179714202881, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 3104.619026184082, - "thread": 139854713177856, + "relativeCreated": 3103.5280227661133, + "thread": 140378925692672, "threadName": "Thread-7" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:08,931", - "created": 1610360708.931629, + "asctime": "2021-01-11 11:37:13,427", + "created": 1610361433.427887, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9452,22 +9462,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 931.628942489624, + "msecs": 427.886962890625, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5084.352016448975, - "thread": 139854989064000, + "relativeCreated": 5083.29701423645, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:08,932", - "created": 1610360708.93201, + "asctime": "2021-01-11 11:37:13,428", + "created": 1610361433.428258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9477,22 +9487,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 932.0099353790283, + "msecs": 428.25794219970703, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5084.733009338379, - "thread": 139854989064000, + "relativeCreated": 5083.667993545532, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:08,932", - "created": 1610360708.932234, + "asctime": "2021-01-11 11:37:13,428", + "created": 1610361433.428499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9502,14 +9512,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 932.2340488433838, + "msecs": 428.4989833831787, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5084.957122802734, - "thread": 139854989064000, + "relativeCreated": 5083.909034729004, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -9517,8 +9527,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 11:25:08,957", - "created": 1610360708.95718, + "asctime": "2021-01-11 11:37:13,453", + "created": 1610361433.45346, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9528,14 +9538,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": 957.1800231933594, + "msecs": 453.4599781036377, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5109.90309715271, - "thread": 139854713177856, + "relativeCreated": 5108.870029449463, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9543,8 +9553,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 11:25:08,957", - "created": 1610360708.957695, + "asctime": "2021-01-11 11:37:13,454", + "created": 1610361433.454044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9554,14 +9564,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": 957.6950073242188, + "msecs": 454.0441036224365, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5110.418081283569, - "thread": 139854713177856, + "relativeCreated": 5109.454154968262, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9569,8 +9579,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,957", - "created": 1610360708.957911, + "asctime": "2021-01-11 11:37:13,454", + "created": 1610361433.454313, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9580,14 +9590,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 957.9110145568848, + "msecs": 454.3130397796631, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5110.634088516235, - "thread": 139854713177856, + "relativeCreated": 5109.723091125488, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9596,8 +9606,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:08,958", - "created": 1610360708.958091, + "asctime": "2021-01-11 11:37:13,454", + "created": 1610361433.45453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9607,14 +9617,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 958.0910205841064, + "msecs": 454.5300006866455, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5110.814094543457, - "thread": 139854713177856, + "relativeCreated": 5109.940052032471, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9622,8 +9632,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,958", - "created": 1610360708.9583, + "asctime": "2021-01-11 11:37:13,454", + "created": 1610361433.454793, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9633,14 +9643,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 958.3001136779785, + "msecs": 454.79297637939453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5111.023187637329, - "thread": 139854713177856, + "relativeCreated": 5110.20302772522, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9649,8 +9659,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,958", - "created": 1610360708.958463, + "asctime": "2021-01-11 11:37:13,454", + "created": 1610361433.45499, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9660,14 +9670,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.4629535675049, + "msecs": 454.9899101257324, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5111.1860275268555, - "thread": 139854713177856, + "relativeCreated": 5110.399961471558, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9675,8 +9685,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,958", - "created": 1610360708.958681, + "asctime": "2021-01-11 11:37:13,455", + "created": 1610361433.455264, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9686,14 +9696,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 958.6811065673828, + "msecs": 455.2640914916992, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5111.404180526733, - "thread": 139854713177856, + "relativeCreated": 5110.674142837524, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9702,8 +9712,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,958", - "created": 1610360708.958858, + "asctime": "2021-01-11 11:37:13,455", + "created": 1610361433.455466, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9713,14 +9723,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.8580131530762, + "msecs": 455.46603202819824, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5111.581087112427, - "thread": 139854713177856, + "relativeCreated": 5110.876083374023, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9728,8 +9738,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,959", - "created": 1610360708.959051, + "asctime": "2021-01-11 11:37:13,455", + "created": 1610361433.455709, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9739,14 +9749,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 959.0508937835693, + "msecs": 455.70898056030273, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5111.77396774292, - "thread": 139854713177856, + "relativeCreated": 5111.119031906128, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9755,8 +9765,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,959", - "created": 1610360708.959203, + "asctime": "2021-01-11 11:37:13,455", + "created": 1610361433.455897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9766,14 +9776,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 959.2030048370361, + "msecs": 455.89709281921387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5111.926078796387, - "thread": 139854713177856, + "relativeCreated": 5111.307144165039, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9781,8 +9791,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,959", - "created": 1610360708.959417, + "asctime": "2021-01-11 11:37:13,456", + "created": 1610361433.456172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9792,14 +9802,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 959.4171047210693, + "msecs": 456.17198944091797, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5112.14017868042, - "thread": 139854713177856, + "relativeCreated": 5111.582040786743, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9808,8 +9818,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,959", - "created": 1610360708.959581, + "asctime": "2021-01-11 11:37:13,456", + "created": 1610361433.456372, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9819,14 +9829,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 959.5808982849121, + "msecs": 456.3720226287842, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5112.303972244263, - "thread": 139854713177856, + "relativeCreated": 5111.782073974609, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9834,8 +9844,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:08,959", - "created": 1610360708.959812, + "asctime": "2021-01-11 11:37:13,456", + "created": 1610361433.456682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9845,14 +9855,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 959.8119258880615, + "msecs": 456.6819667816162, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5112.534999847412, - "thread": 139854713177856, + "relativeCreated": 5112.092018127441, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9860,8 +9870,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:08,960", - "created": 1610360708.96, + "asctime": "2021-01-11 11:37:13,456", + "created": 1610361433.45695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9871,14 +9881,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 960.0000381469727, + "msecs": 456.94994926452637, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5112.723112106323, - "thread": 139854713177856, + "relativeCreated": 5112.360000610352, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9886,8 +9896,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,960", - "created": 1610360708.960176, + "asctime": "2021-01-11 11:37:13,457", + "created": 1610361433.457172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9897,14 +9907,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 960.1759910583496, + "msecs": 457.1719169616699, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5112.8990650177, - "thread": 139854713177856, + "relativeCreated": 5112.581968307495, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9913,8 +9923,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:08,960", - "created": 1610360708.960331, + "asctime": "2021-01-11 11:37:13,457", + "created": 1610361433.457374, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9924,14 +9934,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": 960.3309631347656, + "msecs": 457.37409591674805, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5113.054037094116, - "thread": 139854713177856, + "relativeCreated": 5112.784147262573, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -9939,8 +9949,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 11:25:08,960", - "created": 1610360708.960671, + "asctime": "2021-01-11 11:37:13,457", + "created": 1610361433.457797, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9950,98 +9960,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": 960.6709480285645, + "msecs": 457.7970504760742, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5113.394021987915, - "thread": 139854713177856, - "threadName": "Thread-7" - }, - { - "args": [ - "prot-server:", - "RX <-", - "service: authentification request, data_id: seed", - "status: okay", - "None" - ], - "asctime": "2021-01-11 11:25:08,961", - "created": 1610360708.961122, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__log_msg__", - "levelname": "INFO", - "levelno": 20, - "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", - "module": "__init__", - "msecs": 961.1220359802246, - "msg": "%s %s %s, %s, data: \"%s\"", - "name": "root.socket_protocol.all_others", - "pathname": "src/socket_protocol/__init__.py", - "process": 33692, - "processName": "MainProcess", - "relativeCreated": 5113.845109939575, - "thread": 139854713177856, - "threadName": "Thread-7" - }, - { - "args": [ - "prot-server:", - "__authentificate_create_seed__" - ], - "asctime": "2021-01-11 11:25:08,961", - "created": 1610360708.961341, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__data_available_callback__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 479, - "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", - "module": "__init__", - "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": 33692, - "processName": "MainProcess", - "relativeCreated": 5114.06397819519, - "thread": 139854713177856, - "threadName": "Thread-7" - }, - { - "args": [ - "prot-server:", - "TX ->", - "service: authentification response, data_id: seed", - "status: okay", - "'d371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'" - ], - "asctime": "2021-01-11 11:25:08,961", - "created": 1610360708.961639, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__log_msg__", - "levelname": "INFO", - "levelno": 20, - "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'d371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'\"", - "module": "__init__", - "msecs": 961.6389274597168, - "msg": "%s %s %s, %s, data: \"%s\"", - "name": "root.socket_protocol.all_others", - "pathname": "src/socket_protocol/__init__.py", - "process": 33692, - "processName": "MainProcess", - "relativeCreated": 5114.362001419067, - "thread": 139854713177856, + "relativeCreated": 5113.207101821899, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -10049,8 +9975,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 11:25:08,962", - "created": 1610360708.962626, + "asctime": "2021-01-11 11:37:13,458", + "created": 1610361433.458319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10060,23 +9986,78 @@ "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": 962.6259803771973, + "msecs": 458.31894874572754, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5115.349054336548, - "thread": 139854704785152, + "relativeCreated": 5113.729000091553, + "thread": 140378917299968, "threadName": "Thread-8" }, + { + "args": [ + "prot-server:", + "RX <-", + "service: authentification request, data_id: seed", + "status: okay", + "None" + ], + "asctime": "2021-01-11 11:37:13,458", + "created": 1610361433.45899, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__log_msg__", + "levelname": "INFO", + "levelno": 20, + "lineno": 445, + "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", + "module": "__init__", + "msecs": 458.99009704589844, + "msg": "%s %s %s, %s, data: \"%s\"", + "name": "root.socket_protocol.all_others", + "pathname": "src/socket_protocol/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 5114.400148391724, + "thread": 140378925692672, + "threadName": "Thread-7" + }, + { + "args": [ + "prot-server:", + "__authentificate_create_seed__" + ], + "asctime": "2021-01-11 11:37:13,459", + "created": 1610361433.459481, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__data_available_callback__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 478, + "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", + "module": "__init__", + "msecs": 459.48100090026855, + "msg": "%s Executing callback %s to process received data", + "name": "root.socket_protocol.all_others", + "pathname": "src/socket_protocol/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 5114.891052246094, + "thread": 140378925692672, + "threadName": "Thread-7" + }, { "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 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 11:25:08,963", - "created": 1610360708.96324, + "asctime": "2021-01-11 11:37:13,459", + "created": 1610361433.459906, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10086,14 +10067,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": 963.2399082183838, + "msecs": 459.90610122680664, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5115.962982177734, - "thread": 139854704785152, + "relativeCreated": 5115.316152572632, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10101,8 +10082,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,963", - "created": 1610360708.963472, + "asctime": "2021-01-11 11:37:13,460", + "created": 1610361433.460009, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10112,14 +10093,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 963.4718894958496, + "msecs": 460.0090980529785, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5116.1949634552, - "thread": 139854704785152, + "relativeCreated": 5115.419149398804, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10128,8 +10109,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:08,963", - "created": 1610360708.963652, + "asctime": "2021-01-11 11:37:13,460", + "created": 1610361433.460093, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10139,23 +10120,52 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 963.6518955230713, + "msecs": 460.09302139282227, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5116.374969482422, - "thread": 139854704785152, + "relativeCreated": 5115.5030727386475, + "thread": 140378917299968, "threadName": "Thread-8" }, + { + "args": [ + "prot-server:", + "TX ->", + "service: authentification response, data_id: seed", + "status: okay", + "'4718ac4339ae9701389536651908e3bef259633b193ab7016b0e12d54fccbfb4'" + ], + "asctime": "2021-01-11 11:37:13,460", + "created": 1610361433.460193, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__log_msg__", + "levelname": "INFO", + "levelno": 20, + "lineno": 445, + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'4718ac4339ae9701389536651908e3bef259633b193ab7016b0e12d54fccbfb4'\"", + "module": "__init__", + "msecs": 460.1929187774658, + "msg": "%s %s %s, %s, data: \"%s\"", + "name": "root.socket_protocol.all_others", + "pathname": "src/socket_protocol/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 5115.602970123291, + "thread": 140378925692672, + "threadName": "Thread-7" + }, { "args": [ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,963", - "created": 1610360708.963862, + "asctime": "2021-01-11 11:37:13,460", + "created": 1610361433.460314, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10165,14 +10175,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 963.8619422912598, + "msecs": 460.3140354156494, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5116.58501625061, - "thread": 139854704785152, + "relativeCreated": 5115.724086761475, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10181,8 +10191,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,964", - "created": 1610360708.964023, + "asctime": "2021-01-11 11:37:13,460", + "created": 1610361433.460645, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10192,14 +10202,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 964.0231132507324, + "msecs": 460.6449604034424, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5116.746187210083, - "thread": 139854704785152, + "relativeCreated": 5116.055011749268, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10207,8 +10217,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,964", - "created": 1610360708.964319, + "asctime": "2021-01-11 11:37:13,460", + "created": 1610361433.460865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10218,14 +10228,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 964.3189907073975, + "msecs": 460.8650207519531, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5117.042064666748, - "thread": 139854704785152, + "relativeCreated": 5116.275072097778, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10234,8 +10244,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,964", - "created": 1610360708.964519, + "asctime": "2021-01-11 11:37:13,460", + "created": 1610361433.460937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10245,14 +10255,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 964.5190238952637, + "msecs": 460.9370231628418, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5117.242097854614, - "thread": 139854704785152, + "relativeCreated": 5116.347074508667, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10260,8 +10270,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,964", - "created": 1610360708.964794, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.46101, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10271,14 +10281,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 964.7939205169678, + "msecs": 461.0099792480469, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5117.516994476318, - "thread": 139854704785152, + "relativeCreated": 5116.420030593872, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10287,8 +10297,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,964", - "created": 1610360708.964993, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10298,14 +10308,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 964.9930000305176, + "msecs": 461.06696128845215, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5117.716073989868, - "thread": 139854704785152, + "relativeCreated": 5116.477012634277, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10313,8 +10323,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,965", - "created": 1610360708.965281, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.46115, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10324,14 +10334,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 965.2810096740723, + "msecs": 461.1499309539795, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5118.004083633423, - "thread": 139854704785152, + "relativeCreated": 5116.559982299805, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10340,8 +10350,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,965", - "created": 1610360708.96547, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10351,14 +10361,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 965.4700756072998, + "msecs": 461.20500564575195, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5118.19314956665, - "thread": 139854704785152, + "relativeCreated": 5116.615056991577, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10366,8 +10376,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:08,965", - "created": 1610360708.965819, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461291, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10377,14 +10387,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 965.8188819885254, + "msecs": 461.2910747528076, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5118.541955947876, - "thread": 139854704785152, + "relativeCreated": 5116.701126098633, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10392,8 +10402,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:08,966", - "created": 1610360708.966014, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10403,14 +10413,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 966.0139083862305, + "msecs": 461.35902404785156, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5118.736982345581, - "thread": 139854704785152, + "relativeCreated": 5116.769075393677, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10418,8 +10428,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,966", - "created": 1610360708.966189, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10429,14 +10439,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 966.188907623291, + "msecs": 461.4260196685791, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5118.911981582642, - "thread": 139854704785152, + "relativeCreated": 5116.836071014404, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10445,8 +10455,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:08,966", - "created": 1610360708.966344, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10456,14 +10466,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": 966.3441181182861, + "msecs": 461.4839553833008, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5119.067192077637, - "thread": 139854704785152, + "relativeCreated": 5116.894006729126, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10471,8 +10481,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 11:25:08,966", - "created": 1610360708.966676, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10482,14 +10492,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": 966.6759967803955, + "msecs": 461.5969657897949, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5119.399070739746, - "thread": 139854704785152, + "relativeCreated": 5117.00701713562, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10500,8 +10510,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967056, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461725, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10511,14 +10521,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 967.0560359954834, + "msecs": 461.72499656677246, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5119.779109954834, - "thread": 139854704785152, + "relativeCreated": 5117.135047912598, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10526,8 +10536,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967267, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461796, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10537,23 +10547,23 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 967.2670364379883, + "msecs": 461.7960453033447, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5119.990110397339, - "thread": 139854704785152, + "relativeCreated": 5117.20609664917, + "thread": 140378917299968, "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 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 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 34 37 31 38 61 63 34 33 33 39 61 65 39 37 30 31 33 38 39" ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967438, + "asctime": "2021-01-11 11:37:13,461", + "created": 1610361433.461987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10561,25 +10571,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 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 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 34 37 31 38 61 63 34 33 33 39 61 65 39 37 30 31 33 38 39", "module": "__init__", - "msecs": 967.4379825592041, + "msecs": 461.9870185852051, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.161056518555, - "thread": 139854704785152, + "relativeCreated": 5117.39706993103, + "thread": 140378917299968, "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 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 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 34 37 31 38 61 63 34 33 33 39 61 65 39 37 30 31 33 38 39" ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967554, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10587,16 +10597,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 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 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 34 37 31 38 61 63 34 33 33 39 61 65 39 37 30 31 33 38 39", "module": "__init__", - "msecs": 967.5540924072266, + "msecs": 462.1109962463379, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.277166366577, - "thread": 139854704785152, + "relativeCreated": 5117.521047592163, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10604,8 +10614,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.96761, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.46217, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10615,14 +10625,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 967.6098823547363, + "msecs": 462.169885635376, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.332956314087, - "thread": 139854704785152, + "relativeCreated": 5117.579936981201, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10631,8 +10641,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967663, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10642,14 +10652,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 967.663049697876, + "msecs": 462.22901344299316, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.386123657227, - "thread": 139854704785152, + "relativeCreated": 5117.639064788818, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10657,8 +10667,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.96773, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10668,14 +10678,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 967.7300453186035, + "msecs": 462.30196952819824, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.453119277954, - "thread": 139854704785152, + "relativeCreated": 5117.712020874023, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10684,8 +10694,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967781, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462355, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10695,14 +10705,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.7810668945312, + "msecs": 462.3548984527588, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.504140853882, - "thread": 139854704785152, + "relativeCreated": 5117.764949798584, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10710,8 +10720,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967875, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.46243, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10721,14 +10731,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 967.8750038146973, + "msecs": 462.4300003051758, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.598077774048, - "thread": 139854704785152, + "relativeCreated": 5117.840051651001, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10737,8 +10747,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,967", - "created": 1610360708.967938, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10748,14 +10758,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.9379463195801, + "msecs": 462.4829292297363, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.661020278931, - "thread": 139854704785152, + "relativeCreated": 5117.8929805755615, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10763,8 +10773,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968019, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10774,14 +10784,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 968.0190086364746, + "msecs": 462.54897117614746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.742082595825, - "thread": 139854704785152, + "relativeCreated": 5117.959022521973, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10790,8 +10800,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968088, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462611, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10801,23 +10811,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 968.087911605835, + "msecs": 462.61096000671387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.810985565186, - "thread": 139854704785152, + "relativeCreated": 5118.021011352539, + "thread": 140378917299968, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(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" + "(64): 35 33 36 36 35 31 39 30 38 65 33 62 65 66 32 35 39 36 33 33 62 31 39 33 61 62 37 30 31 36 62 30 65 31 32 64 35 34 66 63 63 62 66 62 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d0 dd" ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968237, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10825,25 +10835,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 35 33 36 36 35 31 39 30 38 65 33 62 65 66 32 35 39 36 33 33 62 31 39 33 61 62 37 30 31 36 62 30 65 31 32 64 35 34 66 63 63 62 66 62 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d0 dd", "module": "__init__", - "msecs": 968.2369232177734, + "msecs": 462.7659320831299, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5120.959997177124, - "thread": 139854704785152, + "relativeCreated": 5118.175983428955, + "thread": 140378917299968, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(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" + "(64): 35 33 36 36 35 31 39 30 38 65 33 62 65 66 32 35 39 36 33 33 62 31 39 33 61 62 37 30 31 36 62 30 65 31 32 64 35 34 66 63 63 62 66 62 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d0 dd" ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968361, + "asctime": "2021-01-11 11:37:13,462", + "created": 1610361433.462889, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10851,16 +10861,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 35 33 36 36 35 31 39 30 38 65 33 62 65 66 32 35 39 36 33 33 62 31 39 33 61 62 37 30 31 36 62 30 65 31 32 64 35 34 66 63 63 62 66 62 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d0 dd", "module": "__init__", - "msecs": 968.3609008789062, + "msecs": 462.8889560699463, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.083974838257, - "thread": 139854704785152, + "relativeCreated": 5118.2990074157715, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10868,8 +10878,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968483, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10879,14 +10889,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 968.4829711914062, + "msecs": 463.01889419555664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.206045150757, - "thread": 139854704785152, + "relativeCreated": 5118.428945541382, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10895,8 +10905,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968535, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10906,23 +10916,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 968.5349464416504, + "msecs": 463.07897567749023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.258020401001, - "thread": 139854704785152, + "relativeCreated": 5118.489027023315, + "thread": 140378917299968, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(4): 01 27 3a 3e" + "(4): 77 4c 3a 3e" ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968614, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463159, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10930,25 +10940,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 01 27 3a 3e", + "message": "comm-server: TX -> (4): 77 4c 3a 3e", "module": "__init__", - "msecs": 968.6141014099121, + "msecs": 463.15908432006836, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.337175369263, - "thread": 139854704785152, + "relativeCreated": 5118.569135665894, + "thread": 140378917299968, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(4): 01 27 3a 3e" + "(4): 77 4c 3a 3e" ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968673, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463221, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10956,16 +10966,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 01 27 3a 3e", + "message": "comm-client: RX <- (4): 77 4c 3a 3e", "module": "__init__", - "msecs": 968.6729907989502, + "msecs": 463.22107315063477, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.396064758301, - "thread": 139854704785152, + "relativeCreated": 5118.63112449646, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -10973,8 +10983,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968727, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.46328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10984,14 +10994,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 968.7271118164062, + "msecs": 463.27996253967285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.450185775757, - "thread": 139854704785152, + "relativeCreated": 5118.690013885498, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11000,8 +11010,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968787, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463336, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11011,23 +11021,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": 968.7869548797607, + "msecs": 463.3359909057617, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.510028839111, - "thread": 139854704785152, + "relativeCreated": 5118.746042251587, + "thread": 140378917299968, "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 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" + "(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 34 37 31 38 61 63 34 33 33 39 61 65 39 37 30 31 33 38 39 35 33 36 36 35 31 39 30 38 65 33 62 65 66 32 35 39 36 33 33 62 31 39 33 61 62 37 30 31 36 62 30 65 31 32 64 35 34 66 63 63 62 66 62 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d0 dd 77 4c" ], - "asctime": "2021-01-11 11:25:08,968", - "created": 1610360708.968947, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11035,16 +11045,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 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", + "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 34 37 31 38 61 63 34 33 33 39 61 65 39 37 30 31 33 38 39 35 33 36 36 35 31 39 30 38 65 33 62 65 66 32 35 39 36 33 33 62 31 39 33 61 62 37 30 31 36 62 30 65 31 32 64 35 34 66 63 63 62 66 62 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d0 dd 77 4c", "module": "stp", - "msecs": 968.9469337463379, + "msecs": 463.5028839111328, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.6700077056885, - "thread": 139854704785152, + "relativeCreated": 5118.912935256958, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11053,10 +11063,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'd371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'" + "u'4718ac4339ae9701389536651908e3bef259633b193ab7016b0e12d54fccbfb4'" ], - "asctime": "2021-01-11 11:25:08,969", - "created": 1610360708.969067, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11064,16 +11074,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'd371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'4718ac4339ae9701389536651908e3bef259633b193ab7016b0e12d54fccbfb4'\"", "module": "__init__", - "msecs": 969.0670967102051, + "msecs": 463.6259078979492, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.790170669556, - "thread": 139854704785152, + "relativeCreated": 5119.035959243774, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11081,8 +11091,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:08,969", - "created": 1610360708.969135, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463699, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11092,14 +11102,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 969.135046005249, + "msecs": 463.6991024017334, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.8581199646, - "thread": 139854704785152, + "relativeCreated": 5119.109153747559, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11108,10 +11118,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'" + "'8f9705e924e3ea7503ffbfbf0857fbeb544a7c930502e888d37cab234903b1f7c2b5a3d25a0033f4a953095e25923f042bc051fc713e405f3c1a8c6218de53ba'" ], - "asctime": "2021-01-11 11:25:08,969", - "created": 1610360708.969243, + "asctime": "2021-01-11 11:37:13,463", + "created": 1610361433.463807, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11119,25 +11129,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'8f9705e924e3ea7503ffbfbf0857fbeb544a7c930502e888d37cab234903b1f7c2b5a3d25a0033f4a953095e25923f042bc051fc713e405f3c1a8c6218de53ba'\"", "module": "__init__", - "msecs": 969.243049621582, + "msecs": 463.8071060180664, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5121.966123580933, - "thread": 139854704785152, + "relativeCreated": 5119.217157363892, + "thread": 140378917299968, "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 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 39 37 30 35 65 39 32 34 65 33 65 61 37 35 30 33 66" ], - "asctime": "2021-01-11 11:25:08,972", - "created": 1610360708.972224, + "asctime": "2021-01-11 11:37:13,464", + "created": 1610361433.464239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11145,25 +11155,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 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39", + "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 39 37 30 35 65 39 32 34 65 33 65 61 37 35 30 33 66", "module": "__init__", - "msecs": 972.2239971160889, + "msecs": 464.23888206481934, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5124.947071075439, - "thread": 139854713177856, + "relativeCreated": 5119.6489334106445, + "thread": 140378925692672, "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 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 39 37 30 35 65 39 32 34 65 33 65 61 37 35 30 33 66" ], - "asctime": "2021-01-11 11:25:08,972", - "created": 1610360708.972461, + "asctime": "2021-01-11 11:37:13,464", + "created": 1610361433.46447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11171,16 +11181,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 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39", + "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 39 37 30 35 65 39 32 34 65 33 65 61 37 35 30 33 66", "module": "__init__", - "msecs": 972.4609851837158, + "msecs": 464.46990966796875, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.184059143066, - "thread": 139854713177856, + "relativeCreated": 5119.879961013794, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11188,8 +11198,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,972", - "created": 1610360708.972548, + "asctime": "2021-01-11 11:37:13,464", + "created": 1610361433.464562, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11199,14 +11209,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 972.5480079650879, + "msecs": 464.56193923950195, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.2710819244385, - "thread": 139854713177856, + "relativeCreated": 5119.971990585327, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11215,8 +11225,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:08,972", - "created": 1610360708.972624, + "asctime": "2021-01-11 11:37:13,464", + "created": 1610361433.464643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11226,14 +11236,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 972.6240634918213, + "msecs": 464.6430015563965, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.347137451172, - "thread": 139854713177856, + "relativeCreated": 5120.053052902222, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11241,8 +11251,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,972", - "created": 1610360708.97276, + "asctime": "2021-01-11 11:37:13,464", + "created": 1610361433.464756, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11252,14 +11262,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 972.7599620819092, + "msecs": 464.7560119628906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.48303604126, - "thread": 139854713177856, + "relativeCreated": 5120.166063308716, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11268,8 +11278,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,972", - "created": 1610360708.972844, + "asctime": "2021-01-11 11:37:13,464", + "created": 1610361433.46485, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11279,14 +11289,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 972.8438854217529, + "msecs": 464.84994888305664, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.5669593811035, - "thread": 139854713177856, + "relativeCreated": 5120.260000228882, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11294,8 +11304,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,972", - "created": 1610360708.972976, + "asctime": "2021-01-11 11:37:13,464", + "created": 1610361433.464965, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11305,14 +11315,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 972.9759693145752, + "msecs": 464.9651050567627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.699043273926, - "thread": 139854713177856, + "relativeCreated": 5120.375156402588, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11321,8 +11331,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.973048, + "asctime": "2021-01-11 11:37:13,465", + "created": 1610361433.46504, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11332,14 +11342,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 973.0479717254639, + "msecs": 465.0399684906006, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.771045684814, - "thread": 139854713177856, + "relativeCreated": 5120.450019836426, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11347,8 +11357,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.973131, + "asctime": "2021-01-11 11:37:13,465", + "created": 1610361433.465139, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11358,14 +11368,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 973.1309413909912, + "msecs": 465.13891220092773, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.854015350342, - "thread": 139854713177856, + "relativeCreated": 5120.548963546753, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11374,8 +11384,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.973206, + "asctime": "2021-01-11 11:37:13,465", + "created": 1610361433.465219, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11385,23 +11395,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 973.2060432434082, + "msecs": 465.21902084350586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5125.929117202759, - "thread": 139854713177856, + "relativeCreated": 5120.629072189331, + "thread": 140378925692672, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(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" + "(64): 66 62 66 62 66 30 38 35 37 66 62 65 62 35 34 34 61 37 63 39 33 30 35 30 32 65 38 38 38 64 33 37 63 61 62 32 33 34 39 30 33 62 31 66 37 63 32 62 35 61 33 64 32 35 61 30 30 33 33 66 34 61 39 35" ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.9734, + "asctime": "2021-01-11 11:37:13,465", + "created": 1610361433.465433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11409,25 +11419,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 66 62 66 62 66 30 38 35 37 66 62 65 62 35 34 34 61 37 63 39 33 30 35 30 32 65 38 38 38 64 33 37 63 61 62 32 33 34 39 30 33 62 31 66 37 63 32 62 35 61 33 64 32 35 61 30 30 33 33 66 34 61 39 35", "module": "__init__", - "msecs": 973.4001159667969, + "msecs": 465.43288230895996, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.1231899261475, - "thread": 139854713177856, + "relativeCreated": 5120.842933654785, + "thread": 140378925692672, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(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" + "(64): 66 62 66 62 66 30 38 35 37 66 62 65 62 35 34 34 61 37 63 39 33 30 35 30 32 65 38 38 38 64 33 37 63 61 62 32 33 34 39 30 33 62 31 66 37 63 32 62 35 61 33 64 32 35 61 30 30 33 33 66 34 61 39 35" ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.973539, + "asctime": "2021-01-11 11:37:13,465", + "created": 1610361433.465582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11435,25 +11445,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 66 62 66 62 66 30 38 35 37 66 62 65 62 35 34 34 61 37 63 39 33 30 35 30 32 65 38 38 38 64 33 37 63 61 62 32 33 34 39 30 33 62 31 66 37 63 32 62 35 61 33 64 32 35 61 30 30 33 33 66 34 61 39 35", "module": "__init__", - "msecs": 973.5391139984131, + "msecs": 465.58189392089844, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.262187957764, - "thread": 139854713177856, + "relativeCreated": 5120.991945266724, + "thread": 140378925692672, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(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" + "(64): 33 30 39 35 65 32 35 39 32 33 66 30 34 32 62 63 30 35 31 66 63 37 31 33 65 34 30 35 66 33 63 31 61 38 63 36 32 31 38 64 65 35 33 62 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 7e a7" ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.973746, + "asctime": "2021-01-11 11:37:13,465", + "created": 1610361433.46586, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11461,25 +11471,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 33 30 39 35 65 32 35 39 32 33 66 30 34 32 62 63 30 35 31 66 63 37 31 33 65 34 30 35 66 33 63 31 61 38 63 36 32 31 38 64 65 35 33 62 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 7e a7", "module": "__init__", - "msecs": 973.7460613250732, + "msecs": 465.85988998413086, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.469135284424, - "thread": 139854713177856, + "relativeCreated": 5121.269941329956, + "thread": 140378925692672, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(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" + "(64): 33 30 39 35 65 32 35 39 32 33 66 30 34 32 62 63 30 35 31 66 63 37 31 33 65 34 30 35 66 33 63 31 61 38 63 36 32 31 38 64 65 35 33 62 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 7e a7" ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.973867, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.466004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11487,16 +11497,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 33 30 39 35 65 32 35 39 32 33 66 30 34 32 62 63 30 35 31 66 63 37 31 33 65 34 30 35 66 33 63 31 61 38 63 36 32 31 38 64 65 35 33 62 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 7e a7", "module": "__init__", - "msecs": 973.8669395446777, + "msecs": 466.0038948059082, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.590013504028, - "thread": 139854713177856, + "relativeCreated": 5121.413946151733, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11504,8 +11514,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,973", - "created": 1610360708.973993, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.46618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11515,14 +11525,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 973.9930629730225, + "msecs": 466.18008613586426, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.716136932373, - "thread": 139854713177856, + "relativeCreated": 5121.590137481689, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11531,8 +11541,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974048, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.466246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11542,23 +11552,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.0478992462158, + "msecs": 466.2458896636963, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.770973205566, - "thread": 139854713177856, + "relativeCreated": 5121.6559410095215, + "thread": 140378925692672, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(4): c2 0b 3a 3e" + "(4): a4 01 3a 3e" ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974126, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.466368, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11566,25 +11576,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): c2 0b 3a 3e", + "message": "comm-client: TX -> (4): a4 01 3a 3e", "module": "__init__", - "msecs": 974.1261005401611, + "msecs": 466.3679599761963, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.849174499512, - "thread": 139854713177856, + "relativeCreated": 5121.7780113220215, + "thread": 140378925692672, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(4): c2 0b 3a 3e" + "(4): a4 01 3a 3e" ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974186, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.466448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11592,16 +11602,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): c2 0b 3a 3e", + "message": "comm-server: RX <- (4): a4 01 3a 3e", "module": "__init__", - "msecs": 974.1859436035156, + "msecs": 466.4480686187744, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.909017562866, - "thread": 139854713177856, + "relativeCreated": 5121.8581199646, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11609,8 +11619,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974246, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.466527, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11620,14 +11630,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.2460250854492, + "msecs": 466.52698516845703, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5126.9690990448, - "thread": 139854713177856, + "relativeCreated": 5121.937036514282, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11636,8 +11646,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974302, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.466598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11647,23 +11657,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": 974.3020534515381, + "msecs": 466.5980339050293, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5127.025127410889, - "thread": 139854713177856, + "relativeCreated": 5122.0080852508545, + "thread": 140378925692672, "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 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" + "(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 39 37 30 35 65 39 32 34 65 33 65 61 37 35 30 33 66 66 62 66 62 66 30 38 35 37 66 62 65 62 35 34 34 61 37 63 39 33 30 35 30 32 65 38 38 38 64 33 37 63 61 62 32 33 34 39 30 33 62 31 66 37 63 32 62 35 61 33 64 32 35 61 30 30 33 33 66 34 61 39 35 33 30 39 35 65 32 35 39 32 33 66 30 34 32 62 63 30 35 31 66 63 37 31 33 65 34 30 35 66 33 63 31 61 38 63 36 32 31 38 64 65 35 33 62 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 7e a7 a4 01" ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974522, + "asctime": "2021-01-11 11:37:13,466", + "created": 1610361433.466878, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11671,16 +11681,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 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", + "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 39 37 30 35 65 39 32 34 65 33 65 61 37 35 30 33 66 66 62 66 62 66 30 38 35 37 66 62 65 62 35 34 34 61 37 63 39 33 30 35 30 32 65 38 38 38 64 33 37 63 61 62 32 33 34 39 30 33 62 31 66 37 63 32 62 35 61 33 64 32 35 61 30 30 33 33 66 34 61 39 35 33 30 39 35 65 32 35 39 32 33 66 30 34 32 62 63 30 35 31 66 63 37 31 33 65 34 30 35 66 33 63 31 61 38 63 36 32 31 38 64 65 35 33 62 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 7e a7 a4 01", "module": "stp", - "msecs": 974.5221138000488, + "msecs": 466.87793731689453, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5127.245187759399, - "thread": 139854713177856, + "relativeCreated": 5122.28798866272, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11689,10 +11699,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'" + "u'8f9705e924e3ea7503ffbfbf0857fbeb544a7c930502e888d37cab234903b1f7c2b5a3d25a0033f4a953095e25923f042bc051fc713e405f3c1a8c6218de53ba'" ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974671, + "asctime": "2021-01-11 11:37:13,467", + "created": 1610361433.467031, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11700,16 +11710,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'8f9705e924e3ea7503ffbfbf0857fbeb544a7c930502e888d37cab234903b1f7c2b5a3d25a0033f4a953095e25923f042bc051fc713e405f3c1a8c6218de53ba'\"", "module": "__init__", - "msecs": 974.6708869934082, + "msecs": 467.03100204467773, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5127.393960952759, - "thread": 139854713177856, + "relativeCreated": 5122.441053390503, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11717,25 +11727,25 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974759, + "asctime": "2021-01-11 11:37:13,467", + "created": 1610361433.467117, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 974.7591018676758, + "msecs": 467.1170711517334, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5127.482175827026, - "thread": 139854713177856, + "relativeCreated": 5122.527122497559, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11746,8 +11756,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:08,974", - "created": 1610360708.974882, + "asctime": "2021-01-11 11:37:13,467", + "created": 1610361433.467241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11757,14 +11767,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 974.8818874359131, + "msecs": 467.2410488128662, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5127.604961395264, - "thread": 139854713177856, + "relativeCreated": 5122.651100158691, + "thread": 140378925692672, "threadName": "Thread-7" }, { @@ -11772,8 +11782,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 11:25:08,976", - "created": 1610360708.976844, + "asctime": "2021-01-11 11:37:13,468", + "created": 1610361433.468491, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11783,14 +11793,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": 976.844072341919, + "msecs": 468.4910774230957, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5129.5671463012695, - "thread": 139854704785152, + "relativeCreated": 5123.901128768921, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11798,8 +11808,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 11:25:08,976", - "created": 1610360708.977, + "asctime": "2021-01-11 11:37:13,468", + "created": 1610361433.468693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11809,14 +11819,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": 976.9999980926514, + "msecs": 468.6930179595947, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5129.723072052002, - "thread": 139854704785152, + "relativeCreated": 5124.10306930542, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11824,8 +11834,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977067, + "asctime": "2021-01-11 11:37:13,468", + "created": 1610361433.46879, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11835,14 +11845,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 977.0669937133789, + "msecs": 468.79005432128906, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5129.7900676727295, - "thread": 139854704785152, + "relativeCreated": 5124.200105667114, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11851,8 +11861,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977127, + "asctime": "2021-01-11 11:37:13,468", + "created": 1610361433.468874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11862,14 +11872,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.1270751953125, + "msecs": 468.8739776611328, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5129.850149154663, - "thread": 139854704785152, + "relativeCreated": 5124.284029006958, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11877,8 +11887,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977224, + "asctime": "2021-01-11 11:37:13,468", + "created": 1610361433.468979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11888,14 +11898,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 977.2241115570068, + "msecs": 468.9788818359375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5129.947185516357, - "thread": 139854704785152, + "relativeCreated": 5124.388933181763, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11904,8 +11914,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.97731, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469061, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11915,14 +11925,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.3099422454834, + "msecs": 469.06089782714844, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.033016204834, - "thread": 139854704785152, + "relativeCreated": 5124.470949172974, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11930,8 +11940,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977427, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11941,14 +11951,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 977.4270057678223, + "msecs": 469.1760540008545, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.150079727173, - "thread": 139854704785152, + "relativeCreated": 5124.58610534668, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11957,8 +11967,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977511, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11968,14 +11978,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.510929107666, + "msecs": 469.2649841308594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.234003067017, - "thread": 139854704785152, + "relativeCreated": 5124.675035476685, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -11983,8 +11993,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977605, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469369, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11994,14 +12004,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 977.6051044464111, + "msecs": 469.36893463134766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.328178405762, - "thread": 139854704785152, + "relativeCreated": 5124.778985977173, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12010,8 +12020,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977657, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469448, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12021,14 +12031,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.6570796966553, + "msecs": 469.4480895996094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.380153656006, - "thread": 139854704785152, + "relativeCreated": 5124.858140945435, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12036,8 +12046,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977731, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469571, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12047,14 +12057,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 977.7309894561768, + "msecs": 469.5711135864258, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.454063415527, - "thread": 139854704785152, + "relativeCreated": 5124.981164932251, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12063,8 +12073,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977782, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12074,14 +12084,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.7820110321045, + "msecs": 469.6509838104248, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.505084991455, - "thread": 139854704785152, + "relativeCreated": 5125.06103515625, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12089,8 +12099,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977859, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469773, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12100,14 +12110,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 977.8590202331543, + "msecs": 469.7730541229248, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.582094192505, - "thread": 139854704785152, + "relativeCreated": 5125.18310546875, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12115,8 +12125,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.977922, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12126,14 +12136,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 977.9219627380371, + "msecs": 469.87295150756836, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.645036697388, - "thread": 139854704785152, + "relativeCreated": 5125.283002853394, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12141,8 +12151,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:08,977", - "created": 1610360708.97798, + "asctime": "2021-01-11 11:37:13,469", + "created": 1610361433.469964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12152,14 +12162,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 977.9798984527588, + "msecs": 469.96402740478516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.702972412109, - "thread": 139854704785152, + "relativeCreated": 5125.37407875061, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12168,8 +12178,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:08,978", - "created": 1610360708.978035, + "asctime": "2021-01-11 11:37:13,470", + "created": 1610361433.470044, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12179,14 +12189,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": 978.0349731445312, + "msecs": 470.0438976287842, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.758047103882, - "thread": 139854704785152, + "relativeCreated": 5125.453948974609, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12194,8 +12204,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 11:25:08,978", - "created": 1610360708.978148, + "asctime": "2021-01-11 11:37:13,470", + "created": 1610361433.470214, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12205,14 +12215,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": 978.1479835510254, + "msecs": 470.2138900756836, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.871057510376, - "thread": 139854704785152, + "relativeCreated": 5125.623941421509, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12223,8 +12233,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:08,978", - "created": 1610360708.978273, + "asctime": "2021-01-11 11:37:13,470", + "created": 1610361433.47037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12234,14 +12244,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 978.2729148864746, + "msecs": 470.3700542449951, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5130.995988845825, - "thread": 139854704785152, + "relativeCreated": 5125.78010559082, + "thread": 140378917299968, "threadName": "Thread-8" }, { @@ -12249,8 +12259,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:08,978", - "created": 1610360708.978354, + "asctime": "2021-01-11 11:37:13,470", + "created": 1610361433.470467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12260,22 +12270,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 978.3539772033691, + "msecs": 470.46709060668945, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5131.07705116272, - "thread": 139854704785152, + "relativeCreated": 5125.877141952515, + "thread": 140378917299968, "threadName": "Thread-8" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:08,978", - "created": 1610360708.978428, + "asctime": "2021-01-11 11:37:13,470", + "created": 1610361433.470553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12285,35 +12295,35 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 978.4278869628906, + "msecs": 470.552921295166, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5131.150960922241, - "thread": 139854704785152, + "relativeCreated": 5125.962972640991, + "thread": 140378917299968, "threadName": "Thread-8" } ], - "msecs": 275.6168842315674, + "msecs": 771.838903427124, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5428.339958190918, - "thread": 139854989064000, + "relativeCreated": 5427.248954772949, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.29718899726867676 + "time_consumption": 0.301285982131958 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:09,277", - "created": 1610360709.277438, + "asctime": "2021-01-11 11:37:13,773", + "created": 1610361433.773053, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12330,8 +12340,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:09,276", - "created": 1610360709.276674, + "asctime": "2021-01-11 11:37:13,772", + "created": 1610361433.772559, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12341,14 +12351,14 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 276.6740322113037, + "msecs": 772.5589275360107, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5429.397106170654, - "thread": 139854989064000, + "relativeCreated": 5427.968978881836, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -12357,8 +12367,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:09,277", - "created": 1610360709.277234, + "asctime": "2021-01-11 11:37:13,772", + "created": 1610361433.772825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12368,35 +12378,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 277.2340774536133, + "msecs": 772.8250026702881, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5429.957151412964, - "thread": 139854989064000, + "relativeCreated": 5428.235054016113, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 277.4379253387451, + "msecs": 773.0529308319092, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5430.160999298096, - "thread": 139854989064000, + "relativeCreated": 5428.462982177734, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00020384788513183594 + "time_consumption": 0.00022792816162109375 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:09,278", - "created": 1610360709.278098, + "asctime": "2021-01-11 11:37:13,773", + "created": 1610361433.773826, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12413,8 +12423,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:09,277", - "created": 1610360709.277746, + "asctime": "2021-01-11 11:37:13,773", + "created": 1610361433.773476, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12424,14 +12434,14 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 277.74596214294434, + "msecs": 773.4758853912354, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5430.469036102295, - "thread": 139854989064000, + "relativeCreated": 5428.885936737061, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -12440,8 +12450,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:09,277", - "created": 1610360709.277916, + "asctime": "2021-01-11 11:37:13,773", + "created": 1610361433.773658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12451,39 +12461,39 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 277.91595458984375, + "msecs": 773.658037185669, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5430.639028549194, - "thread": 139854989064000, + "relativeCreated": 5429.068088531494, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 278.09810638427734, + "msecs": 773.8258838653564, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5430.821180343628, - "thread": 139854989064000, + "relativeCreated": 5429.235935211182, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018215179443359375 + "time_consumption": 0.0001678466796875 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 2.709778070449829, - "time_finished": "2021-01-11 11:25:09,278", - "time_start": "2021-01-11 11:25:06,568" + "time_consumption": 2.7083828449249268, + "time_finished": "2021-01-11 11:37:13,773", + "time_start": "2021-01-11 11:37:11,065" }, "_7izDUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880598, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12494,20 +12504,20 @@ "message": "_7izDUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 880.5980682373047, + "msecs": 379.9879550933838, "msg": "_7izDUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.32114219665527, + "relativeCreated": 35.398006439208984, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880674, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380065, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12518,14 +12528,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 880.673885345459, + "msecs": 380.0649642944336, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.39695930480957, - "thread": 139854989064000, + "relativeCreated": 35.47501564025879, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12533,8 +12543,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880857, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380219, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12551,8 +12561,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880763, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.38014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12562,14 +12572,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": 880.763053894043, + "msecs": 380.1400661468506, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.486127853393555, - "thread": 139854989064000, + "relativeCreated": 35.55011749267578, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -12577,8 +12587,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880818, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380181, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12588,34 +12598,34 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 880.8178901672363, + "msecs": 380.18107414245605, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.540964126586914, - "thread": 139854989064000, + "relativeCreated": 35.59112548828125, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 880.856990814209, + "msecs": 380.2189826965332, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.58006477355957, - "thread": 139854989064000, + "relativeCreated": 35.6290340423584, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880928, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380295, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12626,14 +12636,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 880.9280395507812, + "msecs": 380.2950382232666, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.651113510131836, - "thread": 139854989064000, + "relativeCreated": 35.7050895690918, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12641,8 +12651,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881069, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380441, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12659,8 +12669,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880994, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380365, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12670,14 +12680,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": 880.9940814971924, + "msecs": 380.36489486694336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.71715545654297, - "thread": 139854989064000, + "relativeCreated": 35.774946212768555, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -12685,8 +12695,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881032, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380405, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12696,35 +12706,35 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 881.0319900512695, + "msecs": 380.4049491882324, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.75506401062012, - "thread": 139854989064000, + "relativeCreated": 35.81500053405762, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 881.0689449310303, + "msecs": 380.44095039367676, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.79201889038086, - "thread": 139854989064000, + "relativeCreated": 35.85100173950195, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.600120544433594e-05 }, { "args": [ "'SID'", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881212, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380592, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12741,8 +12751,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881135, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12752,14 +12762,14 @@ "lineno": 22, "message": "Result (Content in message object for service_id): 'SID' ()", "module": "test", - "msecs": 881.1349868774414, + "msecs": 380.51295280456543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.85806083679199, - "thread": 139854989064000, + "relativeCreated": 35.923004150390625, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -12768,8 +12778,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 11:25:03,881", - "created": 1610360703.881173, + "asctime": "2021-01-11 11:37:08,380", + "created": 1610361428.380553, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12779,39 +12789,39 @@ "lineno": 26, "message": "Expectation (Content in message object for service_id): result = 'SID' ()", "module": "test", - "msecs": 881.1728954315186, + "msecs": 380.5530071258545, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.89596939086914, - "thread": 139854989064000, + "relativeCreated": 35.96305847167969, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 881.2119960784912, + "msecs": 380.59210777282715, "msg": "Content in message object for service_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.9350700378418, - "thread": 139854989064000, + "relativeCreated": 36.002159118652344, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 3.910064697265625e-05 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0006139278411865234, - "time_finished": "2021-01-11 11:25:03,881", - "time_start": "2021-01-11 11:25:03,880" + "time_consumption": 0.0006041526794433594, + "time_finished": "2021-01-11 11:37:08,380", + "time_start": "2021-01-11 11:37:08,379" }, "_AlIUwEzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882012, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12822,20 +12832,20 @@ "message": "_AlIUwEzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 882.011890411377, + "msecs": 381.4539909362793, "msg": "_AlIUwEzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.73496437072754, + "relativeCreated": 36.86404228210449, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882086, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381531, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12846,14 +12856,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 882.0860385894775, + "msecs": 381.5310001373291, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.809112548828125, - "thread": 139854989064000, + "relativeCreated": 36.9410514831543, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12861,8 +12871,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.88223, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381677, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12879,8 +12889,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882153, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381597, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12890,14 +12900,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": 882.1530342102051, + "msecs": 381.59704208374023, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.876108169555664, - "thread": 139854989064000, + "relativeCreated": 37.00709342956543, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -12905,8 +12915,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882193, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381637, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12916,34 +12926,34 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 882.1930885314941, + "msecs": 381.6370964050293, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.91616249084473, - "thread": 139854989064000, + "relativeCreated": 37.04714775085449, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 882.2300434112549, + "msecs": 381.67691230773926, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 34.95311737060547, - "thread": 139854989064000, + "relativeCreated": 37.08696365356445, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.981590270996094e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.8823, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381749, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12954,14 +12964,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 882.2999000549316, + "msecs": 381.74891471862793, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.02297401428223, - "thread": 139854989064000, + "relativeCreated": 37.158966064453125, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12969,8 +12979,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.88244, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381896, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12987,8 +12997,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882365, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381817, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12998,14 +13008,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": 882.3649883270264, + "msecs": 381.817102432251, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.08806228637695, - "thread": 139854989064000, + "relativeCreated": 37.22715377807617, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13013,8 +13023,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882403, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381856, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13024,35 +13034,35 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 882.4028968811035, + "msecs": 381.85596466064453, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.1259708404541, - "thread": 139854989064000, + "relativeCreated": 37.26601600646973, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 882.4400901794434, + "msecs": 381.8960189819336, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.163164138793945, - "thread": 139854989064000, + "relativeCreated": 37.30607032775879, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.719329833984375e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "'D'", "" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882583, + "asctime": "2021-01-11 11:37:08,382", + "created": 1610361428.382044, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13069,8 +13079,8 @@ "'D'", "" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882506, + "asctime": "2021-01-11 11:37:08,381", + "created": 1610361428.381966, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13080,14 +13090,14 @@ "lineno": 22, "message": "Result (Content in message object for data): 'D' ()", "module": "test", - "msecs": 882.5058937072754, + "msecs": 381.96611404418945, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.22896766662598, - "thread": 139854989064000, + "relativeCreated": 37.37616539001465, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13096,8 +13106,8 @@ "'D'", "" ], - "asctime": "2021-01-11 11:25:03,882", - "created": 1610360703.882545, + "asctime": "2021-01-11 11:37:08,382", + "created": 1610361428.382005, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13107,39 +13117,39 @@ "lineno": 26, "message": "Expectation (Content in message object for data): result = 'D' ()", "module": "test", - "msecs": 882.544994354248, + "msecs": 382.004976272583, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.26806831359863, - "thread": 139854989064000, + "relativeCreated": 37.4150276184082, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 882.5829029083252, + "msecs": 382.04407691955566, "msg": "Content in message object for data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 35.30597686767578, - "thread": 139854989064000, + "relativeCreated": 37.45412826538086, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.910064697265625e-05 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0005710124969482422, - "time_finished": "2021-01-11 11:25:03,882", - "time_start": "2021-01-11 11:25:03,882" + "time_consumption": 0.0005900859832763672, + "time_finished": "2021-01-11 11:37:08,382", + "time_start": "2021-01-11 11:37:08,381" }, "_CZeooE0YEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:11,256", - "created": 1610360711.256768, + "asctime": "2021-01-11 11:37:15,751", + "created": 1610361435.751079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13150,18 +13160,18 @@ "message": "_CZeooE0YEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 256.76798820495605, + "msecs": 751.0790824890137, "msg": "_CZeooE0YEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7409.491062164307, + "relativeCreated": 7406.489133834839, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.266061, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760335, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13176,8 +13186,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:11,258", - "created": 1610360711.258123, + "asctime": "2021-01-11 11:37:15,752", + "created": 1610361435.752833, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13187,22 +13197,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 258.12292098999023, + "msecs": 752.8328895568848, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7410.845994949341, - "thread": 139854989064000, + "relativeCreated": 7408.24294090271, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:11,259", - "created": 1610360711.259795, + "asctime": "2021-01-11 11:37:15,754", + "created": 1610361435.754266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13212,22 +13222,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 259.7949504852295, + "msecs": 754.2660236358643, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7412.51802444458, - "thread": 139854989064000, + "relativeCreated": 7409.676074981689, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:11,260", - "created": 1610360711.260069, + "asctime": "2021-01-11 11:37:15,754", + "created": 1610361435.75456, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13237,22 +13247,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 260.0688934326172, + "msecs": 754.5599937438965, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7412.791967391968, - "thread": 139854989064000, + "relativeCreated": 7409.970045089722, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:11,260", - "created": 1610360711.260532, + "asctime": "2021-01-11 11:37:15,755", + "created": 1610361435.755217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13262,14 +13272,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 260.5319023132324, + "msecs": 755.2170753479004, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7413.254976272583, - "thread": 139854989064000, + "relativeCreated": 7410.627126693726, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13278,25 +13288,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:11,260", - "created": 1610360711.260787, + "asctime": "2021-01-11 11:37:15,755", + "created": 1610361435.755457, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 260.7870101928711, + "msecs": 755.4569244384766, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7413.510084152222, - "thread": 139854989064000, + "relativeCreated": 7410.866975784302, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13304,25 +13314,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:11,261", - "created": 1610360711.261183, + "asctime": "2021-01-11 11:37:15,755", + "created": 1610361435.755729, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 261.1830234527588, + "msecs": 755.7289600372314, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7413.906097412109, - "thread": 139854989064000, + "relativeCreated": 7411.139011383057, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13330,25 +13340,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:11,261", - "created": 1610360711.261493, + "asctime": "2021-01-11 11:37:15,755", + "created": 1610361435.755916, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 261.4929676055908, + "msecs": 755.9161186218262, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7414.216041564941, - "thread": 139854989064000, + "relativeCreated": 7411.326169967651, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13356,25 +13366,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:11,261", - "created": 1610360711.261741, + "asctime": "2021-01-11 11:37:15,756", + "created": 1610361435.756106, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 261.74092292785645, + "msecs": 756.105899810791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7414.463996887207, - "thread": 139854989064000, + "relativeCreated": 7411.515951156616, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13382,25 +13392,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:11,261", - "created": 1610360711.26198, + "asctime": "2021-01-11 11:37:15,756", + "created": 1610361435.756293, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 261.9800567626953, + "msecs": 756.2930583953857, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7414.703130722046, - "thread": 139854989064000, + "relativeCreated": 7411.703109741211, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13410,8 +13420,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:11,262", - "created": 1610360711.262306, + "asctime": "2021-01-11 11:37:15,756", + "created": 1610361435.756516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13421,14 +13431,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 262.30597496032715, + "msecs": 756.5159797668457, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7415.029048919678, - "thread": 139854989064000, + "relativeCreated": 7411.926031112671, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13438,8 +13448,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:11,262", - "created": 1610360711.262617, + "asctime": "2021-01-11 11:37:15,756", + "created": 1610361435.756802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13449,14 +13459,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 262.6171112060547, + "msecs": 756.8020820617676, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7415.340185165405, - "thread": 139854989064000, + "relativeCreated": 7412.212133407593, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13466,8 +13476,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:11,262", - "created": 1610360711.262806, + "asctime": "2021-01-11 11:37:15,757", + "created": 1610361435.757007, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13477,14 +13487,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 262.8059387207031, + "msecs": 757.0068836212158, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7415.529012680054, - "thread": 139854989064000, + "relativeCreated": 7412.416934967041, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13494,8 +13504,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:11,262", - "created": 1610360711.262992, + "asctime": "2021-01-11 11:37:15,757", + "created": 1610361435.757195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13505,22 +13515,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 262.99190521240234, + "msecs": 757.194995880127, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7415.714979171753, - "thread": 139854989064000, + "relativeCreated": 7412.605047225952, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:11,263", - "created": 1610360711.263163, + "asctime": "2021-01-11 11:37:15,757", + "created": 1610361435.757398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13530,14 +13540,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 263.16308975219727, + "msecs": 757.3978900909424, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7415.886163711548, - "thread": 139854989064000, + "relativeCreated": 7412.807941436768, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13546,25 +13556,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:11,263", - "created": 1610360711.263366, + "asctime": "2021-01-11 11:37:15,757", + "created": 1610361435.757643, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 263.3659839630127, + "msecs": 757.6429843902588, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7416.089057922363, - "thread": 139854989064000, + "relativeCreated": 7413.053035736084, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13572,25 +13582,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:11,263", - "created": 1610360711.263556, + "asctime": "2021-01-11 11:37:15,757", + "created": 1610361435.757887, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 263.55600357055664, + "msecs": 757.8868865966797, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7416.279077529907, - "thread": 139854989064000, + "relativeCreated": 7413.296937942505, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13598,25 +13608,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:11,263", - "created": 1610360711.26372, + "asctime": "2021-01-11 11:37:15,758", + "created": 1610361435.758087, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 263.7200355529785, + "msecs": 758.0869197845459, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7416.443109512329, - "thread": 139854989064000, + "relativeCreated": 7413.496971130371, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13626,8 +13636,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:11,263", - "created": 1610360711.263903, + "asctime": "2021-01-11 11:37:15,758", + "created": 1610361435.758294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13637,14 +13647,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 263.9029026031494, + "msecs": 758.2941055297852, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7416.6259765625, - "thread": 139854989064000, + "relativeCreated": 7413.70415687561, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13654,8 +13664,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:11,264", - "created": 1610360711.264081, + "asctime": "2021-01-11 11:37:15,758", + "created": 1610361435.758508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13665,14 +13675,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 264.0810012817383, + "msecs": 758.5079669952393, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7416.804075241089, - "thread": 139854989064000, + "relativeCreated": 7413.918018341064, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13681,25 +13691,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:11,264", - "created": 1610360711.264258, + "asctime": "2021-01-11 11:37:15,758", + "created": 1610361435.758725, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 264.25790786743164, + "msecs": 758.7249279022217, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7416.980981826782, - "thread": 139854989064000, + "relativeCreated": 7414.134979248047, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13708,25 +13718,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:11,264", - "created": 1610360711.264428, + "asctime": "2021-01-11 11:37:15,758", + "created": 1610361435.758887, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 264.42790031433105, + "msecs": 758.8870525360107, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.150974273682, - "thread": 139854989064000, + "relativeCreated": 7414.297103881836, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13735,33 +13745,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:11,264", - "created": 1610360711.264626, + "asctime": "2021-01-11 11:37:15,758", + "created": 1610361435.75895, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 264.62602615356445, + "msecs": 758.9499950408936, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.349100112915, - "thread": 139854989064000, + "relativeCreated": 7414.360046386719, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:11,264", - "created": 1610360711.264814, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13771,22 +13781,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 264.8138999938965, + "msecs": 759.005069732666, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.536973953247, - "thread": 139854989064000, + "relativeCreated": 7414.415121078491, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:11,264", - "created": 1610360711.264945, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759141, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13796,14 +13806,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 264.94503021240234, + "msecs": 759.1409683227539, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.668104171753, - "thread": 139854989064000, + "relativeCreated": 7414.551019668579, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13812,25 +13822,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265005, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759206, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 265.00511169433594, + "msecs": 759.2060565948486, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.7281856536865, - "thread": 139854989064000, + "relativeCreated": 7414.616107940674, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13838,25 +13848,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265079, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759285, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 265.0790214538574, + "msecs": 759.2849731445312, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.802095413208, - "thread": 139854989064000, + "relativeCreated": 7414.695024490356, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13864,25 +13874,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265132, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759346, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 265.13195037841797, + "msecs": 759.3460083007812, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.855024337769, - "thread": 139854989064000, + "relativeCreated": 7414.756059646606, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13890,25 +13900,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265182, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759399, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 265.1820182800293, + "msecs": 759.3989372253418, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.90509223938, - "thread": 139854989064000, + "relativeCreated": 7414.808988571167, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13916,25 +13926,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265233, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759453, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 265.23303985595703, + "msecs": 759.4530582427979, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7417.956113815308, - "thread": 139854989064000, + "relativeCreated": 7414.863109588623, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13944,8 +13954,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265285, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.75951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13955,14 +13965,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 265.2850151062012, + "msecs": 759.5100402832031, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.008089065552, - "thread": 139854989064000, + "relativeCreated": 7414.920091629028, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -13972,8 +13982,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.26534, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13983,14 +13993,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 265.34008979797363, + "msecs": 759.5779895782471, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.063163757324, - "thread": 139854989064000, + "relativeCreated": 7414.988040924072, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14000,8 +14010,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265397, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14011,14 +14021,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 265.3970718383789, + "msecs": 759.6371173858643, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.1201457977295, - "thread": 139854989064000, + "relativeCreated": 7415.047168731689, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14028,8 +14038,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265455, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759698, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14039,22 +14049,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 265.4550075531006, + "msecs": 759.6979141235352, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.178081512451, - "thread": 139854989064000, + "relativeCreated": 7415.10796546936, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265503, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759751, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14064,14 +14074,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 265.5029296875, + "msecs": 759.7510814666748, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.226003646851, - "thread": 139854989064000, + "relativeCreated": 7415.1611328125, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14080,25 +14090,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265559, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759813, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 265.55895805358887, + "msecs": 759.8130702972412, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.282032012939, - "thread": 139854989064000, + "relativeCreated": 7415.223121643066, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14106,25 +14116,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265615, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759881, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 265.61498641967773, + "msecs": 759.8810195922852, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.338060379028, - "thread": 139854989064000, + "relativeCreated": 7415.29107093811, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14132,25 +14142,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265672, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759936, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 265.671968460083, + "msecs": 759.9360942840576, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.395042419434, - "thread": 139854989064000, + "relativeCreated": 7415.346145629883, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14160,8 +14170,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265723, + "asctime": "2021-01-11 11:37:15,759", + "created": 1610361435.759993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14171,14 +14181,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 265.72299003601074, + "msecs": 759.9930763244629, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.446063995361, - "thread": 139854989064000, + "relativeCreated": 7415.403127670288, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14188,8 +14198,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265771, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14199,14 +14209,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 265.77091217041016, + "msecs": 760.0510120391846, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.493986129761, - "thread": 139854989064000, + "relativeCreated": 7415.46106338501, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14215,25 +14225,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265818, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760107, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 265.81811904907227, + "msecs": 760.1070404052734, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.541193008423, - "thread": 139854989064000, + "relativeCreated": 7415.517091751099, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14242,25 +14252,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265866, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760168, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 265.8660411834717, + "msecs": 760.1680755615234, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.589115142822, - "thread": 139854989064000, + "relativeCreated": 7415.578126907349, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14269,33 +14279,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265929, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.76022, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 265.9289836883545, + "msecs": 760.2200508117676, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.652057647705, - "thread": 139854989064000, + "relativeCreated": 7415.630102157593, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:11,265", - "created": 1610360711.265993, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14305,32 +14315,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 265.9931182861328, + "msecs": 760.2779865264893, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.716192245483, - "thread": 139854989064000, + "relativeCreated": 7415.688037872314, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 266.06106758117676, + "msecs": 760.3349685668945, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.784141540527, - "thread": 139854989064000, + "relativeCreated": 7415.74501991272, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 6.794929504394531e-05 + "time_consumption": 5.698204040527344e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:11,609", - "created": 1610360711.609871, + "asctime": "2021-01-11 11:37:16,104", + "created": 1610361436.104679, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14345,8 +14355,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.266205, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760451, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14356,22 +14366,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 266.2050724029541, + "msecs": 760.451078414917, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.928146362305, - "thread": 139854989064000, + "relativeCreated": 7415.861129760742, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.266274, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.76051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14381,22 +14391,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 266.27397537231445, + "msecs": 760.5099678039551, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7418.997049331665, - "thread": 139854989064000, + "relativeCreated": 7415.92001914978, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.266344, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14406,14 +14416,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 266.3440704345703, + "msecs": 760.5679035186768, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7419.067144393921, - "thread": 139854989064000, + "relativeCreated": 7415.977954864502, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14424,8 +14434,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.266463, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14435,22 +14445,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 266.463041305542, + "msecs": 760.6630325317383, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7419.186115264893, - "thread": 139854989064000, + "relativeCreated": 7416.0730838775635, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.266615, + "asctime": "2021-01-11 11:37:15,760", + "created": 1610361435.760865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14460,64 +14470,14 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 266.6149139404297, + "msecs": 760.8649730682373, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7419.33798789978, - "thread": 139854989064000, - "threadName": "MainThread" - }, - { - "args": [ - "comm-server:" - ], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.26667, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__clean_buffer__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 411, - "message": "comm-server: Cleaning up receive-buffer", - "module": "__init__", - "msecs": 266.66998863220215, - "msg": "%s Cleaning up receive-buffer", - "name": "root.helpers.all_others", - "pathname": "src/helpers/__init__.py", - "process": 33692, - "processName": "MainProcess", - "relativeCreated": 7419.393062591553, - "thread": 139854989064000, - "threadName": "MainThread" - }, - { - "args": [ - "prot-server:" - ], - "asctime": "2021-01-11 11:25:11,266", - "created": 1610360711.266731, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__clean_receive_buffer__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 427, - "message": "prot-server: Cleaning up receive-buffer", - "module": "__init__", - "msecs": 266.73102378845215, - "msg": "%s Cleaning up receive-buffer", - "name": "root.socket_protocol.all_others", - "pathname": "src/socket_protocol/__init__.py", - "process": 33692, - "processName": "MainProcess", - "relativeCreated": 7419.454097747803, - "thread": 139854989064000, + "relativeCreated": 7416.2750244140625, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -14525,8 +14485,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 11:25:11,274", - "created": 1610360711.274562, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14536,23 +14496,73 @@ "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": 274.56188201904297, + "msecs": 761.0440254211426, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.284955978394, - "thread": 139854201485056, + "relativeCreated": 7416.454076766968, + "thread": 140378892121856, "threadName": "Thread-11" }, + { + "args": [ + "comm-server:" + ], + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761144, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__clean_buffer__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 411, + "message": "comm-server: Cleaning up receive-buffer", + "module": "__init__", + "msecs": 761.1439228057861, + "msg": "%s Cleaning up receive-buffer", + "name": "root.helpers.all_others", + "pathname": "src/helpers/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 7416.553974151611, + "thread": 140379336402752, + "threadName": "MainThread" + }, + { + "args": [ + "prot-server:" + ], + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761279, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__clean_receive_buffer__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 427, + "message": "prot-server: Cleaning up receive-buffer", + "module": "__init__", + "msecs": 761.2791061401367, + "msg": "%s Cleaning up receive-buffer", + "name": "root.socket_protocol.all_others", + "pathname": "src/socket_protocol/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 7416.689157485962, + "thread": 140379336402752, + "threadName": "MainThread" + }, { "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 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 11:25:11,274", - "created": 1610360711.27471, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761406, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14562,14 +14572,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": 274.70993995666504, + "msecs": 761.4059448242188, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.433013916016, - "thread": 139854201485056, + "relativeCreated": 7416.815996170044, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14577,8 +14587,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,274", - "created": 1610360711.274774, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14588,14 +14598,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 274.77407455444336, + "msecs": 761.5349292755127, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.497148513794, - "thread": 139854201485056, + "relativeCreated": 7416.944980621338, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14604,8 +14614,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:11,274", - "created": 1610360711.274829, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14615,14 +14625,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 274.8289108276367, + "msecs": 761.5969181060791, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.551984786987, - "thread": 139854201485056, + "relativeCreated": 7417.006969451904, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14630,8 +14640,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,274", - "created": 1610360711.274899, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761672, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14641,14 +14651,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 274.8990058898926, + "msecs": 761.6720199584961, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.622079849243, - "thread": 139854201485056, + "relativeCreated": 7417.082071304321, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14657,8 +14667,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,274", - "created": 1610360711.274956, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.76173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14668,14 +14678,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 274.95598793029785, + "msecs": 761.7299556732178, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.679061889648, - "thread": 139854201485056, + "relativeCreated": 7417.140007019043, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14683,8 +14693,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275027, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761809, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14694,14 +14704,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 275.0270366668701, + "msecs": 761.8091106414795, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.750110626221, - "thread": 139854201485056, + "relativeCreated": 7417.219161987305, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14710,8 +14720,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275076, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14721,14 +14731,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 275.07591247558594, + "msecs": 761.86203956604, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.7989864349365, - "thread": 139854201485056, + "relativeCreated": 7417.272090911865, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14736,8 +14746,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275135, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.761928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14747,14 +14757,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 275.1350402832031, + "msecs": 761.9280815124512, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.858114242554, - "thread": 139854201485056, + "relativeCreated": 7417.338132858276, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14763,8 +14773,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275181, + "asctime": "2021-01-11 11:37:15,761", + "created": 1610361435.76198, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14774,14 +14784,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 275.1810550689697, + "msecs": 761.9800567626953, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.90412902832, - "thread": 139854201485056, + "relativeCreated": 7417.3901081085205, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14789,8 +14799,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275247, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762052, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14800,14 +14810,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 275.24709701538086, + "msecs": 762.052059173584, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7427.970170974731, - "thread": 139854201485056, + "relativeCreated": 7417.462110519409, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14816,8 +14826,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275296, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14827,14 +14837,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 275.2959728240967, + "msecs": 762.1068954467773, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.019046783447, - "thread": 139854201485056, + "relativeCreated": 7417.5169467926025, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14842,8 +14852,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275369, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.76219, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14853,14 +14863,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 275.36892890930176, + "msecs": 762.1901035308838, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.092002868652, - "thread": 139854201485056, + "relativeCreated": 7417.600154876709, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14868,8 +14878,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275426, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14879,14 +14889,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 275.42591094970703, + "msecs": 762.253999710083, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.148984909058, - "thread": 139854201485056, + "relativeCreated": 7417.664051055908, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14894,8 +14904,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.27548, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762313, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14905,14 +14915,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 275.4800319671631, + "msecs": 762.3128890991211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.203105926514, - "thread": 139854201485056, + "relativeCreated": 7417.722940444946, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14921,8 +14931,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.27553, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762368, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14932,14 +14942,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": 275.5300998687744, + "msecs": 762.3679637908936, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.253173828125, - "thread": 139854201485056, + "relativeCreated": 7417.778015136719, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14947,8 +14957,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 11:25:11,275", - "created": 1610360711.275632, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14958,14 +14968,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": 275.6319046020508, + "msecs": 762.4809741973877, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.354978561401, - "thread": 139854201485056, + "relativeCreated": 7417.891025543213, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -14976,8 +14986,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275755, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14987,14 +14997,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 275.7549285888672, + "msecs": 762.6121044158936, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.478002548218, - "thread": 139854201485056, + "relativeCreated": 7418.022155761719, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -15002,25 +15012,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275822, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762682, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 275.8219242095947, + "msecs": 762.6819610595703, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.544998168945, - "thread": 139854201485056, + "relativeCreated": 7418.0920124053955, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -15031,8 +15041,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:11,275", - "created": 1610360711.275913, + "asctime": "2021-01-11 11:37:15,762", + "created": 1610361435.762771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15042,14 +15052,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 275.9130001068115, + "msecs": 762.7708911895752, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7428.636074066162, - "thread": 139854201485056, + "relativeCreated": 7418.1809425354, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -15057,8 +15067,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 11:25:11,277", - "created": 1610360711.277026, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15068,14 +15078,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": 277.0259380340576, + "msecs": 763.0770206451416, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7429.749011993408, - "thread": 139854193092352, + "relativeCreated": 7418.487071990967, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15083,8 +15093,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 11:25:11,277", - "created": 1610360711.277274, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15094,14 +15104,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": 277.27389335632324, + "msecs": 763.2369995117188, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7429.996967315674, - "thread": 139854193092352, + "relativeCreated": 7418.647050857544, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15109,8 +15119,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.277368, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763303, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15120,14 +15130,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 277.36806869506836, + "msecs": 763.3030414581299, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.091142654419, - "thread": 139854193092352, + "relativeCreated": 7418.713092803955, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15136,8 +15146,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.27745, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763358, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15147,14 +15157,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 277.4500846862793, + "msecs": 763.3581161499023, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.17315864563, - "thread": 139854193092352, + "relativeCreated": 7418.7681674957275, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15162,8 +15172,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.27755, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15173,14 +15183,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 277.54998207092285, + "msecs": 763.4260654449463, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.273056030273, - "thread": 139854193092352, + "relativeCreated": 7418.8361167907715, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15189,8 +15199,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.277629, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763478, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15200,14 +15210,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 277.62889862060547, + "msecs": 763.4780406951904, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.351972579956, - "thread": 139854193092352, + "relativeCreated": 7418.888092041016, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15215,8 +15225,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.277742, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.76355, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15226,14 +15236,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 277.7419090270996, + "msecs": 763.5500431060791, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.46498298645, - "thread": 139854193092352, + "relativeCreated": 7418.960094451904, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15242,8 +15252,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.277824, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15253,14 +15263,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 277.82392501831055, + "msecs": 763.6070251464844, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.546998977661, - "thread": 139854193092352, + "relativeCreated": 7419.01707649231, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15268,8 +15278,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.27792, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763674, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15279,14 +15289,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 277.9200077056885, + "msecs": 763.6740207672119, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.643081665039, - "thread": 139854193092352, + "relativeCreated": 7419.084072113037, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15295,8 +15305,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,277", - "created": 1610360711.277998, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763726, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15306,14 +15316,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 277.9979705810547, + "msecs": 763.725996017456, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.721044540405, - "thread": 139854193092352, + "relativeCreated": 7419.136047363281, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15321,8 +15331,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,278", - "created": 1610360711.278103, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763798, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15332,14 +15342,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 278.1031131744385, + "msecs": 763.7979984283447, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.826187133789, - "thread": 139854193092352, + "relativeCreated": 7419.20804977417, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15348,8 +15358,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,278", - "created": 1610360711.278183, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763849, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15359,14 +15369,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 278.1829833984375, + "msecs": 763.8490200042725, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7430.906057357788, - "thread": 139854193092352, + "relativeCreated": 7419.259071350098, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15374,8 +15384,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:11,278", - "created": 1610360711.2783, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15385,14 +15395,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 278.30004692077637, + "msecs": 763.9250755310059, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7431.023120880127, - "thread": 139854193092352, + "relativeCreated": 7419.335126876831, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15400,8 +15410,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:11,278", - "created": 1610360711.278393, + "asctime": "2021-01-11 11:37:15,763", + "created": 1610361435.763991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15411,14 +15421,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 278.393030166626, + "msecs": 763.991117477417, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7431.116104125977, - "thread": 139854193092352, + "relativeCreated": 7419.401168823242, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15426,8 +15436,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,278", - "created": 1610360711.278481, + "asctime": "2021-01-11 11:37:15,764", + "created": 1610361435.764072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15437,14 +15447,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 278.48100662231445, + "msecs": 764.0719413757324, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7431.204080581665, - "thread": 139854193092352, + "relativeCreated": 7419.481992721558, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15453,8 +15463,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:11,278", - "created": 1610360711.278563, + "asctime": "2021-01-11 11:37:15,764", + "created": 1610361435.764128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15464,14 +15474,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": 278.5630226135254, + "msecs": 764.1279697418213, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7431.286096572876, - "thread": 139854193092352, + "relativeCreated": 7419.5380210876465, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15479,8 +15489,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 11:25:11,278", - "created": 1610360711.278722, + "asctime": "2021-01-11 11:37:15,764", + "created": 1610361435.764236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15490,14 +15500,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": 278.72204780578613, + "msecs": 764.2359733581543, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7431.445121765137, - "thread": 139854193092352, + "relativeCreated": 7419.6460247039795, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15508,8 +15518,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:11,278", - "created": 1610360711.278924, + "asctime": "2021-01-11 11:37:15,764", + "created": 1610361435.764351, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15519,14 +15529,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 278.92398834228516, + "msecs": 764.3508911132812, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7431.647062301636, - "thread": 139854193092352, + "relativeCreated": 7419.760942459106, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -15534,8 +15544,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:11,279", - "created": 1610360711.279072, + "asctime": "2021-01-11 11:37:15,764", + "created": 1610361435.76442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15545,32 +15555,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 279.0720462799072, + "msecs": 764.4200325012207, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7431.795120239258, - "thread": 139854193092352, + "relativeCreated": 7419.830083847046, + "thread": 140378883729152, "threadName": "Thread-12" } ], - "msecs": 609.8709106445312, + "msecs": 104.67910766601562, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7762.593984603882, - "thread": 139854989064000, + "relativeCreated": 7760.089159011841, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.330798864364624 + "time_consumption": 0.3402590751647949 }, { "args": [], - "asctime": "2021-01-11 11:25:11,610", - "created": 1610360711.610423, + "asctime": "2021-01-11 11:37:16,105", + "created": 1610361436.105329, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -15581,21 +15591,21 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 610.4230880737305, + "msecs": 105.32903671264648, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7763.146162033081, - "thread": 139854989064000, + "relativeCreated": 7760.739088058472, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:11,912", - "created": 1610360711.912242, + "asctime": "2021-01-11 11:37:16,407", + "created": 1610361436.407541, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -15613,25 +15623,25 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:11,610", - "created": 1610360711.610793, + "asctime": "2021-01-11 11:37:16,105", + "created": 1610361436.105829, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 610.7931137084961, + "msecs": 105.82900047302246, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7763.516187667847, - "thread": 139854989064000, + "relativeCreated": 7761.239051818848, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -15641,46 +15651,46 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:11,911", - "created": 1610360711.911897, + "asctime": "2021-01-11 11:37:16,406", + "created": 1610361436.406932, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 911.8969440460205, + "msecs": 406.93211555480957, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8064.620018005371, - "thread": 139854989064000, + "relativeCreated": 8062.342166900635, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 912.2419357299805, + "msecs": 407.54103660583496, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8064.965009689331, - "thread": 139854989064000, + "relativeCreated": 8062.95108795166, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00034499168395996094 + "time_consumption": 0.0006089210510253906 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:11,913", - "created": 1610360711.913279, + "asctime": "2021-01-11 11:37:16,408", + "created": 1610361436.408796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15697,8 +15707,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:11,912", - "created": 1610360711.91266, + "asctime": "2021-01-11 11:37:16,408", + "created": 1610361436.408035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15708,14 +15718,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 912.6598834991455, + "msecs": 408.0350399017334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8065.382957458496, - "thread": 139854989064000, + "relativeCreated": 8063.445091247559, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -15724,8 +15734,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:11,912", - "created": 1610360711.912898, + "asctime": "2021-01-11 11:37:16,408", + "created": 1610361436.408521, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15735,35 +15745,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 912.898063659668, + "msecs": 408.5209369659424, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8065.621137619019, - "thread": 139854989064000, + "relativeCreated": 8063.930988311768, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 913.2790565490723, + "msecs": 408.7960720062256, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8066.002130508423, - "thread": 139854989064000, + "relativeCreated": 8064.206123352051, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003809928894042969 + "time_consumption": 0.0002751350402832031 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:11,914", - "created": 1610360711.914055, + "asctime": "2021-01-11 11:37:16,409", + "created": 1610361436.409695, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15780,8 +15790,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:11,913", - "created": 1610360711.913678, + "asctime": "2021-01-11 11:37:16,409", + "created": 1610361436.409246, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15791,14 +15801,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 913.6779308319092, + "msecs": 409.24596786499023, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8066.40100479126, - "thread": 139854989064000, + "relativeCreated": 8064.656019210815, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -15807,8 +15817,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:11,913", - "created": 1610360711.913878, + "asctime": "2021-01-11 11:37:16,409", + "created": 1610361436.409456, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15818,32 +15828,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 913.8779640197754, + "msecs": 409.4560146331787, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8066.601037979126, - "thread": 139854989064000, + "relativeCreated": 8064.866065979004, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 914.0551090240479, + "msecs": 409.6949100494385, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8066.778182983398, - "thread": 139854989064000, + "relativeCreated": 8065.104961395264, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017714500427246094 + "time_consumption": 0.00023889541625976562 }, { "args": [], - "asctime": "2021-01-11 11:25:12,216", - "created": 1610360712.216084, + "asctime": "2021-01-11 11:37:16,711", + "created": 1610361436.71145, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -15861,25 +15871,25 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:11,914", - "created": 1610360711.914496, + "asctime": "2021-01-11 11:37:16,410", + "created": 1610361436.410165, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 914.4959449768066, + "msecs": 410.16507148742676, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8067.219018936157, - "thread": 139854989064000, + "relativeCreated": 8065.575122833252, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -15889,46 +15899,46 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:12,215", - "created": 1610360712.215678, + "asctime": "2021-01-11 11:37:16,711", + "created": 1610361436.711134, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 215.67797660827637, + "msecs": 711.1339569091797, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8368.401050567627, - "thread": 139854989064000, + "relativeCreated": 8366.544008255005, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 216.08400344848633, + "msecs": 711.4500999450684, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8368.807077407837, - "thread": 139854989064000, + "relativeCreated": 8366.860151290894, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00040602684020996094 + "time_consumption": 0.0003161430358886719 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:12,217", - "created": 1610360712.217346, + "asctime": "2021-01-11 11:37:16,712", + "created": 1610361436.712102, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15945,8 +15955,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:12,216", - "created": 1610360712.216549, + "asctime": "2021-01-11 11:37:16,711", + "created": 1610361436.711763, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15956,14 +15966,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 216.54891967773438, + "msecs": 711.7629051208496, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8369.271993637085, - "thread": 139854989064000, + "relativeCreated": 8367.172956466675, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -15972,8 +15982,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:12,216", - "created": 1610360712.216832, + "asctime": "2021-01-11 11:37:16,711", + "created": 1610361436.711939, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15983,35 +15993,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 216.83192253112793, + "msecs": 711.9390964508057, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8369.554996490479, - "thread": 139854989064000, + "relativeCreated": 8367.34914779663, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 217.3459529876709, + "msecs": 712.101936340332, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8370.069026947021, - "thread": 139854989064000, + "relativeCreated": 8367.511987686157, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0005140304565429688 + "time_consumption": 0.0001628398895263672 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:12,218", - "created": 1610360712.218252, + "asctime": "2021-01-11 11:37:16,712", + "created": 1610361436.712686, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16028,8 +16038,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:12,217", - "created": 1610360712.217779, + "asctime": "2021-01-11 11:37:16,712", + "created": 1610361436.712378, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16039,14 +16049,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 217.77892112731934, + "msecs": 712.3780250549316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8370.50199508667, - "thread": 139854989064000, + "relativeCreated": 8367.788076400757, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -16055,8 +16065,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:12,218", - "created": 1610360712.218014, + "asctime": "2021-01-11 11:37:16,712", + "created": 1610361436.712535, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16066,35 +16076,35 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 218.01400184631348, + "msecs": 712.5349044799805, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8370.737075805664, - "thread": 139854989064000, + "relativeCreated": 8367.944955825806, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 218.25194358825684, + "msecs": 712.6860618591309, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8370.975017547607, - "thread": 139854989064000, + "relativeCreated": 8368.096113204956, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00023794174194335938 + "time_consumption": 0.00015115737915039062 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 11:25:12,218", - "created": 1610360712.218986, + "asctime": "2021-01-11 11:37:16,713", + "created": 1610361436.713264, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -16110,43 +16120,43 @@ "prot-client:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 11:25:12,218", - "created": 1610360712.218691, + "asctime": "2021-01-11 11:37:16,713", + "created": 1610361436.71311, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 218.6911106109619, + "msecs": 713.1099700927734, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8371.414184570312, - "thread": 139854989064000, + "relativeCreated": 8368.520021438599, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 218.98603439331055, + "msecs": 713.263988494873, "msg": "Added msg1 to client whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8371.709108352661, - "thread": 139854989064000, + "relativeCreated": 8368.674039840698, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002949237823486328 + "time_consumption": 0.00015401840209960938 }, { "args": [], - "asctime": "2021-01-11 11:25:12,521", - "created": 1610360712.521273, + "asctime": "2021-01-11 11:37:17,015", + "created": 1610361437.015465, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -16165,8 +16175,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:12,219", - "created": 1610360712.219361, + "asctime": "2021-01-11 11:37:16,713", + "created": 1610361436.713599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16176,14 +16186,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 219.3610668182373, + "msecs": 713.5989665985107, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8372.084140777588, - "thread": 139854989064000, + "relativeCreated": 8369.009017944336, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -16191,8 +16201,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 11:25:12,243", - "created": 1610360712.243092, + "asctime": "2021-01-11 11:37:16,729", + "created": 1610361436.729905, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16202,14 +16212,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": 243.09206008911133, + "msecs": 729.9048900604248, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8395.815134048462, - "thread": 139854201485056, + "relativeCreated": 8385.31494140625, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16217,8 +16227,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 11:25:12,243", - "created": 1610360712.243499, + "asctime": "2021-01-11 11:37:16,730", + "created": 1610361436.730315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16228,14 +16238,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": 243.4990406036377, + "msecs": 730.3149700164795, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8396.222114562988, - "thread": 139854201485056, + "relativeCreated": 8385.725021362305, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16243,8 +16253,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,243", - "created": 1610360712.243668, + "asctime": "2021-01-11 11:37:16,730", + "created": 1610361436.730484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16254,14 +16264,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 243.6680793762207, + "msecs": 730.4840087890625, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8396.391153335571, - "thread": 139854201485056, + "relativeCreated": 8385.894060134888, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16270,8 +16280,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:12,243", - "created": 1610360712.24381, + "asctime": "2021-01-11 11:37:16,730", + "created": 1610361436.730626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16281,14 +16291,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 243.80993843078613, + "msecs": 730.626106262207, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8396.533012390137, - "thread": 139854201485056, + "relativeCreated": 8386.036157608032, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16296,8 +16306,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,243", - "created": 1610360712.243975, + "asctime": "2021-01-11 11:37:16,730", + "created": 1610361436.730798, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16307,14 +16317,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 243.9749240875244, + "msecs": 730.7980060577393, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8396.697998046875, - "thread": 139854201485056, + "relativeCreated": 8386.208057403564, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16323,8 +16333,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,244", - "created": 1610360712.244103, + "asctime": "2021-01-11 11:37:16,730", + "created": 1610361436.73095, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16334,14 +16344,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.10295486450195, + "msecs": 730.950117111206, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8396.826028823853, - "thread": 139854201485056, + "relativeCreated": 8386.360168457031, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16349,8 +16359,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,244", - "created": 1610360712.244297, + "asctime": "2021-01-11 11:37:16,731", + "created": 1610361436.731127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16360,14 +16370,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 244.29702758789062, + "msecs": 731.1270236968994, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8397.020101547241, - "thread": 139854201485056, + "relativeCreated": 8386.537075042725, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16376,8 +16386,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,244", - "created": 1610360712.244432, + "asctime": "2021-01-11 11:37:16,731", + "created": 1610361436.73128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16387,14 +16397,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.4319725036621, + "msecs": 731.2800884246826, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8397.155046463013, - "thread": 139854201485056, + "relativeCreated": 8386.690139770508, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16402,8 +16412,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,244", - "created": 1610360712.24459, + "asctime": "2021-01-11 11:37:16,731", + "created": 1610361436.731486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16413,14 +16423,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 244.59004402160645, + "msecs": 731.4860820770264, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8397.313117980957, - "thread": 139854201485056, + "relativeCreated": 8386.896133422852, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16429,8 +16439,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,244", - "created": 1610360712.244712, + "asctime": "2021-01-11 11:37:16,731", + "created": 1610361436.731648, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16440,14 +16450,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.71211433410645, + "msecs": 731.6479682922363, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8397.435188293457, - "thread": 139854201485056, + "relativeCreated": 8387.058019638062, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16455,8 +16465,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 11:25:12,245", - "created": 1610360712.245079, + "asctime": "2021-01-11 11:37:16,732", + "created": 1610361436.732029, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16466,14 +16476,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": 245.07904052734375, + "msecs": 732.0289611816406, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8397.802114486694, - "thread": 139854201485056, + "relativeCreated": 8387.439012527466, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16481,8 +16491,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 11:25:12,245", - "created": 1610360712.245287, + "asctime": "2021-01-11 11:37:16,732", + "created": 1610361436.732285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16492,14 +16502,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": 245.2869415283203, + "msecs": 732.2850227355957, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8398.01001548767, - "thread": 139854201485056, + "relativeCreated": 8387.69507408142, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16507,8 +16517,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,245", - "created": 1610360712.245475, + "asctime": "2021-01-11 11:37:16,732", + "created": 1610361436.732537, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16518,14 +16528,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 245.47505378723145, + "msecs": 732.537031173706, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8398.198127746582, - "thread": 139854201485056, + "relativeCreated": 8387.947082519531, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16534,8 +16544,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,245", - "created": 1610360712.2456, + "asctime": "2021-01-11 11:37:16,732", + "created": 1610361436.732701, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16545,14 +16555,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.59998512268066, + "msecs": 732.7010631561279, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8398.323059082031, - "thread": 139854201485056, + "relativeCreated": 8388.111114501953, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16560,8 +16570,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,245", - "created": 1610360712.245755, + "asctime": "2021-01-11 11:37:16,732", + "created": 1610361436.732913, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16571,14 +16581,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 245.75495719909668, + "msecs": 732.9130172729492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8398.478031158447, - "thread": 139854201485056, + "relativeCreated": 8388.323068618774, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16587,8 +16597,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:12,245", - "created": 1610360712.245877, + "asctime": "2021-01-11 11:37:16,733", + "created": 1610361436.733067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16598,14 +16608,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.87702751159668, + "msecs": 733.0670356750488, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8398.600101470947, - "thread": 139854201485056, + "relativeCreated": 8388.477087020874, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16613,8 +16623,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 11:25:12,246", - "created": 1610360712.246298, + "asctime": "2021-01-11 11:37:16,733", + "created": 1610361436.733451, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16624,14 +16634,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": 246.29807472229004, + "msecs": 733.4508895874023, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8399.02114868164, - "thread": 139854201485056, + "relativeCreated": 8388.860940933228, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16642,8 +16652,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:12,246", - "created": 1610360712.246707, + "asctime": "2021-01-11 11:37:16,733", + "created": 1610361436.733866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16653,22 +16663,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 246.70696258544922, + "msecs": 733.8659763336182, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8399.4300365448, - "thread": 139854201485056, + "relativeCreated": 8389.276027679443, + "thread": 140378892121856, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:12,246", - "created": 1610360712.246833, + "asctime": "2021-01-11 11:37:16,734", + "created": 1610361436.734057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16678,14 +16688,14 @@ "lineno": 463, "message": "prot-server: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 246.83308601379395, + "msecs": 734.0569496154785, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8399.556159973145, - "thread": 139854201485056, + "relativeCreated": 8389.467000961304, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -16695,46 +16705,46 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:12,520", - "created": 1610360712.520886, + "asctime": "2021-01-11 11:37:17,015", + "created": 1610361437.015121, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 520.8859443664551, + "msecs": 15.120983123779297, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8673.609018325806, - "thread": 139854989064000, + "relativeCreated": 8670.531034469604, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 521.2728977203369, + "msecs": 15.465021133422852, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8673.995971679688, - "thread": 139854989064000, + "relativeCreated": 8670.875072479248, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00038695335388183594 + "time_consumption": 0.0003440380096435547 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:12,522", - "created": 1610360712.522184, + "asctime": "2021-01-11 11:37:17,016", + "created": 1610361437.016414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16751,8 +16761,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:12,521", - "created": 1610360712.521793, + "asctime": "2021-01-11 11:37:17,015", + "created": 1610361437.015872, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16762,14 +16772,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 521.7928886413574, + "msecs": 15.872001647949219, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8674.515962600708, - "thread": 139854989064000, + "relativeCreated": 8671.282052993774, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -16778,8 +16788,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:12,522", - "created": 1610360712.522002, + "asctime": "2021-01-11 11:37:17,016", + "created": 1610361437.016077, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16789,35 +16799,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 522.0019817352295, + "msecs": 16.077041625976562, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8674.72505569458, - "thread": 139854989064000, + "relativeCreated": 8671.487092971802, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 522.183895111084, + "msecs": 16.41392707824707, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8674.906969070435, - "thread": 139854989064000, + "relativeCreated": 8671.823978424072, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001819133758544922 + "time_consumption": 0.0003368854522705078 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:12,522", - "created": 1610360712.522817, + "asctime": "2021-01-11 11:37:17,017", + "created": 1610361437.017127, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16834,8 +16844,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:12,522", - "created": 1610360712.522473, + "asctime": "2021-01-11 11:37:17,016", + "created": 1610361437.016728, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16845,14 +16855,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 522.4730968475342, + "msecs": 16.727924346923828, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8675.196170806885, - "thread": 139854989064000, + "relativeCreated": 8672.137975692749, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -16861,8 +16871,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:12,522", - "created": 1610360712.522648, + "asctime": "2021-01-11 11:37:17,016", + "created": 1610361437.01694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16872,32 +16882,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 522.6480960845947, + "msecs": 16.94011688232422, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8675.371170043945, - "thread": 139854989064000, + "relativeCreated": 8672.35016822815, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 522.8168964385986, + "msecs": 17.127037048339844, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8675.53997039795, - "thread": 139854989064000, + "relativeCreated": 8672.537088394165, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00016880035400390625 + "time_consumption": 0.000186920166015625 }, { "args": [], - "asctime": "2021-01-11 11:25:12,824", - "created": 1610360712.824625, + "asctime": "2021-01-11 11:37:17,319", + "created": 1610361437.319023, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -16915,25 +16925,25 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:12,523", - "created": 1610360712.523131, + "asctime": "2021-01-11 11:37:17,017", + "created": 1610361437.01752, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 523.1308937072754, + "msecs": 17.51995086669922, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8675.853967666626, - "thread": 139854989064000, + "relativeCreated": 8672.930002212524, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -16943,46 +16953,46 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:12,824", - "created": 1610360712.824263, + "asctime": "2021-01-11 11:37:17,318", + "created": 1610361437.318645, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 824.2630958557129, + "msecs": 318.6450004577637, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8976.986169815063, - "thread": 139854989064000, + "relativeCreated": 8974.055051803589, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 824.6250152587891, + "msecs": 319.02289390563965, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8977.34808921814, - "thread": 139854989064000, + "relativeCreated": 8974.432945251465, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003619194030761719 + "time_consumption": 0.00037789344787597656 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:12,825", - "created": 1610360712.825382, + "asctime": "2021-01-11 11:37:17,319", + "created": 1610361437.319995, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16999,8 +17009,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:12,825", - "created": 1610360712.825018, + "asctime": "2021-01-11 11:37:17,319", + "created": 1610361437.319592, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17010,14 +17020,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 825.0179290771484, + "msecs": 319.5919990539551, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8977.741003036499, - "thread": 139854989064000, + "relativeCreated": 8975.00205039978, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -17026,8 +17036,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:12,825", - "created": 1610360712.825209, + "asctime": "2021-01-11 11:37:17,319", + "created": 1610361437.31981, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17037,35 +17047,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 825.2089023590088, + "msecs": 319.8099136352539, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8977.93197631836, - "thread": 139854989064000, + "relativeCreated": 8975.21996498108, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 825.3819942474365, + "msecs": 319.9949264526367, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8978.105068206787, - "thread": 139854989064000, + "relativeCreated": 8975.404977798462, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017309188842773438 + "time_consumption": 0.0001850128173828125 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:12,825", - "created": 1610360712.82597, + "asctime": "2021-01-11 11:37:17,320", + "created": 1610361437.320629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17082,8 +17092,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:12,825", - "created": 1610360712.82565, + "asctime": "2021-01-11 11:37:17,320", + "created": 1610361437.320271, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17093,14 +17103,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 825.6499767303467, + "msecs": 320.2710151672363, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8978.373050689697, - "thread": 139854989064000, + "relativeCreated": 8975.681066513062, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -17109,8 +17119,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:12,825", - "created": 1610360712.82581, + "asctime": "2021-01-11 11:37:17,320", + "created": 1610361437.32046, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17120,35 +17130,35 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 825.8099555969238, + "msecs": 320.46008110046387, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8978.533029556274, - "thread": 139854989064000, + "relativeCreated": 8975.870132446289, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 825.969934463501, + "msecs": 320.6288814544678, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8978.693008422852, - "thread": 139854989064000, + "relativeCreated": 8976.038932800293, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 0.00016880035400390625 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 11:25:12,826", - "created": 1610360712.826453, + "asctime": "2021-01-11 11:37:17,321", + "created": 1610361437.321145, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -17164,43 +17174,43 @@ "prot-server:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 11:25:12,826", - "created": 1610360712.826288, + "asctime": "2021-01-11 11:37:17,320", + "created": 1610361437.320972, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 826.2879848480225, + "msecs": 320.9719657897949, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8979.011058807373, - "thread": 139854989064000, + "relativeCreated": 8976.38201713562, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 826.4529705047607, + "msecs": 321.14505767822266, "msg": "Added msg1 to server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8979.176044464111, - "thread": 139854989064000, + "relativeCreated": 8976.555109024048, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00016498565673828125 + "time_consumption": 0.00017309188842773438 }, { "args": [], - "asctime": "2021-01-11 11:25:13,028", - "created": 1610360713.02803, + "asctime": "2021-01-11 11:37:17,522", + "created": 1610361437.522699, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -17219,8 +17229,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:12,826", - "created": 1610360712.826817, + "asctime": "2021-01-11 11:37:17,321", + "created": 1610361437.321517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17230,14 +17240,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 826.8170356750488, + "msecs": 321.5169906616211, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 8979.5401096344, - "thread": 139854989064000, + "relativeCreated": 8976.927042007446, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -17245,8 +17255,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 11:25:12,849", - "created": 1610360712.849289, + "asctime": "2021-01-11 11:37:17,336", + "created": 1610361437.336336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17256,14 +17266,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": 849.2889404296875, + "msecs": 336.3358974456787, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9002.012014389038, - "thread": 139854201485056, + "relativeCreated": 8991.745948791504, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17271,8 +17281,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 11:25:12,849", - "created": 1610360712.849864, + "asctime": "2021-01-11 11:37:17,336", + "created": 1610361437.33687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17282,14 +17292,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": 849.8640060424805, + "msecs": 336.8699550628662, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9002.587080001831, - "thread": 139854201485056, + "relativeCreated": 8992.280006408691, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17297,8 +17307,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,850", - "created": 1610360712.850173, + "asctime": "2021-01-11 11:37:17,337", + "created": 1610361437.33708, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17308,14 +17318,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 850.1729965209961, + "msecs": 337.0800018310547, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9002.896070480347, - "thread": 139854201485056, + "relativeCreated": 8992.49005317688, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17324,8 +17334,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:12,850", - "created": 1610360712.850365, + "asctime": "2021-01-11 11:37:17,337", + "created": 1610361437.337261, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17335,14 +17345,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 850.3649234771729, + "msecs": 337.2609615325928, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9003.087997436523, - "thread": 139854201485056, + "relativeCreated": 8992.671012878418, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17350,8 +17360,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,850", - "created": 1610360712.850574, + "asctime": "2021-01-11 11:37:17,337", + "created": 1610361437.337502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17361,14 +17371,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 850.5740165710449, + "msecs": 337.50200271606445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9003.297090530396, - "thread": 139854201485056, + "relativeCreated": 8992.91205406189, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17377,8 +17387,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,850", - "created": 1610360712.850762, + "asctime": "2021-01-11 11:37:17,337", + "created": 1610361437.337665, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17388,14 +17398,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 850.761890411377, + "msecs": 337.6650810241699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9003.484964370728, - "thread": 139854201485056, + "relativeCreated": 8993.075132369995, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17403,8 +17413,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,850", - "created": 1610360712.850977, + "asctime": "2021-01-11 11:37:17,337", + "created": 1610361437.337885, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17414,14 +17424,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 850.9769439697266, + "msecs": 337.88490295410156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9003.700017929077, - "thread": 139854201485056, + "relativeCreated": 8993.294954299927, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17430,8 +17440,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,851", - "created": 1610360712.851179, + "asctime": "2021-01-11 11:37:17,338", + "created": 1610361437.338041, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17441,14 +17451,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 851.1788845062256, + "msecs": 338.0410671234131, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9003.901958465576, - "thread": 139854201485056, + "relativeCreated": 8993.451118469238, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17456,8 +17466,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,851", - "created": 1610360712.85143, + "asctime": "2021-01-11 11:37:17,338", + "created": 1610361437.338237, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17467,14 +17477,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 851.4299392700195, + "msecs": 338.23704719543457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9004.15301322937, - "thread": 139854201485056, + "relativeCreated": 8993.64709854126, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17483,8 +17493,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,851", - "created": 1610360712.851621, + "asctime": "2021-01-11 11:37:17,338", + "created": 1610361437.338399, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17494,14 +17504,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 851.6209125518799, + "msecs": 338.39893341064453, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9004.34398651123, - "thread": 139854201485056, + "relativeCreated": 8993.80898475647, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17509,8 +17519,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 11:25:12,852", - "created": 1610360712.852107, + "asctime": "2021-01-11 11:37:17,338", + "created": 1610361437.338778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17520,14 +17530,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": 852.107048034668, + "msecs": 338.778018951416, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9004.830121994019, - "thread": 139854201485056, + "relativeCreated": 8994.188070297241, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17535,8 +17545,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 11:25:12,852", - "created": 1610360712.852447, + "asctime": "2021-01-11 11:37:17,339", + "created": 1610361437.339037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17546,14 +17556,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": 852.4470329284668, + "msecs": 339.0369415283203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9005.170106887817, - "thread": 139854201485056, + "relativeCreated": 8994.446992874146, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17561,8 +17571,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,852", - "created": 1610360712.852691, + "asctime": "2021-01-11 11:37:17,339", + "created": 1610361437.339284, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17572,14 +17582,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 852.6909351348877, + "msecs": 339.28394317626953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9005.414009094238, - "thread": 139854201485056, + "relativeCreated": 8994.693994522095, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17588,8 +17598,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:12,852", - "created": 1610360712.852961, + "asctime": "2021-01-11 11:37:17,339", + "created": 1610361437.339442, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17599,14 +17609,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 852.9610633850098, + "msecs": 339.44201469421387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9005.68413734436, - "thread": 139854201485056, + "relativeCreated": 8994.852066040039, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17614,8 +17624,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:12,853", - "created": 1610360712.853191, + "asctime": "2021-01-11 11:37:17,339", + "created": 1610361437.339638, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17625,14 +17635,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 853.1908988952637, + "msecs": 339.63799476623535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9005.913972854614, - "thread": 139854201485056, + "relativeCreated": 8995.04804611206, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17641,8 +17651,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:12,853", - "created": 1610360712.853438, + "asctime": "2021-01-11 11:37:17,339", + "created": 1610361437.339791, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17652,14 +17662,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": 853.4379005432129, + "msecs": 339.79105949401855, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9006.160974502563, - "thread": 139854201485056, + "relativeCreated": 8995.201110839844, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17667,8 +17677,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 11:25:12,854", - "created": 1610360712.85426, + "asctime": "2021-01-11 11:37:17,340", + "created": 1610361437.340193, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17678,14 +17688,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": 854.2599678039551, + "msecs": 340.1930332183838, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9006.983041763306, - "thread": 139854201485056, + "relativeCreated": 8995.603084564209, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -17696,8 +17706,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:12,854", - "created": 1610360712.854778, + "asctime": "2021-01-11 11:37:17,340", + "created": 1610361437.340623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17707,22 +17717,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 854.7780513763428, + "msecs": 340.6229019165039, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9007.501125335693, - "thread": 139854201485056, + "relativeCreated": 8996.03295326233, + "thread": 140378892121856, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:12,855", - "created": 1610360712.855211, + "asctime": "2021-01-11 11:37:17,340", + "created": 1610361437.34091, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17732,35 +17742,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": 855.2110195159912, + "msecs": 340.9099578857422, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9007.934093475342, - "thread": 139854201485056, + "relativeCreated": 8996.320009231567, + "thread": 140378892121856, "threadName": "Thread-11" } ], - "msecs": 28.029918670654297, + "msecs": 522.6991176605225, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9180.752992630005, - "thread": 139854989064000, + "relativeCreated": 9178.109169006348, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.17281889915466309 + "time_consumption": 0.18178915977478027 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:13,029", - "created": 1610360713.029115, + "asctime": "2021-01-11 11:37:17,523", + "created": 1610361437.523608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17777,8 +17787,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:13,028", - "created": 1610360713.028672, + "asctime": "2021-01-11 11:37:17,523", + "created": 1610361437.523224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17788,14 +17798,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 28.671979904174805, + "msecs": 523.2241153717041, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9181.395053863525, - "thread": 139854989064000, + "relativeCreated": 9178.63416671753, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -17804,8 +17814,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:13,028", - "created": 1610360713.028928, + "asctime": "2021-01-11 11:37:17,523", + "created": 1610361437.523428, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17815,35 +17825,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 28.928041458129883, + "msecs": 523.4279632568359, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9181.65111541748, - "thread": 139854989064000, + "relativeCreated": 9178.838014602661, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 29.114961624145508, + "msecs": 523.6079692840576, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9181.838035583496, - "thread": 139854989064000, + "relativeCreated": 9179.018020629883, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.000186920166015625 + "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 11:25:13,030", - "created": 1610360713.030054, + "asctime": "2021-01-11 11:37:17,524", + "created": 1610361437.524285, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17860,8 +17870,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:13,029", - "created": 1610360713.029451, + "asctime": "2021-01-11 11:37:17,523", + "created": 1610361437.523915, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17871,14 +17881,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": 29.45089340209961, + "msecs": 523.9150524139404, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9182.17396736145, - "thread": 139854989064000, + "relativeCreated": 9179.325103759766, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -17887,8 +17897,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:13,029", - "created": 1610360713.029835, + "asctime": "2021-01-11 11:37:17,524", + "created": 1610361437.524096, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17898,32 +17908,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": 29.834985733032227, + "msecs": 524.0960121154785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9182.558059692383, - "thread": 139854989064000, + "relativeCreated": 9179.506063461304, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 30.054092407226562, + "msecs": 524.285078048706, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9182.777166366577, - "thread": 139854989064000, + "relativeCreated": 9179.695129394531, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021910667419433594 + "time_consumption": 0.00018906593322753906 }, { "args": [], - "asctime": "2021-01-11 11:25:13,332", - "created": 1610360713.33206, + "asctime": "2021-01-11 11:37:17,825", + "created": 1610361437.825964, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -17941,25 +17951,25 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:13,030", - "created": 1610360713.03051, + "asctime": "2021-01-11 11:37:17,524", + "created": 1610361437.524619, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 30.50994873046875, + "msecs": 524.6191024780273, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9183.23302268982, - "thread": 139854989064000, + "relativeCreated": 9180.029153823853, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -17969,46 +17979,46 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:13,331", - "created": 1610360713.331706, + "asctime": "2021-01-11 11:37:17,825", + "created": 1610361437.825588, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 331.70604705810547, + "msecs": 825.5879878997803, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9484.429121017456, - "thread": 139854989064000, + "relativeCreated": 9480.998039245605, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 332.0600986480713, + "msecs": 825.9639739990234, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9484.783172607422, - "thread": 139854989064000, + "relativeCreated": 9481.374025344849, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003540515899658203 + "time_consumption": 0.00037598609924316406 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:13,332", - "created": 1610360713.332791, + "asctime": "2021-01-11 11:37:17,826", + "created": 1610361437.826699, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18025,8 +18035,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:13,332", - "created": 1610360713.332402, + "asctime": "2021-01-11 11:37:17,826", + "created": 1610361437.826313, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18036,14 +18046,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 332.40199089050293, + "msecs": 826.3130187988281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9485.125064849854, - "thread": 139854989064000, + "relativeCreated": 9481.723070144653, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -18052,8 +18062,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:13,332", - "created": 1610360713.332588, + "asctime": "2021-01-11 11:37:17,826", + "created": 1610361437.826502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18063,35 +18073,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 332.58795738220215, + "msecs": 826.5020847320557, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9485.311031341553, - "thread": 139854989064000, + "relativeCreated": 9481.91213607788, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 332.7910900115967, + "msecs": 826.6990184783936, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9485.514163970947, - "thread": 139854989064000, + "relativeCreated": 9482.109069824219, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00020313262939453125 + "time_consumption": 0.00019693374633789062 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:13,333", - "created": 1610360713.333398, + "asctime": "2021-01-11 11:37:17,827", + "created": 1610361437.827513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18108,8 +18118,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:13,333", - "created": 1610360713.333062, + "asctime": "2021-01-11 11:37:17,827", + "created": 1610361437.827029, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18119,14 +18129,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 333.06193351745605, + "msecs": 827.0289897918701, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9485.785007476807, - "thread": 139854989064000, + "relativeCreated": 9482.439041137695, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -18135,8 +18145,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:13,333", - "created": 1610360713.333222, + "asctime": "2021-01-11 11:37:17,827", + "created": 1610361437.82727, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18146,35 +18156,35 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 333.2219123840332, + "msecs": 827.2700309753418, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9485.944986343384, - "thread": 139854989064000, + "relativeCreated": 9482.680082321167, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 333.39810371398926, + "msecs": 827.5129795074463, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9486.12117767334, - "thread": 139854989064000, + "relativeCreated": 9482.923030853271, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001761913299560547 + "time_consumption": 0.0002429485321044922 }, { "args": [ 17, 35 ], - "asctime": "2021-01-11 11:25:13,334", - "created": 1610360713.33403, + "asctime": "2021-01-11 11:37:17,828", + "created": 1610361437.8287, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -18190,25 +18200,25 @@ "prot-client:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 11:25:13,333", - "created": 1610360713.333683, + "asctime": "2021-01-11 11:37:17,828", + "created": 1610361437.828265, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 333.6830139160156, + "msecs": 828.2649517059326, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9486.406087875366, - "thread": 139854989064000, + "relativeCreated": 9483.675003051758, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -18216,43 +18226,43 @@ "prot-server:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 11:25:13,333", - "created": 1610360713.333869, + "asctime": "2021-01-11 11:37:17,828", + "created": 1610361437.828518, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 333.86898040771484, + "msecs": 828.5179138183594, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9486.592054367065, - "thread": 139854989064000, + "relativeCreated": 9483.927965164185, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 334.0299129486084, + "msecs": 828.700065612793, "msg": "Added msg2 to client and server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9486.752986907959, - "thread": 139854989064000, + "relativeCreated": 9484.110116958618, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001609325408935547 + "time_consumption": 0.00018215179443359375 }, { "args": [], - "asctime": "2021-01-11 11:25:13,535", - "created": 1610360713.535615, + "asctime": "2021-01-11 11:37:18,030", + "created": 1610361438.030278, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -18271,8 +18281,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:13,334", - "created": 1610360713.334394, + "asctime": "2021-01-11 11:37:17,829", + "created": 1610361437.829149, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18282,14 +18292,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 334.3939781188965, + "msecs": 829.1490077972412, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9487.117052078247, - "thread": 139854989064000, + "relativeCreated": 9484.559059143066, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -18297,8 +18307,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 11:25:13,357", - "created": 1610360713.357122, + "asctime": "2021-01-11 11:37:17,843", + "created": 1610361437.843473, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18308,14 +18318,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": 357.12194442749023, + "msecs": 843.472957611084, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9509.84501838684, - "thread": 139854201485056, + "relativeCreated": 9498.88300895691, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18323,8 +18333,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 11:25:13,357", - "created": 1610360713.35779, + "asctime": "2021-01-11 11:37:17,844", + "created": 1610361437.844377, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18334,14 +18344,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": 357.7899932861328, + "msecs": 844.3770408630371, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9510.513067245483, - "thread": 139854201485056, + "relativeCreated": 9499.787092208862, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18349,8 +18359,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,358", - "created": 1610360713.358, + "asctime": "2021-01-11 11:37:17,844", + "created": 1610361437.844703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18360,14 +18370,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 358.0000400543213, + "msecs": 844.702959060669, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9510.723114013672, - "thread": 139854201485056, + "relativeCreated": 9500.113010406494, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18376,8 +18386,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:13,358", - "created": 1610360713.358181, + "asctime": "2021-01-11 11:37:17,845", + "created": 1610361437.845003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18387,14 +18397,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 358.1809997558594, + "msecs": 845.0028896331787, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9510.90407371521, - "thread": 139854201485056, + "relativeCreated": 9500.412940979004, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18402,8 +18412,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,358", - "created": 1610360713.358417, + "asctime": "2021-01-11 11:37:17,845", + "created": 1610361437.845434, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18413,14 +18423,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 358.4170341491699, + "msecs": 845.4339504241943, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9511.14010810852, - "thread": 139854201485056, + "relativeCreated": 9500.84400177002, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18429,8 +18439,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,358", - "created": 1610360713.358581, + "asctime": "2021-01-11 11:37:17,845", + "created": 1610361437.845652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18440,14 +18450,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 358.5810661315918, + "msecs": 845.6521034240723, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9511.304140090942, - "thread": 139854201485056, + "relativeCreated": 9501.062154769897, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18455,8 +18465,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,358", - "created": 1610360713.358795, + "asctime": "2021-01-11 11:37:17,845", + "created": 1610361437.845944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18466,14 +18476,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 358.7949275970459, + "msecs": 845.9439277648926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9511.518001556396, - "thread": 139854201485056, + "relativeCreated": 9501.353979110718, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18482,8 +18492,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,358", - "created": 1610360713.358961, + "asctime": "2021-01-11 11:37:17,846", + "created": 1610361437.846146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18493,14 +18503,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 358.9611053466797, + "msecs": 846.1461067199707, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9511.68417930603, - "thread": 139854201485056, + "relativeCreated": 9501.556158065796, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18508,8 +18518,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,359", - "created": 1610360713.359166, + "asctime": "2021-01-11 11:37:17,846", + "created": 1610361437.846418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18519,14 +18529,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 359.16590690612793, + "msecs": 846.4179039001465, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9511.888980865479, - "thread": 139854201485056, + "relativeCreated": 9501.827955245972, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18535,8 +18545,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,359", - "created": 1610360713.359319, + "asctime": "2021-01-11 11:37:17,846", + "created": 1610361437.846614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18546,14 +18556,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 359.31897163391113, + "msecs": 846.613883972168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9512.042045593262, - "thread": 139854201485056, + "relativeCreated": 9502.023935317993, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18561,8 +18571,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 11:25:13,359", - "created": 1610360713.359872, + "asctime": "2021-01-11 11:37:17,847", + "created": 1610361437.847092, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18572,14 +18582,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": 359.87210273742676, + "msecs": 847.0919132232666, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9512.595176696777, - "thread": 139854201485056, + "relativeCreated": 9502.501964569092, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18587,8 +18597,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 11:25:13,360", - "created": 1610360713.360263, + "asctime": "2021-01-11 11:37:17,847", + "created": 1610361437.847388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18598,14 +18608,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": 360.2631092071533, + "msecs": 847.3880290985107, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9512.986183166504, - "thread": 139854201485056, + "relativeCreated": 9502.798080444336, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18613,8 +18623,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,360", - "created": 1610360713.360506, + "asctime": "2021-01-11 11:37:17,847", + "created": 1610361437.847526, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18624,14 +18634,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 360.5060577392578, + "msecs": 847.5260734558105, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9513.229131698608, - "thread": 139854201485056, + "relativeCreated": 9502.936124801636, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18640,8 +18650,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,360", - "created": 1610360713.360681, + "asctime": "2021-01-11 11:37:17,847", + "created": 1610361437.847622, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18651,14 +18661,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 360.68105697631836, + "msecs": 847.6219177246094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9513.404130935669, - "thread": 139854201485056, + "relativeCreated": 9503.031969070435, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18666,8 +18676,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,360", - "created": 1610360713.360842, + "asctime": "2021-01-11 11:37:17,847", + "created": 1610361437.847727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18677,14 +18687,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 360.8419895172119, + "msecs": 847.7270603179932, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9513.565063476562, - "thread": 139854201485056, + "relativeCreated": 9503.137111663818, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18693,8 +18703,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:13,360", - "created": 1610360713.36092, + "asctime": "2021-01-11 11:37:17,847", + "created": 1610361437.847811, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18704,14 +18714,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": 360.9199523925781, + "msecs": 847.8109836578369, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9513.643026351929, - "thread": 139854201485056, + "relativeCreated": 9503.221035003662, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18719,8 +18729,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 11:25:13,361", - "created": 1610360713.361114, + "asctime": "2021-01-11 11:37:17,848", + "created": 1610361437.84802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18730,14 +18740,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": 361.1140251159668, + "msecs": 848.020076751709, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9513.837099075317, - "thread": 139854201485056, + "relativeCreated": 9503.430128097534, + "thread": 140378892121856, "threadName": "Thread-11" }, { @@ -18748,8 +18758,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:13,361", - "created": 1610360713.361332, + "asctime": "2021-01-11 11:37:17,848", + "created": 1610361437.848258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18759,22 +18769,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 361.3319396972656, + "msecs": 848.2580184936523, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9514.055013656616, - "thread": 139854201485056, + "relativeCreated": 9503.668069839478, + "thread": 140378892121856, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:13,361", - "created": 1610360713.361453, + "asctime": "2021-01-11 11:37:17,848", + "created": 1610361437.848389, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18784,35 +18794,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": 361.4530563354492, + "msecs": 848.3889102935791, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9514.1761302948, - "thread": 139854201485056, + "relativeCreated": 9503.798961639404, + "thread": 140378892121856, "threadName": "Thread-11" } ], - "msecs": 535.6149673461914, + "msecs": 30.27796745300293, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9688.338041305542, - "thread": 139854989064000, + "relativeCreated": 9685.688018798828, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.1741619110107422 + "time_consumption": 0.18188905715942383 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:13,537", - "created": 1610360713.537872, + "asctime": "2021-01-11 11:37:18,031", + "created": 1610361438.031209, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18829,8 +18839,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:13,537", - "created": 1610360713.537293, + "asctime": "2021-01-11 11:37:18,030", + "created": 1610361438.030819, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18840,14 +18850,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 537.2929573059082, + "msecs": 30.818939208984375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9690.016031265259, - "thread": 139854989064000, + "relativeCreated": 9686.22899055481, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -18856,8 +18866,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:13,537", - "created": 1610360713.537649, + "asctime": "2021-01-11 11:37:18,031", + "created": 1610361438.031026, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18867,35 +18877,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 537.6489162445068, + "msecs": 31.02588653564453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9690.371990203857, - "thread": 139854989064000, + "relativeCreated": 9686.43593788147, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 537.8720760345459, + "msecs": 31.20899200439453, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9690.595149993896, - "thread": 139854989064000, + "relativeCreated": 9686.61904335022, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002231597900390625 + "time_consumption": 0.00018310546875 }, { "args": [ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:13,538", - "created": 1610360713.538725, + "asctime": "2021-01-11 11:37:18,031", + "created": 1610361438.031864, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18912,8 +18922,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:13,538", - "created": 1610360713.538294, + "asctime": "2021-01-11 11:37:18,031", + "created": 1610361438.03151, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18923,14 +18933,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": 538.2940769195557, + "msecs": 31.510114669799805, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9691.017150878906, - "thread": 139854989064000, + "relativeCreated": 9686.920166015625, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -18939,8 +18949,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:13,538", - "created": 1610360713.53855, + "asctime": "2021-01-11 11:37:18,031", + "created": 1610361438.031685, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18950,32 +18960,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": 538.5499000549316, + "msecs": 31.68511390686035, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9691.272974014282, - "thread": 139854989064000, + "relativeCreated": 9687.095165252686, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 538.7248992919922, + "msecs": 31.863927841186523, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9691.447973251343, - "thread": 139854989064000, + "relativeCreated": 9687.273979187012, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017499923706054688 + "time_consumption": 0.00017881393432617188 }, { "args": [], - "asctime": "2021-01-11 11:25:13,740", - "created": 1610360713.740306, + "asctime": "2021-01-11 11:37:18,233", + "created": 1610361438.233296, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -18994,8 +19004,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:13,539", - "created": 1610360713.539132, + "asctime": "2021-01-11 11:37:18,032", + "created": 1610361438.032256, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19005,14 +19015,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": 539.1321182250977, + "msecs": 32.25588798522949, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9691.855192184448, - "thread": 139854989064000, + "relativeCreated": 9687.665939331055, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19020,8 +19030,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 11:25:13,551", - "created": 1610360713.551131, + "asctime": "2021-01-11 11:37:18,035", + "created": 1610361438.035391, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19031,14 +19041,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": 551.131010055542, + "msecs": 35.39109230041504, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9703.854084014893, - "thread": 139854193092352, + "relativeCreated": 9690.80114364624, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19046,8 +19056,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 11:25:13,551", - "created": 1610360713.551532, + "asctime": "2021-01-11 11:37:18,035", + "created": 1610361438.035929, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19057,14 +19067,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": 551.5320301055908, + "msecs": 35.928964614868164, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9704.255104064941, - "thread": 139854193092352, + "relativeCreated": 9691.339015960693, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19072,8 +19082,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,551", - "created": 1610360713.551664, + "asctime": "2021-01-11 11:37:18,036", + "created": 1610361438.036136, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19083,14 +19093,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 551.6641139984131, + "msecs": 36.13591194152832, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9704.387187957764, - "thread": 139854193092352, + "relativeCreated": 9691.545963287354, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19099,8 +19109,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:13,551", - "created": 1610360713.551771, + "asctime": "2021-01-11 11:37:18,036", + "created": 1610361438.036316, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19110,14 +19120,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 551.7709255218506, + "msecs": 36.31591796875, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9704.493999481201, - "thread": 139854193092352, + "relativeCreated": 9691.725969314575, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19125,8 +19135,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,551", - "created": 1610360713.551906, + "asctime": "2021-01-11 11:37:18,036", + "created": 1610361438.036543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19136,14 +19146,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 551.9061088562012, + "msecs": 36.54289245605469, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9704.629182815552, - "thread": 139854193092352, + "relativeCreated": 9691.95294380188, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19152,8 +19162,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,552", - "created": 1610360713.552007, + "asctime": "2021-01-11 11:37:18,036", + "created": 1610361438.036708, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19163,14 +19173,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 552.0069599151611, + "msecs": 36.70811653137207, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9704.730033874512, - "thread": 139854193092352, + "relativeCreated": 9692.118167877197, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19178,8 +19188,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,552", - "created": 1610360713.552131, + "asctime": "2021-01-11 11:37:18,036", + "created": 1610361438.036878, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19189,14 +19199,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 552.130937576294, + "msecs": 36.878108978271484, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9704.854011535645, - "thread": 139854193092352, + "relativeCreated": 9692.288160324097, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19205,8 +19215,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,552", - "created": 1610360713.552221, + "asctime": "2021-01-11 11:37:18,036", + "created": 1610361438.036965, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19216,14 +19226,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 552.2210597991943, + "msecs": 36.96489334106445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9704.944133758545, - "thread": 139854193092352, + "relativeCreated": 9692.37494468689, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19231,8 +19241,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,552", - "created": 1610360713.552334, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.037063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19242,14 +19252,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 552.3340702056885, + "msecs": 37.062883377075195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9705.057144165039, - "thread": 139854193092352, + "relativeCreated": 9692.4729347229, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19258,8 +19268,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,552", - "created": 1610360713.552421, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.03714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19269,14 +19279,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 552.4210929870605, + "msecs": 37.139892578125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9705.144166946411, - "thread": 139854193092352, + "relativeCreated": 9692.54994392395, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19284,8 +19294,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 11:25:13,552", - "created": 1610360713.552796, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.037324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19295,14 +19305,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": 552.7958869934082, + "msecs": 37.323951721191406, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9705.518960952759, - "thread": 139854193092352, + "relativeCreated": 9692.734003067017, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19310,8 +19320,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 11:25:13,553", - "created": 1610360713.553004, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.037452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19321,14 +19331,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": 553.0040264129639, + "msecs": 37.451982498168945, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9705.727100372314, - "thread": 139854193092352, + "relativeCreated": 9692.862033843994, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19336,8 +19346,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,553", - "created": 1610360713.553187, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.037579, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19347,14 +19357,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 553.1868934631348, + "msecs": 37.57905960083008, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9705.909967422485, - "thread": 139854193092352, + "relativeCreated": 9692.989110946655, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19363,8 +19373,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,553", - "created": 1610360713.55331, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.037661, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19374,14 +19384,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 553.3099174499512, + "msecs": 37.661075592041016, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9706.032991409302, - "thread": 139854193092352, + "relativeCreated": 9693.071126937866, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19389,8 +19399,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,553", - "created": 1610360713.553447, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.037755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19400,14 +19410,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 553.4470081329346, + "msecs": 37.75501251220703, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9706.170082092285, - "thread": 139854193092352, + "relativeCreated": 9693.165063858032, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19416,8 +19426,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:13,553", - "created": 1610360713.553566, + "asctime": "2021-01-11 11:37:18,037", + "created": 1610361438.037835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19427,14 +19437,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": 553.5659790039062, + "msecs": 37.834882736206055, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9706.289052963257, - "thread": 139854193092352, + "relativeCreated": 9693.244934082031, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19442,8 +19452,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 11:25:13,553", - "created": 1610360713.553849, + "asctime": "2021-01-11 11:37:18,038", + "created": 1610361438.038028, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19453,14 +19463,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": 553.8489818572998, + "msecs": 38.02800178527832, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9706.57205581665, - "thread": 139854193092352, + "relativeCreated": 9693.438053131104, + "thread": 140378883729152, "threadName": "Thread-12" }, { @@ -19471,8 +19481,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:13,554", - "created": 1610360713.554166, + "asctime": "2021-01-11 11:37:18,038", + "created": 1610361438.03825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19482,22 +19492,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": 554.1660785675049, + "msecs": 38.249969482421875, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9706.889152526855, - "thread": 139854193092352, + "relativeCreated": 9693.660020828247, + "thread": 140378883729152, "threadName": "Thread-12" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:13,554", - "created": 1610360713.554355, + "asctime": "2021-01-11 11:37:18,038", + "created": 1610361438.038388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19507,35 +19517,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": 554.3549060821533, + "msecs": 38.38801383972168, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9707.077980041504, - "thread": 139854193092352, + "relativeCreated": 9693.798065185547, + "thread": 140378883729152, "threadName": "Thread-12" } ], - "msecs": 740.3059005737305, + "msecs": 233.29591751098633, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9893.028974533081, - "thread": 139854989064000, + "relativeCreated": 9888.705968856812, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.18595099449157715 + "time_consumption": 0.19490790367126465 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:13,741", - "created": 1610360713.741278, + "asctime": "2021-01-11 11:37:18,234", + "created": 1610361438.23421, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19552,8 +19562,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:13,740", - "created": 1610360713.740876, + "asctime": "2021-01-11 11:37:18,233", + "created": 1610361438.23382, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19563,14 +19573,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 740.8759593963623, + "msecs": 233.81996154785156, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9893.599033355713, - "thread": 139854989064000, + "relativeCreated": 9889.230012893677, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19579,8 +19589,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:13,741", - "created": 1610360713.741091, + "asctime": "2021-01-11 11:37:18,234", + "created": 1610361438.234028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19590,35 +19600,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 741.0910129547119, + "msecs": 234.02810096740723, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9893.814086914062, - "thread": 139854989064000, + "relativeCreated": 9889.438152313232, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 741.2779331207275, + "msecs": 234.21001434326172, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9894.001007080078, - "thread": 139854989064000, + "relativeCreated": 9889.620065689087, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.000186920166015625 + "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 11:25:13,741", - "created": 1610360713.741934, + "asctime": "2021-01-11 11:37:18,234", + "created": 1610361438.234858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19635,8 +19645,8 @@ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:13,741", - "created": 1610360713.741571, + "asctime": "2021-01-11 11:37:18,234", + "created": 1610361438.234498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19646,14 +19656,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": 741.5709495544434, + "msecs": 234.4980239868164, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9894.294023513794, - "thread": 139854989064000, + "relativeCreated": 9889.908075332642, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19662,8 +19672,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:13,741", - "created": 1610360713.741754, + "asctime": "2021-01-11 11:37:18,234", + "created": 1610361438.234677, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19673,39 +19683,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": 741.7540550231934, + "msecs": 234.67707633972168, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9894.477128982544, - "thread": 139854989064000, + "relativeCreated": 9890.087127685547, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 741.934061050415, + "msecs": 234.85803604125977, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9894.657135009766, - "thread": 139854989064000, + "relativeCreated": 9890.268087387085, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.00018095970153808594 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 2.485166072845459, - "time_finished": "2021-01-11 11:25:13,741", - "time_start": "2021-01-11 11:25:11,256" + "time_consumption": 2.483778953552246, + "time_finished": "2021-01-11 11:37:18,234", + "time_start": "2021-01-11 11:37:15,751" }, "_Lmn-kE0hEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:13,742", - "created": 1610360713.742564, + "asctime": "2021-01-11 11:37:18,235", + "created": 1610361438.235486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19716,18 +19726,18 @@ "message": "_Lmn-kE0hEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 742.5639629364014, + "msecs": 235.48603057861328, "msg": "_Lmn-kE0hEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9895.287036895752, + "relativeCreated": 9890.896081924438, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749734, + "asctime": "2021-01-11 11:37:18,244", + "created": 1610361438.244459, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19742,8 +19752,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:13,744", - "created": 1610360713.744235, + "asctime": "2021-01-11 11:37:18,237", + "created": 1610361438.237057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19753,22 +19763,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 744.2350387573242, + "msecs": 237.05697059631348, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9896.958112716675, - "thread": 139854989064000, + "relativeCreated": 9892.467021942139, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:13,745", - "created": 1610360713.745357, + "asctime": "2021-01-11 11:37:18,237", + "created": 1610361438.237756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19778,22 +19788,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 745.3570365905762, + "msecs": 237.75601387023926, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9898.080110549927, - "thread": 139854989064000, + "relativeCreated": 9893.166065216064, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:13,745", - "created": 1610360713.74571, + "asctime": "2021-01-11 11:37:18,237", + "created": 1610361438.23792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19803,22 +19813,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 745.7098960876465, + "msecs": 237.92004585266113, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9898.432970046997, - "thread": 139854989064000, + "relativeCreated": 9893.330097198486, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:13,746", - "created": 1610360713.746424, + "asctime": "2021-01-11 11:37:18,238", + "created": 1610361438.238252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19828,14 +19838,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 746.4239597320557, + "msecs": 238.2519245147705, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9899.147033691406, - "thread": 139854989064000, + "relativeCreated": 9893.661975860596, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19844,25 +19854,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:13,746", - "created": 1610360713.746725, + "asctime": "2021-01-11 11:37:18,238", + "created": 1610361438.238426, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 746.7250823974609, + "msecs": 238.42597007751465, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9899.448156356812, - "thread": 139854989064000, + "relativeCreated": 9893.83602142334, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19870,25 +19880,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.747075, + "asctime": "2021-01-11 11:37:18,238", + "created": 1610361438.238614, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 747.075080871582, + "msecs": 238.61408233642578, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9899.798154830933, - "thread": 139854989064000, + "relativeCreated": 9894.024133682251, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19896,25 +19906,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.747365, + "asctime": "2021-01-11 11:37:18,238", + "created": 1610361438.238773, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 747.3649978637695, + "msecs": 238.77310752868652, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.08807182312, - "thread": 139854989064000, + "relativeCreated": 9894.183158874512, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19922,25 +19932,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.747601, + "asctime": "2021-01-11 11:37:18,238", + "created": 1610361438.238937, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 747.6010322570801, + "msecs": 238.9369010925293, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.32410621643, - "thread": 139854989064000, + "relativeCreated": 9894.346952438354, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19948,25 +19958,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.74775, + "asctime": "2021-01-11 11:37:18,239", + "created": 1610361438.239085, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 747.7500438690186, + "msecs": 239.08495903015137, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.47311782837, - "thread": 139854989064000, + "relativeCreated": 9894.495010375977, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -19976,8 +19986,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.747812, + "asctime": "2021-01-11 11:37:18,239", + "created": 1610361438.239241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19987,14 +19997,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 747.812032699585, + "msecs": 239.2408847808838, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.535106658936, - "thread": 139854989064000, + "relativeCreated": 9894.650936126709, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20004,8 +20014,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.747871, + "asctime": "2021-01-11 11:37:18,239", + "created": 1610361438.239395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20015,14 +20025,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 747.870922088623, + "msecs": 239.3949031829834, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.593996047974, - "thread": 139854989064000, + "relativeCreated": 9894.804954528809, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20032,8 +20042,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.74793, + "asctime": "2021-01-11 11:37:18,239", + "created": 1610361438.239541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20043,14 +20053,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 747.9300498962402, + "msecs": 239.54105377197266, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.65312385559, - "thread": 139854989064000, + "relativeCreated": 9894.951105117798, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20060,8 +20070,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:13,747", - "created": 1610360713.747985, + "asctime": "2021-01-11 11:37:18,239", + "created": 1610361438.239821, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20071,22 +20081,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 747.9848861694336, + "msecs": 239.8209571838379, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.707960128784, - "thread": 139854989064000, + "relativeCreated": 9895.231008529663, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748035, + "asctime": "2021-01-11 11:37:18,239", + "created": 1610361438.239953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20096,14 +20106,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 748.0349540710449, + "msecs": 239.95304107666016, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.758028030396, - "thread": 139854989064000, + "relativeCreated": 9895.363092422485, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20112,25 +20122,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748094, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240114, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 748.0940818786621, + "msecs": 240.1139736175537, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.817155838013, - "thread": 139854989064000, + "relativeCreated": 9895.524024963379, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20138,25 +20148,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748158, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240231, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 748.1579780578613, + "msecs": 240.23103713989258, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.881052017212, - "thread": 139854989064000, + "relativeCreated": 9895.641088485718, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20164,25 +20174,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748208, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240337, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 748.2080459594727, + "msecs": 240.33689498901367, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.931119918823, - "thread": 139854989064000, + "relativeCreated": 9895.746946334839, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20192,8 +20202,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748262, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240449, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20203,14 +20213,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 748.2619285583496, + "msecs": 240.4489517211914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9900.9850025177, - "thread": 139854989064000, + "relativeCreated": 9895.859003067017, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20220,8 +20230,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748316, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20231,14 +20241,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 748.3160495758057, + "msecs": 240.55790901184082, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.039123535156, - "thread": 139854989064000, + "relativeCreated": 9895.967960357666, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20247,25 +20257,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748372, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240676, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 748.3720779418945, + "msecs": 240.6759262084961, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.095151901245, - "thread": 139854989064000, + "relativeCreated": 9896.085977554321, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20274,25 +20284,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748427, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240807, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 748.4269142150879, + "msecs": 240.80705642700195, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.149988174438, - "thread": 139854989064000, + "relativeCreated": 9896.217107772827, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20301,33 +20311,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748477, + "asctime": "2021-01-11 11:37:18,240", + "created": 1610361438.240908, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 748.4769821166992, + "msecs": 240.9079074859619, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.20005607605, - "thread": 139854989064000, + "relativeCreated": 9896.317958831787, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748529, + "asctime": "2021-01-11 11:37:18,241", + "created": 1610361438.241013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20337,22 +20347,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 748.5289573669434, + "msecs": 241.0130500793457, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.252031326294, - "thread": 139854989064000, + "relativeCreated": 9896.42310142517, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748652, + "asctime": "2021-01-11 11:37:18,241", + "created": 1610361438.241328, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20362,14 +20372,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 748.6519813537598, + "msecs": 241.32800102233887, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.37505531311, - "thread": 139854989064000, + "relativeCreated": 9896.738052368164, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20378,25 +20388,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.74871, + "asctime": "2021-01-11 11:37:18,241", + "created": 1610361438.241474, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 748.7099170684814, + "msecs": 241.47391319274902, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.432991027832, - "thread": 139854989064000, + "relativeCreated": 9896.883964538574, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20404,25 +20414,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748806, + "asctime": "2021-01-11 11:37:18,241", + "created": 1610361438.241641, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 748.8059997558594, + "msecs": 241.64104461669922, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.52907371521, - "thread": 139854989064000, + "relativeCreated": 9897.051095962524, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20430,25 +20440,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748894, + "asctime": "2021-01-11 11:37:18,241", + "created": 1610361438.241801, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 748.8939762115479, + "msecs": 241.80102348327637, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.617050170898, - "thread": 139854989064000, + "relativeCreated": 9897.211074829102, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20456,25 +20466,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748946, + "asctime": "2021-01-11 11:37:18,241", + "created": 1610361438.241964, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 748.945951461792, + "msecs": 241.96410179138184, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.669025421143, - "thread": 139854989064000, + "relativeCreated": 9897.374153137207, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20482,25 +20492,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:13,748", - "created": 1610360713.748995, + "asctime": "2021-01-11 11:37:18,242", + "created": 1610361438.24211, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 748.9950656890869, + "msecs": 242.110013961792, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.718139648438, - "thread": 139854989064000, + "relativeCreated": 9897.520065307617, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20510,8 +20520,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749048, + "asctime": "2021-01-11 11:37:18,242", + "created": 1610361438.242262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20521,14 +20531,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 749.0479946136475, + "msecs": 242.2618865966797, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.771068572998, - "thread": 139854989064000, + "relativeCreated": 9897.671937942505, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20538,8 +20548,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749107, + "asctime": "2021-01-11 11:37:18,242", + "created": 1610361438.242425, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20549,14 +20559,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 749.1068840026855, + "msecs": 242.42496490478516, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.829957962036, - "thread": 139854989064000, + "relativeCreated": 9897.83501625061, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20566,8 +20576,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749161, + "asctime": "2021-01-11 11:37:18,242", + "created": 1610361438.242579, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20577,14 +20587,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 749.1610050201416, + "msecs": 242.57898330688477, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.884078979492, - "thread": 139854989064000, + "relativeCreated": 9897.98903465271, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20594,8 +20604,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749215, + "asctime": "2021-01-11 11:37:18,242", + "created": 1610361438.24275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20605,22 +20615,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 749.2148876190186, + "msecs": 242.7499294281006, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.93796157837, - "thread": 139854989064000, + "relativeCreated": 9898.159980773926, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749263, + "asctime": "2021-01-11 11:37:18,242", + "created": 1610361438.242893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20630,14 +20640,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 749.2630481719971, + "msecs": 242.89298057556152, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9901.986122131348, - "thread": 139854989064000, + "relativeCreated": 9898.303031921387, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20646,25 +20656,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749325, + "asctime": "2021-01-11 11:37:18,243", + "created": 1610361438.243062, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 749.3250370025635, + "msecs": 243.06201934814453, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.048110961914, - "thread": 139854989064000, + "relativeCreated": 9898.47207069397, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20672,25 +20682,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.74939, + "asctime": "2021-01-11 11:37:18,243", + "created": 1610361438.243233, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 749.3898868560791, + "msecs": 243.23296546936035, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.11296081543, - "thread": 139854989064000, + "relativeCreated": 9898.643016815186, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20698,25 +20708,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749432, + "asctime": "2021-01-11 11:37:18,243", + "created": 1610361438.243384, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 749.4320869445801, + "msecs": 243.38388442993164, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.15516090393, - "thread": 139854989064000, + "relativeCreated": 9898.793935775757, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20726,8 +20736,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749475, + "asctime": "2021-01-11 11:37:18,243", + "created": 1610361438.243534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20737,14 +20747,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 749.4750022888184, + "msecs": 243.53408813476562, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.198076248169, - "thread": 139854989064000, + "relativeCreated": 9898.94413948059, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20754,8 +20764,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.74952, + "asctime": "2021-01-11 11:37:18,243", + "created": 1610361438.243687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20765,14 +20775,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 749.5200634002686, + "msecs": 243.68691444396973, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.24313735962, - "thread": 139854989064000, + "relativeCreated": 9899.096965789795, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20781,25 +20791,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749565, + "asctime": "2021-01-11 11:37:18,243", + "created": 1610361438.243842, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 749.5648860931396, + "msecs": 243.84188652038574, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.28796005249, - "thread": 139854989064000, + "relativeCreated": 9899.251937866211, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20808,25 +20818,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749606, + "asctime": "2021-01-11 11:37:18,243", + "created": 1610361438.243982, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 749.6058940887451, + "msecs": 243.98207664489746, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.328968048096, - "thread": 139854989064000, + "relativeCreated": 9899.392127990723, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20835,33 +20845,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749645, + "asctime": "2021-01-11 11:37:18,244", + "created": 1610361438.244123, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 749.6449947357178, + "msecs": 244.12298202514648, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.368068695068, - "thread": 139854989064000, + "relativeCreated": 9899.533033370972, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749693, + "asctime": "2021-01-11 11:37:18,244", + "created": 1610361438.244266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20871,32 +20881,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 749.6929168701172, + "msecs": 244.26603317260742, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.415990829468, - "thread": 139854989064000, + "relativeCreated": 9899.676084518433, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 749.7339248657227, + "msecs": 244.4589138031006, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.456998825073, - "thread": 139854989064000, + "relativeCreated": 9899.868965148926, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 0.00019288063049316406 }, { "args": [], - "asctime": "2021-01-11 11:25:14,093", - "created": 1610360714.09336, + "asctime": "2021-01-11 11:37:18,589", + "created": 1610361438.589695, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20911,8 +20921,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.74982, + "asctime": "2021-01-11 11:37:18,244", + "created": 1610361438.244792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20922,22 +20932,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 749.8199939727783, + "msecs": 244.79198455810547, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.543067932129, - "thread": 139854989064000, + "relativeCreated": 9900.20203590393, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749865, + "asctime": "2021-01-11 11:37:18,244", + "created": 1610361438.244953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20947,22 +20957,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 749.8650550842285, + "msecs": 244.95291709899902, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.58812904358, - "thread": 139854989064000, + "relativeCreated": 9900.362968444824, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749912, + "asctime": "2021-01-11 11:37:18,245", + "created": 1610361438.245245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20972,14 +20982,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 749.9120235443115, + "msecs": 245.24497985839844, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.635097503662, - "thread": 139854989064000, + "relativeCreated": 9900.655031204224, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -20990,8 +21000,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:13,749", - "created": 1610360713.749985, + "asctime": "2021-01-11 11:37:18,245", + "created": 1610361438.245554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21001,22 +21011,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 749.9849796295166, + "msecs": 245.55397033691406, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.708053588867, - "thread": 139854989064000, + "relativeCreated": 9900.96402168274, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:13,750", - "created": 1610360713.750129, + "asctime": "2021-01-11 11:37:18,246", + "created": 1610361438.246032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21026,22 +21036,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 750.128984451294, + "msecs": 246.0319995880127, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.852058410645, - "thread": 139854989064000, + "relativeCreated": 9901.442050933838, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:13,750", - "created": 1610360713.750183, + "asctime": "2021-01-11 11:37:18,246", + "created": 1610361438.246228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21051,22 +21061,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 750.18310546875, + "msecs": 246.22797966003418, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.9061794281, - "thread": 139854989064000, + "relativeCreated": 9901.63803100586, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:13,750", - "created": 1610360713.750228, + "asctime": "2021-01-11 11:37:18,246", + "created": 1610361438.246392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21076,14 +21086,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 750.2279281616211, + "msecs": 246.39201164245605, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9902.951002120972, - "thread": 139854989064000, + "relativeCreated": 9901.802062988281, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -21091,8 +21101,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 11:25:13,751", - "created": 1610360713.751846, + "asctime": "2021-01-11 11:37:18,246", + "created": 1610361438.246728, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21102,14 +21112,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": 751.8460750579834, + "msecs": 246.72794342041016, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9904.569149017334, - "thread": 139854184699648, + "relativeCreated": 9902.137994766235, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21117,8 +21127,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 11:25:13,752", - "created": 1610360713.752002, + "asctime": "2021-01-11 11:37:18,246", + "created": 1610361438.246991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21128,14 +21138,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": 752.0020008087158, + "msecs": 246.99091911315918, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9904.725074768066, - "thread": 139854184699648, + "relativeCreated": 9902.400970458984, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21143,8 +21153,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752071, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21154,14 +21164,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 752.0709037780762, + "msecs": 247.10702896118164, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9904.793977737427, - "thread": 139854184699648, + "relativeCreated": 9902.517080307007, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21170,8 +21180,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752127, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247209, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21181,14 +21191,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.126932144165, + "msecs": 247.2090721130371, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9904.850006103516, - "thread": 139854184699648, + "relativeCreated": 9902.619123458862, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21196,8 +21206,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752191, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.24734, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21207,14 +21217,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.1910667419434, + "msecs": 247.33996391296387, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9904.914140701294, - "thread": 139854184699648, + "relativeCreated": 9902.750015258789, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21223,8 +21233,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752241, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247438, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21234,14 +21244,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.2408962249756, + "msecs": 247.4379539489746, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9904.963970184326, - "thread": 139854184699648, + "relativeCreated": 9902.8480052948, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21249,8 +21259,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752312, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247571, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21260,14 +21270,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.3119449615479, + "msecs": 247.57099151611328, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.035018920898, - "thread": 139854184699648, + "relativeCreated": 9902.981042861938, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21276,8 +21286,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752359, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21287,14 +21297,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.3589134216309, + "msecs": 247.65396118164062, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.081987380981, - "thread": 139854184699648, + "relativeCreated": 9903.064012527466, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21302,8 +21312,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752418, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247732, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21313,14 +21323,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.418041229248, + "msecs": 247.73192405700684, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.141115188599, - "thread": 139854184699648, + "relativeCreated": 9903.141975402832, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21329,8 +21339,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752464, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247791, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21340,14 +21350,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.4640560150146, + "msecs": 247.79105186462402, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.187129974365, - "thread": 139854184699648, + "relativeCreated": 9903.20110321045, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21355,8 +21365,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752532, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.247878, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21366,14 +21376,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.5320053100586, + "msecs": 247.8780746459961, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.25507926941, - "thread": 139854184699648, + "relativeCreated": 9903.288125991821, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21382,8 +21392,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752582, + "asctime": "2021-01-11 11:37:18,247", + "created": 1610361438.24794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21393,14 +21403,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.5820732116699, + "msecs": 247.9400634765625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.30514717102, - "thread": 139854184699648, + "relativeCreated": 9903.350114822388, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21408,8 +21418,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752657, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21419,14 +21429,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 752.6569366455078, + "msecs": 248.03400039672852, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.380010604858, - "thread": 139854184699648, + "relativeCreated": 9903.444051742554, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21434,8 +21444,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752715, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21445,14 +21455,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 752.7151107788086, + "msecs": 248.13199043273926, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.43818473816, - "thread": 139854184699648, + "relativeCreated": 9903.542041778564, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21460,8 +21470,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752781, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248214, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21471,14 +21481,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.7809143066406, + "msecs": 248.2140064239502, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.503988265991, - "thread": 139854184699648, + "relativeCreated": 9903.624057769775, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21487,8 +21497,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:13,752", - "created": 1610360713.752829, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21498,14 +21508,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": 752.8290748596191, + "msecs": 248.28290939331055, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.55214881897, - "thread": 139854184699648, + "relativeCreated": 9903.692960739136, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21513,8 +21523,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 11:25:13,752", - "created": 1610360713.752932, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21524,14 +21534,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": 752.932071685791, + "msecs": 248.43311309814453, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.655145645142, - "thread": 139854184699648, + "relativeCreated": 9903.84316444397, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21542,8 +21552,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:13,753", - "created": 1610360713.753048, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248584, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21553,14 +21563,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 753.0479431152344, + "msecs": 248.58403205871582, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.771017074585, - "thread": 139854184699648, + "relativeCreated": 9903.994083404541, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21568,25 +21578,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:13,753", - "created": 1610360713.753144, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248677, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 753.1440258026123, + "msecs": 248.67701530456543, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.867099761963, - "thread": 139854184699648, + "relativeCreated": 9904.08706665039, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21597,8 +21607,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:13,753", - "created": 1610360713.753263, + "asctime": "2021-01-11 11:37:18,248", + "created": 1610361438.248785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21608,14 +21618,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 753.262996673584, + "msecs": 248.78501892089844, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9905.986070632935, - "thread": 139854184699648, + "relativeCreated": 9904.195070266724, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -21623,8 +21633,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 11:25:13,755", - "created": 1610360713.755112, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21634,14 +21644,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": 755.1119327545166, + "msecs": 250.01788139343262, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9907.835006713867, - "thread": 139854176306944, + "relativeCreated": 9905.427932739258, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21649,8 +21659,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 11:25:13,755", - "created": 1610360713.755261, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.25018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21660,14 +21670,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": 755.2609443664551, + "msecs": 250.18000602722168, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9907.984018325806, - "thread": 139854176306944, + "relativeCreated": 9905.590057373047, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21675,8 +21685,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755326, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250252, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21686,14 +21696,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 755.3260326385498, + "msecs": 250.25200843811035, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.0491065979, - "thread": 139854176306944, + "relativeCreated": 9905.662059783936, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21702,8 +21712,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.75538, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21713,14 +21723,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 755.3799152374268, + "msecs": 250.31495094299316, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.102989196777, - "thread": 139854176306944, + "relativeCreated": 9905.725002288818, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21728,8 +21738,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755447, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21739,14 +21749,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 755.4469108581543, + "msecs": 250.39410591125488, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.169984817505, - "thread": 139854176306944, + "relativeCreated": 9905.80415725708, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21755,8 +21765,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755497, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250455, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21766,14 +21776,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 755.4969787597656, + "msecs": 250.45490264892578, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.220052719116, - "thread": 139854176306944, + "relativeCreated": 9905.864953994751, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21781,8 +21791,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755563, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21792,14 +21802,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 755.5630207061768, + "msecs": 250.54192543029785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.286094665527, - "thread": 139854176306944, + "relativeCreated": 9905.951976776123, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21808,8 +21818,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755612, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250605, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21819,14 +21829,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 755.6118965148926, + "msecs": 250.60510635375977, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.334970474243, - "thread": 139854176306944, + "relativeCreated": 9906.015157699585, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21834,8 +21844,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755671, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250683, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21845,14 +21855,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 755.6710243225098, + "msecs": 250.68306922912598, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.39409828186, - "thread": 139854176306944, + "relativeCreated": 9906.093120574951, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21861,8 +21871,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755722, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250749, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21872,14 +21882,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 755.7220458984375, + "msecs": 250.7491111755371, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.445119857788, - "thread": 139854176306944, + "relativeCreated": 9906.159162521362, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21887,8 +21897,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755787, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21898,14 +21908,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 755.7868957519531, + "msecs": 250.83494186401367, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.509969711304, - "thread": 139854176306944, + "relativeCreated": 9906.244993209839, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21914,8 +21924,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755834, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250899, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21925,14 +21935,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 755.8341026306152, + "msecs": 250.899076461792, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.557176589966, - "thread": 139854176306944, + "relativeCreated": 9906.309127807617, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21940,8 +21950,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755907, + "asctime": "2021-01-11 11:37:18,250", + "created": 1610361438.250992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21951,14 +21961,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 755.9070587158203, + "msecs": 250.9920597076416, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.63013267517, - "thread": 139854176306944, + "relativeCreated": 9906.402111053467, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21966,8 +21976,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:13,755", - "created": 1610360713.755967, + "asctime": "2021-01-11 11:37:18,251", + "created": 1610361438.251066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21977,14 +21987,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 755.9669017791748, + "msecs": 251.0659694671631, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.689975738525, - "thread": 139854176306944, + "relativeCreated": 9906.476020812988, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -21992,8 +22002,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:13,756", - "created": 1610360713.756027, + "asctime": "2021-01-11 11:37:18,251", + "created": 1610361438.251136, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22003,14 +22013,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 756.0269832611084, + "msecs": 251.13606452941895, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.750057220459, - "thread": 139854176306944, + "relativeCreated": 9906.546115875244, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -22019,8 +22029,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:13,756", - "created": 1610360713.756085, + "asctime": "2021-01-11 11:37:18,251", + "created": 1610361438.2512, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22030,14 +22040,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": 756.0849189758301, + "msecs": 251.19996070861816, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.80799293518, - "thread": 139854176306944, + "relativeCreated": 9906.610012054443, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -22045,8 +22055,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 11:25:13,756", - "created": 1610360713.756208, + "asctime": "2021-01-11 11:37:18,251", + "created": 1610361438.251321, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22056,14 +22066,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": 756.2079429626465, + "msecs": 251.32107734680176, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9908.931016921997, - "thread": 139854176306944, + "relativeCreated": 9906.731128692627, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -22074,8 +22084,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:13,756", - "created": 1610360713.756354, + "asctime": "2021-01-11 11:37:18,251", + "created": 1610361438.251464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22085,14 +22095,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 756.3540935516357, + "msecs": 251.4638900756836, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9909.077167510986, - "thread": 139854176306944, + "relativeCreated": 9906.873941421509, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -22100,8 +22110,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:13,756", - "created": 1610360713.756433, + "asctime": "2021-01-11 11:37:18,251", + "created": 1610361438.251525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22111,32 +22121,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 756.4330101013184, + "msecs": 251.5249252319336, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 9909.156084060669, - "thread": 139854176306944, + "relativeCreated": 9906.934976577759, + "thread": 140378321712896, "threadName": "Thread-14" } ], - "msecs": 93.35994720458984, + "msecs": 589.6949768066406, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10246.08302116394, - "thread": 139854989064000, + "relativeCreated": 10245.105028152466, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3369269371032715 + "time_consumption": 0.33817005157470703 }, { "args": [], - "asctime": "2021-01-11 11:25:14,094", - "created": 1610360714.094104, + "asctime": "2021-01-11 11:37:18,590", + "created": 1610361438.590419, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -22147,14 +22157,14 @@ "message": "Setting no Channel name for server and client", "module": "test_communication", "moduleLogger": [], - "msecs": 94.10405158996582, + "msecs": 590.4190540313721, "msg": "Setting no Channel name for server and client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10246.827125549316, - "thread": 139854989064000, + "relativeCreated": 10245.829105377197, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -22163,8 +22173,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:14,095", - "created": 1610360714.095063, + "asctime": "2021-01-11 11:37:18,592", + "created": 1610361438.592004, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22181,8 +22191,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:14,094", - "created": 1610360714.094533, + "asctime": "2021-01-11 11:37:18,590", + "created": 1610361438.590965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22192,14 +22202,14 @@ "lineno": 22, "message": "Result (Channel name of server): None ()", "module": "test", - "msecs": 94.53296661376953, + "msecs": 590.9650325775146, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10247.25604057312, - "thread": 139854989064000, + "relativeCreated": 10246.37508392334, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -22208,8 +22218,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:14,094", - "created": 1610360714.094803, + "asctime": "2021-01-11 11:37:18,591", + "created": 1610361438.591497, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22219,35 +22229,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = None ()", "module": "test", - "msecs": 94.8030948638916, + "msecs": 591.4969444274902, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10247.526168823242, - "thread": 139854989064000, + "relativeCreated": 10246.906995773315, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 95.0629711151123, + "msecs": 592.0040607452393, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10247.786045074463, - "thread": 139854989064000, + "relativeCreated": 10247.414112091064, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002598762512207031 + "time_consumption": 0.0005071163177490234 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:14,095", - "created": 1610360714.095973, + "asctime": "2021-01-11 11:37:18,593", + "created": 1610361438.59309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22264,8 +22274,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:14,095", - "created": 1610360714.095503, + "asctime": "2021-01-11 11:37:18,592", + "created": 1610361438.592621, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22275,14 +22285,14 @@ "lineno": 22, "message": "Result (Channel name of client): None ()", "module": "test", - "msecs": 95.50309181213379, + "msecs": 592.6210880279541, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10248.226165771484, - "thread": 139854989064000, + "relativeCreated": 10248.03113937378, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -22291,8 +22301,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:14,095", - "created": 1610360714.095743, + "asctime": "2021-01-11 11:37:18,592", + "created": 1610361438.592906, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22302,32 +22312,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = None ()", "module": "test", - "msecs": 95.74294090270996, + "msecs": 592.9059982299805, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10248.46601486206, - "thread": 139854989064000, + "relativeCreated": 10248.316049575806, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 95.97301483154297, + "msecs": 593.0900573730469, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10248.696088790894, - "thread": 139854989064000, + "relativeCreated": 10248.500108718872, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002300739288330078 + "time_consumption": 0.00018405914306640625 }, { "args": [], - "asctime": "2021-01-11 11:25:14,097", - "created": 1610360714.09722, + "asctime": "2021-01-11 11:37:18,594", + "created": 1610361438.594153, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -22338,21 +22348,21 @@ "message": "Setting different Channel names for client and Server", "module": "test_communication", "moduleLogger": [], - "msecs": 97.21994400024414, + "msecs": 594.1529273986816, "msg": "Setting different Channel names for client and Server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10249.943017959595, - "thread": 139854989064000, + "relativeCreated": 10249.562978744507, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:14,443", - "created": 1610360714.4435, + "asctime": "2021-01-11 11:37:18,940", + "created": 1610361438.940972, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -22367,8 +22377,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,097", - "created": 1610360714.097519, + "asctime": "2021-01-11 11:37:18,594", + "created": 1610361438.594549, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22378,22 +22388,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 97.5189208984375, + "msecs": 594.5489406585693, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10250.241994857788, - "thread": 139854989064000, + "relativeCreated": 10249.958992004395, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:14,097", - "created": 1610360714.097734, + "asctime": "2021-01-11 11:37:18,594", + "created": 1610361438.59482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22403,22 +22413,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 97.73397445678711, + "msecs": 594.8200225830078, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10250.457048416138, - "thread": 139854989064000, + "relativeCreated": 10250.230073928833, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,097", - "created": 1610360714.097937, + "asctime": "2021-01-11 11:37:18,595", + "created": 1610361438.59508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22428,22 +22438,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 97.93710708618164, + "msecs": 595.0798988342285, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10250.660181045532, - "thread": 139854989064000, + "relativeCreated": 10250.489950180054, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:14,098", - "created": 1610360714.098196, + "asctime": "2021-01-11 11:37:18,595", + "created": 1610361438.595338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22453,22 +22463,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 98.19602966308594, + "msecs": 595.3381061553955, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10250.919103622437, - "thread": 139854989064000, + "relativeCreated": 10250.74815750122, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,098", - "created": 1610360714.098473, + "asctime": "2021-01-11 11:37:18,595", + "created": 1610361438.595578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22478,22 +22488,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 98.47307205200195, + "msecs": 595.5779552459717, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10251.196146011353, - "thread": 139854989064000, + "relativeCreated": 10250.988006591797, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,098", - "created": 1610360714.098742, + "asctime": "2021-01-11 11:37:18,595", + "created": 1610361438.595828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22503,22 +22513,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 98.74200820922852, + "msecs": 595.8280563354492, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10251.46508216858, - "thread": 139854989064000, + "relativeCreated": 10251.238107681274, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:14,098", - "created": 1610360714.098921, + "asctime": "2021-01-11 11:37:18,596", + "created": 1610361438.596056, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22528,14 +22538,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 98.92106056213379, + "msecs": 596.0559844970703, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10251.644134521484, - "thread": 139854989064000, + "relativeCreated": 10251.466035842896, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -22546,8 +22556,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 11:25:14,099", - "created": 1610360714.099198, + "asctime": "2021-01-11 11:37:18,596", + "created": 1610361438.596452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22557,22 +22567,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 99.1981029510498, + "msecs": 596.451997756958, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10251.9211769104, - "thread": 139854989064000, + "relativeCreated": 10251.862049102783, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,099", - "created": 1610360714.099761, + "asctime": "2021-01-11 11:37:18,597", + "created": 1610361438.597278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22582,22 +22592,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 99.7610092163086, + "msecs": 597.2781181335449, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10252.48408317566, - "thread": 139854989064000, + "relativeCreated": 10252.68816947937, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,099", - "created": 1610360714.099965, + "asctime": "2021-01-11 11:37:18,597", + "created": 1610361438.597535, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22607,22 +22617,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 99.96509552001953, + "msecs": 597.5348949432373, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10252.68816947937, - "thread": 139854989064000, + "relativeCreated": 10252.944946289062, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:14,100", - "created": 1610360714.100148, + "asctime": "2021-01-11 11:37:18,597", + "created": 1610361438.597896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22632,14 +22642,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 100.14796257019043, + "msecs": 597.8960990905762, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10252.871036529541, - "thread": 139854989064000, + "relativeCreated": 10253.306150436401, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -22647,8 +22657,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 11:25:14,118", - "created": 1610360714.118755, + "asctime": "2021-01-11 11:37:18,613", + "created": 1610361438.613839, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22658,14 +22668,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": 118.75510215759277, + "msecs": 613.8389110565186, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10271.478176116943, - "thread": 139854184699648, + "relativeCreated": 10269.248962402344, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22673,8 +22683,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 11:25:14,119", - "created": 1610360714.119057, + "asctime": "2021-01-11 11:37:18,614", + "created": 1610361438.614483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22684,14 +22694,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": 119.05694007873535, + "msecs": 614.483118057251, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10271.780014038086, - "thread": 139854184699648, + "relativeCreated": 10269.893169403076, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22699,8 +22709,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.11917, + "asctime": "2021-01-11 11:37:18,614", + "created": 1610361438.61468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22710,14 +22720,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 119.16995048522949, + "msecs": 614.6800518035889, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10271.89302444458, - "thread": 139854184699648, + "relativeCreated": 10270.090103149414, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22726,8 +22736,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.119274, + "asctime": "2021-01-11 11:37:18,614", + "created": 1610361438.614951, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22737,14 +22747,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 119.27390098571777, + "msecs": 614.9508953094482, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10271.996974945068, - "thread": 139854184699648, + "relativeCreated": 10270.360946655273, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22752,8 +22762,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.119387, + "asctime": "2021-01-11 11:37:18,615", + "created": 1610361438.61512, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22763,14 +22773,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.38691139221191, + "msecs": 615.1199340820312, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.109985351562, - "thread": 139854184699648, + "relativeCreated": 10270.529985427856, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22779,8 +22789,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.119474, + "asctime": "2021-01-11 11:37:18,615", + "created": 1610361438.615232, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22790,14 +22800,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.47393417358398, + "msecs": 615.231990814209, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.197008132935, - "thread": 139854184699648, + "relativeCreated": 10270.642042160034, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22805,8 +22815,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.119592, + "asctime": "2021-01-11 11:37:18,615", + "created": 1610361438.615382, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22816,14 +22826,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.59195137023926, + "msecs": 615.3819561004639, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.31502532959, - "thread": 139854184699648, + "relativeCreated": 10270.792007446289, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22832,8 +22842,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.119708, + "asctime": "2021-01-11 11:37:18,615", + "created": 1610361438.61549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22843,14 +22853,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.70806121826172, + "msecs": 615.4899597167969, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.431135177612, - "thread": 139854184699648, + "relativeCreated": 10270.900011062622, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22858,8 +22868,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.11984, + "asctime": "2021-01-11 11:37:18,615", + "created": 1610361438.615628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22869,14 +22879,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.83990669250488, + "msecs": 615.6280040740967, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.562980651855, - "thread": 139854184699648, + "relativeCreated": 10271.038055419922, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22885,8 +22895,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,119", - "created": 1610360714.119937, + "asctime": "2021-01-11 11:37:18,615", + "created": 1610361438.615737, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22896,14 +22906,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.93694305419922, + "msecs": 615.7369613647461, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.66001701355, - "thread": 139854184699648, + "relativeCreated": 10271.147012710571, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22911,8 +22921,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,120", - "created": 1610360714.120091, + "asctime": "2021-01-11 11:37:18,615", + "created": 1610361438.61589, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22922,14 +22932,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 120.09096145629883, + "msecs": 615.8900260925293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.81403541565, - "thread": 139854184699648, + "relativeCreated": 10271.300077438354, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22937,8 +22947,8 @@ "comm-client:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 11:25:14,120", - "created": 1610360714.120255, + "asctime": "2021-01-11 11:37:18,616", + "created": 1610361438.616071, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22948,14 +22958,14 @@ "lineno": 284, "message": "comm-client: TX -> (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 120.2549934387207, + "msecs": 616.0709857940674, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10272.978067398071, - "thread": 139854184699648, + "relativeCreated": 10271.481037139893, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22963,8 +22973,8 @@ "comm-server:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 11:25:14,120", - "created": 1610360714.120389, + "asctime": "2021-01-11 11:37:18,616", + "created": 1610361438.61624, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22974,14 +22984,14 @@ "lineno": 414, "message": "comm-server: RX <- (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 120.38898468017578, + "msecs": 616.2400245666504, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10273.112058639526, - "thread": 139854184699648, + "relativeCreated": 10271.650075912476, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -22990,8 +23000,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,120", - "created": 1610360714.120496, + "asctime": "2021-01-11 11:37:18,616", + "created": 1610361438.616381, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23001,14 +23011,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 120.49603462219238, + "msecs": 616.3809299468994, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10273.219108581543, - "thread": 139854184699648, + "relativeCreated": 10271.790981292725, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23016,8 +23026,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,120", - "created": 1610360714.120622, + "asctime": "2021-01-11 11:37:18,616", + "created": 1610361438.616545, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23027,14 +23037,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 120.62191963195801, + "msecs": 616.5449619293213, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10273.344993591309, - "thread": 139854184699648, + "relativeCreated": 10271.955013275146, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23043,8 +23053,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:14,120", - "created": 1610360714.120739, + "asctime": "2021-01-11 11:37:18,616", + "created": 1610361438.616676, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23054,14 +23064,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": 120.73898315429688, + "msecs": 616.6760921478271, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10273.462057113647, - "thread": 139854184699648, + "relativeCreated": 10272.086143493652, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23069,8 +23079,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 11:25:14,121", - "created": 1610360714.121021, + "asctime": "2021-01-11 11:37:18,617", + "created": 1610361438.617003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23080,14 +23090,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": 121.02103233337402, + "msecs": 617.0029640197754, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10273.744106292725, - "thread": 139854184699648, + "relativeCreated": 10272.4130153656, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23098,8 +23108,8 @@ "status: okay", "u'client'" ], - "asctime": "2021-01-11 11:25:14,121", - "created": 1610360714.121304, + "asctime": "2021-01-11 11:37:18,617", + "created": 1610361438.617341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23109,14 +23119,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"u'client'\"", "module": "__init__", - "msecs": 121.30403518676758, + "msecs": 617.3410415649414, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10274.027109146118, - "thread": 139854184699648, + "relativeCreated": 10272.751092910767, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23124,25 +23134,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:14,121", - "created": 1610360714.121652, + "asctime": "2021-01-11 11:37:18,617", + "created": 1610361438.617518, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 121.65188789367676, + "msecs": 617.5179481506348, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10274.374961853027, - "thread": 139854184699648, + "relativeCreated": 10272.92799949646, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23151,8 +23161,8 @@ "'server'", "u'client'" ], - "asctime": "2021-01-11 11:25:14,122", - "created": 1610360714.122103, + "asctime": "2021-01-11 11:37:18,617", + "created": 1610361438.617968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23162,14 +23172,14 @@ "lineno": 418, "message": "prot-server: overwriting user defined channel name from 'server' to u'client'", "module": "__init__", - "msecs": 122.10297584533691, + "msecs": 617.9680824279785, "msg": "%s overwriting user defined channel name from %s to %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10274.826049804688, - "thread": 139854184699648, + "relativeCreated": 10273.378133773804, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23180,8 +23190,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:14,122", - "created": 1610360714.122322, + "asctime": "2021-01-11 11:37:18,618", + "created": 1610361438.61828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23191,14 +23201,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 122.32208251953125, + "msecs": 618.2799339294434, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10275.045156478882, - "thread": 139854184699648, + "relativeCreated": 10273.689985275269, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -23206,8 +23216,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 11:25:14,157", - "created": 1610360714.157745, + "asctime": "2021-01-11 11:37:18,653", + "created": 1610361438.653384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23217,14 +23227,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": 157.7448844909668, + "msecs": 653.3839702606201, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10310.467958450317, - "thread": 139854176306944, + "relativeCreated": 10308.794021606445, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23232,8 +23242,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 11:25:14,158", - "created": 1610360714.158591, + "asctime": "2021-01-11 11:37:18,654", + "created": 1610361438.654323, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23243,14 +23253,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": 158.59103202819824, + "msecs": 654.3231010437012, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10311.314105987549, - "thread": 139854176306944, + "relativeCreated": 10309.733152389526, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23258,8 +23268,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,158", - "created": 1610360714.158906, + "asctime": "2021-01-11 11:37:18,654", + "created": 1610361438.654719, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23269,14 +23279,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 158.9059829711914, + "msecs": 654.7191143035889, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10311.629056930542, - "thread": 139854176306944, + "relativeCreated": 10310.129165649414, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23285,8 +23295,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:14,159", - "created": 1610360714.159168, + "asctime": "2021-01-11 11:37:18,655", + "created": 1610361438.655029, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23296,14 +23306,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 159.16800498962402, + "msecs": 655.0290584564209, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10311.891078948975, - "thread": 139854176306944, + "relativeCreated": 10310.439109802246, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23311,8 +23321,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,159", - "created": 1610360714.159775, + "asctime": "2021-01-11 11:37:18,655", + "created": 1610361438.655453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23322,14 +23332,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 159.7750186920166, + "msecs": 655.4529666900635, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10312.498092651367, - "thread": 139854176306944, + "relativeCreated": 10310.863018035889, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23338,8 +23348,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,160", - "created": 1610360714.16005, + "asctime": "2021-01-11 11:37:18,655", + "created": 1610361438.655843, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23349,14 +23359,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 160.0499153137207, + "msecs": 655.8430194854736, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10312.772989273071, - "thread": 139854176306944, + "relativeCreated": 10311.253070831299, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23364,8 +23374,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,160", - "created": 1610360714.160386, + "asctime": "2021-01-11 11:37:18,656", + "created": 1610361438.656382, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23375,14 +23385,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 160.3860855102539, + "msecs": 656.3820838928223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10313.109159469604, - "thread": 139854176306944, + "relativeCreated": 10311.792135238647, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23391,8 +23401,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,160", - "created": 1610360714.160569, + "asctime": "2021-01-11 11:37:18,656", + "created": 1610361438.656632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23402,14 +23412,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 160.5689525604248, + "msecs": 656.6319465637207, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10313.292026519775, - "thread": 139854176306944, + "relativeCreated": 10312.041997909546, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23417,8 +23427,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,160", - "created": 1610360714.160806, + "asctime": "2021-01-11 11:37:18,656", + "created": 1610361438.656901, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23428,14 +23438,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 160.80594062805176, + "msecs": 656.9008827209473, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10313.529014587402, - "thread": 139854176306944, + "relativeCreated": 10312.310934066772, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23444,8 +23454,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,161", - "created": 1610360714.161018, + "asctime": "2021-01-11 11:37:18,657", + "created": 1610361438.65703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23455,14 +23465,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.01789474487305, + "msecs": 657.0301055908203, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10313.740968704224, - "thread": 139854176306944, + "relativeCreated": 10312.440156936646, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23470,8 +23480,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,161", - "created": 1610360714.16132, + "asctime": "2021-01-11 11:37:18,657", + "created": 1610361438.657211, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23481,14 +23491,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 161.31997108459473, + "msecs": 657.2110652923584, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10314.043045043945, - "thread": 139854176306944, + "relativeCreated": 10312.621116638184, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23497,8 +23507,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,161", - "created": 1610360714.161549, + "asctime": "2021-01-11 11:37:18,657", + "created": 1610361438.657341, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23508,14 +23518,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.54909133911133, + "msecs": 657.3410034179688, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10314.272165298462, - "thread": 139854176306944, + "relativeCreated": 10312.751054763794, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23523,8 +23533,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:14,161", - "created": 1610360714.161896, + "asctime": "2021-01-11 11:37:18,657", + "created": 1610361438.657533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23534,14 +23544,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 161.8959903717041, + "msecs": 657.5329303741455, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10314.619064331055, - "thread": 139854176306944, + "relativeCreated": 10312.94298171997, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23549,8 +23559,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:14,162", - "created": 1610360714.162257, + "asctime": "2021-01-11 11:37:18,657", + "created": 1610361438.657679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23560,14 +23570,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 162.25695610046387, + "msecs": 657.6790809631348, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10314.980030059814, - "thread": 139854176306944, + "relativeCreated": 10313.08913230896, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23575,8 +23585,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,162", - "created": 1610360714.162488, + "asctime": "2021-01-11 11:37:18,657", + "created": 1610361438.657885, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23586,14 +23596,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 162.48798370361328, + "msecs": 657.8850746154785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10315.211057662964, - "thread": 139854176306944, + "relativeCreated": 10313.295125961304, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23602,8 +23612,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:14,162", - "created": 1610360714.162691, + "asctime": "2021-01-11 11:37:18,657", + "created": 1610361438.657999, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23613,14 +23623,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": 162.6911163330078, + "msecs": 657.9990386962891, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10315.414190292358, - "thread": 139854176306944, + "relativeCreated": 10313.409090042114, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23628,8 +23638,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 11:25:14,163", - "created": 1610360714.16309, + "asctime": "2021-01-11 11:37:18,658", + "created": 1610361438.658223, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23639,14 +23649,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": 163.08999061584473, + "msecs": 658.2229137420654, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10315.813064575195, - "thread": 139854176306944, + "relativeCreated": 10313.63296508789, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23657,8 +23667,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:14,163", - "created": 1610360714.163579, + "asctime": "2021-01-11 11:37:18,658", + "created": 1610361438.658554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23668,14 +23678,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 163.57898712158203, + "msecs": 658.5540771484375, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10316.302061080933, - "thread": 139854176306944, + "relativeCreated": 10313.964128494263, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -23683,8 +23693,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:14,163", - "created": 1610360714.163957, + "asctime": "2021-01-11 11:37:18,658", + "created": 1610361438.658722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23694,35 +23704,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 163.9571189880371, + "msecs": 658.721923828125, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10316.680192947388, - "thread": 139854176306944, + "relativeCreated": 10314.13197517395, + "thread": 140378321712896, "threadName": "Thread-14" } ], - "msecs": 443.5000419616699, + "msecs": 940.972089767456, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10596.22311592102, - "thread": 139854989064000, + "relativeCreated": 10596.382141113281, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.2795429229736328 + "time_consumption": 0.28225016593933105 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:14,444", - "created": 1610360714.44449, + "asctime": "2021-01-11 11:37:18,942", + "created": 1610361438.94212, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23739,8 +23749,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:14,444", - "created": 1610360714.444099, + "asctime": "2021-01-11 11:37:18,941", + "created": 1610361438.941569, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23750,14 +23760,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 444.09894943237305, + "msecs": 941.5690898895264, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10596.822023391724, - "thread": 139854989064000, + "relativeCreated": 10596.979141235352, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -23766,8 +23776,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:14,444", - "created": 1610360714.444309, + "asctime": "2021-01-11 11:37:18,941", + "created": 1610361438.941842, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23777,35 +23787,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 444.3089962005615, + "msecs": 941.8420791625977, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10597.032070159912, - "thread": 139854989064000, + "relativeCreated": 10597.252130508423, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 444.4899559020996, + "msecs": 942.1200752258301, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10597.21302986145, - "thread": 139854989064000, + "relativeCreated": 10597.530126571655, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018095970153808594 + "time_consumption": 0.0002779960632324219 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:14,445", - "created": 1610360714.44521, + "asctime": "2021-01-11 11:37:18,943", + "created": 1610361438.943012, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23822,8 +23832,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:14,444", - "created": 1610360714.444813, + "asctime": "2021-01-11 11:37:18,942", + "created": 1610361438.942533, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23833,14 +23843,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 444.8130130767822, + "msecs": 942.533016204834, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10597.536087036133, - "thread": 139854989064000, + "relativeCreated": 10597.94306755066, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -23849,8 +23859,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:14,444", - "created": 1610360714.444988, + "asctime": "2021-01-11 11:37:18,942", + "created": 1610361438.942774, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23860,32 +23870,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 444.9880123138428, + "msecs": 942.7740573883057, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10597.711086273193, - "thread": 139854989064000, + "relativeCreated": 10598.18410873413, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 445.2099800109863, + "msecs": 943.011999130249, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10597.933053970337, - "thread": 139854989064000, + "relativeCreated": 10598.422050476074, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002219676971435547 + "time_consumption": 0.00023794174194335938 }, { "args": [], - "asctime": "2021-01-11 11:25:14,445", - "created": 1610360714.445845, + "asctime": "2021-01-11 11:37:18,944", + "created": 1610361438.944128, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -23896,21 +23906,21 @@ "message": "Setting identical Channel names for client and server", "module": "test_communication", "moduleLogger": [], - "msecs": 445.8448886871338, + "msecs": 944.1280364990234, "msg": "Setting identical Channel names for client and server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10598.567962646484, - "thread": 139854989064000, + "relativeCreated": 10599.538087844849, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:14,791", - "created": 1610360714.791726, + "asctime": "2021-01-11 11:37:19,291", + "created": 1610361439.29133, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -23925,8 +23935,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,446", - "created": 1610360714.446111, + "asctime": "2021-01-11 11:37:18,944", + "created": 1610361438.944589, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23936,22 +23946,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 446.11096382141113, + "msecs": 944.5888996124268, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10598.834037780762, - "thread": 139854989064000, + "relativeCreated": 10599.998950958252, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:14,446", - "created": 1610360714.44632, + "asctime": "2021-01-11 11:37:18,944", + "created": 1610361438.944861, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23961,22 +23971,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 446.3200569152832, + "msecs": 944.8609352111816, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10599.043130874634, - "thread": 139854989064000, + "relativeCreated": 10600.270986557007, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,446", - "created": 1610360714.446502, + "asctime": "2021-01-11 11:37:18,945", + "created": 1610361438.945058, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23986,22 +23996,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 446.5019702911377, + "msecs": 945.0581073760986, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10599.225044250488, - "thread": 139854989064000, + "relativeCreated": 10600.468158721924, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:14,446", - "created": 1610360714.446683, + "asctime": "2021-01-11 11:37:18,945", + "created": 1610361438.945236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24011,22 +24021,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 446.6829299926758, + "msecs": 945.2359676361084, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10599.406003952026, - "thread": 139854989064000, + "relativeCreated": 10600.646018981934, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,446", - "created": 1610360714.446869, + "asctime": "2021-01-11 11:37:18,945", + "created": 1610361438.945429, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24036,22 +24046,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 446.868896484375, + "msecs": 945.4290866851807, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10599.591970443726, - "thread": 139854989064000, + "relativeCreated": 10600.839138031006, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,447", - "created": 1610360714.447034, + "asctime": "2021-01-11 11:37:18,945", + "created": 1610361438.945648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24061,22 +24071,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 447.0338821411133, + "msecs": 945.6479549407959, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10599.756956100464, - "thread": 139854989064000, + "relativeCreated": 10601.058006286621, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:14,447", - "created": 1610360714.4472, + "asctime": "2021-01-11 11:37:18,945", + "created": 1610361438.945918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24086,14 +24096,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 447.20005989074707, + "msecs": 945.918083190918, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10599.923133850098, - "thread": 139854989064000, + "relativeCreated": 10601.328134536743, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -24104,8 +24114,8 @@ "status: okay", "'unittest'" ], - "asctime": "2021-01-11 11:25:14,447", - "created": 1610360714.447479, + "asctime": "2021-01-11 11:37:18,946", + "created": 1610361438.946301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24115,22 +24125,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 447.4790096282959, + "msecs": 946.3009834289551, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10600.202083587646, - "thread": 139854989064000, + "relativeCreated": 10601.71103477478, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,447", - "created": 1610360714.447988, + "asctime": "2021-01-11 11:37:18,947", + "created": 1610361438.947077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24140,22 +24150,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 447.98803329467773, + "msecs": 947.0770359039307, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10600.711107254028, - "thread": 139854989064000, + "relativeCreated": 10602.487087249756, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,448", - "created": 1610360714.448194, + "asctime": "2021-01-11 11:37:18,947", + "created": 1610361438.94735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24165,22 +24175,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 448.1940269470215, + "msecs": 947.350025177002, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10600.917100906372, - "thread": 139854989064000, + "relativeCreated": 10602.760076522827, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:14,448", - "created": 1610360714.448371, + "asctime": "2021-01-11 11:37:18,947", + "created": 1610361438.947958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24190,14 +24200,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 448.37093353271484, + "msecs": 947.9579925537109, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10601.094007492065, - "thread": 139854989064000, + "relativeCreated": 10603.368043899536, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -24205,8 +24215,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 11:25:14,455", - "created": 1610360714.455394, + "asctime": "2021-01-11 11:37:18,951", + "created": 1610361438.951849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24216,14 +24226,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": 455.39402961730957, + "msecs": 951.8489837646484, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.11710357666, - "thread": 139854184699648, + "relativeCreated": 10607.259035110474, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24231,8 +24241,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 11:25:14,455", - "created": 1610360714.455648, + "asctime": "2021-01-11 11:37:18,952", + "created": 1610361438.952344, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24242,14 +24252,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": 455.64794540405273, + "msecs": 952.3439407348633, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.371019363403, - "thread": 139854184699648, + "relativeCreated": 10607.753992080688, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24257,8 +24267,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,455", - "created": 1610360714.455742, + "asctime": "2021-01-11 11:37:18,952", + "created": 1610361438.95257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24268,14 +24278,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 455.74188232421875, + "msecs": 952.5699615478516, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.46495628357, - "thread": 139854184699648, + "relativeCreated": 10607.980012893677, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24284,8 +24294,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:14,455", - "created": 1610360714.455823, + "asctime": "2021-01-11 11:37:18,952", + "created": 1610361438.952796, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24295,14 +24305,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 455.8229446411133, + "msecs": 952.7959823608398, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.546018600464, - "thread": 139854184699648, + "relativeCreated": 10608.206033706665, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24310,8 +24320,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,455", - "created": 1610360714.455927, + "asctime": "2021-01-11 11:37:18,952", + "created": 1610361438.952941, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24321,14 +24331,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 455.92689514160156, + "msecs": 952.9409408569336, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.649969100952, - "thread": 139854184699648, + "relativeCreated": 10608.350992202759, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24337,8 +24347,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953036, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24348,14 +24358,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 456.00008964538574, + "msecs": 953.0360698699951, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.723163604736, - "thread": 139854184699648, + "relativeCreated": 10608.44612121582, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24363,8 +24373,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456097, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953138, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24374,14 +24384,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 456.096887588501, + "msecs": 953.1381130218506, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.819961547852, - "thread": 139854184699648, + "relativeCreated": 10608.548164367676, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24390,8 +24400,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456165, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24401,14 +24411,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 456.165075302124, + "msecs": 953.2148838043213, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.888149261475, - "thread": 139854184699648, + "relativeCreated": 10608.624935150146, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24416,8 +24426,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456259, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953309, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24427,14 +24437,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 456.25901222229004, + "msecs": 953.3090591430664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10608.98208618164, - "thread": 139854184699648, + "relativeCreated": 10608.719110488892, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24443,8 +24453,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456328, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24454,14 +24464,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 456.3279151916504, + "msecs": 953.3970355987549, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.050989151001, - "thread": 139854184699648, + "relativeCreated": 10608.80708694458, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24469,8 +24479,8 @@ "comm-client:", "(12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e" ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456469, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.95357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24480,14 +24490,14 @@ "lineno": 284, "message": "comm-client: TX -> (12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e", "module": "__init__", - "msecs": 456.4690589904785, + "msecs": 953.5698890686035, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.19213294983, - "thread": 139854184699648, + "relativeCreated": 10608.979940414429, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24495,8 +24505,8 @@ "comm-server:", "(12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e" ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456559, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24506,14 +24516,14 @@ "lineno": 414, "message": "comm-server: RX <- (12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e", "module": "__init__", - "msecs": 456.5589427947998, + "msecs": 953.6869525909424, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.28201675415, - "thread": 139854184699648, + "relativeCreated": 10609.097003936768, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24521,8 +24531,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456637, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953793, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24532,14 +24542,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 456.636905670166, + "msecs": 953.7930488586426, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.359979629517, - "thread": 139854184699648, + "relativeCreated": 10609.203100204468, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24548,8 +24558,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.456737, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953884, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24559,14 +24569,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 456.7370414733887, + "msecs": 953.8838863372803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.46011543274, - "thread": 139854184699648, + "relativeCreated": 10609.293937683105, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24574,8 +24584,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,456", - "created": 1610360714.45689, + "asctime": "2021-01-11 11:37:18,953", + "created": 1610361438.953989, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24585,14 +24595,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 456.8901062011719, + "msecs": 953.9890289306641, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.613180160522, - "thread": 139854184699648, + "relativeCreated": 10609.39908027649, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24601,8 +24611,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:14,457", - "created": 1610360714.457017, + "asctime": "2021-01-11 11:37:18,954", + "created": 1610361438.954073, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24612,14 +24622,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": 457.0169448852539, + "msecs": 954.0729522705078, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.740018844604, - "thread": 139854184699648, + "relativeCreated": 10609.483003616333, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24627,8 +24637,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 11:25:14,457", - "created": 1610360714.457256, + "asctime": "2021-01-11 11:37:18,954", + "created": 1610361438.954253, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24638,14 +24648,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": 457.2560787200928, + "msecs": 954.2529582977295, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10609.979152679443, - "thread": 139854184699648, + "relativeCreated": 10609.663009643555, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24656,8 +24666,8 @@ "status: okay", "u'unittest'" ], - "asctime": "2021-01-11 11:25:14,457", - "created": 1610360714.4575, + "asctime": "2021-01-11 11:37:18,954", + "created": 1610361438.954426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24667,14 +24677,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"u'unittest'\"", "module": "__init__", - "msecs": 457.4999809265137, + "msecs": 954.4260501861572, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10610.223054885864, - "thread": 139854184699648, + "relativeCreated": 10609.836101531982, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24682,25 +24692,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:14,457", - "created": 1610360714.457631, + "asctime": "2021-01-11 11:37:18,954", + "created": 1610361438.954534, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 457.63111114501953, + "msecs": 954.5340538024902, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10610.35418510437, - "thread": 139854184699648, + "relativeCreated": 10609.944105148315, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24711,8 +24721,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:14,457", - "created": 1610360714.457944, + "asctime": "2021-01-11 11:37:18,954", + "created": 1610361438.954729, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24722,14 +24732,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 457.9439163208008, + "msecs": 954.7290802001953, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10610.666990280151, - "thread": 139854184699648, + "relativeCreated": 10610.13913154602, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -24737,8 +24747,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 11:25:14,465", - "created": 1610360714.465341, + "asctime": "2021-01-11 11:37:18,959", + "created": 1610361438.959816, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24748,14 +24758,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": 465.34109115600586, + "msecs": 959.8159790039062, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10618.064165115356, - "thread": 139854176306944, + "relativeCreated": 10615.226030349731, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24763,8 +24773,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 11:25:14,465", - "created": 1610360714.465968, + "asctime": "2021-01-11 11:37:18,959", + "created": 1610361438.959979, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24774,14 +24784,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": 465.96789360046387, + "msecs": 959.9790573120117, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10618.690967559814, - "thread": 139854176306944, + "relativeCreated": 10615.389108657837, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24789,8 +24799,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,466", - "created": 1610360714.466177, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24800,14 +24810,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 466.17698669433594, + "msecs": 960.0539207458496, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10618.900060653687, - "thread": 139854176306944, + "relativeCreated": 10615.463972091675, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24816,8 +24826,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:14,466", - "created": 1610360714.466325, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960124, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24827,14 +24837,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 466.325044631958, + "msecs": 960.1240158081055, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10619.048118591309, - "thread": 139854176306944, + "relativeCreated": 10615.53406715393, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24842,8 +24852,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,466", - "created": 1610360714.466503, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.9602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24853,14 +24863,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 466.5029048919678, + "msecs": 960.2000713348389, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10619.225978851318, - "thread": 139854176306944, + "relativeCreated": 10615.610122680664, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24869,8 +24879,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,466", - "created": 1610360714.466689, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.96026, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24880,14 +24890,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 466.6891098022461, + "msecs": 960.2599143981934, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10619.412183761597, - "thread": 139854176306944, + "relativeCreated": 10615.669965744019, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24895,8 +24905,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,466", - "created": 1610360714.466875, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960339, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24906,14 +24916,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 466.8750762939453, + "msecs": 960.3390693664551, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10619.598150253296, - "thread": 139854176306944, + "relativeCreated": 10615.74912071228, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24922,8 +24932,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,467", - "created": 1610360714.467024, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960395, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24933,14 +24943,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 467.0240879058838, + "msecs": 960.395097732544, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10619.747161865234, - "thread": 139854176306944, + "relativeCreated": 10615.80514907837, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24948,8 +24958,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,467", - "created": 1610360714.4672, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24959,14 +24969,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 467.20004081726074, + "msecs": 960.4649543762207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10619.923114776611, - "thread": 139854176306944, + "relativeCreated": 10615.875005722046, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -24975,8 +24985,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,467", - "created": 1610360714.467335, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24986,14 +24996,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 467.3349857330322, + "msecs": 960.5240821838379, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10620.058059692383, - "thread": 139854176306944, + "relativeCreated": 10615.934133529663, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25001,8 +25011,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,467", - "created": 1610360714.467529, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.9606, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25012,14 +25022,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 467.5290584564209, + "msecs": 960.5998992919922, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10620.252132415771, - "thread": 139854176306944, + "relativeCreated": 10616.009950637817, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25028,8 +25038,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,467", - "created": 1610360714.467679, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960659, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25039,14 +25049,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 467.6790237426758, + "msecs": 960.6590270996094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10620.402097702026, - "thread": 139854176306944, + "relativeCreated": 10616.069078445435, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25054,8 +25064,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:14,467", - "created": 1610360714.467894, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.96076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25065,14 +25075,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 467.8940773010254, + "msecs": 960.7601165771484, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10620.617151260376, - "thread": 139854176306944, + "relativeCreated": 10616.170167922974, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25080,8 +25090,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:14,468", - "created": 1610360714.468083, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960833, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25091,14 +25101,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 468.0829048156738, + "msecs": 960.8330726623535, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10620.805978775024, - "thread": 139854176306944, + "relativeCreated": 10616.243124008179, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25106,8 +25116,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,468", - "created": 1610360714.468229, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960905, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25117,14 +25127,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 468.2290554046631, + "msecs": 960.9050750732422, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10620.952129364014, - "thread": 139854176306944, + "relativeCreated": 10616.315126419067, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25133,8 +25143,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:14,468", - "created": 1610360714.468372, + "asctime": "2021-01-11 11:37:18,960", + "created": 1610361438.960965, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25144,14 +25154,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": 468.372106552124, + "msecs": 960.9649181365967, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10621.095180511475, - "thread": 139854176306944, + "relativeCreated": 10616.374969482422, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25159,8 +25169,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 11:25:14,468", - "created": 1610360714.468576, + "asctime": "2021-01-11 11:37:18,961", + "created": 1610361438.961084, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25170,14 +25180,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": 468.57595443725586, + "msecs": 961.0838890075684, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10621.299028396606, - "thread": 139854176306944, + "relativeCreated": 10616.493940353394, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25188,8 +25198,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:14,468", - "created": 1610360714.46883, + "asctime": "2021-01-11 11:37:18,961", + "created": 1610361438.961216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25199,14 +25209,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 468.8301086425781, + "msecs": 961.2159729003906, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10621.553182601929, - "thread": 139854176306944, + "relativeCreated": 10616.626024246216, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -25214,8 +25224,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:14,468", - "created": 1610360714.468957, + "asctime": "2021-01-11 11:37:18,961", + "created": 1610361438.961293, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25225,35 +25235,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 468.95694732666016, + "msecs": 961.2929821014404, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10621.68002128601, - "thread": 139854176306944, + "relativeCreated": 10616.703033447266, + "thread": 140378321712896, "threadName": "Thread-14" } ], - "msecs": 791.7261123657227, + "msecs": 291.33009910583496, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10944.449186325073, - "thread": 139854989064000, + "relativeCreated": 10946.74015045166, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3227691650390625 + "time_consumption": 0.33003711700439453 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:14,793", - "created": 1610360714.793318, + "asctime": "2021-01-11 11:37:19,292", + "created": 1610361439.292512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25270,8 +25280,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:14,792", - "created": 1610360714.792732, + "asctime": "2021-01-11 11:37:19,291", + "created": 1610361439.291936, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25281,14 +25291,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'unittest' ()", "module": "test", - "msecs": 792.7320003509521, + "msecs": 291.93592071533203, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10945.455074310303, - "thread": 139854989064000, + "relativeCreated": 10947.345972061157, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -25297,8 +25307,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:14,793", - "created": 1610360714.793024, + "asctime": "2021-01-11 11:37:19,292", + "created": 1610361439.292265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25308,35 +25318,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'unittest' ()", "module": "test", - "msecs": 793.0240631103516, + "msecs": 292.2649383544922, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10945.747137069702, - "thread": 139854989064000, + "relativeCreated": 10947.674989700317, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 793.3180332183838, + "msecs": 292.5119400024414, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10946.041107177734, - "thread": 139854989064000, + "relativeCreated": 10947.921991348267, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00029397010803222656 + "time_consumption": 0.00024700164794921875 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:14,794", - "created": 1610360714.794392, + "asctime": "2021-01-11 11:37:19,293", + "created": 1610361439.293318, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25353,8 +25363,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:14,793", - "created": 1610360714.79374, + "asctime": "2021-01-11 11:37:19,292", + "created": 1610361439.2929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25364,14 +25374,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'unittest' ()", "module": "test", - "msecs": 793.7400341033936, + "msecs": 292.90008544921875, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10946.463108062744, - "thread": 139854989064000, + "relativeCreated": 10948.310136795044, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -25380,8 +25390,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:14,794", - "created": 1610360714.794156, + "asctime": "2021-01-11 11:37:19,293", + "created": 1610361439.293108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25391,32 +25401,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'unittest' ()", "module": "test", - "msecs": 794.1560745239258, + "msecs": 293.1079864501953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10946.879148483276, - "thread": 139854989064000, + "relativeCreated": 10948.51803779602, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 794.3921089172363, + "msecs": 293.3180332183838, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10947.115182876587, - "thread": 139854989064000, + "relativeCreated": 10948.728084564209, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00023603439331054688 + "time_consumption": 0.00021004676818847656 }, { "args": [], - "asctime": "2021-01-11 11:25:14,795", - "created": 1610360714.795122, + "asctime": "2021-01-11 11:37:19,293", + "created": 1610361439.29393, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -25427,21 +25437,21 @@ "message": "Setting Channel name for client only", "module": "test_communication", "moduleLogger": [], - "msecs": 795.1219081878662, + "msecs": 293.9300537109375, "msg": "Setting Channel name for client only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10947.844982147217, - "thread": 139854989064000, + "relativeCreated": 10949.340105056763, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:15,141", - "created": 1610360715.141061, + "asctime": "2021-01-11 11:37:19,640", + "created": 1610361439.640862, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -25456,8 +25466,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,795", - "created": 1610360714.795393, + "asctime": "2021-01-11 11:37:19,294", + "created": 1610361439.294694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25467,22 +25477,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 795.3929901123047, + "msecs": 294.6939468383789, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10948.116064071655, - "thread": 139854989064000, + "relativeCreated": 10950.103998184204, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:14,795", - "created": 1610360714.795603, + "asctime": "2021-01-11 11:37:19,294", + "created": 1610361439.294918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25492,22 +25502,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 795.6030368804932, + "msecs": 294.9180603027344, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10948.326110839844, - "thread": 139854989064000, + "relativeCreated": 10950.32811164856, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,795", - "created": 1610360714.795798, + "asctime": "2021-01-11 11:37:19,295", + "created": 1610361439.295117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25517,22 +25527,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 795.7980632781982, + "msecs": 295.1169013977051, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10948.521137237549, - "thread": 139854989064000, + "relativeCreated": 10950.52695274353, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:14,795", - "created": 1610360714.795972, + "asctime": "2021-01-11 11:37:19,295", + "created": 1610361439.295291, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25542,22 +25552,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 795.9721088409424, + "msecs": 295.2909469604492, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10948.695182800293, - "thread": 139854989064000, + "relativeCreated": 10950.700998306274, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,796", - "created": 1610360714.796206, + "asctime": "2021-01-11 11:37:19,295", + "created": 1610361439.295506, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25567,22 +25577,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 796.205997467041, + "msecs": 295.5060005187988, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10948.929071426392, - "thread": 139854989064000, + "relativeCreated": 10950.916051864624, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:14,796", - "created": 1610360714.796377, + "asctime": "2021-01-11 11:37:19,295", + "created": 1610361439.295772, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25592,22 +25602,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 796.3769435882568, + "msecs": 295.7720756530762, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10949.100017547607, - "thread": 139854989064000, + "relativeCreated": 10951.182126998901, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:14,796", - "created": 1610360714.796564, + "asctime": "2021-01-11 11:37:19,296", + "created": 1610361439.296011, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25617,14 +25627,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 796.5641021728516, + "msecs": 296.01097106933594, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10949.287176132202, - "thread": 139854989064000, + "relativeCreated": 10951.421022415161, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -25635,8 +25645,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 11:25:14,796", - "created": 1610360714.796876, + "asctime": "2021-01-11 11:37:19,296", + "created": 1610361439.296374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25646,22 +25656,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 796.8759536743164, + "msecs": 296.3740825653076, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10949.599027633667, - "thread": 139854989064000, + "relativeCreated": 10951.784133911133, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,797", - "created": 1610360714.797394, + "asctime": "2021-01-11 11:37:19,297", + "created": 1610361439.297167, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25671,22 +25681,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 797.3940372467041, + "msecs": 297.1670627593994, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10950.117111206055, - "thread": 139854989064000, + "relativeCreated": 10952.577114105225, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:14,797", - "created": 1610360714.797593, + "asctime": "2021-01-11 11:37:19,297", + "created": 1610361439.29745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25696,22 +25706,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 797.5931167602539, + "msecs": 297.45006561279297, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10950.316190719604, - "thread": 139854989064000, + "relativeCreated": 10952.860116958618, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:14,797", - "created": 1610360714.797785, + "asctime": "2021-01-11 11:37:19,297", + "created": 1610361439.297707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25721,14 +25731,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 797.7850437164307, + "msecs": 297.70708084106445, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10950.508117675781, - "thread": 139854989064000, + "relativeCreated": 10953.11713218689, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -25736,8 +25746,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 11:25:14,826", - "created": 1610360714.82648, + "asctime": "2021-01-11 11:37:19,319", + "created": 1610361439.319988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25747,14 +25757,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": 826.4799118041992, + "msecs": 319.9880123138428, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10979.20298576355, - "thread": 139854184699648, + "relativeCreated": 10975.398063659668, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25762,8 +25772,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 11:25:14,827", - "created": 1610360714.827055, + "asctime": "2021-01-11 11:37:19,320", + "created": 1610361439.320341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25773,14 +25783,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": 827.0549774169922, + "msecs": 320.3411102294922, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10979.778051376343, - "thread": 139854184699648, + "relativeCreated": 10975.751161575317, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25788,8 +25798,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,827", - "created": 1610360714.827321, + "asctime": "2021-01-11 11:37:19,320", + "created": 1610361439.320479, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25799,14 +25809,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 827.3210525512695, + "msecs": 320.4789161682129, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10980.04412651062, - "thread": 139854184699648, + "relativeCreated": 10975.888967514038, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25815,8 +25825,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:14,827", - "created": 1610360714.827538, + "asctime": "2021-01-11 11:37:19,320", + "created": 1610361439.320597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25826,14 +25836,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 827.538013458252, + "msecs": 320.59693336486816, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10980.261087417603, - "thread": 139854184699648, + "relativeCreated": 10976.006984710693, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25841,8 +25851,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,827", - "created": 1610360714.827801, + "asctime": "2021-01-11 11:37:19,320", + "created": 1610361439.320725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25852,14 +25862,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 827.800989151001, + "msecs": 320.7249641418457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10980.524063110352, - "thread": 139854184699648, + "relativeCreated": 10976.13501548767, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25868,8 +25878,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,828", - "created": 1610360714.828013, + "asctime": "2021-01-11 11:37:19,320", + "created": 1610361439.320855, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25879,14 +25889,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 828.0129432678223, + "msecs": 320.85490226745605, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10980.736017227173, - "thread": 139854184699648, + "relativeCreated": 10976.264953613281, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25894,8 +25904,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,828", - "created": 1610360714.828441, + "asctime": "2021-01-11 11:37:19,320", + "created": 1610361439.320993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25905,14 +25915,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 828.4409046173096, + "msecs": 320.99294662475586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10981.16397857666, - "thread": 139854184699648, + "relativeCreated": 10976.402997970581, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25921,8 +25931,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,828", - "created": 1610360714.828626, + "asctime": "2021-01-11 11:37:19,321", + "created": 1610361439.321096, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25932,14 +25942,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 828.6259174346924, + "msecs": 321.09594345092773, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10981.348991394043, - "thread": 139854184699648, + "relativeCreated": 10976.505994796753, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25947,8 +25957,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,828", - "created": 1610360714.828857, + "asctime": "2021-01-11 11:37:19,321", + "created": 1610361439.321216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25958,14 +25968,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 828.8569450378418, + "msecs": 321.2161064147949, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10981.580018997192, - "thread": 139854184699648, + "relativeCreated": 10976.62615776062, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -25974,8 +25984,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,829", - "created": 1610360714.829018, + "asctime": "2021-01-11 11:37:19,321", + "created": 1610361439.321659, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25985,14 +25995,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 829.0181159973145, + "msecs": 321.6590881347656, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10981.741189956665, - "thread": 139854184699648, + "relativeCreated": 10977.06913948059, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26000,8 +26010,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,829", - "created": 1610360714.829246, + "asctime": "2021-01-11 11:37:19,321", + "created": 1610361439.321811, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26011,14 +26021,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 829.2460441589355, + "msecs": 321.8109607696533, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10981.969118118286, - "thread": 139854184699648, + "relativeCreated": 10977.221012115479, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26026,8 +26036,8 @@ "comm-client:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 11:25:14,829", - "created": 1610360714.829483, + "asctime": "2021-01-11 11:37:19,321", + "created": 1610361439.32196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26037,14 +26047,14 @@ "lineno": 284, "message": "comm-client: TX -> (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 829.4830322265625, + "msecs": 321.9599723815918, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10982.206106185913, - "thread": 139854184699648, + "relativeCreated": 10977.370023727417, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26052,8 +26062,8 @@ "comm-server:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 11:25:14,829", - "created": 1610360714.829694, + "asctime": "2021-01-11 11:37:19,322", + "created": 1610361439.32209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26063,14 +26073,14 @@ "lineno": 414, "message": "comm-server: RX <- (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 829.6940326690674, + "msecs": 322.08991050720215, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10982.417106628418, - "thread": 139854184699648, + "relativeCreated": 10977.499961853027, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26079,8 +26089,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,829", - "created": 1610360714.829854, + "asctime": "2021-01-11 11:37:19,322", + "created": 1610361439.322195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26090,14 +26100,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 829.8540115356445, + "msecs": 322.19505310058594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10982.577085494995, - "thread": 139854184699648, + "relativeCreated": 10977.605104446411, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26105,8 +26115,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,830", - "created": 1610360714.830073, + "asctime": "2021-01-11 11:37:19,322", + "created": 1610361439.32231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26116,14 +26126,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 830.0731182098389, + "msecs": 322.3099708557129, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10982.79619216919, - "thread": 139854184699648, + "relativeCreated": 10977.720022201538, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26132,8 +26142,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:14,830", - "created": 1610360714.830319, + "asctime": "2021-01-11 11:37:19,322", + "created": 1610361439.322406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26143,14 +26153,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": 830.3189277648926, + "msecs": 322.4060535430908, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10983.042001724243, - "thread": 139854184699648, + "relativeCreated": 10977.816104888916, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26158,8 +26168,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 11:25:14,830", - "created": 1610360714.830703, + "asctime": "2021-01-11 11:37:19,322", + "created": 1610361439.322617, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26169,14 +26179,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": 830.7030200958252, + "msecs": 322.6170539855957, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10983.426094055176, - "thread": 139854184699648, + "relativeCreated": 10978.02710533142, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26187,8 +26197,8 @@ "status: okay", "u'client'" ], - "asctime": "2021-01-11 11:25:14,831", - "created": 1610360714.831681, + "asctime": "2021-01-11 11:37:19,322", + "created": 1610361439.322943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26198,14 +26208,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"u'client'\"", "module": "__init__", - "msecs": 831.6810131072998, + "msecs": 322.94297218322754, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10984.40408706665, - "thread": 139854184699648, + "relativeCreated": 10978.353023529053, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26213,25 +26223,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:14,831", - "created": 1610360714.831971, + "asctime": "2021-01-11 11:37:19,323", + "created": 1610361439.32312, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 831.9709300994873, + "msecs": 323.1201171875, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10984.694004058838, - "thread": 139854184699648, + "relativeCreated": 10978.530168533325, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26239,8 +26249,8 @@ "prot-server:", "'client'" ], - "asctime": "2021-01-11 11:25:14,832", - "created": 1610360714.832446, + "asctime": "2021-01-11 11:37:19,323", + "created": 1610361439.323488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26250,14 +26260,14 @@ "lineno": 420, "message": "prot-server: channel name is now 'client'", "module": "__init__", - "msecs": 832.4460983276367, + "msecs": 323.4879970550537, "msg": "%s channel name is now %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10985.169172286987, - "thread": 139854184699648, + "relativeCreated": 10978.898048400879, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26268,8 +26278,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:14,832", - "created": 1610360714.832771, + "asctime": "2021-01-11 11:37:19,323", + "created": 1610361439.323704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26279,14 +26289,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 832.7710628509521, + "msecs": 323.7040042877197, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10985.494136810303, - "thread": 139854184699648, + "relativeCreated": 10979.114055633545, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -26294,8 +26304,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 11:25:14,833", - "created": 1610360714.833777, + "asctime": "2021-01-11 11:37:19,326", + "created": 1610361439.326396, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26305,14 +26315,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": 833.7769508361816, + "msecs": 326.39598846435547, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10986.500024795532, - "thread": 139854176306944, + "relativeCreated": 10981.80603981018, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26320,8 +26330,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 11:25:14,834", - "created": 1610360714.834307, + "asctime": "2021-01-11 11:37:19,326", + "created": 1610361439.326735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26331,14 +26341,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": 834.3069553375244, + "msecs": 326.7350196838379, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10987.030029296875, - "thread": 139854176306944, + "relativeCreated": 10982.145071029663, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26346,8 +26356,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,834", - "created": 1610360714.834583, + "asctime": "2021-01-11 11:37:19,326", + "created": 1610361439.326888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26357,14 +26367,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 834.583044052124, + "msecs": 326.8880844116211, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10987.306118011475, - "thread": 139854176306944, + "relativeCreated": 10982.298135757446, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26373,8 +26383,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:14,834", - "created": 1610360714.834835, + "asctime": "2021-01-11 11:37:19,327", + "created": 1610361439.32703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26384,14 +26394,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 834.8350524902344, + "msecs": 327.0299434661865, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10987.558126449585, - "thread": 139854176306944, + "relativeCreated": 10982.439994812012, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26399,8 +26409,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835205, + "asctime": "2021-01-11 11:37:19,327", + "created": 1610361439.327185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26410,14 +26420,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 835.205078125, + "msecs": 327.18491554260254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10987.92815208435, - "thread": 139854176306944, + "relativeCreated": 10982.594966888428, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26426,8 +26436,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835299, + "asctime": "2021-01-11 11:37:19,327", + "created": 1610361439.327305, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26437,14 +26447,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 835.299015045166, + "msecs": 327.3050785064697, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.022089004517, - "thread": 139854176306944, + "relativeCreated": 10982.715129852295, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26452,8 +26462,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835401, + "asctime": "2021-01-11 11:37:19,327", + "created": 1610361439.327502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26463,14 +26473,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 835.4010581970215, + "msecs": 327.5020122528076, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.124132156372, - "thread": 139854176306944, + "relativeCreated": 10982.912063598633, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26479,8 +26489,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835482, + "asctime": "2021-01-11 11:37:19,327", + "created": 1610361439.32763, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26490,14 +26500,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 835.4818820953369, + "msecs": 327.63004302978516, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.204956054688, - "thread": 139854176306944, + "relativeCreated": 10983.04009437561, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26505,8 +26515,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835564, + "asctime": "2021-01-11 11:37:19,327", + "created": 1610361439.327782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26516,14 +26526,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 835.5638980865479, + "msecs": 327.78191566467285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.286972045898, - "thread": 139854176306944, + "relativeCreated": 10983.191967010498, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26532,8 +26542,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835624, + "asctime": "2021-01-11 11:37:19,327", + "created": 1610361439.327897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26543,14 +26553,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 835.6239795684814, + "msecs": 327.8970718383789, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.347053527832, - "thread": 139854176306944, + "relativeCreated": 10983.307123184204, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26558,8 +26568,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.83571, + "asctime": "2021-01-11 11:37:19,328", + "created": 1610361439.328054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26569,14 +26579,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 835.7100486755371, + "msecs": 328.05395126342773, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.433122634888, - "thread": 139854176306944, + "relativeCreated": 10983.464002609253, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26585,8 +26595,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.83576, + "asctime": "2021-01-11 11:37:19,328", + "created": 1610361439.328174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26596,14 +26606,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 835.7601165771484, + "msecs": 328.1741142272949, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.483190536499, - "thread": 139854176306944, + "relativeCreated": 10983.58416557312, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26611,8 +26621,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835838, + "asctime": "2021-01-11 11:37:19,328", + "created": 1610361439.328354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26622,14 +26632,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 835.8380794525146, + "msecs": 328.3538818359375, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.561153411865, - "thread": 139854176306944, + "relativeCreated": 10983.763933181763, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26637,8 +26647,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.835904, + "asctime": "2021-01-11 11:37:19,328", + "created": 1610361439.328576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26648,14 +26658,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 835.9038829803467, + "msecs": 328.57608795166016, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.626956939697, - "thread": 139854176306944, + "relativeCreated": 10983.986139297485, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26663,8 +26673,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:14,835", - "created": 1610360714.83596, + "asctime": "2021-01-11 11:37:19,328", + "created": 1610361439.328789, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26674,14 +26684,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 835.9599113464355, + "msecs": 328.78899574279785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.682985305786, - "thread": 139854176306944, + "relativeCreated": 10984.199047088623, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26690,8 +26700,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:14,836", - "created": 1610360714.836008, + "asctime": "2021-01-11 11:37:19,328", + "created": 1610361439.328959, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26701,14 +26711,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.0080718994141, + "msecs": 328.95898818969727, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.731145858765, - "thread": 139854176306944, + "relativeCreated": 10984.369039535522, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26716,8 +26726,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 11:25:14,836", - "created": 1610360714.836107, + "asctime": "2021-01-11 11:37:19,329", + "created": 1610361439.329318, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26727,14 +26737,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": 836.1070156097412, + "msecs": 329.3180465698242, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.830089569092, - "thread": 139854176306944, + "relativeCreated": 10984.72809791565, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26745,8 +26755,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:14,836", - "created": 1610360714.836226, + "asctime": "2021-01-11 11:37:19,329", + "created": 1610361439.329654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26756,14 +26766,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 836.2259864807129, + "msecs": 329.6539783477783, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10988.949060440063, - "thread": 139854176306944, + "relativeCreated": 10985.064029693604, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -26771,8 +26781,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:14,836", - "created": 1610360714.836293, + "asctime": "2021-01-11 11:37:19,329", + "created": 1610361439.329861, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26782,35 +26792,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 836.2929821014404, + "msecs": 329.8609256744385, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 10989.016056060791, - "thread": 139854176306944, + "relativeCreated": 10985.270977020264, + "thread": 140378321712896, "threadName": "Thread-14" } ], - "msecs": 141.06106758117676, + "msecs": 640.861988067627, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11293.784141540527, - "thread": 139854989064000, + "relativeCreated": 11296.272039413452, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.30476808547973633 + "time_consumption": 0.3110010623931885 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:15,142", - "created": 1610360715.142402, + "asctime": "2021-01-11 11:37:19,641", + "created": 1610361439.641847, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26827,8 +26837,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:15,141", - "created": 1610360715.14199, + "asctime": "2021-01-11 11:37:19,641", + "created": 1610361439.641451, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26838,14 +26848,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 141.98994636535645, + "msecs": 641.4508819580078, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11294.713020324707, - "thread": 139854989064000, + "relativeCreated": 11296.860933303833, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -26854,8 +26864,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:15,142", - "created": 1610360715.142215, + "asctime": "2021-01-11 11:37:19,641", + "created": 1610361439.641661, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26865,35 +26875,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 142.21501350402832, + "msecs": 641.6609287261963, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11294.938087463379, - "thread": 139854989064000, + "relativeCreated": 11297.070980072021, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 142.40193367004395, + "msecs": 641.8468952178955, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11295.125007629395, - "thread": 139854989064000, + "relativeCreated": 11297.25694656372, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.000186920166015625 + "time_consumption": 0.00018596649169921875 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:15,143", - "created": 1610360715.143028, + "asctime": "2021-01-11 11:37:19,642", + "created": 1610361439.642492, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26910,8 +26920,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:15,142", - "created": 1610360715.14269, + "asctime": "2021-01-11 11:37:19,642", + "created": 1610361439.642134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26921,14 +26931,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 142.68994331359863, + "msecs": 642.1339511871338, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11295.41301727295, - "thread": 139854989064000, + "relativeCreated": 11297.544002532959, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -26937,8 +26947,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:15,142", - "created": 1610360715.142858, + "asctime": "2021-01-11 11:37:19,642", + "created": 1610361439.64232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26948,32 +26958,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 142.85802841186523, + "msecs": 642.319917678833, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11295.581102371216, - "thread": 139854989064000, + "relativeCreated": 11297.729969024658, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 143.02802085876465, + "msecs": 642.4920558929443, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11295.751094818115, - "thread": 139854989064000, + "relativeCreated": 11297.90210723877, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00016999244689941406 + "time_consumption": 0.00017213821411132812 }, { "args": [], - "asctime": "2021-01-11 11:25:15,143", - "created": 1610360715.143516, + "asctime": "2021-01-11 11:37:19,642", + "created": 1610361439.642998, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -26984,21 +26994,21 @@ "message": "Setting Channel name for server only", "module": "test_communication", "moduleLogger": [], - "msecs": 143.51606369018555, + "msecs": 642.9979801177979, "msg": "Setting Channel name for server only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11296.239137649536, - "thread": 139854989064000, + "relativeCreated": 11298.408031463623, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:15,490", - "created": 1610360715.490167, + "asctime": "2021-01-11 11:37:19,988", + "created": 1610361439.988943, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -27013,8 +27023,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:15,143", - "created": 1610360715.14377, + "asctime": "2021-01-11 11:37:19,643", + "created": 1610361439.643254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27024,22 +27034,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 143.7699794769287, + "msecs": 643.2540416717529, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11296.49305343628, - "thread": 139854989064000, + "relativeCreated": 11298.664093017578, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:15,143", - "created": 1610360715.14398, + "asctime": "2021-01-11 11:37:19,643", + "created": 1610361439.643465, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27049,22 +27059,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 143.9800262451172, + "msecs": 643.4650421142578, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11296.703100204468, - "thread": 139854989064000, + "relativeCreated": 11298.875093460083, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:15,144", - "created": 1610360715.1442, + "asctime": "2021-01-11 11:37:19,643", + "created": 1610361439.643658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27074,22 +27084,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 144.20008659362793, + "msecs": 643.657922744751, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11296.923160552979, - "thread": 139854989064000, + "relativeCreated": 11299.067974090576, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:15,144", - "created": 1610360715.144375, + "asctime": "2021-01-11 11:37:19,643", + "created": 1610361439.643831, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27099,22 +27109,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 144.37508583068848, + "msecs": 643.8310146331787, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11297.098159790039, - "thread": 139854989064000, + "relativeCreated": 11299.241065979004, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:15,144", - "created": 1610360715.144552, + "asctime": "2021-01-11 11:37:19,644", + "created": 1610361439.64401, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27124,22 +27134,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 144.55199241638184, + "msecs": 644.010066986084, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11297.275066375732, - "thread": 139854989064000, + "relativeCreated": 11299.42011833191, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:15,144", - "created": 1610360715.144718, + "asctime": "2021-01-11 11:37:19,644", + "created": 1610361439.64418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27149,22 +27159,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 144.71793174743652, + "msecs": 644.1800594329834, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11297.441005706787, - "thread": 139854989064000, + "relativeCreated": 11299.590110778809, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:15,144", - "created": 1610360715.144996, + "asctime": "2021-01-11 11:37:19,644", + "created": 1610361439.64435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27174,14 +27184,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 144.99592781066895, + "msecs": 644.3500518798828, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11297.71900177002, - "thread": 139854989064000, + "relativeCreated": 11299.760103225708, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -27192,8 +27202,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:15,145", - "created": 1610360715.145401, + "asctime": "2021-01-11 11:37:19,644", + "created": 1610361439.644639, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27203,22 +27213,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 145.4010009765625, + "msecs": 644.6390151977539, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11298.124074935913, - "thread": 139854989064000, + "relativeCreated": 11300.04906654358, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:15,146", - "created": 1610360715.146191, + "asctime": "2021-01-11 11:37:19,645", + "created": 1610361439.645204, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27228,22 +27238,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 146.19088172912598, + "msecs": 645.2040672302246, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11298.913955688477, - "thread": 139854989064000, + "relativeCreated": 11300.61411857605, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:15,146", - "created": 1610360715.146484, + "asctime": "2021-01-11 11:37:19,645", + "created": 1610361439.645416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27253,22 +27263,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 146.4838981628418, + "msecs": 645.4160213470459, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11299.206972122192, - "thread": 139854989064000, + "relativeCreated": 11300.826072692871, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:15,146", - "created": 1610360715.146755, + "asctime": "2021-01-11 11:37:19,645", + "created": 1610361439.6456, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27278,14 +27288,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 146.75498008728027, + "msecs": 645.6000804901123, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11299.47805404663, - "thread": 139854989064000, + "relativeCreated": 11301.010131835938, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -27293,8 +27303,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 11:25:15,150", - "created": 1610360715.15022, + "asctime": "2021-01-11 11:37:19,656", + "created": 1610361439.656918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27304,14 +27314,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": 150.21991729736328, + "msecs": 656.9180488586426, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11302.942991256714, - "thread": 139854184699648, + "relativeCreated": 11312.328100204468, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27319,8 +27329,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 11:25:15,150", - "created": 1610360715.150699, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27330,14 +27340,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": 150.69890022277832, + "msecs": 657.1550369262695, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11303.421974182129, - "thread": 139854184699648, + "relativeCreated": 11312.565088272095, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27345,8 +27355,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,150", - "created": 1610360715.150922, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657241, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27356,14 +27366,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 150.92206001281738, + "msecs": 657.2411060333252, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11303.645133972168, - "thread": 139854184699648, + "relativeCreated": 11312.65115737915, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27372,8 +27382,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:15,151", - "created": 1610360715.151099, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657317, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27383,14 +27393,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 151.09896659851074, + "msecs": 657.3169231414795, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11303.822040557861, - "thread": 139854184699648, + "relativeCreated": 11312.726974487305, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27398,8 +27408,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,151", - "created": 1610360715.151304, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657403, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27409,14 +27419,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 151.3040065765381, + "msecs": 657.4029922485352, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11304.027080535889, - "thread": 139854184699648, + "relativeCreated": 11312.81304359436, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27425,8 +27435,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,151", - "created": 1610360715.151465, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27436,14 +27446,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 151.46493911743164, + "msecs": 657.5140953063965, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11304.188013076782, - "thread": 139854184699648, + "relativeCreated": 11312.924146652222, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27451,8 +27461,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,151", - "created": 1610360715.151686, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27462,14 +27472,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 151.6859531402588, + "msecs": 657.6559543609619, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11304.40902709961, - "thread": 139854184699648, + "relativeCreated": 11313.066005706787, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27478,8 +27488,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,151", - "created": 1610360715.151862, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27489,14 +27499,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 151.86190605163574, + "msecs": 657.757043838501, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11304.584980010986, - "thread": 139854184699648, + "relativeCreated": 11313.167095184326, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27504,8 +27514,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,152", - "created": 1610360715.152054, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27515,14 +27525,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 152.0540714263916, + "msecs": 657.8419208526611, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11304.777145385742, - "thread": 139854184699648, + "relativeCreated": 11313.251972198486, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27531,8 +27541,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,152", - "created": 1610360715.152206, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.657906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27542,14 +27552,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 152.2059440612793, + "msecs": 657.9060554504395, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11304.92901802063, - "thread": 139854184699648, + "relativeCreated": 11313.316106796265, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27557,8 +27567,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,152", - "created": 1610360715.152486, + "asctime": "2021-01-11 11:37:19,657", + "created": 1610361439.65799, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27568,14 +27578,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 152.48608589172363, + "msecs": 657.9899787902832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11305.209159851074, - "thread": 139854184699648, + "relativeCreated": 11313.400030136108, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27584,8 +27594,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,152", - "created": 1610360715.152686, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658051, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27595,14 +27605,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 152.68611907958984, + "msecs": 658.0510139465332, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11305.40919303894, - "thread": 139854184699648, + "relativeCreated": 11313.461065292358, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27610,8 +27620,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:15,152", - "created": 1610360715.152866, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658146, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27621,14 +27631,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 152.86588668823242, + "msecs": 658.1459045410156, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11305.588960647583, - "thread": 139854184699648, + "relativeCreated": 11313.55595588684, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27636,8 +27646,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:15,152", - "created": 1610360715.152948, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27647,14 +27657,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 152.94790267944336, + "msecs": 658.2260131835938, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11305.670976638794, - "thread": 139854184699648, + "relativeCreated": 11313.636064529419, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27662,8 +27672,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,153", - "created": 1610360715.153019, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658301, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27673,14 +27683,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 153.01895141601562, + "msecs": 658.3011150360107, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11305.742025375366, - "thread": 139854184699648, + "relativeCreated": 11313.711166381836, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27689,8 +27699,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:15,153", - "created": 1610360715.153088, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27700,14 +27710,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": 153.08809280395508, + "msecs": 658.36501121521, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11305.811166763306, - "thread": 139854184699648, + "relativeCreated": 11313.775062561035, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27715,8 +27725,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 11:25:15,153", - "created": 1610360715.153218, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27726,14 +27736,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": 153.21803092956543, + "msecs": 658.4959030151367, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11305.941104888916, - "thread": 139854184699648, + "relativeCreated": 11313.905954360962, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27744,8 +27754,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:15,153", - "created": 1610360715.153378, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27755,14 +27765,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 153.37800979614258, + "msecs": 658.6730480194092, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11306.101083755493, - "thread": 139854184699648, + "relativeCreated": 11314.083099365234, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27770,25 +27780,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:15,153", - "created": 1610360715.153463, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658762, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 153.46288681030273, + "msecs": 658.7619781494141, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11306.185960769653, - "thread": 139854184699648, + "relativeCreated": 11314.17202949524, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27799,8 +27809,8 @@ "status: okay", "'server'" ], - "asctime": "2021-01-11 11:25:15,153", - "created": 1610360715.153569, + "asctime": "2021-01-11 11:37:19,658", + "created": 1610361439.658871, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27810,14 +27820,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 153.56898307800293, + "msecs": 658.8709354400635, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11306.292057037354, - "thread": 139854184699648, + "relativeCreated": 11314.280986785889, + "thread": 140378875336448, "threadName": "Thread-13" }, { @@ -27825,8 +27835,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 11:25:15,155", - "created": 1610360715.155196, + "asctime": "2021-01-11 11:37:19,663", + "created": 1610361439.663034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27836,14 +27846,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": 155.195951461792, + "msecs": 663.0339622497559, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11307.919025421143, - "thread": 139854176306944, + "relativeCreated": 11318.444013595581, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -27851,8 +27861,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 11:25:15,155", - "created": 1610360715.155357, + "asctime": "2021-01-11 11:37:19,663", + "created": 1610361439.663353, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27862,14 +27872,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": 155.35688400268555, + "msecs": 663.3529663085938, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.079957962036, - "thread": 139854176306944, + "relativeCreated": 11318.763017654419, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -27877,8 +27887,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,155", - "created": 1610360715.155437, + "asctime": "2021-01-11 11:37:19,663", + "created": 1610361439.663486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27888,14 +27898,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 155.43699264526367, + "msecs": 663.4860038757324, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.160066604614, - "thread": 139854176306944, + "relativeCreated": 11318.896055221558, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -27904,8 +27914,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:15,155", - "created": 1610360715.155546, + "asctime": "2021-01-11 11:37:19,663", + "created": 1610361439.663648, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27915,14 +27925,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 155.5459499359131, + "msecs": 663.6478900909424, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.269023895264, - "thread": 139854176306944, + "relativeCreated": 11319.057941436768, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -27930,8 +27940,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,155", - "created": 1610360715.155668, + "asctime": "2021-01-11 11:37:19,663", + "created": 1610361439.663772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27941,14 +27951,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 155.6680202484131, + "msecs": 663.7721061706543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.391094207764, - "thread": 139854176306944, + "relativeCreated": 11319.18215751648, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -27957,8 +27967,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,155", - "created": 1610360715.155764, + "asctime": "2021-01-11 11:37:19,663", + "created": 1610361439.663867, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27968,14 +27978,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 155.76410293579102, + "msecs": 663.8669967651367, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.487176895142, - "thread": 139854176306944, + "relativeCreated": 11319.277048110962, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -27983,8 +27993,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,155", - "created": 1610360715.155901, + "asctime": "2021-01-11 11:37:19,663", + "created": 1610361439.663993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27994,14 +28004,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 155.9009552001953, + "msecs": 663.9928817749023, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.624029159546, - "thread": 139854176306944, + "relativeCreated": 11319.402933120728, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28010,8 +28020,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,155", - "created": 1610360715.155995, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.66409, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28021,14 +28031,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 155.99489212036133, + "msecs": 664.0899181365967, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.717966079712, - "thread": 139854176306944, + "relativeCreated": 11319.499969482422, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28036,8 +28046,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156118, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.6642, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28047,14 +28057,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 156.11791610717773, + "msecs": 664.2000675201416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.840990066528, - "thread": 139854176306944, + "relativeCreated": 11319.610118865967, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28063,8 +28073,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156209, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.664287, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28074,14 +28084,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 156.20899200439453, + "msecs": 664.2870903015137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11308.932065963745, - "thread": 139854176306944, + "relativeCreated": 11319.697141647339, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28089,8 +28099,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156357, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.664417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28100,14 +28110,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 156.3570499420166, + "msecs": 664.417028427124, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.080123901367, - "thread": 139854176306944, + "relativeCreated": 11319.82707977295, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28115,8 +28125,8 @@ "comm-server:", "(10): 3d 20 30 7d 9c 48 3b b3 3a 3e" ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156492, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.664556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28126,14 +28136,14 @@ "lineno": 284, "message": "comm-server: TX -> (10): 3d 20 30 7d 9c 48 3b b3 3a 3e", "module": "__init__", - "msecs": 156.4919948577881, + "msecs": 664.5560264587402, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.215068817139, - "thread": 139854176306944, + "relativeCreated": 11319.966077804565, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28141,8 +28151,8 @@ "comm-client:", "(10): 3d 20 30 7d 9c 48 3b b3 3a 3e" ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156617, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.664669, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28152,14 +28162,14 @@ "lineno": 414, "message": "comm-client: RX <- (10): 3d 20 30 7d 9c 48 3b b3 3a 3e", "module": "__init__", - "msecs": 156.6169261932373, + "msecs": 664.6690368652344, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.340000152588, - "thread": 139854176306944, + "relativeCreated": 11320.07908821106, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28168,8 +28178,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156692, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.664781, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28179,14 +28189,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 156.6920280456543, + "msecs": 664.7810935974121, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.415102005005, - "thread": 139854176306944, + "relativeCreated": 11320.191144943237, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28194,8 +28204,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156778, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.664897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28205,14 +28215,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 156.77809715270996, + "msecs": 664.8969650268555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.50117111206, - "thread": 139854176306944, + "relativeCreated": 11320.30701637268, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28221,8 +28231,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:15,156", - "created": 1610360715.156841, + "asctime": "2021-01-11 11:37:19,664", + "created": 1610361439.664986, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28232,14 +28242,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": 156.84103965759277, + "msecs": 664.9858951568604, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.564113616943, - "thread": 139854176306944, + "relativeCreated": 11320.395946502686, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28247,8 +28257,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 11:25:15,156", - "created": 1610360715.156989, + "asctime": "2021-01-11 11:37:19,665", + "created": 1610361439.665185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28258,14 +28268,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": 156.98909759521484, + "msecs": 665.1849746704102, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.712171554565, - "thread": 139854176306944, + "relativeCreated": 11320.595026016235, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28276,8 +28286,8 @@ "status: okay", "u'server'" ], - "asctime": "2021-01-11 11:25:15,157", - "created": 1610360715.157201, + "asctime": "2021-01-11 11:37:19,665", + "created": 1610361439.665463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28287,14 +28297,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"u'server'\"", "module": "__init__", - "msecs": 157.20105171203613, + "msecs": 665.4629707336426, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11309.924125671387, - "thread": 139854176306944, + "relativeCreated": 11320.873022079468, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28302,8 +28312,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:15,157", - "created": 1610360715.157289, + "asctime": "2021-01-11 11:37:19,665", + "created": 1610361439.665626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28313,14 +28323,14 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 157.2890281677246, + "msecs": 665.626049041748, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11310.012102127075, - "thread": 139854176306944, + "relativeCreated": 11321.036100387573, + "thread": 140378321712896, "threadName": "Thread-14" }, { @@ -28328,8 +28338,8 @@ "prot-client:", "'server'" ], - "asctime": "2021-01-11 11:25:15,157", - "created": 1610360715.157428, + "asctime": "2021-01-11 11:37:19,666", + "created": 1610361439.666009, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28339,35 +28349,35 @@ "lineno": 407, "message": "prot-client: channel name is now 'server'", "module": "__init__", - "msecs": 157.42802619934082, + "msecs": 666.0089492797852, "msg": "%s channel name is now %s", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11310.151100158691, - "thread": 139854176306944, + "relativeCreated": 11321.41900062561, + "thread": 140378321712896, "threadName": "Thread-14" } ], - "msecs": 490.16690254211426, + "msecs": 988.9430999755859, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11642.889976501465, - "thread": 139854989064000, + "relativeCreated": 11644.353151321411, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33273887634277344 + "time_consumption": 0.3229341506958008 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 11:25:15,491", - "created": 1610360715.491377, + "asctime": "2021-01-11 11:37:19,990", + "created": 1610361439.990063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28384,8 +28394,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:15,490", - "created": 1610360715.490972, + "asctime": "2021-01-11 11:37:19,989", + "created": 1610361439.989552, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28395,14 +28405,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'server' ()", "module": "test", - "msecs": 490.97204208374023, + "msecs": 989.5520210266113, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11643.69511604309, - "thread": 139854989064000, + "relativeCreated": 11644.962072372437, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28411,8 +28421,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:15,491", - "created": 1610360715.491189, + "asctime": "2021-01-11 11:37:19,989", + "created": 1610361439.989775, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28422,35 +28432,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'server' ()", "module": "test", - "msecs": 491.18900299072266, + "msecs": 989.7749423980713, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11643.912076950073, - "thread": 139854989064000, + "relativeCreated": 11645.184993743896, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 491.3771152496338, + "msecs": 990.062952041626, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11644.100189208984, - "thread": 139854989064000, + "relativeCreated": 11645.473003387451, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001881122589111328 + "time_consumption": 0.0002880096435546875 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 11:25:15,491", - "created": 1610360715.491992, + "asctime": "2021-01-11 11:37:19,990", + "created": 1610361439.990985, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28467,8 +28477,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:15,491", - "created": 1610360715.491668, + "asctime": "2021-01-11 11:37:19,990", + "created": 1610361439.990485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28478,14 +28488,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'server' ()", "module": "test", - "msecs": 491.6679859161377, + "msecs": 990.4849529266357, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11644.391059875488, - "thread": 139854989064000, + "relativeCreated": 11645.895004272461, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28494,8 +28504,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:15,491", - "created": 1610360715.491835, + "asctime": "2021-01-11 11:37:19,990", + "created": 1610361439.990744, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28505,39 +28515,39 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'server' ()", "module": "test", - "msecs": 491.8351173400879, + "msecs": 990.7441139221191, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11644.558191299438, - "thread": 139854989064000, + "relativeCreated": 11646.154165267944, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 491.9919967651367, + "msecs": 990.9849166870117, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11644.715070724487, - "thread": 139854989064000, + "relativeCreated": 11646.394968032837, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00015687942504882812 + "time_consumption": 0.00024080276489257812 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 1.7494280338287354, - "time_finished": "2021-01-11 11:25:15,491", - "time_start": "2021-01-11 11:25:13,742" + "time_consumption": 1.7554988861083984, + "time_finished": "2021-01-11 11:37:19,990", + "time_start": "2021-01-11 11:37:18,235" }, "_Pn3WgE0NEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:09,278", - "created": 1610360709.278938, + "asctime": "2021-01-11 11:37:13,774", + "created": 1610361433.774343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28548,18 +28558,18 @@ "message": "_Pn3WgE0NEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 278.93805503845215, + "msecs": 774.3430137634277, "msg": "_Pn3WgE0NEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5431.661128997803, + "relativeCreated": 5429.753065109253, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:09,286", - "created": 1610360709.286819, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781371, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -28574,8 +28584,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:09,280", - "created": 1610360709.280195, + "asctime": "2021-01-11 11:37:13,775", + "created": 1610361433.775513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28585,22 +28595,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 280.1949977874756, + "msecs": 775.5129337310791, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5432.918071746826, - "thread": 139854989064000, + "relativeCreated": 5430.922985076904, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:09,281", - "created": 1610360709.281295, + "asctime": "2021-01-11 11:37:13,776", + "created": 1610361433.776988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28610,22 +28620,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 281.2950611114502, + "msecs": 776.9880294799805, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5434.018135070801, - "thread": 139854989064000, + "relativeCreated": 5432.398080825806, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:09,281", - "created": 1610360709.281606, + "asctime": "2021-01-11 11:37:13,777", + "created": 1610361433.777352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28635,22 +28645,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 281.60595893859863, + "msecs": 777.3520946502686, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5434.329032897949, - "thread": 139854989064000, + "relativeCreated": 5432.762145996094, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:09,282", - "created": 1610360709.282191, + "asctime": "2021-01-11 11:37:13,777", + "created": 1610361433.777918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28660,14 +28670,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 282.19103813171387, + "msecs": 777.9181003570557, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5434.914112091064, - "thread": 139854989064000, + "relativeCreated": 5433.328151702881, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28676,25 +28686,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:09,282", - "created": 1610360709.282462, + "asctime": "2021-01-11 11:37:13,778", + "created": 1610361433.778142, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 282.46188163757324, + "msecs": 778.141975402832, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5435.184955596924, - "thread": 139854989064000, + "relativeCreated": 5433.552026748657, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28702,25 +28712,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:09,282", - "created": 1610360709.282783, + "asctime": "2021-01-11 11:37:13,778", + "created": 1610361433.778469, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 282.78303146362305, + "msecs": 778.4690856933594, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5435.506105422974, - "thread": 139854989064000, + "relativeCreated": 5433.879137039185, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28728,25 +28738,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.28301, + "asctime": "2021-01-11 11:37:13,778", + "created": 1610361433.77873, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 283.01000595092773, + "msecs": 778.7299156188965, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5435.733079910278, - "thread": 139854989064000, + "relativeCreated": 5434.139966964722, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28754,25 +28764,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283221, + "asctime": "2021-01-11 11:37:13,778", + "created": 1610361433.778976, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 283.2210063934326, + "msecs": 778.9759635925293, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5435.944080352783, - "thread": 139854989064000, + "relativeCreated": 5434.3860149383545, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28780,25 +28790,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283306, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779105, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 283.3058834075928, + "msecs": 779.1049480438232, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.028957366943, - "thread": 139854989064000, + "relativeCreated": 5434.514999389648, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28808,8 +28818,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283408, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28819,14 +28829,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 283.40792655944824, + "msecs": 779.1628837585449, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.131000518799, - "thread": 139854989064000, + "relativeCreated": 5434.57293510437, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28836,8 +28846,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283515, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779221, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28847,14 +28857,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 283.51497650146484, + "msecs": 779.2210578918457, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.238050460815, - "thread": 139854989064000, + "relativeCreated": 5434.631109237671, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28864,8 +28874,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283587, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28875,14 +28885,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 283.5869789123535, + "msecs": 779.278039932251, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.310052871704, - "thread": 139854989064000, + "relativeCreated": 5434.688091278076, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28892,8 +28902,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283659, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779339, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28903,22 +28913,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 283.6589813232422, + "msecs": 779.339075088501, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.382055282593, - "thread": 139854989064000, + "relativeCreated": 5434.749126434326, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.28373, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28928,14 +28938,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 283.73003005981445, + "msecs": 779.3951034545898, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.453104019165, - "thread": 139854989064000, + "relativeCreated": 5434.805154800415, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28944,25 +28954,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283808, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779454, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 283.80799293518066, + "msecs": 779.4539928436279, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.531066894531, - "thread": 139854989064000, + "relativeCreated": 5434.864044189453, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28970,25 +28980,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283879, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779511, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 283.87904167175293, + "msecs": 779.5109748840332, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.6021156311035, - "thread": 139854989064000, + "relativeCreated": 5434.921026229858, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -28996,25 +29006,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:09,283", - "created": 1610360709.283941, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779565, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 283.94103050231934, + "msecs": 779.5650959014893, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.66410446167, - "thread": 139854989064000, + "relativeCreated": 5434.975147247314, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29024,8 +29034,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284011, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779622, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29035,14 +29045,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 284.0108871459961, + "msecs": 779.6220779418945, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.733961105347, - "thread": 139854989064000, + "relativeCreated": 5435.03212928772, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29052,8 +29062,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284093, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29063,14 +29073,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 284.09290313720703, + "msecs": 779.6759605407715, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.815977096558, - "thread": 139854989064000, + "relativeCreated": 5435.086011886597, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29079,25 +29089,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284181, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.77973, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 284.1811180114746, + "msecs": 779.7300815582275, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.904191970825, - "thread": 139854989064000, + "relativeCreated": 5435.140132904053, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29106,25 +29116,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284257, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779782, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 284.2569351196289, + "msecs": 779.7820568084717, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5436.9800090789795, - "thread": 139854989064000, + "relativeCreated": 5435.192108154297, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29133,33 +29143,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284332, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779835, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 284.3320369720459, + "msecs": 779.8349857330322, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.0551109313965, - "thread": 139854989064000, + "relativeCreated": 5435.245037078857, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284412, + "asctime": "2021-01-11 11:37:13,779", + "created": 1610361433.779884, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29169,22 +29179,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 284.4119071960449, + "msecs": 779.8840999603271, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.1349811553955, - "thread": 139854989064000, + "relativeCreated": 5435.294151306152, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284734, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29194,14 +29204,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 284.73401069641113, + "msecs": 780.0359725952148, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.457084655762, - "thread": 139854989064000, + "relativeCreated": 5435.44602394104, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29210,25 +29220,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284828, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780108, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 284.82794761657715, + "msecs": 780.1079750061035, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.551021575928, - "thread": 139854989064000, + "relativeCreated": 5435.518026351929, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29236,25 +29246,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:09,284", - "created": 1610360709.284941, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780198, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 284.9409580230713, + "msecs": 780.1980972290039, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.664031982422, - "thread": 139854989064000, + "relativeCreated": 5435.608148574829, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29262,25 +29272,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285038, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780264, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 285.0379943847656, + "msecs": 780.2639007568359, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.761068344116, - "thread": 139854989064000, + "relativeCreated": 5435.673952102661, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29288,25 +29298,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285129, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780329, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 285.1290702819824, + "msecs": 780.3289890289307, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.852144241333, - "thread": 139854989064000, + "relativeCreated": 5435.739040374756, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29314,25 +29324,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285218, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.78038, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 285.2180004119873, + "msecs": 780.3800106048584, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5437.941074371338, - "thread": 139854989064000, + "relativeCreated": 5435.790061950684, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29342,8 +29352,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285314, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29353,14 +29363,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 285.31408309936523, + "msecs": 780.4360389709473, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.037157058716, - "thread": 139854989064000, + "relativeCreated": 5435.8460903167725, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29370,8 +29380,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285411, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29381,14 +29391,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 285.41088104248047, + "msecs": 780.4970741271973, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.133955001831, - "thread": 139854989064000, + "relativeCreated": 5435.9071254730225, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29398,8 +29408,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285503, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29409,14 +29419,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 285.5029106140137, + "msecs": 780.5459499359131, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.225984573364, - "thread": 139854989064000, + "relativeCreated": 5435.956001281738, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29426,8 +29436,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285607, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29437,22 +29447,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 285.60709953308105, + "msecs": 780.595064163208, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.330173492432, - "thread": 139854989064000, + "relativeCreated": 5436.005115509033, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285694, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780639, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29462,14 +29472,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 285.693883895874, + "msecs": 780.6389331817627, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.416957855225, - "thread": 139854989064000, + "relativeCreated": 5436.048984527588, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29478,25 +29488,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285793, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780687, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 285.7930660247803, + "msecs": 780.6870937347412, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.516139984131, - "thread": 139854989064000, + "relativeCreated": 5436.097145080566, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29504,25 +29514,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285887, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780735, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 285.8870029449463, + "msecs": 780.7350158691406, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.610076904297, - "thread": 139854989064000, + "relativeCreated": 5436.145067214966, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29530,25 +29540,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:09,285", - "created": 1610360709.285979, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780944, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 285.9790325164795, + "msecs": 780.9441089630127, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.70210647583, - "thread": 139854989064000, + "relativeCreated": 5436.354160308838, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29558,8 +29568,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:09,286", - "created": 1610360709.286075, + "asctime": "2021-01-11 11:37:13,780", + "created": 1610361433.780993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29569,14 +29579,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 286.0751152038574, + "msecs": 780.9929847717285, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.798189163208, - "thread": 139854989064000, + "relativeCreated": 5436.403036117554, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29586,8 +29596,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:09,286", - "created": 1610360709.286166, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29597,14 +29607,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 286.1659526824951, + "msecs": 781.0549736022949, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5438.889026641846, - "thread": 139854989064000, + "relativeCreated": 5436.46502494812, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29613,25 +29623,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:09,286", - "created": 1610360709.286451, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781124, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 286.4511013031006, + "msecs": 781.1241149902344, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.174175262451, - "thread": 139854989064000, + "relativeCreated": 5436.53416633606, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29640,25 +29650,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:09,286", - "created": 1610360709.286554, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781186, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 286.55409812927246, + "msecs": 781.1861038208008, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.277172088623, - "thread": 139854989064000, + "relativeCreated": 5436.596155166626, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29667,33 +29677,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:09,286", - "created": 1610360709.286642, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781246, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 286.64207458496094, + "msecs": 781.2459468841553, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.3651485443115, - "thread": 139854989064000, + "relativeCreated": 5436.6559982299805, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:09,286", - "created": 1610360709.286728, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781308, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29703,32 +29713,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 286.7279052734375, + "msecs": 781.3079357147217, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.450979232788, - "thread": 139854989064000, + "relativeCreated": 5436.717987060547, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 286.8189811706543, + "msecs": 781.3711166381836, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.542055130005, - "thread": 139854989064000, + "relativeCreated": 5436.781167984009, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 9.107589721679688e-05 + "time_consumption": 6.318092346191406e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:09,631", - "created": 1610360709.631096, + "asctime": "2021-01-11 11:37:14,124", + "created": 1610361434.124971, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -29743,8 +29753,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:09,287", - "created": 1610360709.287003, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29754,22 +29764,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 287.0030403137207, + "msecs": 781.498908996582, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.726114273071, - "thread": 139854989064000, + "relativeCreated": 5436.908960342407, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:09,287", - "created": 1610360709.287099, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29779,22 +29789,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 287.09888458251953, + "msecs": 781.5580368041992, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.82195854187, - "thread": 139854989064000, + "relativeCreated": 5436.968088150024, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:09,287", - "created": 1610360709.28719, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29804,14 +29814,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 287.1899604797363, + "msecs": 781.6119194030762, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5439.913034439087, - "thread": 139854989064000, + "relativeCreated": 5437.021970748901, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29822,8 +29832,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:09,287", - "created": 1610360709.287328, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29833,22 +29843,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 287.32800483703613, + "msecs": 781.702995300293, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5440.051078796387, - "thread": 139854989064000, + "relativeCreated": 5437.113046646118, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:09,287", - "created": 1610360709.287667, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.781921, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29858,22 +29868,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 287.66703605651855, + "msecs": 781.9209098815918, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5440.390110015869, - "thread": 139854989064000, + "relativeCreated": 5437.330961227417, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:09,287", - "created": 1610360709.287764, + "asctime": "2021-01-11 11:37:13,781", + "created": 1610361433.78199, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29883,22 +29893,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 287.7640724182129, + "msecs": 781.9900512695312, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5440.4871463775635, - "thread": 139854989064000, + "relativeCreated": 5437.400102615356, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:09,287", - "created": 1610360709.287838, + "asctime": "2021-01-11 11:37:13,782", + "created": 1610361433.782051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29908,14 +29918,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 287.8379821777344, + "msecs": 782.0510864257812, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5440.561056137085, - "thread": 139854989064000, + "relativeCreated": 5437.461137771606, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -29923,8 +29933,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 11:25:09,288", - "created": 1610360709.288868, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29934,14 +29944,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": 288.8679504394531, + "msecs": 784.142017364502, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5441.591024398804, - "thread": 139854696392448, + "relativeCreated": 5439.552068710327, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -29949,8 +29959,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 11:25:09,289", - "created": 1610360709.289065, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784286, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29960,14 +29970,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": 289.064884185791, + "msecs": 784.2860221862793, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5441.787958145142, - "thread": 139854696392448, + "relativeCreated": 5439.6960735321045, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -29975,8 +29985,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289151, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784349, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -29986,14 +29996,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 289.1509532928467, + "msecs": 784.3489646911621, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5441.874027252197, - "thread": 139854696392448, + "relativeCreated": 5439.759016036987, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30002,8 +30012,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.28922, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30013,14 +30023,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 289.22009468078613, + "msecs": 784.4040393829346, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5441.943168640137, - "thread": 139854696392448, + "relativeCreated": 5439.81409072876, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30028,8 +30038,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289315, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.78448, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30039,14 +30049,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 289.31498527526855, + "msecs": 784.480094909668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.038059234619, - "thread": 139854696392448, + "relativeCreated": 5439.890146255493, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30055,8 +30065,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289402, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30066,14 +30076,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.4020080566406, + "msecs": 784.5320701599121, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.125082015991, - "thread": 139854696392448, + "relativeCreated": 5439.942121505737, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30081,8 +30091,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289491, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784599, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30092,14 +30102,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 289.4909381866455, + "msecs": 784.5990657806396, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.214012145996, - "thread": 139854696392448, + "relativeCreated": 5440.009117126465, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30108,8 +30118,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289551, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784653, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30119,14 +30129,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.5510196685791, + "msecs": 784.6529483795166, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.27409362793, - "thread": 139854696392448, + "relativeCreated": 5440.062999725342, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30134,8 +30144,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289637, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784735, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30145,14 +30155,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 289.63708877563477, + "msecs": 784.7349643707275, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.360162734985, - "thread": 139854696392448, + "relativeCreated": 5440.145015716553, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30161,8 +30171,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289712, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30172,14 +30182,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.71195220947266, + "msecs": 784.7950458526611, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.435026168823, - "thread": 139854696392448, + "relativeCreated": 5440.205097198486, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30187,8 +30197,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289819, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784861, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30198,14 +30208,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 289.81900215148926, + "msecs": 784.8610877990723, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.54207611084, - "thread": 139854696392448, + "relativeCreated": 5440.2711391448975, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30214,8 +30224,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,289", - "created": 1610360709.289895, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784908, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30225,14 +30235,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.89505767822266, + "msecs": 784.9080562591553, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.618131637573, - "thread": 139854696392448, + "relativeCreated": 5440.3181076049805, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30240,8 +30250,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:09,290", - "created": 1610360709.290014, + "asctime": "2021-01-11 11:37:13,784", + "created": 1610361433.784984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30251,14 +30261,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 290.01402854919434, + "msecs": 784.9841117858887, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.737102508545, - "thread": 139854696392448, + "relativeCreated": 5440.394163131714, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30266,8 +30276,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:09,290", - "created": 1610360709.290123, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30277,14 +30287,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 290.12298583984375, + "msecs": 785.0439548492432, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.846059799194, - "thread": 139854696392448, + "relativeCreated": 5440.454006195068, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30292,8 +30302,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,290", - "created": 1610360709.290212, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785099, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30303,14 +30313,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 290.21191596984863, + "msecs": 785.0990295410156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5442.934989929199, - "thread": 139854696392448, + "relativeCreated": 5440.509080886841, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30319,8 +30329,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:09,290", - "created": 1610360709.290286, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30330,14 +30340,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": 290.2860641479492, + "msecs": 785.1459980010986, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5443.0091381073, - "thread": 139854696392448, + "relativeCreated": 5440.556049346924, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30345,8 +30355,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 11:25:09,290", - "created": 1610360709.290431, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785269, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30356,14 +30366,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": 290.43102264404297, + "msecs": 785.269021987915, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5443.154096603394, - "thread": 139854696392448, + "relativeCreated": 5440.67907333374, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30374,8 +30384,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:09,290", - "created": 1610360709.290581, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.78543, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30385,14 +30395,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 290.58098793029785, + "msecs": 785.4299545288086, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5443.304061889648, - "thread": 139854696392448, + "relativeCreated": 5440.840005874634, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30400,25 +30410,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:09,290", - "created": 1610360709.290665, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785504, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 290.6649112701416, + "msecs": 785.5041027069092, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5443.387985229492, - "thread": 139854696392448, + "relativeCreated": 5440.914154052734, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30429,8 +30439,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:09,290", - "created": 1610360709.29078, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30440,14 +30450,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 290.78006744384766, + "msecs": 785.5939865112305, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5443.503141403198, - "thread": 139854696392448, + "relativeCreated": 5441.004037857056, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -30455,8 +30465,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 11:25:09,291", - "created": 1610360709.291719, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30466,14 +30476,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": 291.7189598083496, + "msecs": 785.8738899230957, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5444.4420337677, - "thread": 139854687999744, + "relativeCreated": 5441.283941268921, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30481,8 +30491,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 11:25:09,291", - "created": 1610360709.291878, + "asctime": "2021-01-11 11:37:13,785", + "created": 1610361433.785985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30492,14 +30502,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": 291.87798500061035, + "msecs": 785.984992980957, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5444.601058959961, - "thread": 139854687999744, + "relativeCreated": 5441.395044326782, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30507,8 +30517,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,291", - "created": 1610360709.291958, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786035, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30518,14 +30528,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 291.9580936431885, + "msecs": 786.0350608825684, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5444.681167602539, - "thread": 139854687999744, + "relativeCreated": 5441.445112228394, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30534,8 +30544,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292022, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786078, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30545,14 +30555,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.0219898223877, + "msecs": 786.0779762268066, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5444.745063781738, - "thread": 139854687999744, + "relativeCreated": 5441.488027572632, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30560,8 +30570,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292122, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786133, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30571,14 +30581,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.12188720703125, + "msecs": 786.1330509185791, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5444.844961166382, - "thread": 139854687999744, + "relativeCreated": 5441.543102264404, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30587,8 +30597,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292216, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30598,14 +30608,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.21606254577637, + "msecs": 786.1740589141846, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5444.939136505127, - "thread": 139854687999744, + "relativeCreated": 5441.58411026001, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30613,8 +30623,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292348, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786232, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30624,14 +30634,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.34790802001953, + "msecs": 786.2319946289062, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.07098197937, - "thread": 139854687999744, + "relativeCreated": 5441.642045974731, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30640,8 +30650,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.29244, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786273, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30651,14 +30661,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.43993759155273, + "msecs": 786.2730026245117, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.163011550903, - "thread": 139854687999744, + "relativeCreated": 5441.683053970337, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30666,8 +30676,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292556, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786322, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30677,14 +30687,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.5560474395752, + "msecs": 786.3221168518066, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.279121398926, - "thread": 139854687999744, + "relativeCreated": 5441.732168197632, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30693,8 +30703,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292618, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30704,14 +30714,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.6180362701416, + "msecs": 786.3650321960449, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.341110229492, - "thread": 139854687999744, + "relativeCreated": 5441.77508354187, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30719,8 +30729,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292699, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30730,14 +30740,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.69909858703613, + "msecs": 786.4320278167725, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.422172546387, - "thread": 139854687999744, + "relativeCreated": 5441.842079162598, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30746,8 +30756,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292776, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30757,14 +30767,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.77610778808594, + "msecs": 786.4830493927002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.4991817474365, - "thread": 139854687999744, + "relativeCreated": 5441.893100738525, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30772,8 +30782,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292866, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30783,14 +30793,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 292.8659915924072, + "msecs": 786.5540981292725, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.589065551758, - "thread": 139854687999744, + "relativeCreated": 5441.964149475098, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30798,8 +30808,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:09,292", - "created": 1610360709.292938, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30809,14 +30819,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 292.9379940032959, + "msecs": 786.613941192627, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.6610679626465, - "thread": 139854687999744, + "relativeCreated": 5442.023992538452, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30824,8 +30834,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,293", - "created": 1610360709.293005, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30835,14 +30845,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 293.00498962402344, + "msecs": 786.668062210083, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.728063583374, - "thread": 139854687999744, + "relativeCreated": 5442.078113555908, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30851,8 +30861,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:09,293", - "created": 1610360709.293066, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786716, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30862,14 +30872,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.06602478027344, + "msecs": 786.7159843444824, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.789098739624, - "thread": 139854687999744, + "relativeCreated": 5442.126035690308, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30877,8 +30887,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 11:25:09,293", - "created": 1610360709.293193, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30888,14 +30898,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": 293.19310188293457, + "msecs": 786.8139743804932, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5445.916175842285, - "thread": 139854687999744, + "relativeCreated": 5442.224025726318, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30906,8 +30916,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:09,293", - "created": 1610360709.293321, + "asctime": "2021-01-11 11:37:13,786", + "created": 1610361433.786936, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30917,14 +30927,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 293.320894241333, + "msecs": 786.9360446929932, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5446.043968200684, - "thread": 139854687999744, + "relativeCreated": 5442.346096038818, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -30932,8 +30942,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:09,293", - "created": 1610360709.293398, + "asctime": "2021-01-11 11:37:13,787", + "created": 1610361433.787013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30943,32 +30953,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 293.3979034423828, + "msecs": 787.013053894043, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5446.120977401733, - "thread": 139854687999744, + "relativeCreated": 5442.423105239868, + "thread": 140378900514560, "threadName": "Thread-10" } ], - "msecs": 631.0958862304688, + "msecs": 124.97091293334961, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5783.818960189819, - "thread": 139854989064000, + "relativeCreated": 5780.380964279175, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33769798278808594 + "time_consumption": 0.33795785903930664 }, { "args": [], - "asctime": "2021-01-11 11:25:09,631", - "created": 1610360709.631659, + "asctime": "2021-01-11 11:37:14,125", + "created": 1610361434.125519, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -30979,21 +30989,21 @@ "message": "Setting a Server secret and no Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 631.6590309143066, + "msecs": 125.5190372467041, "msg": "Setting a Server secret and no Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5784.382104873657, - "thread": 139854989064000, + "relativeCreated": 5780.929088592529, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:09,833", - "created": 1610360709.833216, + "asctime": "2021-01-11 11:37:14,327", + "created": 1610361434.327237, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -31012,8 +31022,8 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:09,632", - "created": 1610360709.632081, + "asctime": "2021-01-11 11:37:14,126", + "created": 1610361434.126069, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31023,14 +31033,14 @@ "lineno": 445, "message": "prot-client: TX -> service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 632.0810317993164, + "msecs": 126.0690689086914, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5784.804105758667, - "thread": 139854989064000, + "relativeCreated": 5781.479120254517, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -31038,8 +31048,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 11:25:09,656", - "created": 1610360709.65635, + "asctime": "2021-01-11 11:37:14,151", + "created": 1610361434.151305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31049,14 +31059,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": 656.3498973846436, + "msecs": 151.3049602508545, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5809.072971343994, - "thread": 139854696392448, + "relativeCreated": 5806.71501159668, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31064,8 +31074,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 11:25:09,656", - "created": 1610360709.656875, + "asctime": "2021-01-11 11:37:14,151", + "created": 1610361434.15181, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31075,14 +31085,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": 656.8748950958252, + "msecs": 151.8099308013916, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5809.597969055176, - "thread": 139854696392448, + "relativeCreated": 5807.219982147217, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31090,8 +31100,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,657", - "created": 1610360709.657088, + "asctime": "2021-01-11 11:37:14,152", + "created": 1610361434.152018, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31101,14 +31111,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 657.088041305542, + "msecs": 152.01807022094727, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5809.811115264893, - "thread": 139854696392448, + "relativeCreated": 5807.4281215667725, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31117,8 +31127,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:09,657", - "created": 1610360709.65727, + "asctime": "2021-01-11 11:37:14,152", + "created": 1610361434.152215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31128,14 +31138,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 657.2699546813965, + "msecs": 152.21500396728516, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5809.993028640747, - "thread": 139854696392448, + "relativeCreated": 5807.62505531311, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31143,8 +31153,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,657", - "created": 1610360709.657507, + "asctime": "2021-01-11 11:37:14,152", + "created": 1610361434.152571, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31154,14 +31164,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 657.5069427490234, + "msecs": 152.5709629058838, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5810.230016708374, - "thread": 139854696392448, + "relativeCreated": 5807.981014251709, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31170,8 +31180,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,657", - "created": 1610360709.657692, + "asctime": "2021-01-11 11:37:14,152", + "created": 1610361434.152799, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31181,14 +31191,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 657.6919555664062, + "msecs": 152.79889106750488, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5810.415029525757, - "thread": 139854696392448, + "relativeCreated": 5808.20894241333, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31196,8 +31206,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,657", - "created": 1610360709.657912, + "asctime": "2021-01-11 11:37:14,153", + "created": 1610361434.153027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31207,14 +31217,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 657.912015914917, + "msecs": 153.02705764770508, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5810.635089874268, - "thread": 139854696392448, + "relativeCreated": 5808.43710899353, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31223,8 +31233,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,658", - "created": 1610360709.658092, + "asctime": "2021-01-11 11:37:14,153", + "created": 1610361434.153183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31234,14 +31244,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 658.0920219421387, + "msecs": 153.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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5810.815095901489, - "thread": 139854696392448, + "relativeCreated": 5808.593034744263, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31249,8 +31259,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,658", - "created": 1610360709.658353, + "asctime": "2021-01-11 11:37:14,153", + "created": 1610361434.153377, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31260,14 +31270,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 658.3530902862549, + "msecs": 153.37705612182617, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5811.0761642456055, - "thread": 139854696392448, + "relativeCreated": 5808.787107467651, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31276,8 +31286,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,658", - "created": 1610360709.658543, + "asctime": "2021-01-11 11:37:14,153", + "created": 1610361434.15353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31287,14 +31297,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 658.5431098937988, + "msecs": 153.52988243103027, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5811.266183853149, - "thread": 139854696392448, + "relativeCreated": 5808.9399337768555, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31302,8 +31312,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 11:25:09,659", - "created": 1610360709.659028, + "asctime": "2021-01-11 11:37:14,153", + "created": 1610361434.153908, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31313,14 +31323,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": 659.0280532836914, + "msecs": 153.90801429748535, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5811.751127243042, - "thread": 139854696392448, + "relativeCreated": 5809.318065643311, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31328,8 +31338,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 11:25:09,659", - "created": 1610360709.659448, + "asctime": "2021-01-11 11:37:14,154", + "created": 1610361434.154168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31339,14 +31349,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": 659.4479084014893, + "msecs": 154.16789054870605, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5812.17098236084, - "thread": 139854696392448, + "relativeCreated": 5809.577941894531, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31354,8 +31364,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,659", - "created": 1610360709.659774, + "asctime": "2021-01-11 11:37:14,154", + "created": 1610361434.154403, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31365,14 +31375,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 659.7740650177002, + "msecs": 154.4029712677002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5812.497138977051, - "thread": 139854696392448, + "relativeCreated": 5809.813022613525, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31381,8 +31391,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,659", - "created": 1610360709.659973, + "asctime": "2021-01-11 11:37:14,154", + "created": 1610361434.154557, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31392,14 +31402,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 659.9729061126709, + "msecs": 154.5569896697998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5812.6959800720215, - "thread": 139854696392448, + "relativeCreated": 5809.967041015625, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31407,8 +31417,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,660", - "created": 1610360709.660228, + "asctime": "2021-01-11 11:37:14,154", + "created": 1610361434.154753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31418,14 +31428,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 660.2280139923096, + "msecs": 154.7529697418213, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5812.95108795166, - "thread": 139854696392448, + "relativeCreated": 5810.1630210876465, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31434,8 +31444,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:09,660", - "created": 1610360709.660421, + "asctime": "2021-01-11 11:37:14,154", + "created": 1610361434.154904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31445,14 +31455,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": 660.4208946228027, + "msecs": 154.90388870239258, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5813.143968582153, - "thread": 139854696392448, + "relativeCreated": 5810.313940048218, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31460,8 +31470,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 11:25:09,660", - "created": 1610360709.660939, + "asctime": "2021-01-11 11:37:14,155", + "created": 1610361434.155288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31471,14 +31481,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": 660.9389781951904, + "msecs": 155.2879810333252, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5813.662052154541, - "thread": 139854696392448, + "relativeCreated": 5810.69803237915, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31489,8 +31499,8 @@ "status: okay", "u'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:09,661", - "created": 1610360709.661415, + "asctime": "2021-01-11 11:37:14,155", + "created": 1610361434.155703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31500,22 +31510,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": 661.4151000976562, + "msecs": 155.70306777954102, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5814.138174057007, - "thread": 139854696392448, + "relativeCreated": 5811.113119125366, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:09,661", - "created": 1610360709.661651, + "asctime": "2021-01-11 11:37:14,155", + "created": 1610361434.155898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31525,14 +31535,14 @@ "lineno": 459, "message": "prot-server: Authentification is required. Just sending negative response.", "module": "__init__", - "msecs": 661.6508960723877, + "msecs": 155.8980941772461, "msg": "%s Authentification is required. Just sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5814.373970031738, - "thread": 139854696392448, + "relativeCreated": 5811.308145523071, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31543,8 +31553,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 11:25:09,662", - "created": 1610360709.662116, + "asctime": "2021-01-11 11:37:14,156", + "created": 1610361434.15622, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31554,14 +31564,14 @@ "lineno": 445, "message": "prot-server: TX -> service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 662.1160507202148, + "msecs": 156.2199592590332, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5814.839124679565, - "thread": 139854696392448, + "relativeCreated": 5811.630010604858, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -31569,8 +31579,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 11:25:09,694", - "created": 1610360709.694762, + "asctime": "2021-01-11 11:37:14,188", + "created": 1610361434.188628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31580,14 +31590,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": 694.7619915008545, + "msecs": 188.6279582977295, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5847.485065460205, - "thread": 139854687999744, + "relativeCreated": 5844.038009643555, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31595,8 +31605,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 11:25:09,695", - "created": 1610360709.695228, + "asctime": "2021-01-11 11:37:14,189", + "created": 1610361434.189244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31606,14 +31616,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": 695.228099822998, + "msecs": 189.24403190612793, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5847.951173782349, - "thread": 139854687999744, + "relativeCreated": 5844.654083251953, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31621,8 +31631,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,695", - "created": 1610360709.695416, + "asctime": "2021-01-11 11:37:14,189", + "created": 1610361434.189493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31632,14 +31642,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 695.4159736633301, + "msecs": 189.49294090270996, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5848.139047622681, - "thread": 139854687999744, + "relativeCreated": 5844.902992248535, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31648,8 +31658,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:09,695", - "created": 1610360709.695575, + "asctime": "2021-01-11 11:37:14,189", + "created": 1610361434.189734, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31659,14 +31669,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 695.5749988555908, + "msecs": 189.73398208618164, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5848.298072814941, - "thread": 139854687999744, + "relativeCreated": 5845.144033432007, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31674,8 +31684,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,695", - "created": 1610360709.695809, + "asctime": "2021-01-11 11:37:14,189", + "created": 1610361434.189996, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31685,14 +31695,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 695.8088874816895, + "msecs": 189.99600410461426, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5848.53196144104, - "thread": 139854687999744, + "relativeCreated": 5845.406055450439, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31701,8 +31711,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,696", - "created": 1610360709.696061, + "asctime": "2021-01-11 11:37:14,190", + "created": 1610361434.190312, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31712,14 +31722,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 696.0608959197998, + "msecs": 190.31190872192383, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5848.78396987915, - "thread": 139854687999744, + "relativeCreated": 5845.721960067749, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31727,8 +31737,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,696", - "created": 1610360709.696383, + "asctime": "2021-01-11 11:37:14,190", + "created": 1610361434.190602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31738,14 +31748,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 696.382999420166, + "msecs": 190.60206413269043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5849.106073379517, - "thread": 139854687999744, + "relativeCreated": 5846.012115478516, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31754,8 +31764,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,696", - "created": 1610360709.696687, + "asctime": "2021-01-11 11:37:14,190", + "created": 1610361434.190778, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31765,14 +31775,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 696.6869831085205, + "msecs": 190.77801704406738, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5849.410057067871, - "thread": 139854687999744, + "relativeCreated": 5846.188068389893, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31780,8 +31790,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,696", - "created": 1610360709.696887, + "asctime": "2021-01-11 11:37:14,190", + "created": 1610361434.190978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31791,14 +31801,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 696.8870162963867, + "msecs": 190.9780502319336, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5849.610090255737, - "thread": 139854687999744, + "relativeCreated": 5846.388101577759, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31807,8 +31817,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,697", - "created": 1610360709.697023, + "asctime": "2021-01-11 11:37:14,191", + "created": 1610361434.191144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31818,14 +31828,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 697.0229148864746, + "msecs": 191.14398956298828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5849.745988845825, - "thread": 139854687999744, + "relativeCreated": 5846.5540409088135, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31833,8 +31843,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,697", - "created": 1610360709.697195, + "asctime": "2021-01-11 11:37:14,191", + "created": 1610361434.191357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31844,14 +31854,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 697.1950531005859, + "msecs": 191.35689735412598, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5849.9181270599365, - "thread": 139854687999744, + "relativeCreated": 5846.766948699951, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31860,8 +31870,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,697", - "created": 1610360709.697318, + "asctime": "2021-01-11 11:37:14,191", + "created": 1610361434.191521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31871,14 +31881,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 697.3180770874023, + "msecs": 191.52092933654785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5850.041151046753, - "thread": 139854687999744, + "relativeCreated": 5846.930980682373, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31886,8 +31896,8 @@ "comm-server:", "(8): 36 7d 5e 04 41 f5 3a 3e" ], - "asctime": "2021-01-11 11:25:09,697", - "created": 1610360709.697513, + "asctime": "2021-01-11 11:37:14,191", + "created": 1610361434.191762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31897,14 +31907,14 @@ "lineno": 284, "message": "comm-server: TX -> (8): 36 7d 5e 04 41 f5 3a 3e", "module": "__init__", - "msecs": 697.5131034851074, + "msecs": 191.76197052001953, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5850.236177444458, - "thread": 139854687999744, + "relativeCreated": 5847.172021865845, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31912,8 +31922,8 @@ "comm-client:", "(8): 36 7d 5e 04 41 f5 3a 3e" ], - "asctime": "2021-01-11 11:25:09,697", - "created": 1610360709.69767, + "asctime": "2021-01-11 11:37:14,192", + "created": 1610361434.192012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31923,14 +31933,14 @@ "lineno": 414, "message": "comm-client: RX <- (8): 36 7d 5e 04 41 f5 3a 3e", "module": "__init__", - "msecs": 697.6699829101562, + "msecs": 192.01207160949707, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5850.393056869507, - "thread": 139854687999744, + "relativeCreated": 5847.422122955322, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31938,8 +31948,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,697", - "created": 1610360709.697817, + "asctime": "2021-01-11 11:37:14,192", + "created": 1610361434.1922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31949,14 +31959,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 697.8170871734619, + "msecs": 192.1999454498291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5850.5401611328125, - "thread": 139854687999744, + "relativeCreated": 5847.609996795654, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31965,8 +31975,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:09,697", - "created": 1610360709.697967, + "asctime": "2021-01-11 11:37:14,192", + "created": 1610361434.192357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31976,14 +31986,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": 697.9670524597168, + "msecs": 192.35706329345703, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5850.690126419067, - "thread": 139854687999744, + "relativeCreated": 5847.767114639282, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -31991,8 +32001,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 11:25:09,698", - "created": 1610360709.698239, + "asctime": "2021-01-11 11:37:14,192", + "created": 1610361434.192707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32002,14 +32012,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": 698.2390880584717, + "msecs": 192.70706176757812, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5850.962162017822, - "thread": 139854687999744, + "relativeCreated": 5848.117113113403, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32020,8 +32030,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 11:25:09,698", - "created": 1610360709.698563, + "asctime": "2021-01-11 11:37:14,193", + "created": 1610361434.193118, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32031,22 +32041,22 @@ "lineno": 445, "message": "prot-client: RX <- service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 698.5630989074707, + "msecs": 193.11809539794922, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5851.286172866821, - "thread": 139854687999744, + "relativeCreated": 5848.528146743774, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:09,698", - "created": 1610360709.698769, + "asctime": "2021-01-11 11:37:14,193", + "created": 1610361434.193371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32056,35 +32066,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": 698.7690925598145, + "msecs": 193.37105751037598, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5851.492166519165, - "thread": 139854687999744, + "relativeCreated": 5848.781108856201, + "thread": 140378900514560, "threadName": "Thread-10" } ], - "msecs": 833.2159519195557, + "msecs": 327.2368907928467, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5985.939025878906, - "thread": 139854989064000, + "relativeCreated": 5982.646942138672, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.1344468593597412 + "time_consumption": 0.1338658332824707 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:09,834", - "created": 1610360709.834189, + "asctime": "2021-01-11 11:37:14,328", + "created": 1610361434.328218, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32101,8 +32111,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:09,833", - "created": 1610360709.83379, + "asctime": "2021-01-11 11:37:14,327", + "created": 1610361434.327809, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32112,14 +32122,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 833.7900638580322, + "msecs": 327.80909538269043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5986.513137817383, - "thread": 139854989064000, + "relativeCreated": 5983.219146728516, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -32128,8 +32138,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:09,833", - "created": 1610360709.833997, + "asctime": "2021-01-11 11:37:14,328", + "created": 1610361434.328018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32139,35 +32149,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 833.9970111846924, + "msecs": 328.0179500579834, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5986.720085144043, - "thread": 139854989064000, + "relativeCreated": 5983.428001403809, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 834.1889381408691, + "msecs": 328.2179832458496, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5986.91201210022, - "thread": 139854989064000, + "relativeCreated": 5983.628034591675, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001919269561767578 + "time_consumption": 0.00020003318786621094 }, { "args": [ "{u'status': 3, u'service_id': 31, u'data': None, u'data_id': 36}", "" ], - "asctime": "2021-01-11 11:25:09,834", - "created": 1610360709.834834, + "asctime": "2021-01-11 11:37:14,328", + "created": 1610361434.328889, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32184,8 +32194,8 @@ "{u'status': 3, u'service_id': 31, u'data': None, u'data_id': 36}", "" ], - "asctime": "2021-01-11 11:25:09,834", - "created": 1610360709.834476, + "asctime": "2021-01-11 11:37:14,328", + "created": 1610361434.328502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32195,14 +32205,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": 834.4759941101074, + "msecs": 328.50193977355957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5987.199068069458, - "thread": 139854989064000, + "relativeCreated": 5983.911991119385, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -32211,8 +32221,8 @@ "{'status': 3, 'service_id': 31, 'data': None, 'data_id': 36}", "" ], - "asctime": "2021-01-11 11:25:09,834", - "created": 1610360709.834655, + "asctime": "2021-01-11 11:37:14,328", + "created": 1610361434.328678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32222,32 +32232,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 3, 'service_id': 31, 'data': None, 'data_id': 36} ()", "module": "test", - "msecs": 834.6550464630127, + "msecs": 328.6778926849365, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5987.378120422363, - "thread": 139854989064000, + "relativeCreated": 5984.087944030762, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 834.834098815918, + "msecs": 328.8888931274414, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5987.557172775269, - "thread": 139854989064000, + "relativeCreated": 5984.298944473267, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017905235290527344 + "time_consumption": 0.0002110004425048828 }, { "args": [], - "asctime": "2021-01-11 11:25:09,835", - "created": 1610360709.835086, + "asctime": "2021-01-11 11:37:14,329", + "created": 1610361434.329145, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -32258,21 +32268,21 @@ "message": "Setting no Server secret but a Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 835.0861072540283, + "msecs": 329.1449546813965, "msg": "Setting no Server secret but a Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5987.809181213379, - "thread": 139854989064000, + "relativeCreated": 5984.555006027222, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:10,137", - "created": 1610360710.137322, + "asctime": "2021-01-11 11:37:14,631", + "created": 1610361434.631406, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -32291,8 +32301,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:09,835", - "created": 1610360709.835466, + "asctime": "2021-01-11 11:37:14,329", + "created": 1610361434.329522, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32302,14 +32312,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": 835.4659080505371, + "msecs": 329.52189445495605, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 5988.188982009888, - "thread": 139854989064000, + "relativeCreated": 5984.931945800781, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -32317,8 +32327,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 11:25:09,863", - "created": 1610360709.863778, + "asctime": "2021-01-11 11:37:14,358", + "created": 1610361434.358301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32328,14 +32338,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": 863.7781143188477, + "msecs": 358.30092430114746, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6016.501188278198, - "thread": 139854687999744, + "relativeCreated": 6013.710975646973, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32343,8 +32353,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 11:25:09,864", - "created": 1610360709.864298, + "asctime": "2021-01-11 11:37:14,358", + "created": 1610361434.35879, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32354,14 +32364,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": 864.2981052398682, + "msecs": 358.78992080688477, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6017.021179199219, - "thread": 139854687999744, + "relativeCreated": 6014.19997215271, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32369,8 +32379,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,864", - "created": 1610360709.864505, + "asctime": "2021-01-11 11:37:14,359", + "created": 1610361434.359048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32380,14 +32390,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 864.5050525665283, + "msecs": 359.04788970947266, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6017.228126525879, - "thread": 139854687999744, + "relativeCreated": 6014.457941055298, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32396,8 +32406,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:09,864", - "created": 1610360709.864721, + "asctime": "2021-01-11 11:37:14,359", + "created": 1610361434.359315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32407,14 +32417,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 864.7210597991943, + "msecs": 359.3149185180664, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6017.444133758545, - "thread": 139854687999744, + "relativeCreated": 6014.724969863892, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32422,8 +32432,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,865", - "created": 1610360709.865034, + "asctime": "2021-01-11 11:37:14,359", + "created": 1610361434.359513, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32433,14 +32443,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 865.0341033935547, + "msecs": 359.5130443572998, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6017.757177352905, - "thread": 139854687999744, + "relativeCreated": 6014.923095703125, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32449,8 +32459,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,865", - "created": 1610360709.865313, + "asctime": "2021-01-11 11:37:14,359", + "created": 1610361434.359675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32460,14 +32470,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 865.3130531311035, + "msecs": 359.67493057250977, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6018.036127090454, - "thread": 139854687999744, + "relativeCreated": 6015.084981918335, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32475,8 +32485,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,865", - "created": 1610360709.865555, + "asctime": "2021-01-11 11:37:14,359", + "created": 1610361434.359867, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32486,14 +32496,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 865.5550479888916, + "msecs": 359.8670959472656, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6018.278121948242, - "thread": 139854687999744, + "relativeCreated": 6015.277147293091, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32502,8 +32512,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,865", - "created": 1610360709.865713, + "asctime": "2021-01-11 11:37:14,360", + "created": 1610361434.360017, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32513,14 +32523,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 865.7128810882568, + "msecs": 360.0170612335205, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6018.435955047607, - "thread": 139854687999744, + "relativeCreated": 6015.427112579346, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32528,8 +32538,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,865", - "created": 1610360709.865944, + "asctime": "2021-01-11 11:37:14,360", + "created": 1610361434.360191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32539,14 +32549,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 865.9439086914062, + "msecs": 360.19110679626465, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6018.666982650757, - "thread": 139854687999744, + "relativeCreated": 6015.60115814209, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32555,8 +32565,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,866", - "created": 1610360709.866168, + "asctime": "2021-01-11 11:37:14,360", + "created": 1610361434.360328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32566,14 +32576,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 866.1680221557617, + "msecs": 360.32795906066895, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6018.891096115112, - "thread": 139854687999744, + "relativeCreated": 6015.738010406494, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32581,8 +32591,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 11:25:09,866", - "created": 1610360709.866554, + "asctime": "2021-01-11 11:37:14,360", + "created": 1610361434.360652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32592,14 +32602,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": 866.5540218353271, + "msecs": 360.65196990966797, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6019.277095794678, - "thread": 139854687999744, + "relativeCreated": 6016.062021255493, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32607,8 +32617,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 11:25:09,866", - "created": 1610360709.866815, + "asctime": "2021-01-11 11:37:14,360", + "created": 1610361434.360963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32618,14 +32628,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": 866.8150901794434, + "msecs": 360.9631061553955, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6019.538164138794, - "thread": 139854687999744, + "relativeCreated": 6016.373157501221, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32633,8 +32643,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,867", - "created": 1610360709.867057, + "asctime": "2021-01-11 11:37:14,361", + "created": 1610361434.361203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32644,14 +32654,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 867.0570850372314, + "msecs": 361.2029552459717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6019.780158996582, - "thread": 139854687999744, + "relativeCreated": 6016.613006591797, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32660,8 +32670,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:09,867", - "created": 1610360709.867215, + "asctime": "2021-01-11 11:37:14,361", + "created": 1610361434.361399, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32671,14 +32681,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 867.2149181365967, + "msecs": 361.39893531799316, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6019.937992095947, - "thread": 139854687999744, + "relativeCreated": 6016.808986663818, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32686,8 +32696,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:09,867", - "created": 1610360709.867468, + "asctime": "2021-01-11 11:37:14,361", + "created": 1610361434.361643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32697,14 +32707,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 867.4681186676025, + "msecs": 361.64307594299316, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6020.191192626953, - "thread": 139854687999744, + "relativeCreated": 6017.053127288818, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32713,8 +32723,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:09,867", - "created": 1610360709.86766, + "asctime": "2021-01-11 11:37:14,361", + "created": 1610361434.361845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32724,14 +32734,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": 867.6600456237793, + "msecs": 361.8450164794922, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6020.38311958313, - "thread": 139854687999744, + "relativeCreated": 6017.255067825317, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32739,8 +32749,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 11:25:09,868", - "created": 1610360709.868153, + "asctime": "2021-01-11 11:37:14,362", + "created": 1610361434.362328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32750,14 +32760,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": 868.1530952453613, + "msecs": 362.32805252075195, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6020.876169204712, - "thread": 139854687999744, + "relativeCreated": 6017.738103866577, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32768,8 +32778,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:09,868", - "created": 1610360709.868621, + "asctime": "2021-01-11 11:37:14,362", + "created": 1610361434.362803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32779,22 +32789,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": 868.6211109161377, + "msecs": 362.80298233032227, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6021.344184875488, - "thread": 139854687999744, + "relativeCreated": 6018.2130336761475, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:09,868", - "created": 1610360709.868893, + "asctime": "2021-01-11 11:37:14,363", + "created": 1610361434.363082, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32804,14 +32814,14 @@ "lineno": 463, "message": "prot-client: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 868.8929080963135, + "msecs": 363.0819320678711, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6021.615982055664, - "thread": 139854687999744, + "relativeCreated": 6018.491983413696, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -32821,46 +32831,46 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:10,136", - "created": 1610360710.136982, + "asctime": "2021-01-11 11:37:14,631", + "created": 1610361434.63106, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 136.98196411132812, + "msecs": 631.0598850250244, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6289.705038070679, - "thread": 139854989064000, + "relativeCreated": 6286.46993637085, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 137.32194900512695, + "msecs": 631.4060688018799, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6290.0450229644775, - "thread": 139854989064000, + "relativeCreated": 6286.816120147705, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003399848937988281 + "time_consumption": 0.00034618377685546875 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:10,138", - "created": 1610360710.1381, + "asctime": "2021-01-11 11:37:14,632", + "created": 1610361434.632266, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32877,8 +32887,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:10,137", - "created": 1610360710.137714, + "asctime": "2021-01-11 11:37:14,631", + "created": 1610361434.631824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32888,14 +32898,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 137.71390914916992, + "msecs": 631.8240165710449, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6290.4369831085205, - "thread": 139854989064000, + "relativeCreated": 6287.23406791687, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -32904,8 +32914,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:10,137", - "created": 1610360710.137917, + "asctime": "2021-01-11 11:37:14,632", + "created": 1610361434.632049, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32915,35 +32925,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 137.91704177856445, + "msecs": 632.0490837097168, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6290.640115737915, - "thread": 139854989064000, + "relativeCreated": 6287.459135055542, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 138.09990882873535, + "msecs": 632.2660446166992, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6290.822982788086, - "thread": 139854989064000, + "relativeCreated": 6287.676095962524, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018286705017089844 + "time_consumption": 0.00021696090698242188 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:10,138", - "created": 1610360710.138684, + "asctime": "2021-01-11 11:37:14,633", + "created": 1610361434.633273, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32960,8 +32970,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:10,138", - "created": 1610360710.138361, + "asctime": "2021-01-11 11:37:14,632", + "created": 1610361434.632594, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32971,14 +32981,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 138.36097717285156, + "msecs": 632.594108581543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6291.084051132202, - "thread": 139854989064000, + "relativeCreated": 6288.004159927368, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -32987,8 +32997,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:10,138", - "created": 1610360710.13852, + "asctime": "2021-01-11 11:37:14,633", + "created": 1610361434.633089, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32998,32 +33008,32 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 138.5200023651123, + "msecs": 633.0890655517578, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6291.243076324463, - "thread": 139854989064000, + "relativeCreated": 6288.499116897583, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 138.68403434753418, + "msecs": 633.2728862762451, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6291.407108306885, - "thread": 139854989064000, + "relativeCreated": 6288.68293762207, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.000164031982421875 + "time_consumption": 0.0001838207244873047 }, { "args": [], - "asctime": "2021-01-11 11:25:10,138", - "created": 1610360710.138926, + "asctime": "2021-01-11 11:37:14,633", + "created": 1610361434.633609, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33034,21 +33044,21 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 138.92602920532227, + "msecs": 633.6090564727783, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6291.649103164673, - "thread": 139854989064000, + "relativeCreated": 6289.0191078186035, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:10,440", - "created": 1610360710.440702, + "asctime": "2021-01-11 11:37:14,935", + "created": 1610361434.935474, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33066,25 +33076,25 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:10,139", - "created": 1610360710.139236, + "asctime": "2021-01-11 11:37:14,634", + "created": 1610361434.634001, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 139.2359733581543, + "msecs": 634.0010166168213, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6291.959047317505, - "thread": 139854989064000, + "relativeCreated": 6289.4110679626465, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -33094,46 +33104,46 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:10,440", - "created": 1610360710.440356, + "asctime": "2021-01-11 11:37:14,935", + "created": 1610361434.935061, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 440.3560161590576, + "msecs": 935.060977935791, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6593.079090118408, - "thread": 139854989064000, + "relativeCreated": 6590.471029281616, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 440.701961517334, + "msecs": 935.4739189147949, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6593.425035476685, - "thread": 139854989064000, + "relativeCreated": 6590.88397026062, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003459453582763672 + "time_consumption": 0.00041294097900390625 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:10,441", - "created": 1610360710.441588, + "asctime": "2021-01-11 11:37:14,936", + "created": 1610361434.936515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33150,8 +33160,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:10,441", - "created": 1610360710.441149, + "asctime": "2021-01-11 11:37:14,936", + "created": 1610361434.936051, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33161,14 +33171,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 441.1489963531494, + "msecs": 936.0508918762207, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6593.8720703125, - "thread": 139854989064000, + "relativeCreated": 6591.460943222046, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -33177,8 +33187,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:10,441", - "created": 1610360710.441372, + "asctime": "2021-01-11 11:37:14,936", + "created": 1610361434.936288, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33188,35 +33198,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 441.3719177246094, + "msecs": 936.2881183624268, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6594.09499168396, - "thread": 139854989064000, + "relativeCreated": 6591.698169708252, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 441.5879249572754, + "msecs": 936.5150928497314, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6594.310998916626, - "thread": 139854989064000, + "relativeCreated": 6591.925144195557, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021600723266601562 + "time_consumption": 0.0002269744873046875 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:10,442", - "created": 1610360710.442426, + "asctime": "2021-01-11 11:37:14,937", + "created": 1610361434.937348, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33233,8 +33243,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:10,442", - "created": 1610360710.44204, + "asctime": "2021-01-11 11:37:14,936", + "created": 1610361434.936905, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33244,14 +33254,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 442.03996658325195, + "msecs": 936.9049072265625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6594.7630405426025, - "thread": 139854989064000, + "relativeCreated": 6592.314958572388, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -33260,8 +33270,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:10,442", - "created": 1610360710.44222, + "asctime": "2021-01-11 11:37:14,937", + "created": 1610361434.937113, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33271,32 +33281,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 442.21997261047363, + "msecs": 937.1130466461182, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6594.943046569824, - "thread": 139854989064000, + "relativeCreated": 6592.523097991943, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 442.4259662628174, + "msecs": 937.3478889465332, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6595.149040222168, - "thread": 139854989064000, + "relativeCreated": 6592.757940292358, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00020599365234375 + "time_consumption": 0.00023484230041503906 }, { "args": [], - "asctime": "2021-01-11 11:25:10,744", - "created": 1610360710.744441, + "asctime": "2021-01-11 11:37:15,239", + "created": 1610361435.239193, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33314,25 +33324,25 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:10,442", - "created": 1610360710.442839, + "asctime": "2021-01-11 11:37:14,937", + "created": 1610361434.937702, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 442.8389072418213, + "msecs": 937.701940536499, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6595.561981201172, - "thread": 139854989064000, + "relativeCreated": 6593.111991882324, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -33342,46 +33352,46 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:10,744", - "created": 1610360710.744063, + "asctime": "2021-01-11 11:37:15,238", + "created": 1610361435.238854, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 744.0629005432129, + "msecs": 238.85393142700195, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6896.7859745025635, - "thread": 139854989064000, + "relativeCreated": 6894.263982772827, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 744.441032409668, + "msecs": 239.19296264648438, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6897.164106369019, - "thread": 139854989064000, + "relativeCreated": 6894.60301399231, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003781318664550781 + "time_consumption": 0.0003390312194824219 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:10,745", - "created": 1610360710.745593, + "asctime": "2021-01-11 11:37:15,240", + "created": 1610361435.240051, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33398,8 +33408,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:10,744", - "created": 1610360710.744965, + "asctime": "2021-01-11 11:37:15,239", + "created": 1610361435.239559, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33409,14 +33419,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 744.9650764465332, + "msecs": 239.55893516540527, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6897.688150405884, - "thread": 139854989064000, + "relativeCreated": 6894.9689865112305, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -33425,8 +33435,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:10,745", - "created": 1610360710.745349, + "asctime": "2021-01-11 11:37:15,239", + "created": 1610361435.239748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33436,35 +33446,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 745.3489303588867, + "msecs": 239.7480010986328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6898.072004318237, - "thread": 139854989064000, + "relativeCreated": 6895.158052444458, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 745.5930709838867, + "msecs": 240.0510311126709, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6898.316144943237, - "thread": 139854989064000, + "relativeCreated": 6895.461082458496, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.000244140625 + "time_consumption": 0.00030303001403808594 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:10,746", - "created": 1610360710.746947, + "asctime": "2021-01-11 11:37:15,240", + "created": 1610361435.24066, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33481,8 +33491,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:10,746", - "created": 1610360710.74623, + "asctime": "2021-01-11 11:37:15,240", + "created": 1610361435.240333, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33492,14 +33502,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 746.229887008667, + "msecs": 240.33308029174805, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6898.952960968018, - "thread": 139854989064000, + "relativeCreated": 6895.743131637573, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -33508,8 +33518,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:10,746", - "created": 1610360710.746702, + "asctime": "2021-01-11 11:37:15,240", + "created": 1610361435.240494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33519,32 +33529,32 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 746.7019557952881, + "msecs": 240.4940128326416, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6899.425029754639, - "thread": 139854989064000, + "relativeCreated": 6895.904064178467, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 746.9470500946045, + "msecs": 240.6599521636963, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6899.670124053955, - "thread": 139854989064000, + "relativeCreated": 6896.0700035095215, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00024509429931640625 + "time_consumption": 0.0001659393310546875 }, { "args": [], - "asctime": "2021-01-11 11:25:10,848", - "created": 1610360710.848433, + "asctime": "2021-01-11 11:37:15,341", + "created": 1610361435.341878, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33563,8 +33573,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:10,747", - "created": 1610360710.747434, + "asctime": "2021-01-11 11:37:15,241", + "created": 1610361435.241069, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33574,14 +33584,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 747.4339008331299, + "msecs": 241.06907844543457, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6900.1569747924805, - "thread": 139854989064000, + "relativeCreated": 6896.47912979126, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -33589,8 +33599,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 11:25:10,766", - "created": 1610360710.766342, + "asctime": "2021-01-11 11:37:15,260", + "created": 1610361435.260559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33600,14 +33610,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": 766.3419246673584, + "msecs": 260.55908203125, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6919.064998626709, - "thread": 139854696392448, + "relativeCreated": 6915.969133377075, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33615,8 +33625,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 11:25:10,766", - "created": 1610360710.766841, + "asctime": "2021-01-11 11:37:15,261", + "created": 1610361435.26109, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33626,14 +33636,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": 766.840934753418, + "msecs": 261.0900402069092, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6919.564008712769, - "thread": 139854696392448, + "relativeCreated": 6916.500091552734, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33641,8 +33651,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,767", - "created": 1610360710.767047, + "asctime": "2021-01-11 11:37:15,261", + "created": 1610361435.261301, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33652,14 +33662,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 767.0469284057617, + "msecs": 261.30104064941406, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6919.770002365112, - "thread": 139854696392448, + "relativeCreated": 6916.711091995239, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33668,8 +33678,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:10,767", - "created": 1610360710.76725, + "asctime": "2021-01-11 11:37:15,261", + "created": 1610361435.261508, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33679,14 +33689,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 767.2500610351562, + "msecs": 261.5079879760742, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6919.973134994507, - "thread": 139854696392448, + "relativeCreated": 6916.918039321899, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33694,8 +33704,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,767", - "created": 1610360710.767459, + "asctime": "2021-01-11 11:37:15,261", + "created": 1610361435.26172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33705,14 +33715,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 767.4589157104492, + "msecs": 261.7199420928955, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6920.1819896698, - "thread": 139854696392448, + "relativeCreated": 6917.129993438721, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33721,8 +33731,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,767", - "created": 1610360710.767617, + "asctime": "2021-01-11 11:37:15,261", + "created": 1610361435.261882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33732,14 +33742,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 767.6169872283936, + "msecs": 261.88206672668457, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6920.340061187744, - "thread": 139854696392448, + "relativeCreated": 6917.29211807251, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33747,8 +33757,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,767", - "created": 1610360710.767832, + "asctime": "2021-01-11 11:37:15,262", + "created": 1610361435.262097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33758,14 +33768,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 767.8320407867432, + "msecs": 262.0968818664551, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6920.555114746094, - "thread": 139854696392448, + "relativeCreated": 6917.50693321228, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33774,8 +33784,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,767", - "created": 1610360710.767997, + "asctime": "2021-01-11 11:37:15,262", + "created": 1610361435.262265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33785,14 +33795,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 767.9970264434814, + "msecs": 262.2649669647217, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6920.720100402832, - "thread": 139854696392448, + "relativeCreated": 6917.675018310547, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33800,8 +33810,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,768", - "created": 1610360710.768188, + "asctime": "2021-01-11 11:37:15,262", + "created": 1610361435.262458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33811,14 +33821,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 768.1879997253418, + "msecs": 262.45808601379395, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6920.911073684692, - "thread": 139854696392448, + "relativeCreated": 6917.868137359619, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33827,8 +33837,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,768", - "created": 1610360710.768341, + "asctime": "2021-01-11 11:37:15,262", + "created": 1610361435.262611, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33838,14 +33848,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 768.341064453125, + "msecs": 262.61091232299805, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6921.064138412476, - "thread": 139854696392448, + "relativeCreated": 6918.020963668823, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33853,8 +33863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,768", - "created": 1610360710.768551, + "asctime": "2021-01-11 11:37:15,262", + "created": 1610361435.262823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33864,14 +33874,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 768.5511112213135, + "msecs": 262.82310485839844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6921.274185180664, - "thread": 139854696392448, + "relativeCreated": 6918.233156204224, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33880,8 +33890,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,768", - "created": 1610360710.768701, + "asctime": "2021-01-11 11:37:15,262", + "created": 1610361435.262975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33891,14 +33901,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 768.7010765075684, + "msecs": 262.97497749328613, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6921.424150466919, - "thread": 139854696392448, + "relativeCreated": 6918.385028839111, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33906,8 +33916,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:10,768", - "created": 1610360710.768981, + "asctime": "2021-01-11 11:37:15,263", + "created": 1610361435.263211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33917,14 +33927,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 768.9809799194336, + "msecs": 263.2110118865967, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6921.704053878784, - "thread": 139854696392448, + "relativeCreated": 6918.621063232422, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33932,8 +33942,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:10,769", - "created": 1610360710.769169, + "asctime": "2021-01-11 11:37:15,263", + "created": 1610361435.263406, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33943,14 +33953,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 769.1690921783447, + "msecs": 263.40603828430176, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6921.892166137695, - "thread": 139854696392448, + "relativeCreated": 6918.816089630127, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33958,8 +33968,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,769", - "created": 1610360710.769358, + "asctime": "2021-01-11 11:37:15,263", + "created": 1610361435.263583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33969,14 +33979,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 769.3579196929932, + "msecs": 263.5829448699951, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6922.080993652344, - "thread": 139854696392448, + "relativeCreated": 6918.99299621582, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -33985,8 +33995,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:10,769", - "created": 1610360710.76951, + "asctime": "2021-01-11 11:37:15,263", + "created": 1610361435.263738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33996,14 +34006,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": 769.51003074646, + "msecs": 263.73791694641113, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6922.233104705811, - "thread": 139854696392448, + "relativeCreated": 6919.147968292236, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34011,8 +34021,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 11:25:10,769", - "created": 1610360710.769845, + "asctime": "2021-01-11 11:37:15,264", + "created": 1610361435.264072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34022,14 +34032,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": 769.8450088500977, + "msecs": 264.0719413757324, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6922.568082809448, - "thread": 139854696392448, + "relativeCreated": 6919.481992721558, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34040,8 +34050,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:10,770", - "created": 1610360710.770241, + "asctime": "2021-01-11 11:37:15,264", + "created": 1610361435.264486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34051,14 +34061,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 770.2410221099854, + "msecs": 264.48607444763184, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6922.964096069336, - "thread": 139854696392448, + "relativeCreated": 6919.896125793457, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34066,25 +34076,25 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:10,770", - "created": 1610360710.770452, + "asctime": "2021-01-11 11:37:15,264", + "created": 1610361435.264699, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 770.4520225524902, + "msecs": 264.69898223876953, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6923.175096511841, - "thread": 139854696392448, + "relativeCreated": 6920.109033584595, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34093,10 +34103,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'" + "'88adc5a53b236ebd62d69542273a4e2b3270425bd7fb7ad83417ce5efad969f0'" ], - "asctime": "2021-01-11 11:25:10,770", - "created": 1610360710.770734, + "asctime": "2021-01-11 11:37:15,264", + "created": 1610361435.264924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34104,25 +34114,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'88adc5a53b236ebd62d69542273a4e2b3270425bd7fb7ad83417ce5efad969f0'\"", "module": "__init__", - "msecs": 770.7340717315674, + "msecs": 264.9240493774414, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6923.457145690918, - "thread": 139854696392448, + "relativeCreated": 6920.334100723267, + "thread": 140378908907264, "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 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 38 38 61 64 63 35 61 35 33 62 32 33 36 65 62 64 36 32 64" ], - "asctime": "2021-01-11 11:25:10,772", - "created": 1610360710.772065, + "asctime": "2021-01-11 11:37:15,266", + "created": 1610361435.266157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34130,25 +34140,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 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39", + "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 38 38 61 64 63 35 61 35 33 62 32 33 36 65 62 64 36 32 64", "module": "__init__", - "msecs": 772.0649242401123, + "msecs": 266.1569118499756, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6924.787998199463, - "thread": 139854687999744, + "relativeCreated": 6921.566963195801, + "thread": 140378900514560, "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 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 38 38 61 64 63 35 61 35 33 62 32 33 36 65 62 64 36 32 64" ], - "asctime": "2021-01-11 11:25:10,772", - "created": 1610360710.772596, + "asctime": "2021-01-11 11:37:15,266", + "created": 1610361435.266483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34156,16 +34166,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 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39", + "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 38 38 61 64 63 35 61 35 33 62 32 33 36 65 62 64 36 32 64", "module": "__init__", - "msecs": 772.5958824157715, + "msecs": 266.4830684661865, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6925.318956375122, - "thread": 139854687999744, + "relativeCreated": 6921.893119812012, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34173,8 +34183,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,772", - "created": 1610360710.772934, + "asctime": "2021-01-11 11:37:15,266", + "created": 1610361435.26662, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34184,14 +34194,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 772.9339599609375, + "msecs": 266.6199207305908, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6925.657033920288, - "thread": 139854687999744, + "relativeCreated": 6922.029972076416, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34200,8 +34210,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:10,773", - "created": 1610360710.773129, + "asctime": "2021-01-11 11:37:15,266", + "created": 1610361435.266788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34211,14 +34221,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 773.1289863586426, + "msecs": 266.7880058288574, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6925.852060317993, - "thread": 139854687999744, + "relativeCreated": 6922.198057174683, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34226,8 +34236,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,773", - "created": 1610360710.77336, + "asctime": "2021-01-11 11:37:15,266", + "created": 1610361435.266939, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34237,14 +34247,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 773.360013961792, + "msecs": 266.9389247894287, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6926.083087921143, - "thread": 139854687999744, + "relativeCreated": 6922.348976135254, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34253,8 +34263,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,773", - "created": 1610360710.773536, + "asctime": "2021-01-11 11:37:15,267", + "created": 1610361435.267062, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34264,14 +34274,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.535966873169, + "msecs": 267.0619487762451, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6926.2590408325195, - "thread": 139854687999744, + "relativeCreated": 6922.47200012207, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34279,8 +34289,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,773", - "created": 1610360710.773767, + "asctime": "2021-01-11 11:37:15,267", + "created": 1610361435.267226, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34290,14 +34300,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 773.7669944763184, + "msecs": 267.225980758667, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6926.490068435669, - "thread": 139854687999744, + "relativeCreated": 6922.636032104492, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34306,8 +34316,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,773", - "created": 1610360710.773925, + "asctime": "2021-01-11 11:37:15,267", + "created": 1610361435.267338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34317,14 +34327,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.9250659942627, + "msecs": 267.3380374908447, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6926.648139953613, - "thread": 139854687999744, + "relativeCreated": 6922.74808883667, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34332,8 +34342,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,774", - "created": 1610360710.774121, + "asctime": "2021-01-11 11:37:15,267", + "created": 1610361435.267473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34343,14 +34353,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 774.1210460662842, + "msecs": 267.4729824066162, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6926.844120025635, - "thread": 139854687999744, + "relativeCreated": 6922.883033752441, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34359,8 +34369,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,774", - "created": 1610360710.774337, + "asctime": "2021-01-11 11:37:15,267", + "created": 1610361435.267687, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34370,23 +34380,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 774.3370532989502, + "msecs": 267.6870822906494, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6927.060127258301, - "thread": 139854687999744, + "relativeCreated": 6923.097133636475, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(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" + "(64): 36 39 35 34 32 32 37 33 61 34 65 32 62 33 32 37 30 34 32 35 62 64 37 66 62 37 61 64 38 33 34 31 37 63 65 35 65 66 61 64 39 36 39 66 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 69 c4" ], - "asctime": "2021-01-11 11:25:10,774", - "created": 1610360710.77482, + "asctime": "2021-01-11 11:37:15,267", + "created": 1610361435.267989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34394,25 +34404,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 36 39 35 34 32 32 37 33 61 34 65 32 62 33 32 37 30 34 32 35 62 64 37 66 62 37 61 64 38 33 34 31 37 63 65 35 65 66 61 64 39 36 39 66 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 69 c4", "module": "__init__", - "msecs": 774.82008934021, + "msecs": 267.988920211792, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6927.543163299561, - "thread": 139854687999744, + "relativeCreated": 6923.398971557617, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(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" + "(64): 36 39 35 34 32 32 37 33 61 34 65 32 62 33 32 37 30 34 32 35 62 64 37 66 62 37 61 64 38 33 34 31 37 63 65 35 65 66 61 64 39 36 39 66 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 69 c4" ], - "asctime": "2021-01-11 11:25:10,775", - "created": 1610360710.775211, + "asctime": "2021-01-11 11:37:15,268", + "created": 1610361435.2682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34420,16 +34430,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 36 39 35 34 32 32 37 33 61 34 65 32 62 33 32 37 30 34 32 35 62 64 37 66 62 37 61 64 38 33 34 31 37 63 65 35 65 66 61 64 39 36 39 66 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 69 c4", "module": "__init__", - "msecs": 775.2110958099365, + "msecs": 268.1999206542969, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6927.934169769287, - "thread": 139854687999744, + "relativeCreated": 6923.609972000122, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34437,8 +34447,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,775", - "created": 1610360710.775598, + "asctime": "2021-01-11 11:37:15,268", + "created": 1610361435.26841, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34448,14 +34458,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 775.5980491638184, + "msecs": 268.40996742248535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6928.321123123169, - "thread": 139854687999744, + "relativeCreated": 6923.820018768311, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34464,8 +34474,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,775", - "created": 1610360710.775771, + "asctime": "2021-01-11 11:37:15,268", + "created": 1610361435.268504, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34475,23 +34485,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 775.770902633667, + "msecs": 268.50390434265137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6928.493976593018, - "thread": 139854687999744, + "relativeCreated": 6923.913955688477, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(4): 7a d9 3a 3e" + "(4): aa 71 3a 3e" ], - "asctime": "2021-01-11 11:25:10,776", - "created": 1610360710.776006, + "asctime": "2021-01-11 11:37:15,268", + "created": 1610361435.268639, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34499,25 +34509,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 7a d9 3a 3e", + "message": "comm-server: TX -> (4): aa 71 3a 3e", "module": "__init__", - "msecs": 776.0059833526611, + "msecs": 268.63908767700195, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6928.729057312012, - "thread": 139854687999744, + "relativeCreated": 6924.049139022827, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(4): 7a d9 3a 3e" + "(4): aa 71 3a 3e" ], - "asctime": "2021-01-11 11:25:10,776", - "created": 1610360710.776188, + "asctime": "2021-01-11 11:37:15,268", + "created": 1610361435.268771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34525,16 +34535,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 7a d9 3a 3e", + "message": "comm-client: RX <- (4): aa 71 3a 3e", "module": "__init__", - "msecs": 776.1878967285156, + "msecs": 268.7709331512451, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6928.910970687866, - "thread": 139854687999744, + "relativeCreated": 6924.18098449707, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34542,8 +34552,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,776", - "created": 1610360710.776357, + "asctime": "2021-01-11 11:37:15,268", + "created": 1610361435.268897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34553,14 +34563,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 776.3569355010986, + "msecs": 268.89705657958984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6929.080009460449, - "thread": 139854687999744, + "relativeCreated": 6924.307107925415, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34569,8 +34579,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:10,776", - "created": 1610360710.776513, + "asctime": "2021-01-11 11:37:15,269", + "created": 1610361435.269004, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34580,23 +34590,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": 776.5130996704102, + "msecs": 269.00410652160645, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6929.236173629761, - "thread": 139854687999744, + "relativeCreated": 6924.414157867432, + "thread": 140378900514560, "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 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" + "(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 38 38 61 64 63 35 61 35 33 62 32 33 36 65 62 64 36 32 64 36 39 35 34 32 32 37 33 61 34 65 32 62 33 32 37 30 34 32 35 62 64 37 66 62 37 61 64 38 33 34 31 37 63 65 35 65 66 61 64 39 36 39 66 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 69 c4 aa 71" ], - "asctime": "2021-01-11 11:25:10,776", - "created": 1610360710.776877, + "asctime": "2021-01-11 11:37:15,269", + "created": 1610361435.269335, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34604,16 +34614,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 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", + "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 38 38 61 64 63 35 61 35 33 62 32 33 36 65 62 64 36 32 64 36 39 35 34 32 32 37 33 61 34 65 32 62 33 32 37 30 34 32 35 62 64 37 66 62 37 61 64 38 33 34 31 37 63 65 35 65 66 61 64 39 36 39 66 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 69 c4 aa 71", "module": "stp", - "msecs": 776.8769264221191, + "msecs": 269.3350315093994, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6929.60000038147, - "thread": 139854687999744, + "relativeCreated": 6924.745082855225, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34622,10 +34632,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'" + "u'88adc5a53b236ebd62d69542273a4e2b3270425bd7fb7ad83417ce5efad969f0'" ], - "asctime": "2021-01-11 11:25:10,777", - "created": 1610360710.777054, + "asctime": "2021-01-11 11:37:15,269", + "created": 1610361435.269598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34633,16 +34643,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'88adc5a53b236ebd62d69542273a4e2b3270425bd7fb7ad83417ce5efad969f0'\"", "module": "__init__", - "msecs": 777.0540714263916, + "msecs": 269.59800720214844, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6929.777145385742, - "thread": 139854687999744, + "relativeCreated": 6925.008058547974, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34650,8 +34660,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:10,777", - "created": 1610360710.777141, + "asctime": "2021-01-11 11:37:15,269", + "created": 1610361435.269742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34661,14 +34671,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 777.1410942077637, + "msecs": 269.7420120239258, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6929.864168167114, - "thread": 139854687999744, + "relativeCreated": 6925.152063369751, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -34677,10 +34687,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'" + "'dffbb3933e2bc0e9335becef2901cc353fcc847890da1ac97e1388561bb1aa50cc8a896e37b2c69461d7ad619a0c4939afe2f34d541ac381f5acea024091384f'" ], - "asctime": "2021-01-11 11:25:10,777", - "created": 1610360710.777264, + "asctime": "2021-01-11 11:37:15,269", + "created": 1610361435.269941, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34688,25 +34698,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'dffbb3933e2bc0e9335becef2901cc353fcc847890da1ac97e1388561bb1aa50cc8a896e37b2c69461d7ad619a0c4939afe2f34d541ac381f5acea024091384f'\"", "module": "__init__", - "msecs": 777.2641181945801, + "msecs": 269.9410915374756, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6929.987192153931, - "thread": 139854687999744, + "relativeCreated": 6925.351142883301, + "thread": 140378900514560, "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 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33" + "(64): 3a 3c 7b 22 73 74 61 74 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 66 66 62 62 33 39 33 33 65 32 62 63 30 65 39 33 33 35" ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779078, + "asctime": "2021-01-11 11:37:15,270", + "created": 1610361435.270667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34714,25 +34724,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 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33", + "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 66 66 62 62 33 39 33 33 65 32 62 63 30 65 39 33 33 35", "module": "__init__", - "msecs": 779.0780067443848, + "msecs": 270.66707611083984, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6931.801080703735, - "thread": 139854696392448, + "relativeCreated": 6926.077127456665, + "thread": 140378908907264, "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 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33" + "(64): 3a 3c 7b 22 73 74 61 74 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 66 66 62 62 33 39 33 33 65 32 62 63 30 65 39 33 33 35" ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779259, + "asctime": "2021-01-11 11:37:15,270", + "created": 1610361435.270914, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34740,16 +34750,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 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33", + "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 66 66 62 62 33 39 33 33 65 32 62 63 30 65 39 33 33 35", "module": "__init__", - "msecs": 779.2589664459229, + "msecs": 270.91407775878906, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6931.982040405273, - "thread": 139854696392448, + "relativeCreated": 6926.324129104614, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34757,8 +34767,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779337, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34768,14 +34778,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 779.3369293212891, + "msecs": 271.0230350494385, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.06000328064, - "thread": 139854696392448, + "relativeCreated": 6926.433086395264, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34784,8 +34794,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779404, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271118, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34795,14 +34805,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 779.4039249420166, + "msecs": 271.1179256439209, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.126998901367, - "thread": 139854696392448, + "relativeCreated": 6926.527976989746, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34810,8 +34820,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779483, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34821,14 +34831,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 779.4830799102783, + "msecs": 271.2359428405762, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.206153869629, - "thread": 139854696392448, + "relativeCreated": 6926.645994186401, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34837,8 +34847,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779551, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271323, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34848,14 +34858,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 779.5510292053223, + "msecs": 271.32296562194824, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.274103164673, - "thread": 139854696392448, + "relativeCreated": 6926.733016967773, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34863,8 +34873,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779634, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271439, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34874,14 +34884,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 779.6339988708496, + "msecs": 271.4390754699707, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.3570728302, - "thread": 139854696392448, + "relativeCreated": 6926.849126815796, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34890,8 +34900,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779693, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271522, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34901,14 +34911,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 779.6928882598877, + "msecs": 271.52204513549805, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.415962219238, - "thread": 139854696392448, + "relativeCreated": 6926.932096481323, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34916,8 +34926,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779776, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271648, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34927,14 +34937,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 779.7760963439941, + "msecs": 271.6479301452637, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.499170303345, - "thread": 139854696392448, + "relativeCreated": 6927.057981491089, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -34943,8 +34953,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,779", - "created": 1610360710.779852, + "asctime": "2021-01-11 11:37:15,271", + "created": 1610361435.271751, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34954,23 +34964,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 779.8519134521484, + "msecs": 271.75092697143555, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.574987411499, - "thread": 139854696392448, + "relativeCreated": 6927.160978317261, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(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" + "(64): 62 65 63 65 66 32 39 30 31 63 63 33 35 33 66 63 63 38 34 37 38 39 30 64 61 31 61 63 39 37 65 31 33 38 38 35 36 31 62 62 31 61 61 35 30 63 63 38 61 38 39 36 65 33 37 62 32 63 36 39 34 36 31 64" ], - "asctime": "2021-01-11 11:25:10,780", - "created": 1610360710.780071, + "asctime": "2021-01-11 11:37:15,272", + "created": 1610361435.27207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34978,25 +34988,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 62 65 63 65 66 32 39 30 31 63 63 33 35 33 66 63 63 38 34 37 38 39 30 64 61 31 61 63 39 37 65 31 33 38 38 35 36 31 62 62 31 61 61 35 30 63 63 38 61 38 39 36 65 33 37 62 32 63 36 39 34 36 31 64", "module": "__init__", - "msecs": 780.0710201263428, + "msecs": 272.06993103027344, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.794094085693, - "thread": 139854696392448, + "relativeCreated": 6927.479982376099, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(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" + "(64): 62 65 63 65 66 32 39 30 31 63 63 33 35 33 66 63 63 38 34 37 38 39 30 64 61 31 61 63 39 37 65 31 33 38 38 35 36 31 62 62 31 61 61 35 30 63 63 38 61 38 39 36 65 33 37 62 32 63 36 39 34 36 31 64" ], - "asctime": "2021-01-11 11:25:10,780", - "created": 1610360710.78023, + "asctime": "2021-01-11 11:37:15,272", + "created": 1610361435.272292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35004,25 +35014,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 62 65 63 65 66 32 39 30 31 63 63 33 35 33 66 63 63 38 34 37 38 39 30 64 61 31 61 63 39 37 65 31 33 38 38 35 36 31 62 62 31 61 61 35 30 63 63 38 61 38 39 36 65 33 37 62 32 63 36 39 34 36 31 64", "module": "__init__", - "msecs": 780.2300453186035, + "msecs": 272.291898727417, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6932.953119277954, - "thread": 139854696392448, + "relativeCreated": 6927.701950073242, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(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" + "(64): 37 61 64 36 31 39 61 30 63 34 39 33 39 61 66 65 32 66 33 34 64 35 34 31 61 63 33 38 31 66 35 61 63 65 61 30 32 34 30 39 31 33 38 34 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 5c 84" ], - "asctime": "2021-01-11 11:25:10,780", - "created": 1610360710.780566, + "asctime": "2021-01-11 11:37:15,272", + "created": 1610361435.272894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35030,25 +35040,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 37 61 64 36 31 39 61 30 63 34 39 33 39 61 66 65 32 66 33 34 64 35 34 31 61 63 33 38 31 66 35 61 63 65 61 30 32 34 30 39 31 33 38 34 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 5c 84", "module": "__init__", - "msecs": 780.5659770965576, + "msecs": 272.89390563964844, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6933.289051055908, - "thread": 139854696392448, + "relativeCreated": 6928.303956985474, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(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" + "(64): 37 61 64 36 31 39 61 30 63 34 39 33 39 61 66 65 32 66 33 34 64 35 34 31 61 63 33 38 31 66 35 61 63 65 61 30 32 34 30 39 31 33 38 34 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 5c 84" ], - "asctime": "2021-01-11 11:25:10,780", - "created": 1610360710.780737, + "asctime": "2021-01-11 11:37:15,273", + "created": 1610361435.273143, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35056,16 +35066,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 37 61 64 36 31 39 61 30 63 34 39 33 39 61 66 65 32 66 33 34 64 35 34 31 61 63 33 38 31 66 35 61 63 65 61 30 32 34 30 39 31 33 38 34 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 5c 84", "module": "__init__", - "msecs": 780.7369232177734, + "msecs": 273.14305305480957, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6933.459997177124, - "thread": 139854696392448, + "relativeCreated": 6928.553104400635, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35073,8 +35083,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,780", - "created": 1610360710.780985, + "asctime": "2021-01-11 11:37:15,273", + "created": 1610361435.273362, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35084,14 +35094,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 780.9851169586182, + "msecs": 273.3619213104248, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6933.708190917969, - "thread": 139854696392448, + "relativeCreated": 6928.77197265625, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35100,8 +35110,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,781", - "created": 1610360710.781079, + "asctime": "2021-01-11 11:37:15,273", + "created": 1610361435.273456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35111,23 +35121,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 781.0790538787842, + "msecs": 273.4560966491699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6933.802127838135, - "thread": 139854696392448, + "relativeCreated": 6928.866147994995, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(4): 4e 28 3a 3e" + "(4): 8d 2d 3a 3e" ], - "asctime": "2021-01-11 11:25:10,781", - "created": 1610360710.78121, + "asctime": "2021-01-11 11:37:15,273", + "created": 1610361435.273585, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35135,25 +35145,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 4e 28 3a 3e", + "message": "comm-client: TX -> (4): 8d 2d 3a 3e", "module": "__init__", - "msecs": 781.2099456787109, + "msecs": 273.58508110046387, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6933.9330196380615, - "thread": 139854696392448, + "relativeCreated": 6928.995132446289, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(4): 4e 28 3a 3e" + "(4): 8d 2d 3a 3e" ], - "asctime": "2021-01-11 11:25:10,781", - "created": 1610360710.781375, + "asctime": "2021-01-11 11:37:15,273", + "created": 1610361435.273682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35161,16 +35171,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 4e 28 3a 3e", + "message": "comm-server: RX <- (4): 8d 2d 3a 3e", "module": "__init__", - "msecs": 781.3749313354492, + "msecs": 273.6821174621582, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6934.0980052948, - "thread": 139854696392448, + "relativeCreated": 6929.092168807983, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35178,8 +35188,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,781", - "created": 1610360710.781482, + "asctime": "2021-01-11 11:37:15,273", + "created": 1610361435.273776, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35189,14 +35199,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 781.4819812774658, + "msecs": 273.7760543823242, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6934.205055236816, - "thread": 139854696392448, + "relativeCreated": 6929.186105728149, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35205,8 +35215,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:10,781", - "created": 1610360710.781574, + "asctime": "2021-01-11 11:37:15,273", + "created": 1610361435.27386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35216,23 +35226,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": 781.574010848999, + "msecs": 273.85997772216797, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6934.29708480835, - "thread": 139854696392448, + "relativeCreated": 6929.270029067993, + "thread": 140378908907264, "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 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" + "(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 66 66 62 62 33 39 33 33 65 32 62 63 30 65 39 33 33 35 62 65 63 65 66 32 39 30 31 63 63 33 35 33 66 63 63 38 34 37 38 39 30 64 61 31 61 63 39 37 65 31 33 38 38 35 36 31 62 62 31 61 61 35 30 63 63 38 61 38 39 36 65 33 37 62 32 63 36 39 34 36 31 64 37 61 64 36 31 39 61 30 63 34 39 33 39 61 66 65 32 66 33 34 64 35 34 31 61 63 33 38 31 66 35 61 63 65 61 30 32 34 30 39 31 33 38 34 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 5c 84 8d 2d" ], - "asctime": "2021-01-11 11:25:10,781", - "created": 1610360710.781862, + "asctime": "2021-01-11 11:37:15,274", + "created": 1610361435.274278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35240,16 +35250,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 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", + "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 66 66 62 62 33 39 33 33 65 32 62 63 30 65 39 33 33 35 62 65 63 65 66 32 39 30 31 63 63 33 35 33 66 63 63 38 34 37 38 39 30 64 61 31 61 63 39 37 65 31 33 38 38 35 36 31 62 62 31 61 61 35 30 63 63 38 61 38 39 36 65 33 37 62 32 63 36 39 34 36 31 64 37 61 64 36 31 39 61 30 63 34 39 33 39 61 66 65 32 66 33 34 64 35 34 31 61 63 33 38 31 66 35 61 63 65 61 30 32 34 30 39 31 33 38 34 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 5c 84 8d 2d", "module": "stp", - "msecs": 781.8620204925537, + "msecs": 274.277925491333, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6934.585094451904, - "thread": 139854696392448, + "relativeCreated": 6929.687976837158, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35258,10 +35268,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'" + "u'dffbb3933e2bc0e9335becef2901cc353fcc847890da1ac97e1388561bb1aa50cc8a896e37b2c69461d7ad619a0c4939afe2f34d541ac381f5acea024091384f'" ], - "asctime": "2021-01-11 11:25:10,782", - "created": 1610360710.782022, + "asctime": "2021-01-11 11:37:15,274", + "created": 1610361435.274551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35269,16 +35279,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'dffbb3933e2bc0e9335becef2901cc353fcc847890da1ac97e1388561bb1aa50cc8a896e37b2c69461d7ad619a0c4939afe2f34d541ac381f5acea024091384f'\"", "module": "__init__", - "msecs": 782.0219993591309, + "msecs": 274.5509147644043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6934.745073318481, - "thread": 139854696392448, + "relativeCreated": 6929.9609661102295, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35286,25 +35296,25 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:10,782", - "created": 1610360710.782104, + "asctime": "2021-01-11 11:37:15,274", + "created": 1610361435.274711, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 782.1040153503418, + "msecs": 274.71089363098145, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6934.827089309692, - "thread": 139854696392448, + "relativeCreated": 6930.120944976807, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35315,8 +35325,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:10,782", - "created": 1610360710.782224, + "asctime": "2021-01-11 11:37:15,274", + "created": 1610361435.274925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35326,14 +35336,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 782.2239398956299, + "msecs": 274.92499351501465, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6934.9470138549805, - "thread": 139854696392448, + "relativeCreated": 6930.33504486084, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35341,8 +35351,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 11:25:10,785", - "created": 1610360710.785459, + "asctime": "2021-01-11 11:37:15,275", + "created": 1610361435.275454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35352,14 +35362,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": 785.459041595459, + "msecs": 275.454044342041, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.18211555481, - "thread": 139854687999744, + "relativeCreated": 6930.864095687866, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35367,8 +35377,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 11:25:10,785", - "created": 1610360710.785636, + "asctime": "2021-01-11 11:37:15,275", + "created": 1610361435.275676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35378,14 +35388,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": 785.6359481811523, + "msecs": 275.67601203918457, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.359022140503, - "thread": 139854687999744, + "relativeCreated": 6931.08606338501, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35393,8 +35403,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,785", - "created": 1610360710.785726, + "asctime": "2021-01-11 11:37:15,275", + "created": 1610361435.275775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35404,14 +35414,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 785.7260704040527, + "msecs": 275.7749557495117, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.449144363403, - "thread": 139854687999744, + "relativeCreated": 6931.185007095337, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35420,8 +35430,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:10,785", - "created": 1610360710.785819, + "asctime": "2021-01-11 11:37:15,275", + "created": 1610361435.275862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35431,14 +35441,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 785.8190536499023, + "msecs": 275.8619785308838, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.542127609253, - "thread": 139854687999744, + "relativeCreated": 6931.272029876709, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35446,8 +35456,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,785", - "created": 1610360710.785922, + "asctime": "2021-01-11 11:37:15,275", + "created": 1610361435.27598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35457,14 +35467,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 785.9220504760742, + "msecs": 275.97999572753906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.645124435425, - "thread": 139854687999744, + "relativeCreated": 6931.390047073364, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35473,8 +35483,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786006, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35484,14 +35494,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 786.005973815918, + "msecs": 276.0660648345947, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.729047775269, - "thread": 139854687999744, + "relativeCreated": 6931.47611618042, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35499,8 +35509,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786117, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35510,14 +35520,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 786.1170768737793, + "msecs": 276.1859893798828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.84015083313, - "thread": 139854687999744, + "relativeCreated": 6931.596040725708, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35526,8 +35536,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786196, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35537,14 +35547,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 786.1959934234619, + "msecs": 276.26490592956543, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6938.9190673828125, - "thread": 139854687999744, + "relativeCreated": 6931.674957275391, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35552,8 +35562,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786293, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276381, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35563,14 +35573,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 786.2930297851562, + "msecs": 276.3810157775879, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.016103744507, - "thread": 139854687999744, + "relativeCreated": 6931.791067123413, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35579,8 +35589,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786364, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35590,14 +35600,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 786.3640785217285, + "msecs": 276.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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.087152481079, - "thread": 139854687999744, + "relativeCreated": 6931.874990463257, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35605,8 +35615,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786467, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35616,14 +35626,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 786.4670753479004, + "msecs": 276.5839099884033, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.190149307251, - "thread": 139854687999744, + "relativeCreated": 6931.9939613342285, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35632,8 +35642,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786542, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35643,14 +35653,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 786.5419387817383, + "msecs": 276.66592597961426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.265012741089, - "thread": 139854687999744, + "relativeCreated": 6932.075977325439, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35658,8 +35668,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.78666, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35669,14 +35679,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 786.6599559783936, + "msecs": 276.80206298828125, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.383029937744, - "thread": 139854687999744, + "relativeCreated": 6932.212114334106, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35684,8 +35694,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786752, + "asctime": "2021-01-11 11:37:15,276", + "created": 1610361435.276904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35695,14 +35705,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 786.7519855499268, + "msecs": 276.9041061401367, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.475059509277, - "thread": 139854687999744, + "relativeCreated": 6932.314157485962, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35710,8 +35720,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786837, + "asctime": "2021-01-11 11:37:15,277", + "created": 1610361435.277074, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35721,14 +35731,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 786.837100982666, + "msecs": 277.07409858703613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.560174942017, - "thread": 139854687999744, + "relativeCreated": 6932.484149932861, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35737,8 +35747,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:10,786", - "created": 1610360710.786912, + "asctime": "2021-01-11 11:37:15,277", + "created": 1610361435.277156, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35748,14 +35758,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": 786.9119644165039, + "msecs": 277.15611457824707, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.6350383758545, - "thread": 139854687999744, + "relativeCreated": 6932.566165924072, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35763,8 +35773,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 11:25:10,787", - "created": 1610360710.787089, + "asctime": "2021-01-11 11:37:15,277", + "created": 1610361435.277332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35774,14 +35784,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": 787.0891094207764, + "msecs": 277.332067489624, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.812183380127, - "thread": 139854687999744, + "relativeCreated": 6932.742118835449, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35792,8 +35802,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:10,787", - "created": 1610360710.787238, + "asctime": "2021-01-11 11:37:15,277", + "created": 1610361435.27749, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35803,14 +35813,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 787.2378826141357, + "msecs": 277.48990058898926, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6939.960956573486, - "thread": 139854687999744, + "relativeCreated": 6932.899951934814, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -35818,8 +35828,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:10,787", - "created": 1610360710.787322, + "asctime": "2021-01-11 11:37:15,277", + "created": 1610361435.277581, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35829,22 +35839,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 787.3220443725586, + "msecs": 277.58097648620605, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6940.045118331909, - "thread": 139854687999744, + "relativeCreated": 6932.991027832031, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:10,787", - "created": 1610360710.787392, + "asctime": "2021-01-11 11:37:15,277", + "created": 1610361435.277664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35854,32 +35864,32 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 787.3919010162354, + "msecs": 277.6639461517334, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 6940.114974975586, - "thread": 139854687999744, + "relativeCreated": 6933.073997497559, + "thread": 140378900514560, "threadName": "Thread-10" } ], - "msecs": 848.4330177307129, + "msecs": 341.87793731689453, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7001.1560916900635, - "thread": 139854989064000, + "relativeCreated": 6997.28798866272, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.06104111671447754 + "time_consumption": 0.06421399116516113 }, { "args": [], - "asctime": "2021-01-11 11:25:11,050", - "created": 1610360711.050434, + "asctime": "2021-01-11 11:37:15,544", + "created": 1610361435.544225, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -35898,8 +35908,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:10,849", - "created": 1610360710.849215, + "asctime": "2021-01-11 11:37:15,342", + "created": 1610361435.342672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35909,14 +35919,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 849.215030670166, + "msecs": 342.67210960388184, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7001.938104629517, - "thread": 139854989064000, + "relativeCreated": 6998.082160949707, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -35924,8 +35934,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 11:25:10,882", - "created": 1610360710.882936, + "asctime": "2021-01-11 11:37:15,375", + "created": 1610361435.375944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35935,14 +35945,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": 882.9360008239746, + "msecs": 375.9438991546631, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7035.659074783325, - "thread": 139854696392448, + "relativeCreated": 7031.353950500488, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35950,8 +35960,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 11:25:10,883", - "created": 1610360710.883509, + "asctime": "2021-01-11 11:37:15,376", + "created": 1610361435.376543, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35961,14 +35971,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": 883.5089206695557, + "msecs": 376.5430450439453, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7036.231994628906, - "thread": 139854696392448, + "relativeCreated": 7031.9530963897705, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -35976,8 +35986,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,883", - "created": 1610360710.883756, + "asctime": "2021-01-11 11:37:15,376", + "created": 1610361435.376872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35987,14 +35997,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 883.7559223175049, + "msecs": 376.87206268310547, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7036.4789962768555, - "thread": 139854696392448, + "relativeCreated": 7032.282114028931, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36003,8 +36013,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:10,883", - "created": 1610360710.883991, + "asctime": "2021-01-11 11:37:15,377", + "created": 1610361435.377164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36014,14 +36024,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 883.991003036499, + "msecs": 377.1638870239258, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7036.71407699585, - "thread": 139854696392448, + "relativeCreated": 7032.573938369751, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36029,8 +36039,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,884", - "created": 1610360710.884542, + "asctime": "2021-01-11 11:37:15,377", + "created": 1610361435.377485, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36040,14 +36050,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 884.5419883728027, + "msecs": 377.4850368499756, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7037.265062332153, - "thread": 139854696392448, + "relativeCreated": 7032.895088195801, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36056,8 +36066,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,884", - "created": 1610360710.884879, + "asctime": "2021-01-11 11:37:15,377", + "created": 1610361435.377684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36067,14 +36077,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 884.8791122436523, + "msecs": 377.6841163635254, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7037.602186203003, - "thread": 139854696392448, + "relativeCreated": 7033.094167709351, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36082,8 +36092,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,885", - "created": 1610360710.885148, + "asctime": "2021-01-11 11:37:15,377", + "created": 1610361435.377971, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36093,14 +36103,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 885.1480484008789, + "msecs": 377.97093391418457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7037.8711223602295, - "thread": 139854696392448, + "relativeCreated": 7033.38098526001, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36109,8 +36119,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,885", - "created": 1610360710.885324, + "asctime": "2021-01-11 11:37:15,378", + "created": 1610361435.378172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36120,14 +36130,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.3240013122559, + "msecs": 378.1719207763672, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7038.047075271606, - "thread": 139854696392448, + "relativeCreated": 7033.581972122192, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36135,8 +36145,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,885", - "created": 1610360710.885617, + "asctime": "2021-01-11 11:37:15,378", + "created": 1610361435.378444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36146,14 +36156,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 885.6170177459717, + "msecs": 378.44395637512207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7038.340091705322, - "thread": 139854696392448, + "relativeCreated": 7033.854007720947, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36162,8 +36172,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,885", - "created": 1610360710.885834, + "asctime": "2021-01-11 11:37:15,378", + "created": 1610361435.378638, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36173,14 +36183,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.8339786529541, + "msecs": 378.63802909851074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7038.557052612305, - "thread": 139854696392448, + "relativeCreated": 7034.048080444336, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36188,8 +36198,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 11:25:10,886", - "created": 1610360710.886365, + "asctime": "2021-01-11 11:37:15,379", + "created": 1610361435.379126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36199,14 +36209,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": 886.3649368286133, + "msecs": 379.12607192993164, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7039.088010787964, - "thread": 139854696392448, + "relativeCreated": 7034.536123275757, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36214,8 +36224,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 11:25:10,886", - "created": 1610360710.886749, + "asctime": "2021-01-11 11:37:15,379", + "created": 1610361435.379467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36225,14 +36235,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": 886.7490291595459, + "msecs": 379.4670104980469, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7039.4721031188965, - "thread": 139854696392448, + "relativeCreated": 7034.877061843872, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36240,8 +36250,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,887", - "created": 1610360710.887017, + "asctime": "2021-01-11 11:37:15,379", + "created": 1610361435.379663, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36251,14 +36261,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.017011642456, + "msecs": 379.66299057006836, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7039.740085601807, - "thread": 139854696392448, + "relativeCreated": 7035.073041915894, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36267,8 +36277,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:10,887", - "created": 1610360710.88718, + "asctime": "2021-01-11 11:37:15,379", + "created": 1610361435.379781, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36278,14 +36288,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 887.1800899505615, + "msecs": 379.78100776672363, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7039.903163909912, - "thread": 139854696392448, + "relativeCreated": 7035.191059112549, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36293,8 +36303,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:10,887", - "created": 1610360710.887365, + "asctime": "2021-01-11 11:37:15,379", + "created": 1610361435.379919, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36304,14 +36314,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.3651027679443, + "msecs": 379.91905212402344, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7040.088176727295, - "thread": 139854696392448, + "relativeCreated": 7035.329103469849, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36320,8 +36330,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:10,887", - "created": 1610360710.887518, + "asctime": "2021-01-11 11:37:15,380", + "created": 1610361435.380031, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36331,14 +36341,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.5179290771484, + "msecs": 380.0311088562012, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7040.241003036499, - "thread": 139854696392448, + "relativeCreated": 7035.441160202026, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36346,8 +36356,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 11:25:10,888", - "created": 1610360710.888145, + "asctime": "2021-01-11 11:37:15,380", + "created": 1610361435.380408, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36357,14 +36367,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": 888.1449699401855, + "msecs": 380.40804862976074, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7040.868043899536, - "thread": 139854696392448, + "relativeCreated": 7035.818099975586, + "thread": 140378908907264, "threadName": "Thread-9" }, { @@ -36375,8 +36385,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:10,888", - "created": 1610360710.88847, + "asctime": "2021-01-11 11:37:15,380", + "created": 1610361435.380679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36386,22 +36396,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 888.469934463501, + "msecs": 380.6788921356201, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7041.193008422852, - "thread": 139854696392448, + "relativeCreated": 7036.088943481445, + "thread": 140378908907264, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:10,888", - "created": 1610360710.888565, + "asctime": "2021-01-11 11:37:15,380", + "created": 1610361435.380868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36411,35 +36421,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": 888.5650634765625, + "msecs": 380.86795806884766, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7041.288137435913, - "thread": 139854696392448, + "relativeCreated": 7036.278009414673, + "thread": 140378908907264, "threadName": "Thread-9" } ], - "msecs": 50.434112548828125, + "msecs": 544.2249774932861, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7203.157186508179, - "thread": 139854989064000, + "relativeCreated": 7199.635028839111, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.16186904907226562 + "time_consumption": 0.16335701942443848 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:11,051", - "created": 1610360711.051498, + "asctime": "2021-01-11 11:37:15,545", + "created": 1610361435.545522, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36456,8 +36466,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:11,051", - "created": 1610360711.051042, + "asctime": "2021-01-11 11:37:15,545", + "created": 1610361435.545018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36467,14 +36477,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 51.04207992553711, + "msecs": 545.0179576873779, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7203.765153884888, - "thread": 139854989064000, + "relativeCreated": 7200.428009033203, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -36483,8 +36493,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:11,051", - "created": 1610360711.051278, + "asctime": "2021-01-11 11:37:15,545", + "created": 1610361435.545263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36494,35 +36504,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 51.278114318847656, + "msecs": 545.2630519866943, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7204.001188278198, - "thread": 139854989064000, + "relativeCreated": 7200.6731033325195, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 51.4979362487793, + "msecs": 545.5219745635986, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7204.22101020813, - "thread": 139854989064000, + "relativeCreated": 7200.932025909424, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021982192993164062 + "time_consumption": 0.0002589225769042969 }, { "args": [ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:11,052", - "created": 1610360711.05236, + "asctime": "2021-01-11 11:37:15,546", + "created": 1610361435.546625, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36539,8 +36549,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:11,051", - "created": 1610360711.051978, + "asctime": "2021-01-11 11:37:15,546", + "created": 1610361435.546066, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36550,14 +36560,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": 51.978111267089844, + "msecs": 546.0660457611084, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7204.70118522644, - "thread": 139854989064000, + "relativeCreated": 7201.476097106934, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -36566,8 +36576,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:11,052", - "created": 1610360711.052179, + "asctime": "2021-01-11 11:37:15,546", + "created": 1610361435.546383, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36577,32 +36587,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": 52.17909812927246, + "msecs": 546.3829040527344, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7204.902172088623, - "thread": 139854989064000, + "relativeCreated": 7201.79295539856, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 52.36005783081055, + "msecs": 546.6248989105225, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7205.083131790161, - "thread": 139854989064000, + "relativeCreated": 7202.034950256348, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018095970153808594 + "time_consumption": 0.00024199485778808594 }, { "args": [], - "asctime": "2021-01-11 11:25:11,254", - "created": 1610360711.254108, + "asctime": "2021-01-11 11:37:15,748", + "created": 1610361435.748502, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -36621,8 +36631,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:11,052", - "created": 1610360711.052862, + "asctime": "2021-01-11 11:37:15,547", + "created": 1610361435.547136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36632,14 +36642,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": 52.861928939819336, + "msecs": 547.1360683441162, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7205.58500289917, - "thread": 139854989064000, + "relativeCreated": 7202.546119689941, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -36647,8 +36657,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 11:25:11,089", - "created": 1610360711.089173, + "asctime": "2021-01-11 11:37:15,582", + "created": 1610361435.582453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36658,14 +36668,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": 89.1730785369873, + "msecs": 582.4530124664307, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7241.896152496338, - "thread": 139854687999744, + "relativeCreated": 7237.863063812256, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36673,8 +36683,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 11:25:11,089", - "created": 1610360711.089798, + "asctime": "2021-01-11 11:37:15,582", + "created": 1610361435.582975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36684,14 +36694,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": 89.7979736328125, + "msecs": 582.974910736084, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7242.521047592163, - "thread": 139854687999744, + "relativeCreated": 7238.384962081909, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36699,8 +36709,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,090", - "created": 1610360711.090078, + "asctime": "2021-01-11 11:37:15,583", + "created": 1610361435.58317, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36710,14 +36720,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 90.07811546325684, + "msecs": 583.1699371337891, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7242.801189422607, - "thread": 139854687999744, + "relativeCreated": 7238.579988479614, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36726,8 +36736,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:11,090", - "created": 1610360711.090304, + "asctime": "2021-01-11 11:37:15,583", + "created": 1610361435.583376, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36737,14 +36747,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 90.30389785766602, + "msecs": 583.3759307861328, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7243.026971817017, - "thread": 139854687999744, + "relativeCreated": 7238.785982131958, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36752,8 +36762,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,090", - "created": 1610360711.090651, + "asctime": "2021-01-11 11:37:15,583", + "created": 1610361435.583626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36763,14 +36773,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 90.65103530883789, + "msecs": 583.6260318756104, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7243.3741092681885, - "thread": 139854687999744, + "relativeCreated": 7239.036083221436, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36779,8 +36789,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,090", - "created": 1610360711.090874, + "asctime": "2021-01-11 11:37:15,583", + "created": 1610361435.583812, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36790,14 +36800,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 90.87395668029785, + "msecs": 583.8119983673096, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7243.597030639648, - "thread": 139854687999744, + "relativeCreated": 7239.222049713135, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36805,8 +36815,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,091", - "created": 1610360711.091732, + "asctime": "2021-01-11 11:37:15,584", + "created": 1610361435.584109, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36816,14 +36826,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 91.73202514648438, + "msecs": 584.1090679168701, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7244.455099105835, - "thread": 139854687999744, + "relativeCreated": 7239.519119262695, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36832,8 +36842,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,092", - "created": 1610360711.092083, + "asctime": "2021-01-11 11:37:15,584", + "created": 1610361435.584346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36843,14 +36853,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 92.08297729492188, + "msecs": 584.3460559844971, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7244.8060512542725, - "thread": 139854687999744, + "relativeCreated": 7239.756107330322, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36858,8 +36868,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,092", - "created": 1610360711.092386, + "asctime": "2021-01-11 11:37:15,584", + "created": 1610361435.58463, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36869,14 +36879,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 92.38600730895996, + "msecs": 584.630012512207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7245.109081268311, - "thread": 139854687999744, + "relativeCreated": 7240.040063858032, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36885,8 +36895,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,092", - "created": 1610360711.09271, + "asctime": "2021-01-11 11:37:15,584", + "created": 1610361435.584904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36896,14 +36906,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 92.71001815795898, + "msecs": 584.9039554595947, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7245.43309211731, - "thread": 139854687999744, + "relativeCreated": 7240.31400680542, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36911,8 +36921,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 11:25:11,093", - "created": 1610360711.093316, + "asctime": "2021-01-11 11:37:15,585", + "created": 1610361435.585452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36922,14 +36932,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": 93.31607818603516, + "msecs": 585.4520797729492, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7246.039152145386, - "thread": 139854687999744, + "relativeCreated": 7240.862131118774, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36937,8 +36947,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 11:25:11,093", - "created": 1610360711.093826, + "asctime": "2021-01-11 11:37:15,585", + "created": 1610361435.585732, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36948,14 +36958,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": 93.8260555267334, + "msecs": 585.7319831848145, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7246.549129486084, - "thread": 139854687999744, + "relativeCreated": 7241.14203453064, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36963,8 +36973,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,094", - "created": 1610360711.094165, + "asctime": "2021-01-11 11:37:15,585", + "created": 1610361435.585977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36974,14 +36984,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 94.16508674621582, + "msecs": 585.9770774841309, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7246.888160705566, - "thread": 139854687999744, + "relativeCreated": 7241.387128829956, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -36990,8 +37000,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:11,094", - "created": 1610360711.094404, + "asctime": "2021-01-11 11:37:15,586", + "created": 1610361435.586154, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37001,14 +37011,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 94.40398216247559, + "msecs": 586.1539840698242, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7247.127056121826, - "thread": 139854687999744, + "relativeCreated": 7241.564035415649, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -37016,8 +37026,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:11,094", - "created": 1610360711.094652, + "asctime": "2021-01-11 11:37:15,586", + "created": 1610361435.586342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37027,14 +37037,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 94.65193748474121, + "msecs": 586.3420963287354, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7247.375011444092, - "thread": 139854687999744, + "relativeCreated": 7241.752147674561, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -37043,8 +37053,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:11,094", - "created": 1610360711.094848, + "asctime": "2021-01-11 11:37:15,586", + "created": 1610361435.586495, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37054,14 +37064,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": 94.8479175567627, + "msecs": 586.4949226379395, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7247.570991516113, - "thread": 139854687999744, + "relativeCreated": 7241.904973983765, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -37069,8 +37079,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 11:25:11,095", - "created": 1610360711.095397, + "asctime": "2021-01-11 11:37:15,587", + "created": 1610361435.587104, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37080,14 +37090,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": 95.3969955444336, + "msecs": 587.104082107544, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7248.120069503784, - "thread": 139854687999744, + "relativeCreated": 7242.514133453369, + "thread": 140378900514560, "threadName": "Thread-10" }, { @@ -37098,8 +37108,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:11,095", - "created": 1610360711.095897, + "asctime": "2021-01-11 11:37:15,587", + "created": 1610361435.587596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37109,22 +37119,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": 95.89695930480957, + "msecs": 587.5959396362305, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7248.62003326416, - "thread": 139854687999744, + "relativeCreated": 7243.005990982056, + "thread": 140378900514560, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:11,096", - "created": 1610360711.096229, + "asctime": "2021-01-11 11:37:15,587", + "created": 1610361435.587919, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37134,35 +37144,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": 96.22907638549805, + "msecs": 587.9189968109131, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7248.952150344849, - "thread": 139854687999744, + "relativeCreated": 7243.329048156738, + "thread": 140378900514560, "threadName": "Thread-10" } ], - "msecs": 254.10795211791992, + "msecs": 748.5020160675049, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7406.8310260772705, - "thread": 139854989064000, + "relativeCreated": 7403.91206741333, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.15787887573242188 + "time_consumption": 0.1605830192565918 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:11,255", - "created": 1610360711.255025, + "asctime": "2021-01-11 11:37:15,749", + "created": 1610361435.749478, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37179,8 +37189,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:11,254", - "created": 1610360711.254635, + "asctime": "2021-01-11 11:37:15,749", + "created": 1610361435.749074, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37190,14 +37200,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 254.63509559631348, + "msecs": 749.0739822387695, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7407.358169555664, - "thread": 139854989064000, + "relativeCreated": 7404.484033584595, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37206,8 +37216,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:11,254", - "created": 1610360711.254843, + "asctime": "2021-01-11 11:37:15,749", + "created": 1610361435.749286, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37217,35 +37227,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 254.84299659729004, + "msecs": 749.2859363555908, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7407.566070556641, - "thread": 139854989064000, + "relativeCreated": 7404.695987701416, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 255.02490997314453, + "msecs": 749.4781017303467, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7407.747983932495, - "thread": 139854989064000, + "relativeCreated": 7404.888153076172, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001819133758544922 + "time_consumption": 0.00019216537475585938 }, { "args": [ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:11,255", - "created": 1610360711.255701, + "asctime": "2021-01-11 11:37:15,750", + "created": 1610361435.750326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37262,8 +37272,8 @@ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:11,255", - "created": 1610360711.255315, + "asctime": "2021-01-11 11:37:15,749", + "created": 1610361435.749757, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37273,14 +37283,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": 255.31506538391113, + "msecs": 749.7570514678955, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7408.038139343262, - "thread": 139854989064000, + "relativeCreated": 7405.167102813721, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37289,8 +37299,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:11,255", - "created": 1610360711.255495, + "asctime": "2021-01-11 11:37:15,750", + "created": 1610361435.750049, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37300,39 +37310,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": 255.4950714111328, + "msecs": 750.0491142272949, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7408.218145370483, - "thread": 139854989064000, + "relativeCreated": 7405.45916557312, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 255.70106506347656, + "msecs": 750.3259181976318, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 7408.424139022827, - "thread": 139854989064000, + "relativeCreated": 7405.735969543457, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00020599365234375 + "time_consumption": 0.00027680397033691406 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 1.9767630100250244, - "time_finished": "2021-01-11 11:25:11,255", - "time_start": "2021-01-11 11:25:09,278" + "time_consumption": 1.975982904434204, + "time_finished": "2021-01-11 11:37:15,750", + "time_start": "2021-01-11 11:37:13,774" }, "_Tb-78E4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:17,681", - "created": 1610360717.681642, + "asctime": "2021-01-11 11:37:22,180", + "created": 1610361442.180471, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37343,18 +37353,18 @@ "message": "_Tb-78E4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 681.6420555114746, + "msecs": 180.47094345092773, "msg": "_Tb-78E4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13834.365129470825, + "relativeCreated": 13835.880994796753, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693648, + "asctime": "2021-01-11 11:37:22,190", + "created": 1610361442.190678, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -37369,8 +37379,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:17,682", - "created": 1610360717.682848, + "asctime": "2021-01-11 11:37:22,181", + "created": 1610361442.181534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37380,22 +37390,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 682.8479766845703, + "msecs": 181.5340518951416, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13835.57105064392, - "thread": 139854989064000, + "relativeCreated": 13836.944103240967, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:17,684", - "created": 1610360717.68415, + "asctime": "2021-01-11 11:37:22,182", + "created": 1610361442.182317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37405,22 +37415,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 684.149980545044, + "msecs": 182.31701850891113, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13836.873054504395, - "thread": 139854989064000, + "relativeCreated": 13837.727069854736, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:17,684", - "created": 1610360717.684457, + "asctime": "2021-01-11 11:37:22,182", + "created": 1610361442.182523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37430,22 +37440,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 684.4570636749268, + "msecs": 182.52301216125488, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13837.180137634277, - "thread": 139854989064000, + "relativeCreated": 13837.93306350708, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:17,685", - "created": 1610360717.685069, + "asctime": "2021-01-11 11:37:22,182", + "created": 1610361442.182948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37455,14 +37465,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 685.0690841674805, + "msecs": 182.94811248779297, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13837.792158126831, - "thread": 139854989064000, + "relativeCreated": 13838.358163833618, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37471,25 +37481,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:17,685", - "created": 1610360717.685398, + "asctime": "2021-01-11 11:37:22,183", + "created": 1610361442.183116, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 685.3981018066406, + "msecs": 183.11595916748047, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13838.121175765991, - "thread": 139854989064000, + "relativeCreated": 13838.526010513306, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37497,25 +37507,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:17,685", - "created": 1610360717.685827, + "asctime": "2021-01-11 11:37:22,183", + "created": 1610361442.183368, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 685.8270168304443, + "msecs": 183.36796760559082, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13838.550090789795, - "thread": 139854989064000, + "relativeCreated": 13838.778018951416, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37523,25 +37533,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:17,686", - "created": 1610360717.686079, + "asctime": "2021-01-11 11:37:22,183", + "created": 1610361442.183551, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 686.0790252685547, + "msecs": 183.55107307434082, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13838.802099227905, - "thread": 139854989064000, + "relativeCreated": 13838.961124420166, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37549,25 +37559,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:17,686", - "created": 1610360717.686315, + "asctime": "2021-01-11 11:37:22,183", + "created": 1610361442.183748, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 686.3150596618652, + "msecs": 183.7480068206787, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13839.038133621216, - "thread": 139854989064000, + "relativeCreated": 13839.158058166504, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37575,25 +37585,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:17,686", - "created": 1610360717.686553, + "asctime": "2021-01-11 11:37:22,183", + "created": 1610361442.183931, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 686.5530014038086, + "msecs": 183.9311122894287, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13839.27607536316, - "thread": 139854989064000, + "relativeCreated": 13839.341163635254, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37603,8 +37613,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:17,686", - "created": 1610360717.686816, + "asctime": "2021-01-11 11:37:22,184", + "created": 1610361442.184119, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37614,14 +37624,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 686.8159770965576, + "msecs": 184.11898612976074, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13839.539051055908, - "thread": 139854989064000, + "relativeCreated": 13839.529037475586, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37631,8 +37641,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:17,687", - "created": 1610360717.687297, + "asctime": "2021-01-11 11:37:22,184", + "created": 1610361442.184318, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37642,14 +37652,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 687.2971057891846, + "msecs": 184.31806564331055, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13840.020179748535, - "thread": 139854989064000, + "relativeCreated": 13839.728116989136, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37659,8 +37669,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:17,687", - "created": 1610360717.687533, + "asctime": "2021-01-11 11:37:22,184", + "created": 1610361442.184519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37670,14 +37680,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 687.532901763916, + "msecs": 184.51905250549316, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13840.255975723267, - "thread": 139854989064000, + "relativeCreated": 13839.929103851318, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37687,8 +37697,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:17,687", - "created": 1610360717.687806, + "asctime": "2021-01-11 11:37:22,184", + "created": 1610361442.184723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37698,22 +37708,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 687.8058910369873, + "msecs": 184.722900390625, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13840.528964996338, - "thread": 139854989064000, + "relativeCreated": 13840.13295173645, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:17,688", - "created": 1610360717.688055, + "asctime": "2021-01-11 11:37:22,184", + "created": 1610361442.184912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37723,14 +37733,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 688.0550384521484, + "msecs": 184.91196632385254, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13840.778112411499, - "thread": 139854989064000, + "relativeCreated": 13840.322017669678, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37739,25 +37749,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:17,688", - "created": 1610360717.688327, + "asctime": "2021-01-11 11:37:22,185", + "created": 1610361442.185098, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 688.3270740509033, + "msecs": 185.09793281555176, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13841.050148010254, - "thread": 139854989064000, + "relativeCreated": 13840.507984161377, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37765,25 +37775,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:17,688", - "created": 1610360717.688836, + "asctime": "2021-01-11 11:37:22,185", + "created": 1610361442.185278, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 688.8360977172852, + "msecs": 185.27793884277344, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13841.559171676636, - "thread": 139854989064000, + "relativeCreated": 13840.687990188599, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37791,25 +37801,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:17,689", - "created": 1610360717.689184, + "asctime": "2021-01-11 11:37:22,185", + "created": 1610361442.185473, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 689.1839504241943, + "msecs": 185.47296524047852, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13841.907024383545, - "thread": 139854989064000, + "relativeCreated": 13840.883016586304, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37819,8 +37829,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:17,689", - "created": 1610360717.689487, + "asctime": "2021-01-11 11:37:22,185", + "created": 1610361442.185643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37830,14 +37840,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 689.4869804382324, + "msecs": 185.64295768737793, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13842.210054397583, - "thread": 139854989064000, + "relativeCreated": 13841.053009033203, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37847,8 +37857,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:17,689", - "created": 1610360717.689861, + "asctime": "2021-01-11 11:37:22,185", + "created": 1610361442.185814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37858,14 +37868,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 689.8610591888428, + "msecs": 185.81390380859375, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13842.584133148193, - "thread": 139854989064000, + "relativeCreated": 13841.223955154419, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37874,25 +37884,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:17,690", - "created": 1610360717.690117, + "asctime": "2021-01-11 11:37:22,185", + "created": 1610361442.185977, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 690.1168823242188, + "msecs": 185.97698211669922, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13842.83995628357, - "thread": 139854989064000, + "relativeCreated": 13841.387033462524, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37901,25 +37911,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:17,690", - "created": 1610360717.690333, + "asctime": "2021-01-11 11:37:22,186", + "created": 1610361442.186136, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 690.3328895568848, + "msecs": 186.13600730895996, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13843.055963516235, - "thread": 139854989064000, + "relativeCreated": 13841.546058654785, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -37928,33 +37938,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:17,690", - "created": 1610360717.690539, + "asctime": "2021-01-11 11:37:22,186", + "created": 1610361442.186288, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 690.5388832092285, + "msecs": 186.28811836242676, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13843.26195716858, - "thread": 139854989064000, + "relativeCreated": 13841.698169708252, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:17,690", - "created": 1610360717.690747, + "asctime": "2021-01-11 11:37:22,186", + "created": 1610361442.186541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37964,22 +37974,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 690.7470226287842, + "msecs": 186.54108047485352, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13843.470096588135, - "thread": 139854989064000, + "relativeCreated": 13841.951131820679, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:17,691", - "created": 1610360717.691309, + "asctime": "2021-01-11 11:37:22,186", + "created": 1610361442.186993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37989,14 +37999,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 691.3089752197266, + "msecs": 186.99288368225098, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13844.032049179077, - "thread": 139854989064000, + "relativeCreated": 13842.402935028076, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38005,25 +38015,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:17,691", - "created": 1610360717.691557, + "asctime": "2021-01-11 11:37:22,187", + "created": 1610361442.187181, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 691.5569305419922, + "msecs": 187.1809959411621, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13844.280004501343, - "thread": 139854989064000, + "relativeCreated": 13842.591047286987, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38031,25 +38041,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:17,691", - "created": 1610360717.691844, + "asctime": "2021-01-11 11:37:22,187", + "created": 1610361442.18738, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 691.8439865112305, + "msecs": 187.3800754547119, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13844.567060470581, - "thread": 139854989064000, + "relativeCreated": 13842.790126800537, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38057,25 +38067,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:17,692", - "created": 1610360717.692061, + "asctime": "2021-01-11 11:37:22,187", + "created": 1610361442.187532, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 692.0609474182129, + "msecs": 187.5319480895996, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13844.784021377563, - "thread": 139854989064000, + "relativeCreated": 13842.941999435425, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38083,25 +38093,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:17,692", - "created": 1610360717.692279, + "asctime": "2021-01-11 11:37:22,187", + "created": 1610361442.187715, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 692.2791004180908, + "msecs": 187.7150535583496, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.002174377441, - "thread": 139854989064000, + "relativeCreated": 13843.125104904175, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38109,25 +38119,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:17,692", - "created": 1610360717.692476, + "asctime": "2021-01-11 11:37:22,187", + "created": 1610361442.187892, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 692.4760341644287, + "msecs": 187.89196014404297, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.19910812378, - "thread": 139854989064000, + "relativeCreated": 13843.302011489868, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38137,8 +38147,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:17,692", - "created": 1610360717.692689, + "asctime": "2021-01-11 11:37:22,188", + "created": 1610361442.188061, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38148,14 +38158,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 692.6889419555664, + "msecs": 188.06099891662598, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.412015914917, - "thread": 139854989064000, + "relativeCreated": 13843.471050262451, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38165,8 +38175,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:17,692", - "created": 1610360717.692838, + "asctime": "2021-01-11 11:37:22,188", + "created": 1610361442.188253, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38176,14 +38186,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 692.8379535675049, + "msecs": 188.25292587280273, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.561027526855, - "thread": 139854989064000, + "relativeCreated": 13843.662977218628, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38193,8 +38203,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:17,692", - "created": 1610360717.692911, + "asctime": "2021-01-11 11:37:22,188", + "created": 1610361442.18859, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38204,14 +38214,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 692.91090965271, + "msecs": 188.59004974365234, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.63398361206, - "thread": 139854989064000, + "relativeCreated": 13844.000101089478, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38221,8 +38231,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:17,692", - "created": 1610360717.692985, + "asctime": "2021-01-11 11:37:22,188", + "created": 1610361442.188801, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38232,22 +38242,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 692.9850578308105, + "msecs": 188.80105018615723, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.708131790161, - "thread": 139854989064000, + "relativeCreated": 13844.211101531982, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693078, + "asctime": "2021-01-11 11:37:22,188", + "created": 1610361442.188966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38257,14 +38267,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 693.0780410766602, + "msecs": 188.9660358428955, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.80111503601, - "thread": 139854989064000, + "relativeCreated": 13844.37608718872, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38273,25 +38283,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.69314, + "asctime": "2021-01-11 11:37:22,189", + "created": 1610361442.189155, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 693.1400299072266, + "msecs": 189.15510177612305, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.863103866577, - "thread": 139854989064000, + "relativeCreated": 13844.565153121948, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38299,25 +38309,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693204, + "asctime": "2021-01-11 11:37:22,189", + "created": 1610361442.189345, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 693.2039260864258, + "msecs": 189.3448829650879, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.927000045776, - "thread": 139854989064000, + "relativeCreated": 13844.754934310913, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38325,25 +38335,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693258, + "asctime": "2021-01-11 11:37:22,189", + "created": 1610361442.18955, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 693.2580471038818, + "msecs": 189.54992294311523, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13845.981121063232, - "thread": 139854989064000, + "relativeCreated": 13844.95997428894, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38353,8 +38363,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693312, + "asctime": "2021-01-11 11:37:22,189", + "created": 1610361442.189722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38364,14 +38374,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 693.3119297027588, + "msecs": 189.72206115722656, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.03500366211, - "thread": 139854989064000, + "relativeCreated": 13845.132112503052, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38381,8 +38391,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693373, + "asctime": "2021-01-11 11:37:22,189", + "created": 1610361442.189911, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38392,14 +38402,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 693.3729648590088, + "msecs": 189.910888671875, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.09603881836, - "thread": 139854989064000, + "relativeCreated": 13845.3209400177, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38408,25 +38418,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693436, + "asctime": "2021-01-11 11:37:22,190", + "created": 1610361442.190079, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 693.4359073638916, + "msecs": 190.0789737701416, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.158981323242, - "thread": 139854989064000, + "relativeCreated": 13845.489025115967, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38435,25 +38445,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693488, + "asctime": "2021-01-11 11:37:22,190", + "created": 1610361442.190236, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 693.4878826141357, + "msecs": 190.23609161376953, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.210956573486, - "thread": 139854989064000, + "relativeCreated": 13845.646142959595, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38462,33 +38472,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693538, + "asctime": "2021-01-11 11:37:22,190", + "created": 1610361442.190429, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 693.5379505157471, + "msecs": 190.4289722442627, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.261024475098, - "thread": 139854989064000, + "relativeCreated": 13845.839023590088, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693589, + "asctime": "2021-01-11 11:37:22,190", + "created": 1610361442.190548, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38498,32 +38508,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 693.5889720916748, + "msecs": 190.54794311523438, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.312046051025, - "thread": 139854989064000, + "relativeCreated": 13845.95799446106, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 693.648099899292, + "msecs": 190.67788124084473, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.371173858643, - "thread": 139854989064000, + "relativeCreated": 13846.08793258667, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 5.91278076171875e-05 + "time_consumption": 0.00012993812561035156 }, { "args": [], - "asctime": "2021-01-11 11:25:18,037", - "created": 1610360718.037392, + "asctime": "2021-01-11 11:37:22,534", + "created": 1610361442.534891, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -38538,8 +38548,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693796, + "asctime": "2021-01-11 11:37:22,190", + "created": 1610361442.190971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38549,22 +38559,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 693.795919418335, + "msecs": 190.97089767456055, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.518993377686, - "thread": 139854989064000, + "relativeCreated": 13846.380949020386, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693858, + "asctime": "2021-01-11 11:37:22,191", + "created": 1610361442.191027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38574,22 +38584,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 693.8579082489014, + "msecs": 191.0269260406494, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.580982208252, - "thread": 139854989064000, + "relativeCreated": 13846.436977386475, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:17,693", - "created": 1610360717.693932, + "asctime": "2021-01-11 11:37:22,191", + "created": 1610361442.191081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38599,14 +38609,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 693.932056427002, + "msecs": 191.08104705810547, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.655130386353, - "thread": 139854989064000, + "relativeCreated": 13846.49109840393, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38617,8 +38627,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:17,694", - "created": 1610360717.69404, + "asctime": "2021-01-11 11:37:22,191", + "created": 1610361442.191167, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38628,22 +38638,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 694.040060043335, + "msecs": 191.16711616516113, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13846.763134002686, - "thread": 139854989064000, + "relativeCreated": 13846.577167510986, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:17,694", - "created": 1610360717.694285, + "asctime": "2021-01-11 11:37:22,191", + "created": 1610361442.191543, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38653,22 +38663,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 694.2849159240723, + "msecs": 191.5431022644043, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13847.007989883423, - "thread": 139854989064000, + "relativeCreated": 13846.95315361023, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:17,694", - "created": 1610360717.694359, + "asctime": "2021-01-11 11:37:22,191", + "created": 1610361442.191618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38678,22 +38688,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 694.3590641021729, + "msecs": 191.6179656982422, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13847.082138061523, - "thread": 139854989064000, + "relativeCreated": 13847.028017044067, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:17,694", - "created": 1610360717.694417, + "asctime": "2021-01-11 11:37:22,191", + "created": 1610361442.191679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38703,14 +38713,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 694.4169998168945, + "msecs": 191.6790008544922, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13847.140073776245, - "thread": 139854989064000, + "relativeCreated": 13847.089052200317, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -38718,8 +38728,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 11:25:17,701", - "created": 1610360717.701939, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199191, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38729,14 +38739,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": 701.9391059875488, + "msecs": 199.19109344482422, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13854.6621799469, - "thread": 139853639436032, + "relativeCreated": 13854.60114479065, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38744,8 +38754,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 11:25:17,702", - "created": 1610360717.70209, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199393, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38755,14 +38765,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": 702.0900249481201, + "msecs": 199.39303398132324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13854.81309890747, - "thread": 139853639436032, + "relativeCreated": 13854.803085327148, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38770,8 +38780,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.702162, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199471, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38781,14 +38791,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 702.1620273590088, + "msecs": 199.47099685668945, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13854.88510131836, - "thread": 139853639436032, + "relativeCreated": 13854.881048202515, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38797,8 +38807,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.702225, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199557, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38808,14 +38818,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 702.2249698638916, + "msecs": 199.55706596374512, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13854.948043823242, - "thread": 139853639436032, + "relativeCreated": 13854.96711730957, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38823,8 +38833,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.702309, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38834,14 +38844,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 702.3088932037354, + "msecs": 199.62406158447266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13855.031967163086, - "thread": 139853639436032, + "relativeCreated": 13855.034112930298, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38850,8 +38860,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.702622, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38861,14 +38871,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 702.6219367980957, + "msecs": 199.6779441833496, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13855.345010757446, - "thread": 139853639436032, + "relativeCreated": 13855.087995529175, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38876,8 +38886,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.702735, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.19975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38887,14 +38897,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 702.7349472045898, + "msecs": 199.74994659423828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13855.45802116394, - "thread": 139853639436032, + "relativeCreated": 13855.159997940063, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38903,8 +38913,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.702812, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199803, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38914,14 +38924,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 702.8119564056396, + "msecs": 199.80311393737793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13855.53503036499, - "thread": 139853639436032, + "relativeCreated": 13855.213165283203, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38929,8 +38939,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.70291, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38940,14 +38950,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 702.9099464416504, + "msecs": 199.86200332641602, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13855.633020401001, - "thread": 139853639436032, + "relativeCreated": 13855.272054672241, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38956,8 +38966,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,702", - "created": 1610360717.702981, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199908, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38967,14 +38977,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 702.9809951782227, + "msecs": 199.90801811218262, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13855.704069137573, - "thread": 139853639436032, + "relativeCreated": 13855.318069458008, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -38982,8 +38992,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,703", - "created": 1610360717.703092, + "asctime": "2021-01-11 11:37:22,199", + "created": 1610361442.199976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38993,14 +39003,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 703.092098236084, + "msecs": 199.97596740722656, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13855.815172195435, - "thread": 139853639436032, + "relativeCreated": 13855.386018753052, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39009,8 +39019,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,703", - "created": 1610360717.703357, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39020,14 +39030,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 703.3569812774658, + "msecs": 200.02293586730957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13856.080055236816, - "thread": 139853639436032, + "relativeCreated": 13855.432987213135, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39035,8 +39045,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:17,703", - "created": 1610360717.703528, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39046,14 +39056,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 703.5279273986816, + "msecs": 200.18792152404785, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13856.251001358032, - "thread": 139853639436032, + "relativeCreated": 13855.597972869873, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39061,8 +39071,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:17,703", - "created": 1610360717.703703, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200289, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39072,14 +39082,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 703.7029266357422, + "msecs": 200.2890110015869, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13856.426000595093, - "thread": 139853639436032, + "relativeCreated": 13855.699062347412, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39087,8 +39097,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,703", - "created": 1610360717.703831, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39098,14 +39108,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 703.8309574127197, + "msecs": 200.3469467163086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13856.55403137207, - "thread": 139853639436032, + "relativeCreated": 13855.756998062134, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39114,8 +39124,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,703", - "created": 1610360717.703936, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39125,14 +39135,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": 703.9361000061035, + "msecs": 200.3939151763916, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13856.659173965454, - "thread": 139853639436032, + "relativeCreated": 13855.803966522217, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39140,8 +39150,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 11:25:17,704", - "created": 1610360717.70415, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39151,14 +39161,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": 704.1499614715576, + "msecs": 200.48093795776367, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13856.873035430908, - "thread": 139853639436032, + "relativeCreated": 13855.890989303589, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39169,8 +39179,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:17,704", - "created": 1610360717.704399, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39180,14 +39190,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 704.3991088867188, + "msecs": 200.6089687347412, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13857.12218284607, - "thread": 139853639436032, + "relativeCreated": 13856.019020080566, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39195,25 +39205,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:17,704", - "created": 1610360717.704537, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.200668, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 704.5369148254395, + "msecs": 200.6680965423584, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13857.25998878479, - "thread": 139853639436032, + "relativeCreated": 13856.078147888184, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39224,8 +39234,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:17,704", - "created": 1610360717.704706, + "asctime": "2021-01-11 11:37:22,200", + "created": 1610361442.20075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39235,14 +39245,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 704.7059535980225, + "msecs": 200.75011253356934, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13857.429027557373, - "thread": 139853639436032, + "relativeCreated": 13856.160163879395, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39250,8 +39260,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 11:25:17,718", - "created": 1610360717.718468, + "asctime": "2021-01-11 11:37:22,202", + "created": 1610361442.202594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39261,14 +39271,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": 718.4679508209229, + "msecs": 202.59404182434082, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13871.191024780273, - "thread": 139853631043328, + "relativeCreated": 13858.004093170166, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39276,8 +39286,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 11:25:17,718", - "created": 1610360717.718888, + "asctime": "2021-01-11 11:37:22,202", + "created": 1610361442.202734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39287,14 +39297,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": 718.8880443572998, + "msecs": 202.73399353027344, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13871.61111831665, - "thread": 139853631043328, + "relativeCreated": 13858.144044876099, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39302,8 +39312,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,719", - "created": 1610360717.719098, + "asctime": "2021-01-11 11:37:22,202", + "created": 1610361442.202796, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39313,14 +39323,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 719.0980911254883, + "msecs": 202.79598236083984, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13871.821165084839, - "thread": 139853631043328, + "relativeCreated": 13858.206033706665, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39329,8 +39339,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,719", - "created": 1610360717.719306, + "asctime": "2021-01-11 11:37:22,202", + "created": 1610361442.20285, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39340,14 +39350,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 719.3059921264648, + "msecs": 202.8501033782959, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13872.029066085815, - "thread": 139853631043328, + "relativeCreated": 13858.260154724121, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39355,8 +39365,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,720", - "created": 1610360717.720097, + "asctime": "2021-01-11 11:37:22,202", + "created": 1610361442.202922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39366,14 +39376,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 720.0970649719238, + "msecs": 202.92210578918457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13872.820138931274, - "thread": 139853631043328, + "relativeCreated": 13858.33215713501, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39382,8 +39392,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,720", - "created": 1610360717.720487, + "asctime": "2021-01-11 11:37:22,202", + "created": 1610361442.202973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39393,14 +39403,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 720.487117767334, + "msecs": 202.9728889465332, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13873.210191726685, - "thread": 139853631043328, + "relativeCreated": 13858.382940292358, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39408,8 +39418,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,720", - "created": 1610360717.720807, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.20304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39419,14 +39429,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 720.8070755004883, + "msecs": 203.03988456726074, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13873.530149459839, - "thread": 139853631043328, + "relativeCreated": 13858.449935913086, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39435,8 +39445,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,721", - "created": 1610360717.721196, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203089, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39446,14 +39456,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 721.1959362030029, + "msecs": 203.08899879455566, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13873.919010162354, - "thread": 139853631043328, + "relativeCreated": 13858.49905014038, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39461,8 +39471,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,721", - "created": 1610360717.721491, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203155, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39472,14 +39482,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 721.4910984039307, + "msecs": 203.1550407409668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13874.214172363281, - "thread": 139853631043328, + "relativeCreated": 13858.565092086792, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39488,8 +39498,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,721", - "created": 1610360717.721695, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39499,14 +39509,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 721.6949462890625, + "msecs": 203.20391654968262, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13874.418020248413, - "thread": 139853631043328, + "relativeCreated": 13858.613967895508, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39514,8 +39524,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,722", - "created": 1610360717.722024, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203276, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39525,14 +39535,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 722.0239639282227, + "msecs": 203.2759189605713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13874.747037887573, - "thread": 139853631043328, + "relativeCreated": 13858.685970306396, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39541,8 +39551,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,722", - "created": 1610360717.722216, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39552,14 +39562,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 722.2158908843994, + "msecs": 203.33194732666016, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13874.93896484375, - "thread": 139853631043328, + "relativeCreated": 13858.741998672485, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39567,8 +39577,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:17,722", - "created": 1610360717.722495, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39578,14 +39588,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 722.4950790405273, + "msecs": 203.42397689819336, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13875.218152999878, - "thread": 139853631043328, + "relativeCreated": 13858.834028244019, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39593,8 +39603,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:17,722", - "created": 1610360717.722707, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203501, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39604,14 +39614,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 722.7070331573486, + "msecs": 203.50098609924316, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13875.4301071167, - "thread": 139853631043328, + "relativeCreated": 13858.911037445068, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39619,8 +39629,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,722", - "created": 1610360717.722906, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.20357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39630,14 +39640,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 722.9061126708984, + "msecs": 203.56988906860352, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13875.629186630249, - "thread": 139853631043328, + "relativeCreated": 13858.979940414429, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39646,8 +39656,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,723", - "created": 1610360717.723115, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203629, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39657,14 +39667,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": 723.1149673461914, + "msecs": 203.6290168762207, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13875.838041305542, - "thread": 139853631043328, + "relativeCreated": 13859.039068222046, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39672,8 +39682,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 11:25:17,723", - "created": 1610360717.723468, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203752, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39683,14 +39693,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": 723.4680652618408, + "msecs": 203.7520408630371, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13876.191139221191, - "thread": 139853631043328, + "relativeCreated": 13859.162092208862, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39701,8 +39711,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:17,723", - "created": 1610360717.723858, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39712,14 +39722,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 723.858118057251, + "msecs": 203.88293266296387, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13876.581192016602, - "thread": 139853631043328, + "relativeCreated": 13859.292984008789, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -39727,8 +39737,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:17,724", - "created": 1610360717.724135, + "asctime": "2021-01-11 11:37:22,203", + "created": 1610361442.203961, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39738,32 +39748,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 724.1349220275879, + "msecs": 203.96089553833008, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13876.857995986938, - "thread": 139853631043328, + "relativeCreated": 13859.370946884155, + "thread": 140377776449280, "threadName": "Thread-22" } ], - "msecs": 37.39190101623535, + "msecs": 534.89089012146, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14190.114974975586, - "thread": 139854989064000, + "relativeCreated": 14190.300941467285, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.31325697898864746 + "time_consumption": 0.3309299945831299 }, { "args": [], - "asctime": "2021-01-11 11:25:18,038", - "created": 1610360718.038425, + "asctime": "2021-01-11 11:37:22,535", + "created": 1610361442.535752, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -39781,8 +39791,8 @@ "10", "None" ], - "asctime": "2021-01-11 11:25:18,038", - "created": 1610360718.038161, + "asctime": "2021-01-11 11:37:22,535", + "created": 1610361442.53553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39792,32 +39802,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=None", "module": "__init__", - "msecs": 38.16103935241699, + "msecs": 535.5300903320312, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14190.884113311768, - "thread": 139854989064000, + "relativeCreated": 14190.940141677856, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 38.42496871948242, + "msecs": 535.7520580291748, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14191.148042678833, - "thread": 139854989064000, + "relativeCreated": 14191.162109375, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002639293670654297 + "time_consumption": 0.0002219676971435547 }, { "args": [], - "asctime": "2021-01-11 11:25:18,240", - "created": 1610360718.240075, + "asctime": "2021-01-11 11:37:22,737", + "created": 1610361442.737173, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -39836,8 +39846,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:18,038", - "created": 1610360718.038893, + "asctime": "2021-01-11 11:37:22,536", + "created": 1610361442.536138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39847,14 +39857,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 38.89298439025879, + "msecs": 536.1380577087402, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14191.61605834961, - "thread": 139854989064000, + "relativeCreated": 14191.548109054565, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -39862,8 +39872,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 11:25:18,070", - "created": 1610360718.070125, + "asctime": "2021-01-11 11:37:22,565", + "created": 1610361442.565457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39873,14 +39883,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": 70.12510299682617, + "msecs": 565.4571056365967, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14222.848176956177, - "thread": 139853639436032, + "relativeCreated": 14220.867156982422, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39888,8 +39898,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 11:25:18,070", - "created": 1610360718.070727, + "asctime": "2021-01-11 11:37:22,566", + "created": 1610361442.566066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39899,14 +39909,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": 70.72710990905762, + "msecs": 566.0660266876221, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14223.450183868408, - "thread": 139853639436032, + "relativeCreated": 14221.476078033447, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39914,8 +39924,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,071", - "created": 1610360718.071, + "asctime": "2021-01-11 11:37:22,566", + "created": 1610361442.566287, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39925,14 +39935,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 71.0000991821289, + "msecs": 566.2870407104492, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14223.72317314148, - "thread": 139853639436032, + "relativeCreated": 14221.697092056274, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39941,8 +39951,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,071", - "created": 1610360718.071668, + "asctime": "2021-01-11 11:37:22,566", + "created": 1610361442.566467, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39952,14 +39962,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 71.66790962219238, + "msecs": 566.4670467376709, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14224.390983581543, - "thread": 139853639436032, + "relativeCreated": 14221.877098083496, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39967,8 +39977,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,072", - "created": 1610360718.072037, + "asctime": "2021-01-11 11:37:22,566", + "created": 1610361442.566681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39978,14 +39988,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 72.0369815826416, + "msecs": 566.680908203125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14224.760055541992, - "thread": 139853639436032, + "relativeCreated": 14222.09095954895, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -39994,8 +40004,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,072", - "created": 1610360718.072295, + "asctime": "2021-01-11 11:37:22,566", + "created": 1610361442.566846, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40005,14 +40015,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 72.29495048522949, + "msecs": 566.8458938598633, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14225.01802444458, - "thread": 139853639436032, + "relativeCreated": 14222.255945205688, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40020,8 +40030,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,072", - "created": 1610360718.072675, + "asctime": "2021-01-11 11:37:22,567", + "created": 1610361442.567204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40031,14 +40041,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 72.67498970031738, + "msecs": 567.2039985656738, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14225.398063659668, - "thread": 139853639436032, + "relativeCreated": 14222.614049911499, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40047,8 +40057,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,072", - "created": 1610360718.072928, + "asctime": "2021-01-11 11:37:22,567", + "created": 1610361442.567477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40058,14 +40068,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 72.92795181274414, + "msecs": 567.4769878387451, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14225.651025772095, - "thread": 139853639436032, + "relativeCreated": 14222.88703918457, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40073,8 +40083,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,073", - "created": 1610360718.073304, + "asctime": "2021-01-11 11:37:22,567", + "created": 1610361442.567684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40084,14 +40094,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 73.3039379119873, + "msecs": 567.6839351654053, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14226.027011871338, - "thread": 139853639436032, + "relativeCreated": 14223.09398651123, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40100,8 +40110,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,073", - "created": 1610360718.073512, + "asctime": "2021-01-11 11:37:22,567", + "created": 1610361442.56784, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40111,14 +40121,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 73.51207733154297, + "msecs": 567.8400993347168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14226.235151290894, - "thread": 139853639436032, + "relativeCreated": 14223.250150680542, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40126,8 +40136,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,073", - "created": 1610360718.073786, + "asctime": "2021-01-11 11:37:22,568", + "created": 1610361442.568068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40137,14 +40147,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 73.78602027893066, + "msecs": 568.0680274963379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14226.509094238281, - "thread": 139853639436032, + "relativeCreated": 14223.478078842163, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40153,8 +40163,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,073", - "created": 1610360718.073981, + "asctime": "2021-01-11 11:37:22,568", + "created": 1610361442.568223, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40164,14 +40174,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 73.98104667663574, + "msecs": 568.2229995727539, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14226.704120635986, - "thread": 139853639436032, + "relativeCreated": 14223.63305091858, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40179,8 +40189,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:18,074", - "created": 1610360718.074441, + "asctime": "2021-01-11 11:37:22,568", + "created": 1610361442.568473, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40190,14 +40200,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 74.44095611572266, + "msecs": 568.4731006622314, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14227.164030075073, - "thread": 139853639436032, + "relativeCreated": 14223.883152008057, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40205,8 +40215,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:18,074", - "created": 1610360718.074792, + "asctime": "2021-01-11 11:37:22,568", + "created": 1610361442.56866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40216,14 +40226,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 74.79190826416016, + "msecs": 568.6600208282471, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14227.51498222351, - "thread": 139853639436032, + "relativeCreated": 14224.070072174072, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40231,8 +40241,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,075", - "created": 1610360718.075124, + "asctime": "2021-01-11 11:37:22,568", + "created": 1610361442.568869, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40242,14 +40252,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 75.12402534484863, + "msecs": 568.8691139221191, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14227.8470993042, - "thread": 139853639436032, + "relativeCreated": 14224.279165267944, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40258,8 +40268,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,075", - "created": 1610360718.07535, + "asctime": "2021-01-11 11:37:22,569", + "created": 1610361442.569085, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40269,14 +40279,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": 75.35004615783691, + "msecs": 569.084882736206, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14228.073120117188, - "thread": 139853639436032, + "relativeCreated": 14224.494934082031, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40284,8 +40294,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 11:25:18,075", - "created": 1610360718.075819, + "asctime": "2021-01-11 11:37:22,569", + "created": 1610361442.569492, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40295,14 +40305,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": 75.81901550292969, + "msecs": 569.4921016693115, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14228.54208946228, - "thread": 139853639436032, + "relativeCreated": 14224.902153015137, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40313,8 +40323,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:18,076", - "created": 1610360718.076402, + "asctime": "2021-01-11 11:37:22,569", + "created": 1610361442.569942, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40324,14 +40334,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 76.40194892883301, + "msecs": 569.9419975280762, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14229.125022888184, - "thread": 139853639436032, + "relativeCreated": 14225.352048873901, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40339,25 +40349,25 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:18,076", - "created": 1610360718.076703, + "asctime": "2021-01-11 11:37:22,570", + "created": 1610361442.570203, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 76.70307159423828, + "msecs": 570.2030658721924, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14229.426145553589, - "thread": 139853639436032, + "relativeCreated": 14225.613117218018, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40368,8 +40378,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:18,077", - "created": 1610360718.077022, + "asctime": "2021-01-11 11:37:22,570", + "created": 1610361442.570497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40379,14 +40389,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 77.02207565307617, + "msecs": 570.4970359802246, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14229.745149612427, - "thread": 139853639436032, + "relativeCreated": 14225.90708732605, + "thread": 140377784841984, "threadName": "Thread-21" }, { @@ -40394,8 +40404,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 11:25:18,088", - "created": 1610360718.088931, + "asctime": "2021-01-11 11:37:22,571", + "created": 1610361442.571708, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40405,14 +40415,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": 88.93108367919922, + "msecs": 571.7079639434814, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14241.65415763855, - "thread": 139853631043328, + "relativeCreated": 14227.118015289307, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40420,8 +40430,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 11:25:18,089", - "created": 1610360718.089245, + "asctime": "2021-01-11 11:37:22,572", + "created": 1610361442.57234, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40431,14 +40441,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": 89.24508094787598, + "msecs": 572.3400115966797, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14241.968154907227, - "thread": 139853631043328, + "relativeCreated": 14227.750062942505, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40446,8 +40456,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,089", - "created": 1610360718.089364, + "asctime": "2021-01-11 11:37:22,572", + "created": 1610361442.572647, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40457,14 +40467,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 89.36405181884766, + "msecs": 572.6470947265625, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.087125778198, - "thread": 139853631043328, + "relativeCreated": 14228.057146072388, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40473,8 +40483,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,089", - "created": 1610360718.089466, + "asctime": "2021-01-11 11:37:22,572", + "created": 1610361442.572937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40484,14 +40494,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 89.46609497070312, + "msecs": 572.93701171875, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.189168930054, - "thread": 139853631043328, + "relativeCreated": 14228.347063064575, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40499,8 +40509,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,089", - "created": 1610360718.089587, + "asctime": "2021-01-11 11:37:22,573", + "created": 1610361442.573257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40510,14 +40520,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 89.58697319030762, + "msecs": 573.2569694519043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.310047149658, - "thread": 139853631043328, + "relativeCreated": 14228.66702079773, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40526,8 +40536,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,089", - "created": 1610360718.089691, + "asctime": "2021-01-11 11:37:22,573", + "created": 1610361442.573498, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40537,14 +40547,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 89.6909236907959, + "msecs": 573.498010635376, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.413997650146, - "thread": 139853631043328, + "relativeCreated": 14228.908061981201, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40552,8 +40562,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,089", - "created": 1610360718.089819, + "asctime": "2021-01-11 11:37:22,573", + "created": 1610361442.573804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40563,14 +40573,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 89.81895446777344, + "msecs": 573.8039016723633, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.542028427124, - "thread": 139853631043328, + "relativeCreated": 14229.213953018188, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40579,8 +40589,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,089", - "created": 1610360718.089941, + "asctime": "2021-01-11 11:37:22,574", + "created": 1610361442.574025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40590,14 +40600,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 89.94102478027344, + "msecs": 574.0249156951904, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.664098739624, - "thread": 139853631043328, + "relativeCreated": 14229.434967041016, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40605,8 +40615,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,090", - "created": 1610360718.090081, + "asctime": "2021-01-11 11:37:22,574", + "created": 1610361442.574326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40616,14 +40626,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 90.08097648620605, + "msecs": 574.3260383605957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.804050445557, - "thread": 139853631043328, + "relativeCreated": 14229.73608970642, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40632,8 +40642,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,090", - "created": 1610360718.090191, + "asctime": "2021-01-11 11:37:22,574", + "created": 1610361442.574666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40643,14 +40653,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 90.19088745117188, + "msecs": 574.6660232543945, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14242.913961410522, - "thread": 139853631043328, + "relativeCreated": 14230.07607460022, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40658,8 +40668,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,090", - "created": 1610360718.090369, + "asctime": "2021-01-11 11:37:22,574", + "created": 1610361442.574963, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40669,14 +40679,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 90.36898612976074, + "msecs": 574.9630928039551, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14243.092060089111, - "thread": 139853631043328, + "relativeCreated": 14230.37314414978, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40685,8 +40695,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,090", - "created": 1610360718.090535, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.575317, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40696,14 +40706,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 90.53492546081543, + "msecs": 575.3169059753418, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14243.257999420166, - "thread": 139853631043328, + "relativeCreated": 14230.726957321167, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40711,8 +40721,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:18,090", - "created": 1610360718.090749, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.575432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40722,14 +40732,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 90.74902534484863, + "msecs": 575.4320621490479, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14243.4720993042, - "thread": 139853631043328, + "relativeCreated": 14230.842113494873, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40737,8 +40747,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:18,090", - "created": 1610360718.090932, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.575564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40748,14 +40758,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 90.93189239501953, + "msecs": 575.563907623291, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14243.65496635437, - "thread": 139853631043328, + "relativeCreated": 14230.973958969116, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40763,8 +40773,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,091", - "created": 1610360718.09104, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.575622, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40774,14 +40784,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 91.03989601135254, + "msecs": 575.6220817565918, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14243.762969970703, - "thread": 139853631043328, + "relativeCreated": 14231.032133102417, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40790,8 +40800,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,091", - "created": 1610360718.091138, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.575672, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40801,14 +40811,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": 91.13788604736328, + "msecs": 575.671911239624, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14243.860960006714, - "thread": 139853631043328, + "relativeCreated": 14231.08196258545, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40816,8 +40826,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 11:25:18,091", - "created": 1610360718.091332, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.575779, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40827,14 +40837,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": 91.33195877075195, + "msecs": 575.7789611816406, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14244.055032730103, - "thread": 139853631043328, + "relativeCreated": 14231.189012527466, + "thread": 140377776449280, "threadName": "Thread-22" }, { @@ -40845,8 +40855,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:18,091", - "created": 1610360718.09157, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.575899, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40856,22 +40866,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 91.56990051269531, + "msecs": 575.8988857269287, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14244.292974472046, - "thread": 139853631043328, + "relativeCreated": 14231.308937072754, + "thread": 140377776449280, "threadName": "Thread-22" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,091", - "created": 1610360718.091715, + "asctime": "2021-01-11 11:37:22,575", + "created": 1610361442.57598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40881,35 +40891,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": 91.71509742736816, + "msecs": 575.9799480438232, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14244.438171386719, - "thread": 139853631043328, + "relativeCreated": 14231.389999389648, + "thread": 140377776449280, "threadName": "Thread-22" } ], - "msecs": 240.07511138916016, + "msecs": 737.1730804443359, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14392.79818534851, - "thread": 139854989064000, + "relativeCreated": 14392.583131790161, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.148360013961792 + "time_consumption": 0.1611931324005127 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,241", - "created": 1610360718.241372, + "asctime": "2021-01-11 11:37:22,738", + "created": 1610361442.738159, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -40926,8 +40936,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,240", - "created": 1610360718.240784, + "asctime": "2021-01-11 11:37:22,737", + "created": 1610361442.737739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -40937,14 +40947,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": 240.7839298248291, + "msecs": 737.739086151123, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14393.50700378418, - "thread": 139854989064000, + "relativeCreated": 14393.149137496948, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -40953,8 +40963,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,241", - "created": 1610360718.241082, + "asctime": "2021-01-11 11:37:22,737", + "created": 1610361442.737961, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -40964,35 +40974,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 241.08195304870605, + "msecs": 737.9610538482666, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14393.805027008057, - "thread": 139854989064000, + "relativeCreated": 14393.371105194092, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 241.37210845947266, + "msecs": 738.1589412689209, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14394.095182418823, - "thread": 139854989064000, + "relativeCreated": 14393.568992614746, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00029015541076660156 + "time_consumption": 0.00019788742065429688 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,242", - "created": 1610360718.242385, + "asctime": "2021-01-11 11:37:22,738", + "created": 1610361442.738791, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41009,8 +41019,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,241", - "created": 1610360718.241821, + "asctime": "2021-01-11 11:37:22,738", + "created": 1610361442.738445, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41020,14 +41030,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": 241.8210506439209, + "msecs": 738.4450435638428, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14394.544124603271, - "thread": 139854989064000, + "relativeCreated": 14393.855094909668, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41036,8 +41046,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,242", - "created": 1610360718.242191, + "asctime": "2021-01-11 11:37:22,738", + "created": 1610361442.73862, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41047,39 +41057,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 242.19107627868652, + "msecs": 738.6200428009033, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14394.914150238037, - "thread": 139854989064000, + "relativeCreated": 14394.030094146729, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 242.3849105834961, + "msecs": 738.7909889221191, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14395.107984542847, - "thread": 139854989064000, + "relativeCreated": 14394.201040267944, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001938343048095703 + "time_consumption": 0.0001709461212158203 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.5607428550720215, - "time_finished": "2021-01-11 11:25:18,242", - "time_start": "2021-01-11 11:25:17,681" + "time_consumption": 0.5583200454711914, + "time_finished": "2021-01-11 11:37:22,738", + "time_start": "2021-01-11 11:37:22,180" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2021-01-11 11:25:03,879", - "created": 1610360703.879667, + "asctime": "2021-01-11 11:37:08,378", + "created": 1610361428.378978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41090,20 +41100,20 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 879.6670436859131, + "msecs": 378.97801399230957, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 32.39011764526367, + "relativeCreated": 34.388065338134766, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 11:25:03,879", - "created": 1610360703.879858, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379176, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -41114,14 +41124,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 879.8580169677734, + "msecs": 379.17590141296387, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 32.58109092712402, - "thread": 139854989064000, + "relativeCreated": 34.58595275878906, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -41129,8 +41139,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880102, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379445, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41147,8 +41157,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880006, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379321, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41158,14 +41168,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": 880.0060749053955, + "msecs": 379.3210983276367, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 32.729148864746094, - "thread": 139854989064000, + "relativeCreated": 34.731149673461914, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41173,8 +41183,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880058, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.37939, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41184,34 +41194,34 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 880.0580501556396, + "msecs": 379.39000129699707, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 32.781124114990234, - "thread": 139854989064000, + "relativeCreated": 34.800052642822266, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 880.1019191741943, + "msecs": 379.44507598876953, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 32.82499313354492, - "thread": 139854989064000, + "relativeCreated": 34.85512733459473, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 5.507469177246094e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880181, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379542, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -41222,14 +41232,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 880.181074142456, + "msecs": 379.54211235046387, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 32.90414810180664, - "thread": 139854989064000, + "relativeCreated": 34.95216369628906, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -41237,8 +41247,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.88033, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379716, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41255,8 +41265,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880251, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41266,14 +41276,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": 880.2509307861328, + "msecs": 379.63390350341797, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 32.9740047454834, - "thread": 139854989064000, + "relativeCreated": 35.043954849243164, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41281,8 +41291,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.880291, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379677, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41292,35 +41302,35 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 880.2909851074219, + "msecs": 379.67705726623535, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.01405906677246, - "thread": 139854989064000, + "relativeCreated": 35.08710861206055, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 880.3300857543945, + "msecs": 379.7159194946289, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.05315971374512, - "thread": 139854989064000, + "relativeCreated": 35.1259708404541, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [ "'S'", "" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.88048, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41337,8 +41347,8 @@ "'S'", "" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.8804, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379788, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41348,14 +41358,14 @@ "lineno": 22, "message": "Result (Content in message object for status): 'S' ()", "module": "test", - "msecs": 880.3999423980713, + "msecs": 379.7879219055176, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.123016357421875, - "thread": 139854989064000, + "relativeCreated": 35.19797325134277, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41364,8 +41374,8 @@ "'S'", "" ], - "asctime": "2021-01-11 11:25:03,880", - "created": 1610360703.88044, + "asctime": "2021-01-11 11:37:08,379", + "created": 1610361428.379828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41375,39 +41385,39 @@ "lineno": 26, "message": "Expectation (Content in message object for status): result = 'S' ()", "module": "test", - "msecs": 880.4399967193604, + "msecs": 379.82797622680664, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.16307067871094, - "thread": 139854989064000, + "relativeCreated": 35.238027572631836, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 880.4800510406494, + "msecs": 379.8680305480957, "msg": "Content in message object for status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 33.203125, - "thread": 139854989064000, + "relativeCreated": 35.2780818939209, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 4.00543212890625e-05 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0008130073547363281, - "time_finished": "2021-01-11 11:25:03,880", - "time_start": "2021-01-11 11:25:03,879" + "time_consumption": 0.0008900165557861328, + "time_finished": "2021-01-11 11:37:08,379", + "time_start": "2021-01-11 11:37:08,378" }, "_YfrfUE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:18,242", - "created": 1610360718.242883, + "asctime": "2021-01-11 11:37:22,739", + "created": 1610361442.739392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41418,18 +41428,18 @@ "message": "_YfrfUE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 242.88296699523926, + "msecs": 739.3920421600342, "msg": "_YfrfUE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14395.60604095459, + "relativeCreated": 14394.80209350586, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:18,252", - "created": 1610360718.252405, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749269, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -41444,8 +41454,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:18,243", - "created": 1610360718.243872, + "asctime": "2021-01-11 11:37:22,741", + "created": 1610361442.74106, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41455,22 +41465,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 243.87192726135254, + "msecs": 741.0600185394287, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14396.595001220703, - "thread": 139854989064000, + "relativeCreated": 14396.470069885254, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,245", - "created": 1610360718.24519, + "asctime": "2021-01-11 11:37:22,742", + "created": 1610361442.742327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41480,22 +41490,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 245.18990516662598, + "msecs": 742.3269748687744, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14397.912979125977, - "thread": 139854989064000, + "relativeCreated": 14397.7370262146, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,245", - "created": 1610360718.245648, + "asctime": "2021-01-11 11:37:22,742", + "created": 1610361442.742654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41505,22 +41515,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 245.64790725708008, + "msecs": 742.6540851593018, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14398.37098121643, - "thread": 139854989064000, + "relativeCreated": 14398.064136505127, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:18,246", - "created": 1610360718.24633, + "asctime": "2021-01-11 11:37:22,743", + "created": 1610361442.743321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41530,14 +41540,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 246.33002281188965, + "msecs": 743.3209419250488, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14399.05309677124, - "thread": 139854989064000, + "relativeCreated": 14398.730993270874, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41546,25 +41556,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:18,246", - "created": 1610360718.246684, + "asctime": "2021-01-11 11:37:22,743", + "created": 1610361442.74356, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 246.68407440185547, + "msecs": 743.5600757598877, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14399.407148361206, - "thread": 139854989064000, + "relativeCreated": 14398.970127105713, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41572,25 +41582,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,247", - "created": 1610360718.247041, + "asctime": "2021-01-11 11:37:22,743", + "created": 1610361442.743823, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 247.0409870147705, + "msecs": 743.8230514526367, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14399.764060974121, - "thread": 139854989064000, + "relativeCreated": 14399.233102798462, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41598,25 +41608,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,247", - "created": 1610360718.247301, + "asctime": "2021-01-11 11:37:22,744", + "created": 1610361442.744006, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 247.3011016845703, + "msecs": 744.0059185028076, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14400.02417564392, - "thread": 139854989064000, + "relativeCreated": 14399.415969848633, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41624,25 +41634,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:18,247", - "created": 1610360718.247546, + "asctime": "2021-01-11 11:37:22,744", + "created": 1610361442.744221, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 247.54595756530762, + "msecs": 744.2209720611572, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14400.269031524658, - "thread": 139854989064000, + "relativeCreated": 14399.631023406982, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41650,25 +41660,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:18,247", - "created": 1610360718.247795, + "asctime": "2021-01-11 11:37:22,744", + "created": 1610361442.744536, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 247.79510498046875, + "msecs": 744.5359230041504, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14400.51817893982, - "thread": 139854989064000, + "relativeCreated": 14399.945974349976, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41678,8 +41688,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:18,248", - "created": 1610360718.248036, + "asctime": "2021-01-11 11:37:22,744", + "created": 1610361442.744788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41689,14 +41699,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 248.03590774536133, + "msecs": 744.7879314422607, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14400.758981704712, - "thread": 139854989064000, + "relativeCreated": 14400.197982788086, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41706,8 +41716,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:18,248", - "created": 1610360718.248214, + "asctime": "2021-01-11 11:37:22,745", + "created": 1610361442.745015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41717,14 +41727,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 248.2140064239502, + "msecs": 745.0149059295654, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14400.9370803833, - "thread": 139854989064000, + "relativeCreated": 14400.42495727539, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41734,8 +41744,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:18,248", - "created": 1610360718.248379, + "asctime": "2021-01-11 11:37:22,745", + "created": 1610361442.745274, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41745,14 +41755,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 248.37899208068848, + "msecs": 745.2740669250488, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14401.102066040039, - "thread": 139854989064000, + "relativeCreated": 14400.684118270874, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41762,8 +41772,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:18,248", - "created": 1610360718.248544, + "asctime": "2021-01-11 11:37:22,745", + "created": 1610361442.745499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41773,22 +41783,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 248.54397773742676, + "msecs": 745.4988956451416, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14401.267051696777, - "thread": 139854989064000, + "relativeCreated": 14400.908946990967, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:18,248", - "created": 1610360718.2487, + "asctime": "2021-01-11 11:37:22,745", + "created": 1610361442.745738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41798,14 +41808,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 248.69990348815918, + "msecs": 745.7380294799805, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14401.42297744751, - "thread": 139854989064000, + "relativeCreated": 14401.148080825806, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41814,25 +41824,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:18,248", - "created": 1610360718.248882, + "asctime": "2021-01-11 11:37:22,745", + "created": 1610361442.745971, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 248.88205528259277, + "msecs": 745.9709644317627, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14401.605129241943, - "thread": 139854989064000, + "relativeCreated": 14401.381015777588, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41840,25 +41850,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.249016, + "asctime": "2021-01-11 11:37:22,746", + "created": 1610361442.746159, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 249.01604652404785, + "msecs": 746.1590766906738, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14401.739120483398, - "thread": 139854989064000, + "relativeCreated": 14401.569128036499, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41866,25 +41876,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.249155, + "asctime": "2021-01-11 11:37:22,746", + "created": 1610361442.746344, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 249.15504455566406, + "msecs": 746.3440895080566, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14401.878118515015, - "thread": 139854989064000, + "relativeCreated": 14401.754140853882, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41894,8 +41904,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.249314, + "asctime": "2021-01-11 11:37:22,746", + "created": 1610361442.746564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41905,14 +41915,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 249.3140697479248, + "msecs": 746.5639114379883, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.037143707275, - "thread": 139854989064000, + "relativeCreated": 14401.973962783813, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41922,8 +41932,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.249414, + "asctime": "2021-01-11 11:37:22,746", + "created": 1610361442.74685, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41933,14 +41943,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 249.41396713256836, + "msecs": 746.8500137329102, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.137041091919, - "thread": 139854989064000, + "relativeCreated": 14402.260065078735, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41949,25 +41959,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.249505, + "asctime": "2021-01-11 11:37:22,747", + "created": 1610361442.747097, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 249.50504302978516, + "msecs": 747.0970153808594, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.228116989136, - "thread": 139854989064000, + "relativeCreated": 14402.507066726685, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -41976,25 +41986,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.249599, + "asctime": "2021-01-11 11:37:22,747", + "created": 1610361442.747345, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 249.59897994995117, + "msecs": 747.344970703125, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.322053909302, - "thread": 139854989064000, + "relativeCreated": 14402.75502204895, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42003,33 +42013,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.249694, + "asctime": "2021-01-11 11:37:22,747", + "created": 1610361442.747584, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 249.6941089630127, + "msecs": 747.5841045379639, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.417182922363, - "thread": 139854989064000, + "relativeCreated": 14402.994155883789, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:18,249", - "created": 1610360718.24978, + "asctime": "2021-01-11 11:37:22,747", + "created": 1610361442.747832, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42039,22 +42049,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 249.77993965148926, + "msecs": 747.8320598602295, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.50301361084, - "thread": 139854989064000, + "relativeCreated": 14403.242111206055, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250014, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42064,14 +42074,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 250.014066696167, + "msecs": 748.1019496917725, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.737140655518, - "thread": 139854989064000, + "relativeCreated": 14403.512001037598, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42080,25 +42090,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250139, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748167, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 250.1389980316162, + "msecs": 748.1670379638672, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14402.862071990967, - "thread": 139854989064000, + "relativeCreated": 14403.577089309692, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42106,25 +42116,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250298, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.74824, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 250.29802322387695, + "msecs": 748.2399940490723, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.021097183228, - "thread": 139854989064000, + "relativeCreated": 14403.650045394897, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42132,25 +42142,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250412, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748294, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 250.4119873046875, + "msecs": 748.2941150665283, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.135061264038, - "thread": 139854989064000, + "relativeCreated": 14403.704166412354, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42158,25 +42168,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250525, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748345, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 250.52499771118164, + "msecs": 748.344898223877, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.248071670532, - "thread": 139854989064000, + "relativeCreated": 14403.754949569702, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42184,25 +42194,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.25063, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748394, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 250.62990188598633, + "msecs": 748.3940124511719, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.352975845337, - "thread": 139854989064000, + "relativeCreated": 14403.804063796997, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42212,8 +42222,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250747, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.74845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42223,14 +42233,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 250.7469654083252, + "msecs": 748.4500408172607, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.470039367676, - "thread": 139854989064000, + "relativeCreated": 14403.860092163086, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42240,8 +42250,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250865, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748506, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42251,14 +42261,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 250.86498260498047, + "msecs": 748.5060691833496, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.588056564331, - "thread": 139854989064000, + "relativeCreated": 14403.916120529175, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42268,8 +42278,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:18,250", - "created": 1610360718.250989, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42279,14 +42289,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 250.98896026611328, + "msecs": 748.560905456543, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.712034225464, - "thread": 139854989064000, + "relativeCreated": 14403.970956802368, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42296,8 +42306,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.251104, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42307,22 +42317,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 251.10411643981934, + "msecs": 748.6178874969482, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.82719039917, - "thread": 139854989064000, + "relativeCreated": 14404.027938842773, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.251208, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.74867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42332,14 +42342,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 251.20806694030762, + "msecs": 748.6701011657715, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14403.931140899658, - "thread": 139854989064000, + "relativeCreated": 14404.080152511597, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42348,25 +42358,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.251364, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748727, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 251.36399269104004, + "msecs": 748.7270832061768, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.08706665039, - "thread": 139854989064000, + "relativeCreated": 14404.137134552002, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42374,25 +42384,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.25152, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748794, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 251.51991844177246, + "msecs": 748.7940788269043, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.242992401123, - "thread": 139854989064000, + "relativeCreated": 14404.20413017273, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42400,25 +42410,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.251636, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748856, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 251.63602828979492, + "msecs": 748.8560676574707, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.359102249146, - "thread": 139854989064000, + "relativeCreated": 14404.266119003296, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42428,8 +42438,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.251755, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.74891, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42439,14 +42449,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 251.7549991607666, + "msecs": 748.9099502563477, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.478073120117, - "thread": 139854989064000, + "relativeCreated": 14404.320001602173, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42456,8 +42466,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.251868, + "asctime": "2021-01-11 11:37:22,748", + "created": 1610361442.748964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42467,14 +42477,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 251.86800956726074, + "msecs": 748.9640712738037, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.591083526611, - "thread": 139854989064000, + "relativeCreated": 14404.374122619629, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42483,25 +42493,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:18,251", - "created": 1610360718.251983, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749028, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 251.9829273223877, + "msecs": 749.0279674530029, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.706001281738, - "thread": 139854989064000, + "relativeCreated": 14404.438018798828, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42510,25 +42520,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:18,252", - "created": 1610360718.252088, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749089, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 252.08806991577148, + "msecs": 749.0890026092529, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.811143875122, - "thread": 139854989064000, + "relativeCreated": 14404.499053955078, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42537,33 +42547,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:18,252", - "created": 1610360718.252193, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749149, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 252.19297409057617, + "msecs": 749.1490840911865, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14404.916048049927, - "thread": 139854989064000, + "relativeCreated": 14404.559135437012, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,252", - "created": 1610360718.252297, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42573,32 +42583,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 252.29692459106445, + "msecs": 749.2160797119141, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14405.019998550415, - "thread": 139854989064000, + "relativeCreated": 14404.62613105774, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 252.40492820739746, + "msecs": 749.2690086364746, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14405.128002166748, - "thread": 139854989064000, + "relativeCreated": 14404.6790599823, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00010800361633300781 + "time_consumption": 5.2928924560546875e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:18,596", - "created": 1610360718.596847, + "asctime": "2021-01-11 11:37:23,092", + "created": 1610361443.092877, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -42613,8 +42623,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:18,252", - "created": 1610360718.252655, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42624,22 +42634,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 252.655029296875, + "msecs": 749.3810653686523, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14405.378103256226, - "thread": 139854989064000, + "relativeCreated": 14404.791116714478, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:18,252", - "created": 1610360718.252797, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42649,22 +42659,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 252.79688835144043, + "msecs": 749.4280338287354, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14405.519962310791, - "thread": 139854989064000, + "relativeCreated": 14404.83808517456, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,252", - "created": 1610360718.252921, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42674,14 +42684,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 252.92110443115234, + "msecs": 749.4750022888184, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14405.644178390503, - "thread": 139854989064000, + "relativeCreated": 14404.885053634644, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42692,8 +42702,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,253", - "created": 1610360718.253098, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749549, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42703,22 +42713,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 253.0980110168457, + "msecs": 749.5489120483398, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14405.821084976196, - "thread": 139854989064000, + "relativeCreated": 14404.958963394165, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,253", - "created": 1610360718.253481, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42728,22 +42738,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 253.4809112548828, + "msecs": 749.7138977050781, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14406.203985214233, - "thread": 139854989064000, + "relativeCreated": 14405.123949050903, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,253", - "created": 1610360718.253593, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42753,22 +42763,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 253.59296798706055, + "msecs": 749.7749328613281, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14406.316041946411, - "thread": 139854989064000, + "relativeCreated": 14405.184984207153, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:18,253", - "created": 1610360718.253699, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749836, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42778,14 +42788,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 253.69906425476074, + "msecs": 749.8359680175781, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14406.422138214111, - "thread": 139854989064000, + "relativeCreated": 14405.246019363403, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -42793,8 +42803,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 11:25:18,255", - "created": 1610360718.255641, + "asctime": "2021-01-11 11:37:22,749", + "created": 1610361442.749968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42804,14 +42814,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": 255.64098358154297, + "msecs": 749.9680519104004, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14408.364057540894, - "thread": 139853622650624, + "relativeCreated": 14405.378103256226, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -42819,8 +42829,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 11:25:18,255", - "created": 1610360718.255848, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750096, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42830,14 +42840,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": 255.84793090820312, + "msecs": 750.0960826873779, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14408.571004867554, - "thread": 139853622650624, + "relativeCreated": 14405.506134033203, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -42845,8 +42855,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,255", - "created": 1610360718.255943, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750155, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42856,14 +42866,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 255.94305992126465, + "msecs": 750.154972076416, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14408.666133880615, - "thread": 139853622650624, + "relativeCreated": 14405.565023422241, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -42872,8 +42882,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,256", - "created": 1610360718.256073, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42883,14 +42893,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.072998046875, + "msecs": 750.201940536499, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14408.796072006226, - "thread": 139853622650624, + "relativeCreated": 14405.611991882324, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -42898,8 +42908,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,256", - "created": 1610360718.25624, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42909,14 +42919,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 256.2398910522461, + "msecs": 750.2570152282715, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14408.962965011597, - "thread": 139853622650624, + "relativeCreated": 14405.667066574097, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -42925,8 +42935,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,256", - "created": 1610360718.256364, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750299, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42936,14 +42946,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.364107131958, + "msecs": 750.2989768981934, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14409.087181091309, - "thread": 139853622650624, + "relativeCreated": 14405.709028244019, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -42951,8 +42961,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,256", - "created": 1610360718.256552, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.75037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42962,14 +42972,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 256.55198097229004, + "msecs": 750.3700256347656, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14409.27505493164, - "thread": 139853622650624, + "relativeCreated": 14405.78007698059, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -42978,8 +42988,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,256", - "created": 1610360718.256677, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750419, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42989,14 +42999,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.67691230773926, + "msecs": 750.4189014434814, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14409.39998626709, - "thread": 139853622650624, + "relativeCreated": 14405.828952789307, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43004,8 +43014,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,256", - "created": 1610360718.25686, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43015,14 +43025,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 256.86001777648926, + "msecs": 750.4808902740479, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14409.58309173584, - "thread": 139853622650624, + "relativeCreated": 14405.890941619873, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43031,8 +43041,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,256", - "created": 1610360718.256983, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750528, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43042,14 +43052,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.98304176330566, + "msecs": 750.52809715271, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14409.706115722656, - "thread": 139853622650624, + "relativeCreated": 14405.938148498535, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43057,8 +43067,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,257", - "created": 1610360718.257163, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750594, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43068,14 +43078,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 257.16304779052734, + "msecs": 750.593900680542, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14409.886121749878, - "thread": 139853622650624, + "relativeCreated": 14406.003952026367, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43084,8 +43094,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,257", - "created": 1610360718.257287, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43095,14 +43105,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 257.28702545166016, + "msecs": 750.6489753723145, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14410.01009941101, - "thread": 139853622650624, + "relativeCreated": 14406.05902671814, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43110,8 +43120,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:18,257", - "created": 1610360718.257484, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43121,14 +43131,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 257.48395919799805, + "msecs": 750.7240772247314, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14410.207033157349, - "thread": 139853622650624, + "relativeCreated": 14406.134128570557, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43136,8 +43146,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:18,257", - "created": 1610360718.257661, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750782, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43147,14 +43157,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 257.6611042022705, + "msecs": 750.7820129394531, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14410.384178161621, - "thread": 139853622650624, + "relativeCreated": 14406.192064285278, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43162,8 +43172,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,257", - "created": 1610360718.257762, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750836, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43173,14 +43183,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 257.76195526123047, + "msecs": 750.8358955383301, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14410.485029220581, - "thread": 139853622650624, + "relativeCreated": 14406.245946884155, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43189,8 +43199,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,257", - "created": 1610360718.257845, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43200,14 +43210,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": 257.8449249267578, + "msecs": 750.8869171142578, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14410.567998886108, - "thread": 139853622650624, + "relativeCreated": 14406.296968460083, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43215,8 +43225,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 11:25:18,258", - "created": 1610360718.258023, + "asctime": "2021-01-11 11:37:22,750", + "created": 1610361442.750986, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43226,14 +43236,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": 258.0230236053467, + "msecs": 750.9860992431641, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14410.746097564697, - "thread": 139853622650624, + "relativeCreated": 14406.39615058899, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43244,8 +43254,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,258", - "created": 1610360718.258276, + "asctime": "2021-01-11 11:37:22,751", + "created": 1610361442.751101, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43255,14 +43265,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 258.27598571777344, + "msecs": 751.101016998291, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14410.999059677124, - "thread": 139853622650624, + "relativeCreated": 14406.511068344116, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43270,25 +43280,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:18,258", - "created": 1610360718.258388, + "asctime": "2021-01-11 11:37:22,751", + "created": 1610361442.751165, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 258.3880424499512, + "msecs": 751.1649131774902, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14411.111116409302, - "thread": 139853622650624, + "relativeCreated": 14406.574964523315, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43299,8 +43309,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,258", - "created": 1610360718.258542, + "asctime": "2021-01-11 11:37:22,751", + "created": 1610361442.751246, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43310,14 +43320,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 258.5420608520508, + "msecs": 751.2459754943848, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14411.265134811401, - "thread": 139853622650624, + "relativeCreated": 14406.65602684021, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43325,8 +43335,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 11:25:18,263", - "created": 1610360718.263604, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752139, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43336,14 +43346,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": 263.60392570495605, + "msecs": 752.1390914916992, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14416.326999664307, - "thread": 139853614257920, + "relativeCreated": 14407.549142837524, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43351,8 +43361,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 11:25:18,263", - "created": 1610360718.263784, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43362,14 +43372,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": 263.78393173217773, + "msecs": 752.2408962249756, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14416.507005691528, - "thread": 139853614257920, + "relativeCreated": 14407.6509475708, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43377,8 +43387,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,263", - "created": 1610360718.263875, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752289, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43388,14 +43398,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 263.87500762939453, + "msecs": 752.2890567779541, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14416.598081588745, - "thread": 139853614257920, + "relativeCreated": 14407.69910812378, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43404,8 +43414,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,263", - "created": 1610360718.263961, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43415,14 +43425,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 263.9610767364502, + "msecs": 752.3319721221924, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14416.6841506958, - "thread": 139853614257920, + "relativeCreated": 14407.742023468018, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43430,8 +43440,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264074, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43441,14 +43451,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 264.07408714294434, + "msecs": 752.3939609527588, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14416.797161102295, - "thread": 139853614257920, + "relativeCreated": 14407.804012298584, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43457,8 +43467,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264153, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752442, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43468,14 +43478,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 264.15300369262695, + "msecs": 752.4418830871582, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14416.876077651978, - "thread": 139853614257920, + "relativeCreated": 14407.851934432983, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43483,8 +43493,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264265, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43494,14 +43504,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 264.2650604248047, + "msecs": 752.5229454040527, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14416.988134384155, - "thread": 139853614257920, + "relativeCreated": 14407.932996749878, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43510,8 +43520,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264341, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752581, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43521,14 +43531,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 264.3411159515381, + "msecs": 752.5808811187744, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.064189910889, - "thread": 139853614257920, + "relativeCreated": 14407.9909324646, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43536,8 +43546,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.26444, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752659, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43547,14 +43557,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 264.44005966186523, + "msecs": 752.6590824127197, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.163133621216, - "thread": 139853614257920, + "relativeCreated": 14408.069133758545, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43563,8 +43573,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264522, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752717, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43574,14 +43584,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 264.5220756530762, + "msecs": 752.7170181274414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.245149612427, - "thread": 139853614257920, + "relativeCreated": 14408.127069473267, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43589,8 +43599,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264632, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43600,14 +43610,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 264.631986618042, + "msecs": 752.8140544891357, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.355060577393, - "thread": 139853614257920, + "relativeCreated": 14408.224105834961, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43616,8 +43626,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264772, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.752873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43627,14 +43637,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 264.7719383239746, + "msecs": 752.8729438781738, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.495012283325, - "thread": 139853614257920, + "relativeCreated": 14408.282995223999, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43642,8 +43652,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264902, + "asctime": "2021-01-11 11:37:22,752", + "created": 1610361442.75297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43653,14 +43663,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 264.90211486816406, + "msecs": 752.9699802398682, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.625188827515, - "thread": 139853614257920, + "relativeCreated": 14408.380031585693, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43668,8 +43678,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:18,264", - "created": 1610360718.264997, + "asctime": "2021-01-11 11:37:22,753", + "created": 1610361442.753032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43679,14 +43689,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 264.9970054626465, + "msecs": 753.0319690704346, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.720079421997, - "thread": 139853614257920, + "relativeCreated": 14408.44202041626, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43694,8 +43704,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,265", - "created": 1610360718.26509, + "asctime": "2021-01-11 11:37:22,753", + "created": 1610361442.753086, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43705,14 +43715,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 265.0899887084961, + "msecs": 753.0860900878906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.813062667847, - "thread": 139853614257920, + "relativeCreated": 14408.496141433716, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43721,8 +43731,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,265", - "created": 1610360718.265168, + "asctime": "2021-01-11 11:37:22,753", + "created": 1610361442.753137, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43732,14 +43742,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": 265.1679515838623, + "msecs": 753.1371116638184, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14417.891025543213, - "thread": 139853614257920, + "relativeCreated": 14408.547163009644, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43747,8 +43757,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 11:25:18,265", - "created": 1610360718.26533, + "asctime": "2021-01-11 11:37:22,753", + "created": 1610361442.753245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43758,14 +43768,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": 265.33007621765137, + "msecs": 753.2451152801514, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14418.053150177002, - "thread": 139853614257920, + "relativeCreated": 14408.655166625977, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43776,8 +43786,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,265", - "created": 1610360718.265502, + "asctime": "2021-01-11 11:37:22,753", + "created": 1610361442.753351, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43787,14 +43797,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 265.5019760131836, + "msecs": 753.3509731292725, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14418.225049972534, - "thread": 139853614257920, + "relativeCreated": 14408.761024475098, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -43802,8 +43812,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:18,265", - "created": 1610360718.265602, + "asctime": "2021-01-11 11:37:22,753", + "created": 1610361442.753421, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43813,32 +43823,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 265.60211181640625, + "msecs": 753.4210681915283, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14418.325185775757, - "thread": 139853614257920, + "relativeCreated": 14408.831119537354, + "thread": 140377759663872, "threadName": "Thread-24" } ], - "msecs": 596.8470573425293, + "msecs": 92.87691116333008, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14749.57013130188, - "thread": 139854989064000, + "relativeCreated": 14748.286962509155, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33124494552612305 + "time_consumption": 0.33945584297180176 }, { "args": [], - "asctime": "2021-01-11 11:25:18,597", - "created": 1610360718.597673, + "asctime": "2021-01-11 11:37:23,093", + "created": 1610361443.093801, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -43856,8 +43866,8 @@ "None", "0" ], - "asctime": "2021-01-11 11:25:18,597", - "created": 1610360718.597455, + "asctime": "2021-01-11 11:37:23,093", + "created": 1610361443.093544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43867,32 +43877,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=0", "module": "__init__", - "msecs": 597.4550247192383, + "msecs": 93.54400634765625, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14750.178098678589, - "thread": 139854989064000, + "relativeCreated": 14748.954057693481, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 597.6729393005371, + "msecs": 93.80102157592773, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14750.396013259888, - "thread": 139854989064000, + "relativeCreated": 14749.211072921753, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021791458129882812 + "time_consumption": 0.0002570152282714844 }, { "args": [], - "asctime": "2021-01-11 11:25:18,799", - "created": 1610360718.799514, + "asctime": "2021-01-11 11:37:23,295", + "created": 1610361443.295979, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -43911,8 +43921,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:18,598", - "created": 1610360718.598056, + "asctime": "2021-01-11 11:37:23,094", + "created": 1610361443.094449, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43922,14 +43932,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 598.0560779571533, + "msecs": 94.44904327392578, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14750.779151916504, - "thread": 139854989064000, + "relativeCreated": 14749.859094619751, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -43937,8 +43947,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 11:25:18,623", - "created": 1610360718.623846, + "asctime": "2021-01-11 11:37:23,116", + "created": 1610361443.116817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43948,14 +43958,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": 623.8460540771484, + "msecs": 116.81699752807617, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14776.569128036499, - "thread": 139853622650624, + "relativeCreated": 14772.227048873901, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43963,8 +43973,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 11:25:18,624", - "created": 1610360718.624517, + "asctime": "2021-01-11 11:37:23,117", + "created": 1610361443.117561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43974,14 +43984,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": 624.5169639587402, + "msecs": 117.56110191345215, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14777.24003791809, - "thread": 139853622650624, + "relativeCreated": 14772.971153259277, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -43989,8 +43999,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,624", - "created": 1610360718.62483, + "asctime": "2021-01-11 11:37:23,117", + "created": 1610361443.117803, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44000,14 +44010,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 624.8300075531006, + "msecs": 117.80309677124023, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14777.553081512451, - "thread": 139853622650624, + "relativeCreated": 14773.213148117065, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44016,8 +44026,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,625", - "created": 1610360718.625322, + "asctime": "2021-01-11 11:37:23,118", + "created": 1610361443.118027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44027,14 +44037,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 625.3221035003662, + "msecs": 118.0269718170166, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14778.045177459717, - "thread": 139853622650624, + "relativeCreated": 14773.437023162842, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44042,8 +44052,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,625", - "created": 1610360718.6256, + "asctime": "2021-01-11 11:37:23,118", + "created": 1610361443.118305, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44053,14 +44063,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 625.6000995635986, + "msecs": 118.30496788024902, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14778.32317352295, - "thread": 139853622650624, + "relativeCreated": 14773.715019226074, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44069,8 +44079,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,625", - "created": 1610360718.625807, + "asctime": "2021-01-11 11:37:23,118", + "created": 1610361443.118565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44080,14 +44090,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 625.8070468902588, + "msecs": 118.56508255004883, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14778.53012084961, - "thread": 139853622650624, + "relativeCreated": 14773.975133895874, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44095,8 +44105,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,626", - "created": 1610360718.626107, + "asctime": "2021-01-11 11:37:23,118", + "created": 1610361443.118871, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44106,14 +44116,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 626.1069774627686, + "msecs": 118.87097358703613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14778.83005142212, - "thread": 139853622650624, + "relativeCreated": 14774.281024932861, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44122,8 +44132,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,626", - "created": 1610360718.626304, + "asctime": "2021-01-11 11:37:23,119", + "created": 1610361443.119427, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44133,14 +44143,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 626.3039112091064, + "msecs": 119.42696571350098, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14779.026985168457, - "thread": 139853622650624, + "relativeCreated": 14774.837017059326, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44148,8 +44158,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,626", - "created": 1610360718.626564, + "asctime": "2021-01-11 11:37:23,119", + "created": 1610361443.119771, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44159,14 +44169,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 626.5640258789062, + "msecs": 119.77100372314453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14779.287099838257, - "thread": 139853622650624, + "relativeCreated": 14775.18105506897, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44175,8 +44185,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,626", - "created": 1610360718.626761, + "asctime": "2021-01-11 11:37:23,120", + "created": 1610361443.1201, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44186,14 +44196,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 626.7609596252441, + "msecs": 120.10002136230469, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14779.484033584595, - "thread": 139853622650624, + "relativeCreated": 14775.51007270813, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44201,8 +44211,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,627", - "created": 1610360718.627026, + "asctime": "2021-01-11 11:37:23,120", + "created": 1610361443.120348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44212,14 +44222,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 627.0260810852051, + "msecs": 120.34797668457031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14779.749155044556, - "thread": 139853622650624, + "relativeCreated": 14775.758028030396, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44228,8 +44238,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,627", - "created": 1610360718.627303, + "asctime": "2021-01-11 11:37:23,120", + "created": 1610361443.120516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44239,14 +44249,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 627.302885055542, + "msecs": 120.51606178283691, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14780.025959014893, - "thread": 139853622650624, + "relativeCreated": 14775.926113128662, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44254,8 +44264,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:18,627", - "created": 1610360718.627645, + "asctime": "2021-01-11 11:37:23,120", + "created": 1610361443.120798, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44265,14 +44275,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 627.6450157165527, + "msecs": 120.79811096191406, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14780.368089675903, - "thread": 139853622650624, + "relativeCreated": 14776.20816230774, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44280,8 +44290,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:18,627", - "created": 1610360718.627992, + "asctime": "2021-01-11 11:37:23,121", + "created": 1610361443.121094, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44291,14 +44301,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 627.9919147491455, + "msecs": 121.0939884185791, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14780.714988708496, - "thread": 139853622650624, + "relativeCreated": 14776.504039764404, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44306,8 +44316,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,628", - "created": 1610360718.62837, + "asctime": "2021-01-11 11:37:23,121", + "created": 1610361443.12128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44317,14 +44327,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 628.3700466156006, + "msecs": 121.27995491027832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14781.093120574951, - "thread": 139853622650624, + "relativeCreated": 14776.690006256104, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44333,8 +44343,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,628", - "created": 1610360718.628666, + "asctime": "2021-01-11 11:37:23,121", + "created": 1610361443.121468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44344,14 +44354,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": 628.6659240722656, + "msecs": 121.46806716918945, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14781.388998031616, - "thread": 139853622650624, + "relativeCreated": 14776.878118515015, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44359,8 +44369,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 11:25:18,629", - "created": 1610360718.629166, + "asctime": "2021-01-11 11:37:23,121", + "created": 1610361443.121886, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44370,14 +44380,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": 629.1658878326416, + "msecs": 121.88601493835449, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14781.888961791992, - "thread": 139853622650624, + "relativeCreated": 14777.29606628418, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44388,8 +44398,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:18,629", - "created": 1610360718.629789, + "asctime": "2021-01-11 11:37:23,122", + "created": 1610361443.122284, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44399,14 +44409,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 629.7891139984131, + "msecs": 122.283935546875, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14782.512187957764, - "thread": 139853622650624, + "relativeCreated": 14777.6939868927, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44414,25 +44424,25 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:18,630", - "created": 1610360718.630081, + "asctime": "2021-01-11 11:37:23,122", + "created": 1610361443.122515, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 630.0809383392334, + "msecs": 122.51496315002441, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14782.804012298584, - "thread": 139853622650624, + "relativeCreated": 14777.92501449585, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44443,8 +44453,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:18,630", - "created": 1610360718.630397, + "asctime": "2021-01-11 11:37:23,122", + "created": 1610361443.122873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44454,14 +44464,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 630.3970813751221, + "msecs": 122.87306785583496, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14783.120155334473, - "thread": 139853622650624, + "relativeCreated": 14778.28311920166, + "thread": 140377768056576, "threadName": "Thread-23" }, { @@ -44469,8 +44479,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 11:25:18,631", - "created": 1610360718.631542, + "asctime": "2021-01-11 11:37:23,154", + "created": 1610361443.154935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44480,14 +44490,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": 631.5419673919678, + "msecs": 154.93488311767578, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14784.265041351318, - "thread": 139853614257920, + "relativeCreated": 14810.344934463501, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44495,8 +44505,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 11:25:18,632", - "created": 1610360718.632004, + "asctime": "2021-01-11 11:37:23,155", + "created": 1610361443.155551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44506,14 +44516,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": 632.0040225982666, + "msecs": 155.55095672607422, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14784.727096557617, - "thread": 139853614257920, + "relativeCreated": 14810.9610080719, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44521,8 +44531,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.632121, + "asctime": "2021-01-11 11:37:23,155", + "created": 1610361443.15575, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44532,14 +44542,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 632.1210861206055, + "msecs": 155.75003623962402, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14784.844160079956, - "thread": 139853614257920, + "relativeCreated": 14811.16008758545, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44548,8 +44558,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.632229, + "asctime": "2021-01-11 11:37:23,155", + "created": 1610361443.155915, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44559,14 +44569,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.2290897369385, + "msecs": 155.9150218963623, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14784.952163696289, - "thread": 139853614257920, + "relativeCreated": 14811.325073242188, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44574,8 +44584,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.63235, + "asctime": "2021-01-11 11:37:23,156", + "created": 1610361443.156105, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44585,14 +44595,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 632.349967956543, + "msecs": 156.10504150390625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.073041915894, - "thread": 139853614257920, + "relativeCreated": 14811.515092849731, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44601,8 +44611,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.632445, + "asctime": "2021-01-11 11:37:23,156", + "created": 1610361443.156266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44612,14 +44622,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.4450969696045, + "msecs": 156.2659740447998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.168170928955, - "thread": 139853614257920, + "relativeCreated": 14811.676025390625, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44627,8 +44637,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.632586, + "asctime": "2021-01-11 11:37:23,156", + "created": 1610361443.15647, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44638,14 +44648,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 632.5860023498535, + "msecs": 156.47006034851074, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.309076309204, - "thread": 139853614257920, + "relativeCreated": 14811.880111694336, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44654,8 +44664,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.632683, + "asctime": "2021-01-11 11:37:23,156", + "created": 1610361443.156612, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44665,14 +44675,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.6830387115479, + "msecs": 156.61191940307617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.406112670898, - "thread": 139853614257920, + "relativeCreated": 14812.021970748901, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44680,8 +44690,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.632814, + "asctime": "2021-01-11 11:37:23,156", + "created": 1610361443.156859, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44691,14 +44701,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 632.8139305114746, + "msecs": 156.8589210510254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.537004470825, - "thread": 139853614257920, + "relativeCreated": 14812.26897239685, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44707,8 +44717,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,632", - "created": 1610360718.632904, + "asctime": "2021-01-11 11:37:23,157", + "created": 1610361443.157094, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44718,14 +44728,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.904052734375, + "msecs": 157.09400177001953, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.627126693726, - "thread": 139853614257920, + "relativeCreated": 14812.504053115845, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44733,8 +44743,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,633", - "created": 1610360718.633033, + "asctime": "2021-01-11 11:37:23,157", + "created": 1610361443.157292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44744,14 +44754,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 633.033037185669, + "msecs": 157.29188919067383, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.75611114502, - "thread": 139853614257920, + "relativeCreated": 14812.701940536499, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44760,8 +44770,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,633", - "created": 1610360718.63313, + "asctime": "2021-01-11 11:37:23,157", + "created": 1610361443.157473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44771,14 +44781,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 633.1300735473633, + "msecs": 157.47308731079102, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14785.853147506714, - "thread": 139853614257920, + "relativeCreated": 14812.883138656616, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44786,8 +44796,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:18,633", - "created": 1610360718.633279, + "asctime": "2021-01-11 11:37:23,157", + "created": 1610361443.157758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44797,14 +44807,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 633.2790851593018, + "msecs": 157.75799751281738, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14786.002159118652, - "thread": 139853614257920, + "relativeCreated": 14813.168048858643, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44812,8 +44822,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:18,633", - "created": 1610360718.633395, + "asctime": "2021-01-11 11:37:23,158", + "created": 1610361443.158041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44823,14 +44833,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 633.3949565887451, + "msecs": 158.04100036621094, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14786.118030548096, - "thread": 139853614257920, + "relativeCreated": 14813.451051712036, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44838,8 +44848,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,633", - "created": 1610360718.63351, + "asctime": "2021-01-11 11:37:23,158", + "created": 1610361443.158274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44849,14 +44859,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 633.5101127624512, + "msecs": 158.27393531799316, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14786.233186721802, - "thread": 139853614257920, + "relativeCreated": 14813.683986663818, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44865,8 +44875,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,633", - "created": 1610360718.633607, + "asctime": "2021-01-11 11:37:23,158", + "created": 1610361443.158478, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44876,14 +44886,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": 633.6069107055664, + "msecs": 158.4780216217041, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14786.329984664917, - "thread": 139853614257920, + "relativeCreated": 14813.88807296753, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44891,8 +44901,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 11:25:18,633", - "created": 1610360718.63384, + "asctime": "2021-01-11 11:37:23,158", + "created": 1610361443.158889, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44902,14 +44912,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": 633.8400840759277, + "msecs": 158.8890552520752, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14786.563158035278, - "thread": 139853614257920, + "relativeCreated": 14814.2991065979, + "thread": 140377759663872, "threadName": "Thread-24" }, { @@ -44920,8 +44930,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:18,634", - "created": 1610360718.634034, + "asctime": "2021-01-11 11:37:23,159", + "created": 1610361443.159552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44931,22 +44941,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 634.0339183807373, + "msecs": 159.55209732055664, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14786.756992340088, - "thread": 139853614257920, + "relativeCreated": 14814.962148666382, + "thread": 140377759663872, "threadName": "Thread-24" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,634", - "created": 1610360718.634173, + "asctime": "2021-01-11 11:37:23,159", + "created": 1610361443.159856, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44956,35 +44966,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": 634.1729164123535, + "msecs": 159.85608100891113, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14786.895990371704, - "thread": 139853614257920, + "relativeCreated": 14815.266132354736, + "thread": 140377759663872, "threadName": "Thread-24" } ], - "msecs": 799.5140552520752, + "msecs": 295.9790229797363, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14952.237129211426, - "thread": 139854989064000, + "relativeCreated": 14951.389074325562, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.16534113883972168 + "time_consumption": 0.1361229419708252 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,800", - "created": 1610360718.800492, + "asctime": "2021-01-11 11:37:23,297", + "created": 1610361443.297353, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45001,8 +45011,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,800", - "created": 1610360718.800068, + "asctime": "2021-01-11 11:37:23,296", + "created": 1610361443.296765, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45012,14 +45022,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": 800.0679016113281, + "msecs": 296.7650890350342, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14952.790975570679, - "thread": 139854989064000, + "relativeCreated": 14952.17514038086, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45028,8 +45038,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,800", - "created": 1610360718.80029, + "asctime": "2021-01-11 11:37:23,297", + "created": 1610361443.297061, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45039,35 +45049,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 800.2901077270508, + "msecs": 297.0609664916992, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14953.013181686401, - "thread": 139854989064000, + "relativeCreated": 14952.471017837524, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 800.4920482635498, + "msecs": 297.35302925109863, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14953.2151222229, - "thread": 139854989064000, + "relativeCreated": 14952.763080596924, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00020194053649902344 + "time_consumption": 0.00029206275939941406 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,801", - "created": 1610360718.801422, + "asctime": "2021-01-11 11:37:23,298", + "created": 1610361443.298545, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45084,8 +45094,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,800", - "created": 1610360718.800894, + "asctime": "2021-01-11 11:37:23,298", + "created": 1610361443.298012, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45095,14 +45105,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": 800.894021987915, + "msecs": 298.01201820373535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14953.617095947266, - "thread": 139854989064000, + "relativeCreated": 14953.42206954956, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45111,8 +45121,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:18,801", - "created": 1610360718.801118, + "asctime": "2021-01-11 11:37:23,298", + "created": 1610361443.298274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45122,39 +45132,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 801.1178970336914, + "msecs": 298.27404022216797, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14953.840970993042, - "thread": 139854989064000, + "relativeCreated": 14953.684091567993, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 801.422119140625, + "msecs": 298.54488372802734, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14954.145193099976, - "thread": 139854989064000, + "relativeCreated": 14953.954935073853, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00030422210693359375 + "time_consumption": 0.000270843505859375 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.5585391521453857, - "time_finished": "2021-01-11 11:25:18,801", - "time_start": "2021-01-11 11:25:18,242" + "time_consumption": 0.5591528415679932, + "time_finished": "2021-01-11 11:37:23,298", + "time_start": "2021-01-11 11:37:22,739" }, "_YhmzIE4lEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:22,408", - "created": 1610360722.408197, + "asctime": "2021-01-11 11:37:26,904", + "created": 1610361446.904303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45165,18 +45175,18 @@ "message": "_YhmzIE4lEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 408.19692611694336, + "msecs": 904.3030738830566, "msg": "_YhmzIE4lEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18560.920000076294, + "relativeCreated": 18559.713125228882, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415385, + "asctime": "2021-01-11 11:37:26,912", + "created": 1610361446.912475, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -45191,8 +45201,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:22,409", - "created": 1610360722.409617, + "asctime": "2021-01-11 11:37:26,905", + "created": 1610361446.905381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45202,22 +45212,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 409.61694717407227, + "msecs": 905.3809642791748, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18562.340021133423, - "thread": 139854989064000, + "relativeCreated": 18560.791015625, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:22,410", - "created": 1610360722.410726, + "asctime": "2021-01-11 11:37:26,905", + "created": 1610361446.905991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45227,22 +45237,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 410.72607040405273, + "msecs": 905.9910774230957, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18563.449144363403, - "thread": 139854989064000, + "relativeCreated": 18561.40112876892, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:22,411", - "created": 1610360722.411088, + "asctime": "2021-01-11 11:37:26,906", + "created": 1610361446.906155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45252,22 +45262,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 411.0879898071289, + "msecs": 906.1551094055176, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18563.81106376648, - "thread": 139854989064000, + "relativeCreated": 18561.565160751343, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:22,411", - "created": 1610360722.411734, + "asctime": "2021-01-11 11:37:26,906", + "created": 1610361446.906551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45277,14 +45287,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 411.73410415649414, + "msecs": 906.5508842468262, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18564.457178115845, - "thread": 139854989064000, + "relativeCreated": 18561.96093559265, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45293,25 +45303,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:22,411", - "created": 1610360722.411874, + "asctime": "2021-01-11 11:37:26,906", + "created": 1610361446.9067, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 411.87405586242676, + "msecs": 906.6998958587646, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18564.597129821777, - "thread": 139854989064000, + "relativeCreated": 18562.10994720459, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45319,25 +45329,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:22,411", - "created": 1610360722.411996, + "asctime": "2021-01-11 11:37:26,906", + "created": 1610361446.906964, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 411.99588775634766, + "msecs": 906.9640636444092, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18564.7189617157, - "thread": 139854989064000, + "relativeCreated": 18562.374114990234, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45345,25 +45355,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412073, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.90709, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 412.07289695739746, + "msecs": 907.0899486541748, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18564.795970916748, - "thread": 139854989064000, + "relativeCreated": 18562.5, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45371,25 +45381,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412144, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.907204, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 412.1439456939697, + "msecs": 907.2039127349854, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18564.86701965332, - "thread": 139854989064000, + "relativeCreated": 18562.61396408081, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45397,25 +45407,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412211, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.907311, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 412.21094131469727, + "msecs": 907.310962677002, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18564.934015274048, - "thread": 139854989064000, + "relativeCreated": 18562.721014022827, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45425,8 +45435,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412293, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.907448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45436,14 +45446,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 412.2929573059082, + "msecs": 907.4480533599854, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.01603126526, - "thread": 139854989064000, + "relativeCreated": 18562.85810470581, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45453,8 +45463,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412376, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.907574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45464,14 +45474,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 412.37592697143555, + "msecs": 907.573938369751, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.099000930786, - "thread": 139854989064000, + "relativeCreated": 18562.983989715576, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45481,8 +45491,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412449, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.907703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45492,14 +45502,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 412.4488830566406, + "msecs": 907.7029228210449, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.17195701599, - "thread": 139854989064000, + "relativeCreated": 18563.11297416687, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45509,8 +45519,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.41252, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.907844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45520,22 +45530,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 412.5199317932129, + "msecs": 907.844066619873, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.243005752563, - "thread": 139854989064000, + "relativeCreated": 18563.2541179657, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412609, + "asctime": "2021-01-11 11:37:26,907", + "created": 1610361446.907946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45545,14 +45555,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 412.6091003417969, + "msecs": 907.9461097717285, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.332174301147, - "thread": 139854989064000, + "relativeCreated": 18563.356161117554, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45561,25 +45571,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412691, + "asctime": "2021-01-11 11:37:26,908", + "created": 1610361446.908082, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 412.6911163330078, + "msecs": 908.0820083618164, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.41419029236, - "thread": 139854989064000, + "relativeCreated": 18563.49205970764, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45587,25 +45597,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412821, + "asctime": "2021-01-11 11:37:26,908", + "created": 1610361446.908218, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 412.82105445861816, + "msecs": 908.2179069519043, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.54412841797, - "thread": 139854989064000, + "relativeCreated": 18563.62795829773, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45613,25 +45623,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:22,412", - "created": 1610360722.412931, + "asctime": "2021-01-11 11:37:26,908", + "created": 1610361446.908353, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 412.930965423584, + "msecs": 908.3530902862549, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.654039382935, - "thread": 139854989064000, + "relativeCreated": 18563.76314163208, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45641,8 +45651,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413035, + "asctime": "2021-01-11 11:37:26,908", + "created": 1610361446.908498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45652,14 +45662,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 413.03491592407227, + "msecs": 908.4980487823486, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.757989883423, - "thread": 139854989064000, + "relativeCreated": 18563.908100128174, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45669,8 +45679,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413117, + "asctime": "2021-01-11 11:37:26,908", + "created": 1610361446.908788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45680,14 +45690,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 413.1169319152832, + "msecs": 908.7879657745361, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.840005874634, - "thread": 139854989064000, + "relativeCreated": 18564.19801712036, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45696,25 +45706,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413187, + "asctime": "2021-01-11 11:37:26,908", + "created": 1610361446.908967, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 413.18702697753906, + "msecs": 908.9670181274414, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.91010093689, - "thread": 139854989064000, + "relativeCreated": 18564.377069473267, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45723,25 +45733,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413252, + "asctime": "2021-01-11 11:37:26,909", + "created": 1610361446.909098, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 413.2521152496338, + "msecs": 909.0979099273682, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18565.975189208984, - "thread": 139854989064000, + "relativeCreated": 18564.507961273193, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45750,33 +45760,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413316, + "asctime": "2021-01-11 11:37:26,909", + "created": 1610361446.909209, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 413.316011428833, + "msecs": 909.2090129852295, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.039085388184, - "thread": 139854989064000, + "relativeCreated": 18564.619064331055, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413384, + "asctime": "2021-01-11 11:37:26,909", + "created": 1610361446.909319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45786,22 +45796,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 413.38396072387695, + "msecs": 909.3189239501953, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.107034683228, - "thread": 139854989064000, + "relativeCreated": 18564.72897529602, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413552, + "asctime": "2021-01-11 11:37:26,909", + "created": 1610361446.909581, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45811,14 +45821,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 413.55204582214355, + "msecs": 909.5809459686279, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.275119781494, - "thread": 139854989064000, + "relativeCreated": 18564.990997314453, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45827,25 +45837,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413638, + "asctime": "2021-01-11 11:37:26,910", + "created": 1610361446.910101, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 413.6381149291992, + "msecs": 910.1009368896484, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.36118888855, - "thread": 139854989064000, + "relativeCreated": 18565.510988235474, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45853,25 +45863,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413742, + "asctime": "2021-01-11 11:37:26,910", + "created": 1610361446.910266, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 413.7420654296875, + "msecs": 910.2659225463867, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.465139389038, - "thread": 139854989064000, + "relativeCreated": 18565.675973892212, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45879,25 +45889,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413826, + "asctime": "2021-01-11 11:37:26,910", + "created": 1610361446.910394, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 413.82598876953125, + "msecs": 910.3939533233643, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.549062728882, - "thread": 139854989064000, + "relativeCreated": 18565.80400466919, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45905,25 +45915,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413907, + "asctime": "2021-01-11 11:37:26,910", + "created": 1610361446.910515, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 413.9070510864258, + "msecs": 910.5150699615479, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.630125045776, - "thread": 139854989064000, + "relativeCreated": 18565.925121307373, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45931,25 +45941,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:22,413", - "created": 1610360722.413985, + "asctime": "2021-01-11 11:37:26,910", + "created": 1610361446.910632, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 413.985013961792, + "msecs": 910.6318950653076, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.708087921143, - "thread": 139854989064000, + "relativeCreated": 18566.041946411133, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45959,8 +45969,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.41408, + "asctime": "2021-01-11 11:37:26,910", + "created": 1610361446.910759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45970,14 +45980,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 414.0799045562744, + "msecs": 910.7589721679688, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.802978515625, - "thread": 139854989064000, + "relativeCreated": 18566.169023513794, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -45987,8 +45997,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414169, + "asctime": "2021-01-11 11:37:26,910", + "created": 1610361446.910885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45998,14 +46008,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 414.1690731048584, + "msecs": 910.8850955963135, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.89214706421, - "thread": 139854989064000, + "relativeCreated": 18566.29514694214, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46015,8 +46025,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414259, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.91101, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46026,14 +46036,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 414.2589569091797, + "msecs": 911.0100269317627, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18566.98203086853, - "thread": 139854989064000, + "relativeCreated": 18566.420078277588, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46043,8 +46053,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414352, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.911143, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46054,22 +46064,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 414.3519401550293, + "msecs": 911.1430644989014, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.07501411438, - "thread": 139854989064000, + "relativeCreated": 18566.553115844727, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.41442, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.911261, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46079,14 +46089,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 414.41988945007324, + "msecs": 911.2610816955566, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.142963409424, - "thread": 139854989064000, + "relativeCreated": 18566.671133041382, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46095,25 +46105,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414512, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.911392, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 414.51191902160645, + "msecs": 911.3919734954834, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.234992980957, - "thread": 139854989064000, + "relativeCreated": 18566.80202484131, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46121,25 +46131,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414626, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.91153, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 414.625883102417, + "msecs": 911.5300178527832, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.348957061768, - "thread": 139854989064000, + "relativeCreated": 18566.94006919861, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46147,25 +46157,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414724, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.911665, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 414.72411155700684, + "msecs": 911.6649627685547, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.447185516357, - "thread": 139854989064000, + "relativeCreated": 18567.07501411438, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46175,8 +46185,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414817, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.911783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46186,14 +46196,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 414.81709480285645, + "msecs": 911.78297996521, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.540168762207, - "thread": 139854989064000, + "relativeCreated": 18567.193031311035, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46203,8 +46213,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:22,414", - "created": 1610360722.414922, + "asctime": "2021-01-11 11:37:26,911", + "created": 1610361446.911905, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46214,14 +46224,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 414.92199897766113, + "msecs": 911.90505027771, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.64507293701, - "thread": 139854989064000, + "relativeCreated": 18567.315101623535, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46230,25 +46240,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415026, + "asctime": "2021-01-11 11:37:26,912", + "created": 1610361446.912025, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 415.0259494781494, + "msecs": 912.024974822998, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.7490234375, - "thread": 139854989064000, + "relativeCreated": 18567.435026168823, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46257,25 +46267,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415117, + "asctime": "2021-01-11 11:37:26,912", + "created": 1610361446.912134, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 415.1170253753662, + "msecs": 912.1339321136475, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.840099334717, - "thread": 139854989064000, + "relativeCreated": 18567.543983459473, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46284,33 +46294,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415207, + "asctime": "2021-01-11 11:37:26,912", + "created": 1610361446.912249, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 415.2069091796875, + "msecs": 912.2490882873535, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18567.929983139038, - "thread": 139854989064000, + "relativeCreated": 18567.65913963318, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415294, + "asctime": "2021-01-11 11:37:26,912", + "created": 1610361446.912359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46320,32 +46330,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 415.29393196105957, + "msecs": 912.3589992523193, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18568.01700592041, - "thread": 139854989064000, + "relativeCreated": 18567.769050598145, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 415.38500785827637, + "msecs": 912.4751091003418, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18568.108081817627, - "thread": 139854989064000, + "relativeCreated": 18567.885160446167, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 9.107589721679688e-05 + "time_consumption": 0.00011610984802246094 }, { "args": [], - "asctime": "2021-01-11 11:25:22,759", - "created": 1610360722.759987, + "asctime": "2021-01-11 11:37:27,256", + "created": 1610361447.256901, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -46360,8 +46370,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415595, + "asctime": "2021-01-11 11:37:26,912", + "created": 1610361446.912784, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46371,22 +46381,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 415.59505462646484, + "msecs": 912.7840995788574, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18568.318128585815, - "thread": 139854989064000, + "relativeCreated": 18568.194150924683, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415682, + "asctime": "2021-01-11 11:37:26,912", + "created": 1610361446.912898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46396,22 +46406,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 415.6820774078369, + "msecs": 912.898063659668, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18568.405151367188, - "thread": 139854989064000, + "relativeCreated": 18568.308115005493, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415779, + "asctime": "2021-01-11 11:37:26,913", + "created": 1610361446.913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46421,14 +46431,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 415.77911376953125, + "msecs": 913.0001068115234, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18568.502187728882, - "thread": 139854989064000, + "relativeCreated": 18568.41015815735, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46439,8 +46449,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,415", - "created": 1610360722.415935, + "asctime": "2021-01-11 11:37:26,913", + "created": 1610361446.913161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46450,22 +46460,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 415.9350395202637, + "msecs": 913.161039352417, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18568.658113479614, - "thread": 139854989064000, + "relativeCreated": 18568.571090698242, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:22,416", - "created": 1610360722.41618, + "asctime": "2021-01-11 11:37:26,913", + "created": 1610361446.913408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46475,22 +46485,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 416.179895401001, + "msecs": 913.4080410003662, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18568.90296936035, - "thread": 139854989064000, + "relativeCreated": 18568.81809234619, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:22,416", - "created": 1610360722.416574, + "asctime": "2021-01-11 11:37:26,913", + "created": 1610361446.913521, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46500,22 +46510,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 416.57400131225586, + "msecs": 913.5210514068604, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18569.297075271606, - "thread": 139854989064000, + "relativeCreated": 18568.931102752686, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:22,416", - "created": 1610360722.416686, + "asctime": "2021-01-11 11:37:26,913", + "created": 1610361446.913628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46525,14 +46535,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 416.6860580444336, + "msecs": 913.628101348877, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18569.409132003784, - "thread": 139854989064000, + "relativeCreated": 18569.038152694702, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -46540,8 +46550,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 11:25:22,418", - "created": 1610360722.418447, + "asctime": "2021-01-11 11:37:26,917", + "created": 1610361446.917926, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46551,14 +46561,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": 418.44701766967773, + "msecs": 917.9260730743408, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18571.17009162903, - "thread": 139852565694208, + "relativeCreated": 18573.336124420166, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46566,8 +46576,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 11:25:22,418", - "created": 1610360722.418607, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918049, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46577,14 +46587,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": 418.6069965362549, + "msecs": 918.0490970611572, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18571.330070495605, - "thread": 139852565694208, + "relativeCreated": 18573.459148406982, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46592,8 +46602,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,418", - "created": 1610360722.418704, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46603,14 +46613,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 418.7040328979492, + "msecs": 918.1270599365234, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18571.4271068573, - "thread": 139852565694208, + "relativeCreated": 18573.53711128235, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46619,8 +46629,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:22,418", - "created": 1610360722.41879, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46630,14 +46640,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 418.7901020050049, + "msecs": 918.2050228118896, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18571.513175964355, - "thread": 139852565694208, + "relativeCreated": 18573.615074157715, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46645,8 +46655,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,418", - "created": 1610360722.418916, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918308, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46656,14 +46666,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 418.9159870147705, + "msecs": 918.3080196380615, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18571.63906097412, - "thread": 139852565694208, + "relativeCreated": 18573.718070983887, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46672,8 +46682,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:22,418", - "created": 1610360722.418998, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46683,14 +46693,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": 418.99800300598145, + "msecs": 918.3781147003174, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18571.721076965332, - "thread": 139852565694208, + "relativeCreated": 18573.788166046143, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46698,8 +46708,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13" ], - "asctime": "2021-01-11 11:25:22,419", - "created": 1610360722.419109, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918479, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46709,14 +46719,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": 419.1091060638428, + "msecs": 918.4789657592773, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18571.832180023193, - "thread": 139852565694208, + "relativeCreated": 18573.889017105103, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46727,8 +46737,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,419", - "created": 1610360722.419298, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46738,14 +46748,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 419.2979335784912, + "msecs": 918.6561107635498, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18572.02100753784, - "thread": 139852565694208, + "relativeCreated": 18574.066162109375, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46753,25 +46763,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:22,419", - "created": 1610360722.419404, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918784, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 419.4040298461914, + "msecs": 918.7839031219482, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18572.127103805542, - "thread": 139852565694208, + "relativeCreated": 18574.193954467773, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46782,8 +46792,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,419", - "created": 1610360722.419543, + "asctime": "2021-01-11 11:37:26,918", + "created": 1610361446.918944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46793,14 +46803,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 419.5430278778076, + "msecs": 918.9438819885254, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18572.26610183716, - "thread": 139852565694208, + "relativeCreated": 18574.35393333435, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -46808,8 +46818,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 11:25:22,427", - "created": 1610360722.427948, + "asctime": "2021-01-11 11:37:26,919", + "created": 1610361446.919298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46819,14 +46829,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": 427.947998046875, + "msecs": 919.2979335784912, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18580.671072006226, - "thread": 139852557301504, + "relativeCreated": 18574.707984924316, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -46834,8 +46844,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 11:25:22,428", - "created": 1610360722.428138, + "asctime": "2021-01-11 11:37:26,919", + "created": 1610361446.919428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46845,14 +46855,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": 428.13801765441895, + "msecs": 919.4281101226807, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18580.86109161377, - "thread": 139852557301504, + "relativeCreated": 18574.838161468506, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -46860,8 +46870,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,428", - "created": 1610360722.428207, + "asctime": "2021-01-11 11:37:26,919", + "created": 1610361446.919506, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46871,14 +46881,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 428.2069206237793, + "msecs": 919.5060729980469, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18580.92999458313, - "thread": 139852557301504, + "relativeCreated": 18574.916124343872, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -46887,8 +46897,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:22,428", - "created": 1610360722.428265, + "asctime": "2021-01-11 11:37:26,919", + "created": 1610361446.919578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46898,14 +46908,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 428.2650947570801, + "msecs": 919.5780754089355, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18580.98816871643, - "thread": 139852557301504, + "relativeCreated": 18574.98812675476, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -46913,8 +46923,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,428", - "created": 1610360722.428341, + "asctime": "2021-01-11 11:37:26,919", + "created": 1610361446.91969, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46924,14 +46934,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 428.3409118652344, + "msecs": 919.6898937225342, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18581.063985824585, - "thread": 139852557301504, + "relativeCreated": 18575.09994506836, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -46940,8 +46950,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:22,428", - "created": 1610360722.428396, + "asctime": "2021-01-11 11:37:26,919", + "created": 1610361446.919761, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46951,14 +46961,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": 428.39598655700684, + "msecs": 919.7609424591064, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18581.119060516357, - "thread": 139852557301504, + "relativeCreated": 18575.17099380493, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -46966,8 +46976,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12" ], - "asctime": "2021-01-11 11:25:22,428", - "created": 1610360722.428463, + "asctime": "2021-01-11 11:37:26,919", + "created": 1610361446.919855, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46977,14 +46987,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": 428.4629821777344, + "msecs": 919.8551177978516, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18581.186056137085, - "thread": 139852557301504, + "relativeCreated": 18575.265169143677, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -46995,8 +47005,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,428", - "created": 1610360722.428608, + "asctime": "2021-01-11 11:37:26,920", + "created": 1610361446.920033, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47006,14 +47016,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 428.6079406738281, + "msecs": 920.0329780578613, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18581.33101463318, - "thread": 139852557301504, + "relativeCreated": 18575.443029403687, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47021,8 +47031,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:22,428", - "created": 1610360722.428675, + "asctime": "2021-01-11 11:37:26,920", + "created": 1610361446.920139, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47032,32 +47042,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 428.67493629455566, + "msecs": 920.1390743255615, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18581.398010253906, - "thread": 139852557301504, + "relativeCreated": 18575.549125671387, + "thread": 140376971142912, "threadName": "Thread-36" } ], - "msecs": 759.9871158599854, + "msecs": 256.9010257720947, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18912.710189819336, - "thread": 139854989064000, + "relativeCreated": 18912.31107711792, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3313121795654297 + "time_consumption": 0.3367619514465332 }, { "args": [], - "asctime": "2021-01-11 11:25:22,961", - "created": 1610360722.961844, + "asctime": "2021-01-11 11:37:27,459", + "created": 1610361447.459012, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -47076,8 +47086,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:22,760", - "created": 1610360722.76063, + "asctime": "2021-01-11 11:37:27,257", + "created": 1610361447.257654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47087,14 +47097,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 760.6298923492432, + "msecs": 257.65395164489746, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18913.352966308594, - "thread": 139854989064000, + "relativeCreated": 18913.064002990723, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -47102,8 +47112,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 11:25:22,785", - "created": 1610360722.785384, + "asctime": "2021-01-11 11:37:27,284", + "created": 1610361447.284505, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47113,14 +47123,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": 785.383939743042, + "msecs": 284.50489044189453, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18938.107013702393, - "thread": 139852565694208, + "relativeCreated": 18939.91494178772, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -47128,8 +47138,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 11:25:22,785", - "created": 1610360722.785957, + "asctime": "2021-01-11 11:37:27,285", + "created": 1610361447.285216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47139,14 +47149,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": 785.9570980072021, + "msecs": 285.2160930633545, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18938.680171966553, - "thread": 139852565694208, + "relativeCreated": 18940.62614440918, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -47154,8 +47164,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,786", - "created": 1610360722.786235, + "asctime": "2021-01-11 11:37:27,285", + "created": 1610361447.28545, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47165,14 +47175,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 786.2350940704346, + "msecs": 285.4499816894531, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18938.958168029785, - "thread": 139852565694208, + "relativeCreated": 18940.86003303528, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -47181,8 +47191,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:22,786", - "created": 1610360722.786863, + "asctime": "2021-01-11 11:37:27,285", + "created": 1610361447.285634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47192,14 +47202,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 786.8630886077881, + "msecs": 285.63404083251953, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18939.58616256714, - "thread": 139852565694208, + "relativeCreated": 18941.044092178345, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -47207,8 +47217,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,787", - "created": 1610360722.787608, + "asctime": "2021-01-11 11:37:27,285", + "created": 1610361447.285985, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47218,14 +47228,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 787.6079082489014, + "msecs": 285.98499298095703, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18940.330982208252, - "thread": 139852565694208, + "relativeCreated": 18941.395044326782, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -47234,8 +47244,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:22,787", - "created": 1610360722.787914, + "asctime": "2021-01-11 11:37:27,286", + "created": 1610361447.286191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47245,14 +47255,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": 787.9140377044678, + "msecs": 286.1909866333008, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18940.63711166382, - "thread": 139852565694208, + "relativeCreated": 18941.601037979126, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -47260,8 +47270,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 11:25:22,788", - "created": 1610360722.788302, + "asctime": "2021-01-11 11:37:27,286", + "created": 1610361447.286576, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47271,14 +47281,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": 788.301944732666, + "msecs": 286.5760326385498, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18941.025018692017, - "thread": 139852565694208, + "relativeCreated": 18941.986083984375, + "thread": 140376979535616, "threadName": "Thread-35" }, { @@ -47289,8 +47299,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:22,788", - "created": 1610360722.788971, + "asctime": "2021-01-11 11:37:27,287", + "created": 1610361447.287453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47300,22 +47310,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 788.970947265625, + "msecs": 287.45293617248535, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18941.694021224976, - "thread": 139852565694208, + "relativeCreated": 18942.86298751831, + "thread": 140376979535616, "threadName": "Thread-35" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:22,789", - "created": 1610360722.789321, + "asctime": "2021-01-11 11:37:27,287", + "created": 1610361447.287883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47325,35 +47335,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": 789.3209457397461, + "msecs": 287.88304328918457, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18942.044019699097, - "thread": 139852565694208, + "relativeCreated": 18943.29309463501, + "thread": 140376979535616, "threadName": "Thread-35" } ], - "msecs": 961.8439674377441, + "msecs": 459.0120315551758, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19114.567041397095, - "thread": 139854989064000, + "relativeCreated": 19114.422082901, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.17252302169799805 + "time_consumption": 0.1711289882659912 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:22,962", - "created": 1610360722.962987, + "asctime": "2021-01-11 11:37:27,460", + "created": 1610361447.460141, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47370,8 +47380,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,962", - "created": 1610360722.962412, + "asctime": "2021-01-11 11:37:27,459", + "created": 1610361447.459668, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47381,14 +47391,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 962.4121189117432, + "msecs": 459.6679210662842, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19115.135192871094, - "thread": 139854989064000, + "relativeCreated": 19115.07797241211, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -47397,8 +47407,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,962", - "created": 1610360722.962752, + "asctime": "2021-01-11 11:37:27,459", + "created": 1610361447.459917, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47408,35 +47418,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 962.752103805542, + "msecs": 459.9170684814453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19115.475177764893, - "thread": 139854989064000, + "relativeCreated": 19115.32711982727, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 962.986946105957, + "msecs": 460.1409435272217, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19115.710020065308, - "thread": 139854989064000, + "relativeCreated": 19115.550994873047, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00023484230041503906 + "time_consumption": 0.0002238750457763672 }, { "args": [ "{'status': 0, 'service_id': 17, 'data': u'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:22,963", - "created": 1610360722.963795, + "asctime": "2021-01-11 11:37:27,461", + "created": 1610361447.46134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47453,8 +47463,8 @@ "{'status': 0, 'service_id': 17, 'data': u'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:22,963", - "created": 1610360722.963369, + "asctime": "2021-01-11 11:37:27,460", + "created": 1610361447.460894, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47464,14 +47474,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": 963.3688926696777, + "msecs": 460.8941078186035, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19116.09196662903, - "thread": 139854989064000, + "relativeCreated": 19116.30415916443, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -47480,8 +47490,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:22,963", - "created": 1610360722.963591, + "asctime": "2021-01-11 11:37:27,461", + "created": 1610361447.461137, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47491,32 +47501,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": 963.5910987854004, + "msecs": 461.137056350708, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19116.31417274475, - "thread": 139854989064000, + "relativeCreated": 19116.547107696533, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 963.7949466705322, + "msecs": 461.33995056152344, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19116.518020629883, - "thread": 139854989064000, + "relativeCreated": 19116.75000190735, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00020384788513183594 + "time_consumption": 0.0002028942108154297 }, { "args": [], - "asctime": "2021-01-11 11:25:23,165", - "created": 1610360723.165499, + "asctime": "2021-01-11 11:37:27,663", + "created": 1610361447.663339, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -47535,8 +47545,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:22,964", - "created": 1610360722.964265, + "asctime": "2021-01-11 11:37:27,461", + "created": 1610361447.461819, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47546,14 +47556,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": 964.2651081085205, + "msecs": 461.8189334869385, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19116.98818206787, - "thread": 139854989064000, + "relativeCreated": 19117.228984832764, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -47561,8 +47571,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 11:25:22,994", - "created": 1610360722.994033, + "asctime": "2021-01-11 11:37:27,485", + "created": 1610361447.485326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47572,14 +47582,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": 994.0330982208252, + "msecs": 485.32605171203613, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19146.756172180176, - "thread": 139852557301504, + "relativeCreated": 19140.73610305786, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47587,8 +47597,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 11:25:22,994", - "created": 1610360722.994659, + "asctime": "2021-01-11 11:37:27,485", + "created": 1610361447.48577, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47598,14 +47608,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": 994.6589469909668, + "msecs": 485.76998710632324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19147.382020950317, - "thread": 139852557301504, + "relativeCreated": 19141.18003845215, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47613,8 +47623,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,994", - "created": 1610360722.994964, + "asctime": "2021-01-11 11:37:27,485", + "created": 1610361447.485977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47624,14 +47634,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 994.9638843536377, + "msecs": 485.9769344329834, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19147.68695831299, - "thread": 139852557301504, + "relativeCreated": 19141.38698577881, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47640,8 +47650,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:22,995", - "created": 1610360722.995322, + "asctime": "2021-01-11 11:37:27,486", + "created": 1610361447.486161, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47651,14 +47661,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 995.3219890594482, + "msecs": 486.1609935760498, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19148.0450630188, - "thread": 139852557301504, + "relativeCreated": 19141.571044921875, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47666,8 +47676,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,995", - "created": 1610360722.995826, + "asctime": "2021-01-11 11:37:27,486", + "created": 1610361447.486517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47677,14 +47687,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 995.826005935669, + "msecs": 486.51695251464844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19148.54907989502, - "thread": 139852557301504, + "relativeCreated": 19141.927003860474, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47693,8 +47703,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:22,996", - "created": 1610360722.996064, + "asctime": "2021-01-11 11:37:27,486", + "created": 1610361447.486761, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47704,14 +47714,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": 996.0639476776123, + "msecs": 486.76109313964844, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19148.787021636963, - "thread": 139852557301504, + "relativeCreated": 19142.171144485474, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47719,8 +47729,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 11:25:22,996", - "created": 1610360722.996435, + "asctime": "2021-01-11 11:37:27,487", + "created": 1610361447.487171, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47730,14 +47740,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": 996.4349269866943, + "msecs": 487.170934677124, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19149.158000946045, - "thread": 139852557301504, + "relativeCreated": 19142.58098602295, + "thread": 140376971142912, "threadName": "Thread-36" }, { @@ -47748,8 +47758,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:22,996", - "created": 1610360722.996958, + "asctime": "2021-01-11 11:37:27,488", + "created": 1610361447.488085, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47759,22 +47769,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": 996.9580173492432, + "msecs": 488.0850315093994, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19149.681091308594, - "thread": 139852557301504, + "relativeCreated": 19143.495082855225, + "thread": 140376971142912, "threadName": "Thread-36" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:22,997", - "created": 1610360722.99715, + "asctime": "2021-01-11 11:37:27,488", + "created": 1610361447.488435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47784,35 +47794,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": 997.1499443054199, + "msecs": 488.4350299835205, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19149.87301826477, - "thread": 139852557301504, + "relativeCreated": 19143.845081329346, + "thread": 140376971142912, "threadName": "Thread-36" } ], - "msecs": 165.4989719390869, + "msecs": 663.3388996124268, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19318.222045898438, - "thread": 139854989064000, + "relativeCreated": 19318.748950958252, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.168349027633667 + "time_consumption": 0.17490386962890625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:23,166", - "created": 1610360723.166683, + "asctime": "2021-01-11 11:37:27,664", + "created": 1610361447.66442, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47829,8 +47839,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:23,166", - "created": 1610360723.166096, + "asctime": "2021-01-11 11:37:27,663", + "created": 1610361447.663862, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47840,14 +47850,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 166.09597206115723, + "msecs": 663.8619899749756, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19318.819046020508, - "thread": 139854989064000, + "relativeCreated": 19319.2720413208, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -47856,8 +47866,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:23,166", - "created": 1610360723.166447, + "asctime": "2021-01-11 11:37:27,664", + "created": 1610361447.664123, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47867,35 +47877,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 166.44692420959473, + "msecs": 664.1230583190918, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19319.169998168945, - "thread": 139854989064000, + "relativeCreated": 19319.533109664917, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 166.68295860290527, + "msecs": 664.4198894500732, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19319.406032562256, - "thread": 139854989064000, + "relativeCreated": 19319.8299407959, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00023603439331054688 + "time_consumption": 0.0002968311309814453 }, { "args": [ "{'status': 4, 'service_id': 17, 'data': u'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:23,167", - "created": 1610360723.167536, + "asctime": "2021-01-11 11:37:27,665", + "created": 1610361447.665291, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47912,8 +47922,8 @@ "{'status': 4, 'service_id': 17, 'data': u'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:23,167", - "created": 1610360723.167059, + "asctime": "2021-01-11 11:37:27,664", + "created": 1610361447.664833, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47923,14 +47933,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": 167.05894470214844, + "msecs": 664.8330688476562, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19319.7820186615, - "thread": 139854989064000, + "relativeCreated": 19320.24312019348, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -47939,8 +47949,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 11:25:23,167", - "created": 1610360723.167267, + "asctime": "2021-01-11 11:37:27,665", + "created": 1610361447.665083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47950,39 +47960,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": 167.2670841217041, + "msecs": 665.0829315185547, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19319.990158081055, - "thread": 139854989064000, + "relativeCreated": 19320.49298286438, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 167.53602027893066, + "msecs": 665.2910709381104, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 19320.25909423828, - "thread": 139854989064000, + "relativeCreated": 19320.701122283936, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002689361572265625 + "time_consumption": 0.00020813941955566406 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.7593390941619873, - "time_finished": "2021-01-11 11:25:23,167", - "time_start": "2021-01-11 11:25:22,408" + "time_consumption": 0.7609879970550537, + "time_finished": "2021-01-11 11:37:27,665", + "time_start": "2021-01-11 11:37:26,904" }, "_ZJMD8EzaEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:04,636", - "created": 1610360704.636924, + "asctime": "2021-01-11 11:37:09,135", + "created": 1610361429.135852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47993,18 +48003,18 @@ "message": "_ZJMD8EzaEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 636.9240283966064, + "msecs": 135.85209846496582, "msg": "_ZJMD8EzaEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 789.647102355957, + "relativeCreated": 791.262149810791, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.647052, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143982, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -48019,8 +48029,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:04,638", - "created": 1610360704.638052, + "asctime": "2021-01-11 11:37:09,137", + "created": 1610361429.137057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48030,22 +48040,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 638.0519866943359, + "msecs": 137.05706596374512, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 790.7750606536865, - "thread": 139854989064000, + "relativeCreated": 792.4671173095703, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:04,639", - "created": 1610360704.639137, + "asctime": "2021-01-11 11:37:09,138", + "created": 1610361429.138149, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48055,22 +48065,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 639.1370296478271, + "msecs": 138.14902305603027, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 791.8601036071777, - "thread": 139854989064000, + "relativeCreated": 793.5590744018555, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:04,639", - "created": 1610360704.639468, + "asctime": "2021-01-11 11:37:09,138", + "created": 1610361429.138469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48080,22 +48090,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 639.4679546356201, + "msecs": 138.46898078918457, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 792.1910285949707, - "thread": 139854989064000, + "relativeCreated": 793.8790321350098, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:04,640", - "created": 1610360704.640147, + "asctime": "2021-01-11 11:37:09,139", + "created": 1610361429.139062, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48105,14 +48115,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 640.1469707489014, + "msecs": 139.06192779541016, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 792.870044708252, - "thread": 139854989064000, + "relativeCreated": 794.4719791412354, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48121,25 +48131,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:04,640", - "created": 1610360704.640383, + "asctime": "2021-01-11 11:37:09,139", + "created": 1610361429.139408, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 640.3830051422119, + "msecs": 139.40811157226562, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 793.1060791015625, - "thread": 139854989064000, + "relativeCreated": 794.8181629180908, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48147,25 +48157,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:04,640", - "created": 1610360704.640652, + "asctime": "2021-01-11 11:37:09,139", + "created": 1610361429.139817, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 640.6519412994385, + "msecs": 139.8169994354248, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 793.3750152587891, - "thread": 139854989064000, + "relativeCreated": 795.22705078125, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48173,25 +48183,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:04,640", - "created": 1610360704.640958, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.140009, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 640.9580707550049, + "msecs": 140.00892639160156, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 793.6811447143555, - "thread": 139854989064000, + "relativeCreated": 795.4189777374268, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48199,25 +48209,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:04,641", - "created": 1610360704.641227, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.140181, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 641.2270069122314, + "msecs": 140.1810646057129, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 793.950080871582, - "thread": 139854989064000, + "relativeCreated": 795.5911159515381, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48225,25 +48235,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:04,641", - "created": 1610360704.641467, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.140356, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 641.4670944213867, + "msecs": 140.35606384277344, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 794.1901683807373, - "thread": 139854989064000, + "relativeCreated": 795.7661151885986, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48253,8 +48263,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:04,641", - "created": 1610360704.641741, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.140542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48264,14 +48274,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 641.7410373687744, + "msecs": 140.54203033447266, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 794.464111328125, - "thread": 139854989064000, + "relativeCreated": 795.9520816802979, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48281,8 +48291,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:04,641", - "created": 1610360704.641999, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.14073, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48292,14 +48302,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 641.9990062713623, + "msecs": 140.7299041748047, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 794.7220802307129, - "thread": 139854989064000, + "relativeCreated": 796.1399555206299, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48309,8 +48319,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:04,642", - "created": 1610360704.642331, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.140834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48320,14 +48330,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 642.3308849334717, + "msecs": 140.83409309387207, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 795.0539588928223, - "thread": 139854989064000, + "relativeCreated": 796.2441444396973, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48337,8 +48347,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:04,642", - "created": 1610360704.642523, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.140891, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48348,22 +48358,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 642.5230503082275, + "msecs": 140.89107513427734, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 795.2461242675781, - "thread": 139854989064000, + "relativeCreated": 796.3011264801025, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:04,642", - "created": 1610360704.642681, + "asctime": "2021-01-11 11:37:09,140", + "created": 1610361429.140946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48373,14 +48383,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 642.6808834075928, + "msecs": 140.9459114074707, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 795.4039573669434, - "thread": 139854989064000, + "relativeCreated": 796.3559627532959, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48389,25 +48399,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:04,642", - "created": 1610360704.642881, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.14101, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 642.880916595459, + "msecs": 141.01004600524902, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 795.6039905548096, - "thread": 139854989064000, + "relativeCreated": 796.4200973510742, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48415,25 +48425,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:04,643", - "created": 1610360704.643065, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141071, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 643.0649757385254, + "msecs": 141.07108116149902, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 795.788049697876, - "thread": 139854989064000, + "relativeCreated": 796.4811325073242, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48441,25 +48451,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:04,643", - "created": 1610360704.643326, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141151, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 643.3260440826416, + "msecs": 141.15095138549805, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 796.0491180419922, - "thread": 139854989064000, + "relativeCreated": 796.5610027313232, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48469,8 +48479,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:04,643", - "created": 1610360704.643559, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48480,14 +48490,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 643.5589790344238, + "msecs": 141.22891426086426, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 796.2820529937744, - "thread": 139854989064000, + "relativeCreated": 796.6389656066895, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48497,8 +48507,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:04,643", - "created": 1610360704.643741, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48508,14 +48518,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 643.7408924102783, + "msecs": 141.28804206848145, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 796.4639663696289, - "thread": 139854989064000, + "relativeCreated": 796.6980934143066, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48524,25 +48534,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:04,643", - "created": 1610360704.643914, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141344, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 643.913984298706, + "msecs": 141.3440704345703, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 796.6370582580566, - "thread": 139854989064000, + "relativeCreated": 796.7541217803955, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48551,25 +48561,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:04,644", - "created": 1610360704.644084, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141404, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 644.0839767456055, + "msecs": 141.4039134979248, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 796.807050704956, - "thread": 139854989064000, + "relativeCreated": 796.81396484375, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48578,33 +48588,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:04,644", - "created": 1610360704.644241, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141456, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 644.2410945892334, + "msecs": 141.45588874816895, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 796.964168548584, - "thread": 139854989064000, + "relativeCreated": 796.8659400939941, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:04,644", - "created": 1610360704.644489, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48614,22 +48624,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 644.489049911499, + "msecs": 141.5081024169922, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.2121238708496, - "thread": 139854989064000, + "relativeCreated": 796.9181537628174, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:04,644", - "created": 1610360704.644865, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48639,14 +48649,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 644.8650360107422, + "msecs": 141.64209365844727, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.5881099700928, - "thread": 139854989064000, + "relativeCreated": 797.0521450042725, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48655,25 +48665,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:04,644", - "created": 1610360704.644929, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141735, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 644.9289321899414, + "msecs": 141.73507690429688, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.652006149292, - "thread": 139854989064000, + "relativeCreated": 797.1451282501221, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48681,25 +48691,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.645004, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.14185, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 645.0040340423584, + "msecs": 141.84999465942383, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.727108001709, - "thread": 139854989064000, + "relativeCreated": 797.260046005249, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48707,25 +48717,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.645057, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141907, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 645.056962966919, + "msecs": 141.9069766998291, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.7800369262695, - "thread": 139854989064000, + "relativeCreated": 797.3170280456543, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48733,25 +48743,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.64511, + "asctime": "2021-01-11 11:37:09,141", + "created": 1610361429.141959, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 645.1098918914795, + "msecs": 141.95895195007324, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.8329658508301, - "thread": 139854989064000, + "relativeCreated": 797.3690032958984, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48759,25 +48769,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.645158, + "asctime": "2021-01-11 11:37:09,142", + "created": 1610361429.14201, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 645.158052444458, + "msecs": 142.00997352600098, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.8811264038086, - "thread": 139854989064000, + "relativeCreated": 797.4200248718262, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48787,8 +48797,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.645211, + "asctime": "2021-01-11 11:37:09,142", + "created": 1610361429.14207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48798,14 +48808,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 645.2109813690186, + "msecs": 142.07005500793457, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.9340553283691, - "thread": 139854989064000, + "relativeCreated": 797.4801063537598, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48815,8 +48825,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.64527, + "asctime": "2021-01-11 11:37:09,142", + "created": 1610361429.142132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48826,14 +48836,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 645.2701091766357, + "msecs": 142.13204383850098, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 797.9931831359863, - "thread": 139854989064000, + "relativeCreated": 797.5420951843262, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48843,8 +48853,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.645327, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.1432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48854,14 +48864,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 645.327091217041, + "msecs": 143.19992065429688, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 798.0501651763916, - "thread": 139854989064000, + "relativeCreated": 798.6099720001221, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48871,8 +48881,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.645383, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48882,22 +48892,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 645.3828811645508, + "msecs": 143.31698417663574, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 798.1059551239014, - "thread": 139854989064000, + "relativeCreated": 798.7270355224609, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:04,645", - "created": 1610360704.645432, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143383, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48907,14 +48917,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 645.4319953918457, + "msecs": 143.38302612304688, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 798.1550693511963, - "thread": 139854989064000, + "relativeCreated": 798.7930774688721, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48923,25 +48933,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646516, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143463, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 646.5160846710205, + "msecs": 143.4628963470459, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.2391586303711, - "thread": 139854989064000, + "relativeCreated": 798.8729476928711, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48949,25 +48959,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646591, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143531, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 646.5909481048584, + "msecs": 143.53108406066895, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.314022064209, - "thread": 139854989064000, + "relativeCreated": 798.9411354064941, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -48975,25 +48985,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646654, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143589, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 646.6538906097412, + "msecs": 143.58901977539062, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.3769645690918, - "thread": 139854989064000, + "relativeCreated": 798.9990711212158, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -49003,8 +49013,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646719, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.14365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49014,14 +49024,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 646.7189788818359, + "msecs": 143.65005493164062, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.4420528411865, - "thread": 139854989064000, + "relativeCreated": 799.0601062774658, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -49031,8 +49041,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646781, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143711, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49042,14 +49052,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 646.7809677124023, + "msecs": 143.71109008789062, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.5040416717529, - "thread": 139854989064000, + "relativeCreated": 799.1211414337158, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -49058,25 +49068,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646839, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.14377, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 646.838903427124, + "msecs": 143.7699794769287, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.5619773864746, - "thread": 139854989064000, + "relativeCreated": 799.1800308227539, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -49085,25 +49095,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646892, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143822, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 646.8920707702637, + "msecs": 143.82195472717285, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.6151447296143, - "thread": 139854989064000, + "relativeCreated": 799.232006072998, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -49112,33 +49122,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646943, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143873, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 646.9430923461914, + "msecs": 143.8729763031006, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.666166305542, - "thread": 139854989064000, + "relativeCreated": 799.2830276489258, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:04,646", - "created": 1610360704.646999, + "asctime": "2021-01-11 11:37:09,143", + "created": 1610361429.143925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49148,32 +49158,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 646.9988822937012, + "msecs": 143.92495155334473, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.7219562530518, - "thread": 139854989064000, + "relativeCreated": 799.3350028991699, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 647.0520496368408, + "msecs": 143.98193359375, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.7751235961914, - "thread": 139854989064000, + "relativeCreated": 799.3919849395752, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 5.316734313964844e-05 + "time_consumption": 5.698204040527344e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:04,990", - "created": 1610360704.990856, + "asctime": "2021-01-11 11:37:09,487", + "created": 1610361429.48784, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -49188,8 +49198,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.647188, + "asctime": "2021-01-11 11:37:09,144", + "created": 1610361429.144097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49199,22 +49209,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 647.1879482269287, + "msecs": 144.09708976745605, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.9110221862793, - "thread": 139854989064000, + "relativeCreated": 799.5071411132812, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.647238, + "asctime": "2021-01-11 11:37:09,144", + "created": 1610361429.144156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49224,22 +49234,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 647.23801612854, + "msecs": 144.15597915649414, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 799.9610900878906, - "thread": 139854989064000, + "relativeCreated": 799.5660305023193, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.647284, + "asctime": "2021-01-11 11:37:09,144", + "created": 1610361429.144211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49249,14 +49259,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 647.2840309143066, + "msecs": 144.2110538482666, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 800.0071048736572, - "thread": 139854989064000, + "relativeCreated": 799.6211051940918, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -49267,8 +49277,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.647359, + "asctime": "2021-01-11 11:37:09,144", + "created": 1610361429.144302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49278,22 +49288,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 647.3588943481445, + "msecs": 144.3018913269043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 800.0819683074951, - "thread": 139854989064000, + "relativeCreated": 799.7119426727295, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.647508, + "asctime": "2021-01-11 11:37:09,144", + "created": 1610361429.144474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49303,22 +49313,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 647.507905960083, + "msecs": 144.47402954101562, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 800.2309799194336, - "thread": 139854989064000, + "relativeCreated": 799.8840808868408, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.64756, + "asctime": "2021-01-11 11:37:09,144", + "created": 1610361429.144542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49328,22 +49338,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 647.5598812103271, + "msecs": 144.54197883605957, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 800.2829551696777, - "thread": 139854989064000, + "relativeCreated": 799.9520301818848, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:04,647", - "created": 1610360704.647607, + "asctime": "2021-01-11 11:37:09,144", + "created": 1610361429.1446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49353,14 +49363,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 647.6070880889893, + "msecs": 144.59991455078125, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 800.3301620483398, - "thread": 139854989064000, + "relativeCreated": 800.0099658966064, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -49368,8 +49378,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 11:25:04,655", - "created": 1610360704.655349, + "asctime": "2021-01-11 11:37:09,145", + "created": 1610361429.145967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49379,14 +49389,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": 655.3490161895752, + "msecs": 145.9670066833496, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.0720901489258, - "thread": 139854950721280, + "relativeCreated": 801.3770580291748, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49394,8 +49404,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 11:25:04,655", - "created": 1610360704.6555, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146127, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49405,14 +49415,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": 655.4999351501465, + "msecs": 146.12698554992676, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.2230091094971, - "thread": 139854950721280, + "relativeCreated": 801.537036895752, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49420,8 +49430,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.655565, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49431,14 +49441,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 655.5650234222412, + "msecs": 146.1949348449707, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.2880973815918, - "thread": 139854950721280, + "relativeCreated": 801.6049861907959, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49447,8 +49457,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.65562, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146252, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49458,14 +49468,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 655.6200981140137, + "msecs": 146.25191688537598, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.3431720733643, - "thread": 139854950721280, + "relativeCreated": 801.6619682312012, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49473,8 +49483,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.655688, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146324, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49484,14 +49494,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 655.6880474090576, + "msecs": 146.32391929626465, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.4111213684082, - "thread": 139854950721280, + "relativeCreated": 801.7339706420898, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49500,8 +49510,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.655738, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146376, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49511,14 +49521,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 655.738115310669, + "msecs": 146.3758945465088, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.4611892700195, - "thread": 139854950721280, + "relativeCreated": 801.785945892334, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49526,8 +49536,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.655807, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.14645, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49537,14 +49547,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 655.8070182800293, + "msecs": 146.45004272460938, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.5300922393799, - "thread": 139854950721280, + "relativeCreated": 801.8600940704346, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49553,8 +49563,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.655858, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49564,14 +49574,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 655.858039855957, + "msecs": 146.50297164916992, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.5811138153076, - "thread": 139854950721280, + "relativeCreated": 801.9130229949951, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49579,8 +49589,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.655917, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49590,14 +49600,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 655.9169292449951, + "msecs": 146.56496047973633, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.6400032043457, - "thread": 139854950721280, + "relativeCreated": 801.9750118255615, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49606,8 +49616,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,655", - "created": 1610360704.655963, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49617,14 +49627,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 655.9629440307617, + "msecs": 146.61288261413574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.6860179901123, - "thread": 139854950721280, + "relativeCreated": 802.0229339599609, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49632,8 +49642,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656028, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49643,14 +49653,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 656.0280323028564, + "msecs": 146.6810703277588, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.751106262207, - "thread": 139854950721280, + "relativeCreated": 802.091121673584, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49659,8 +49669,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656074, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.14673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49670,14 +49680,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 656.074047088623, + "msecs": 146.7299461364746, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.7971210479736, - "thread": 139854950721280, + "relativeCreated": 802.1399974822998, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49685,8 +49695,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656145, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146805, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49696,14 +49706,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 656.1450958251953, + "msecs": 146.8050479888916, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.8681697845459, - "thread": 139854950721280, + "relativeCreated": 802.2150993347168, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49711,8 +49721,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656205, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49722,14 +49732,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 656.2049388885498, + "msecs": 146.8679904937744, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.9280128479004, - "thread": 139854950721280, + "relativeCreated": 802.2780418395996, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49737,8 +49747,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656258, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49748,14 +49758,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 656.2581062316895, + "msecs": 146.92401885986328, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 808.98118019104, - "thread": 139854950721280, + "relativeCreated": 802.3340702056885, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49764,8 +49774,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656304, + "asctime": "2021-01-11 11:37:09,146", + "created": 1610361429.146973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49775,14 +49785,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": 656.303882598877, + "msecs": 146.9728946685791, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 809.0269565582275, - "thread": 139854950721280, + "relativeCreated": 802.3829460144043, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49790,8 +49800,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 11:25:04,656", - "created": 1610360704.656403, + "asctime": "2021-01-11 11:37:09,147", + "created": 1610361429.147077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49801,14 +49811,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": 656.4030647277832, + "msecs": 147.07708358764648, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 809.1261386871338, - "thread": 139854950721280, + "relativeCreated": 802.4871349334717, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49819,8 +49829,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656525, + "asctime": "2021-01-11 11:37:09,147", + "created": 1610361429.147202, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49830,14 +49840,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 656.5248966217041, + "msecs": 147.2020149230957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 809.2479705810547, - "thread": 139854950721280, + "relativeCreated": 802.6120662689209, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49845,25 +49855,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.65658, + "asctime": "2021-01-11 11:37:09,147", + "created": 1610361429.147271, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 656.5799713134766, + "msecs": 147.27091789245605, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 809.3030452728271, - "thread": 139854950721280, + "relativeCreated": 802.6809692382812, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49874,8 +49884,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:04,656", - "created": 1610360704.656649, + "asctime": "2021-01-11 11:37:09,147", + "created": 1610361429.147358, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49885,14 +49895,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 656.649112701416, + "msecs": 147.35794067382812, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 809.3721866607666, - "thread": 139854950721280, + "relativeCreated": 802.7679920196533, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -49900,8 +49910,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 11:25:04,657", - "created": 1610360704.657022, + "asctime": "2021-01-11 11:37:09,154", + "created": 1610361429.154208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49911,14 +49921,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": 657.0219993591309, + "msecs": 154.20794486999512, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 809.7450733184814, - "thread": 139854738355968, + "relativeCreated": 809.6179962158203, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -49926,8 +49936,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 11:25:04,657", - "created": 1610360704.657197, + "asctime": "2021-01-11 11:37:09,154", + "created": 1610361429.154455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49937,14 +49947,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": 657.1969985961914, + "msecs": 154.45494651794434, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 809.920072555542, - "thread": 139854738355968, + "relativeCreated": 809.8649978637695, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -49952,8 +49962,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657277, + "asctime": "2021-01-11 11:37:09,154", + "created": 1610361429.154551, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49963,14 +49973,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 657.2771072387695, + "msecs": 154.55102920532227, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.0001811981201, - "thread": 139854738355968, + "relativeCreated": 809.9610805511475, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -49979,8 +49989,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657348, + "asctime": "2021-01-11 11:37:09,154", + "created": 1610361429.154631, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49990,14 +50000,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 657.3479175567627, + "msecs": 154.6308994293213, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.0709915161133, - "thread": 139854738355968, + "relativeCreated": 810.0409507751465, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50005,8 +50015,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657435, + "asctime": "2021-01-11 11:37:09,154", + "created": 1610361429.15473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50016,14 +50026,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 657.4349403381348, + "msecs": 154.73008155822754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.1580142974854, - "thread": 139854738355968, + "relativeCreated": 810.1401329040527, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50032,8 +50042,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657503, + "asctime": "2021-01-11 11:37:09,154", + "created": 1610361429.154802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50043,14 +50053,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 657.5028896331787, + "msecs": 154.8020839691162, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.2259635925293, - "thread": 139854738355968, + "relativeCreated": 810.2121353149414, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50058,8 +50068,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657602, + "asctime": "2021-01-11 11:37:09,154", + "created": 1610361429.154928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50069,14 +50079,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 657.602071762085, + "msecs": 154.92796897888184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.3251457214355, - "thread": 139854738355968, + "relativeCreated": 810.338020324707, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50085,8 +50095,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657673, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50096,14 +50106,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 657.6728820800781, + "msecs": 155.01904487609863, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.3959560394287, - "thread": 139854738355968, + "relativeCreated": 810.4290962219238, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50111,8 +50121,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657764, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50122,14 +50132,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 657.7639579772949, + "msecs": 155.16400337219238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.4870319366455, - "thread": 139854738355968, + "relativeCreated": 810.5740547180176, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50138,8 +50148,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657832, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155241, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50149,14 +50159,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 657.8319072723389, + "msecs": 155.2410125732422, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.5549812316895, - "thread": 139854738355968, + "relativeCreated": 810.6510639190674, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50164,8 +50174,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,657", - "created": 1610360704.657937, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155337, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50175,14 +50185,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 657.9370498657227, + "msecs": 155.33709526062012, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.6601238250732, - "thread": 139854738355968, + "relativeCreated": 810.7471466064453, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50191,8 +50201,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:04,658", - "created": 1610360704.658016, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50202,14 +50212,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 658.0159664154053, + "msecs": 155.40409088134766, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.7390403747559, - "thread": 139854738355968, + "relativeCreated": 810.8141422271729, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50217,8 +50227,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:04,658", - "created": 1610360704.658145, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155511, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50228,14 +50238,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 658.1449508666992, + "msecs": 155.51090240478516, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.8680248260498, - "thread": 139854738355968, + "relativeCreated": 810.9209537506104, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50243,8 +50253,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:04,658", - "created": 1610360704.658254, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50254,14 +50264,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 658.2539081573486, + "msecs": 155.59911727905273, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 810.9769821166992, - "thread": 139854738355968, + "relativeCreated": 811.0091686248779, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50269,8 +50279,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:04,658", - "created": 1610360704.658373, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50280,14 +50290,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 658.3731174468994, + "msecs": 155.67803382873535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 811.09619140625, - "thread": 139854738355968, + "relativeCreated": 811.0880851745605, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50296,8 +50306,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:04,658", - "created": 1610360704.658449, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155748, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50307,14 +50317,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": 658.4489345550537, + "msecs": 155.7478904724121, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 811.1720085144043, - "thread": 139854738355968, + "relativeCreated": 811.1579418182373, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50322,8 +50332,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 11:25:04,658", - "created": 1610360704.658592, + "asctime": "2021-01-11 11:37:09,155", + "created": 1610361429.155896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50333,14 +50343,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": 658.5919857025146, + "msecs": 155.89594841003418, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 811.3150596618652, - "thread": 139854738355968, + "relativeCreated": 811.3059997558594, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50351,8 +50361,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:04,658", - "created": 1610360704.658746, + "asctime": "2021-01-11 11:37:09,156", + "created": 1610361429.156088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50362,14 +50372,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 658.7460041046143, + "msecs": 156.08811378479004, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 811.4690780639648, - "thread": 139854738355968, + "relativeCreated": 811.4981651306152, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -50377,8 +50387,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:04,658", - "created": 1610360704.658835, + "asctime": "2021-01-11 11:37:09,156", + "created": 1610361429.156184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50388,32 +50398,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 658.8349342346191, + "msecs": 156.18395805358887, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 811.5580081939697, - "thread": 139854738355968, + "relativeCreated": 811.5940093994141, + "thread": 140379289929472, "threadName": "Thread-4" } ], - "msecs": 990.8559322357178, + "msecs": 487.839937210083, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1143.5790061950684, - "thread": 139854989064000, + "relativeCreated": 1143.2499885559082, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33202099800109863 + "time_consumption": 0.33165597915649414 }, { "args": [], - "asctime": "2021-01-11 11:25:05,293", - "created": 1610360705.29384, + "asctime": "2021-01-11 11:37:09,790", + "created": 1610361429.790696, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -50432,8 +50442,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:04,991", - "created": 1610360704.9916, + "asctime": "2021-01-11 11:37:09,488", + "created": 1610361429.488529, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50443,14 +50453,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 991.6000366210938, + "msecs": 488.5289669036865, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1144.3231105804443, - "thread": 139854989064000, + "relativeCreated": 1143.9390182495117, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -50458,8 +50468,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 11:25:05,021", - "created": 1610360705.021981, + "asctime": "2021-01-11 11:37:09,513", + "created": 1610361429.513099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50469,14 +50479,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": 21.981000900268555, + "msecs": 513.098955154419, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1174.7040748596191, - "thread": 139854950721280, + "relativeCreated": 1168.5090065002441, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50484,8 +50494,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 11:25:05,022", - "created": 1610360705.022482, + "asctime": "2021-01-11 11:37:09,513", + "created": 1610361429.513598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50495,14 +50505,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": 22.481918334960938, + "msecs": 513.5979652404785, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1175.2049922943115, - "thread": 139854950721280, + "relativeCreated": 1169.0080165863037, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50510,8 +50520,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,022", - "created": 1610360705.02269, + "asctime": "2021-01-11 11:37:09,513", + "created": 1610361429.513804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50521,14 +50531,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 22.6900577545166, + "msecs": 513.8039588928223, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1175.4131317138672, - "thread": 139854950721280, + "relativeCreated": 1169.2140102386475, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50537,8 +50547,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:05,022", - "created": 1610360705.022869, + "asctime": "2021-01-11 11:37:09,513", + "created": 1610361429.513978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50548,14 +50558,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 22.869110107421875, + "msecs": 513.9780044555664, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1175.5921840667725, - "thread": 139854950721280, + "relativeCreated": 1169.3880558013916, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50563,8 +50573,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,023", - "created": 1610360705.02308, + "asctime": "2021-01-11 11:37:09,514", + "created": 1610361429.514208, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50574,14 +50584,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 23.080110549926758, + "msecs": 514.2080783843994, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1175.8031845092773, - "thread": 139854950721280, + "relativeCreated": 1169.6181297302246, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50590,8 +50600,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,023", - "created": 1610360705.023256, + "asctime": "2021-01-11 11:37:09,514", + "created": 1610361429.514386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50601,14 +50611,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 23.25606346130371, + "msecs": 514.3859386444092, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1175.9791374206543, - "thread": 139854950721280, + "relativeCreated": 1169.7959899902344, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50616,8 +50626,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,023", - "created": 1610360705.023479, + "asctime": "2021-01-11 11:37:09,514", + "created": 1610361429.514611, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50627,14 +50637,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 23.478984832763672, + "msecs": 514.611005783081, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1176.2020587921143, - "thread": 139854950721280, + "relativeCreated": 1170.0210571289062, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50643,8 +50653,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,023", - "created": 1610360705.023635, + "asctime": "2021-01-11 11:37:09,514", + "created": 1610361429.514769, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50654,14 +50664,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 23.634910583496094, + "msecs": 514.7690773010254, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1176.3579845428467, - "thread": 139854950721280, + "relativeCreated": 1170.1791286468506, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50669,8 +50679,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,023", - "created": 1610360705.023832, + "asctime": "2021-01-11 11:37:09,514", + "created": 1610361429.514964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50680,14 +50690,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 23.832082748413086, + "msecs": 514.9641036987305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1176.5551567077637, - "thread": 139854950721280, + "relativeCreated": 1170.3741550445557, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50696,8 +50706,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,023", - "created": 1610360705.023991, + "asctime": "2021-01-11 11:37:09,515", + "created": 1610361429.515128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50707,14 +50717,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 23.991107940673828, + "msecs": 515.1278972625732, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1176.7141819000244, - "thread": 139854950721280, + "relativeCreated": 1170.5379486083984, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50722,8 +50732,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 11:25:05,024", - "created": 1610360705.024352, + "asctime": "2021-01-11 11:37:09,515", + "created": 1610361429.515494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50733,14 +50743,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": 24.352073669433594, + "msecs": 515.4941082000732, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1177.0751476287842, - "thread": 139854950721280, + "relativeCreated": 1170.9041595458984, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50748,8 +50758,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 11:25:05,024", - "created": 1610360705.024692, + "asctime": "2021-01-11 11:37:09,515", + "created": 1610361429.515746, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50759,14 +50769,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": 24.692058563232422, + "msecs": 515.7461166381836, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1177.415132522583, - "thread": 139854950721280, + "relativeCreated": 1171.1561679840088, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50774,8 +50784,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,025", - "created": 1610360705.025211, + "asctime": "2021-01-11 11:37:09,515", + "created": 1610361429.515981, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50785,14 +50795,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 25.211095809936523, + "msecs": 515.9809589385986, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1177.934169769287, - "thread": 139854950721280, + "relativeCreated": 1171.3910102844238, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50801,8 +50811,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,025", - "created": 1610360705.025406, + "asctime": "2021-01-11 11:37:09,516", + "created": 1610361429.516146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50812,14 +50822,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.4058837890625, + "msecs": 516.1459445953369, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1178.128957748413, - "thread": 139854950721280, + "relativeCreated": 1171.555995941162, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50827,8 +50837,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,025", - "created": 1610360705.025595, + "asctime": "2021-01-11 11:37:09,516", + "created": 1610361429.516326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50838,14 +50848,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 25.59494972229004, + "msecs": 516.3259506225586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1178.3180236816406, - "thread": 139854950721280, + "relativeCreated": 1171.7360019683838, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50854,8 +50864,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:05,025", - "created": 1610360705.025747, + "asctime": "2021-01-11 11:37:09,516", + "created": 1610361429.516477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50865,14 +50875,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.747060775756836, + "msecs": 516.477108001709, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1178.4701347351074, - "thread": 139854950721280, + "relativeCreated": 1171.8871593475342, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50880,8 +50890,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 11:25:05,026", - "created": 1610360705.026149, + "asctime": "2021-01-11 11:37:09,516", + "created": 1610361429.516891, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50891,22 +50901,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": 26.14903450012207, + "msecs": 516.8910026550293, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1178.8721084594727, - "thread": 139854950721280, + "relativeCreated": 1172.3010540008545, + "thread": 140379298322176, "threadName": "Thread-3" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:05,026", - "created": 1610360705.026487, + "asctime": "2021-01-11 11:37:09,517", + "created": 1610361429.517232, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50916,14 +50926,14 @@ "lineno": 453, "message": "prot-server: Received message has an invalid checksum. Message will be ignored.", "module": "__init__", - "msecs": 26.487112045288086, + "msecs": 517.2319412231445, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1179.2101860046387, - "thread": 139854950721280, + "relativeCreated": 1172.6419925689697, + "thread": 140379298322176, "threadName": "Thread-3" }, { @@ -50933,46 +50943,46 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:05,293", - "created": 1610360705.293476, + "asctime": "2021-01-11 11:37:09,790", + "created": 1610361429.79036, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 293.4761047363281, + "msecs": 790.3599739074707, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1446.1991786956787, - "thread": 139854989064000, + "relativeCreated": 1445.770025253296, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 293.8399314880371, + "msecs": 790.6959056854248, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1446.5630054473877, - "thread": 139854989064000, + "relativeCreated": 1446.10595703125, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003638267517089844 + "time_consumption": 0.00033593177795410156 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:05,294", - "created": 1610360705.294587, + "asctime": "2021-01-11 11:37:09,791", + "created": 1610361429.791484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -50989,8 +50999,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,294", - "created": 1610360705.294216, + "asctime": "2021-01-11 11:37:09,791", + "created": 1610361429.7911, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51000,14 +51010,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 294.2159175872803, + "msecs": 791.100025177002, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1446.9389915466309, - "thread": 139854989064000, + "relativeCreated": 1446.5100765228271, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -51016,8 +51026,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,294", - "created": 1610360705.29441, + "asctime": "2021-01-11 11:37:09,791", + "created": 1610361429.791294, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51027,35 +51037,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 294.40999031066895, + "msecs": 791.2940979003906, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1447.1330642700195, - "thread": 139854989064000, + "relativeCreated": 1446.7041492462158, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 294.5868968963623, + "msecs": 791.4841175079346, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1447.309970855713, - "thread": 139854989064000, + "relativeCreated": 1446.8941688537598, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017690658569335938 + "time_consumption": 0.0001900196075439453 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:05,295", - "created": 1610360705.295401, + "asctime": "2021-01-11 11:37:09,792", + "created": 1610361429.792093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51072,8 +51082,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:05,294", - "created": 1610360705.29485, + "asctime": "2021-01-11 11:37:09,791", + "created": 1610361429.791752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51083,14 +51093,14 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by server): None ()", "module": "test", - "msecs": 294.85011100769043, + "msecs": 791.7520999908447, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1447.573184967041, - "thread": 139854989064000, + "relativeCreated": 1447.16215133667, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -51099,8 +51109,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:05,295", - "created": 1610360705.295205, + "asctime": "2021-01-11 11:37:09,791", + "created": 1610361429.791925, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51110,32 +51120,32 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by server): result = None ()", "module": "test", - "msecs": 295.20511627197266, + "msecs": 791.9249534606934, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1447.9281902313232, - "thread": 139854989064000, + "relativeCreated": 1447.3350048065186, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 295.40109634399414, + "msecs": 792.09303855896, "msg": "Checksum Error -> No message received by server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1448.1241703033447, - "thread": 139854989064000, + "relativeCreated": 1447.5030899047852, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00019598007202148438 + "time_consumption": 0.00016808509826660156 }, { "args": [], - "asctime": "2021-01-11 11:25:05,597", - "created": 1610360705.597671, + "asctime": "2021-01-11 11:37:10,094", + "created": 1610361430.094354, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -51154,8 +51164,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:05,295", - "created": 1610360705.295787, + "asctime": "2021-01-11 11:37:09,792", + "created": 1610361429.792588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51165,14 +51175,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": 295.78709602355957, + "msecs": 792.5879955291748, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1448.5101699829102, - "thread": 139854989064000, + "relativeCreated": 1447.998046875, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -51180,8 +51190,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 11:25:05,325", - "created": 1610360705.325253, + "asctime": "2021-01-11 11:37:09,822", + "created": 1610361429.822697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51191,14 +51201,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": 325.2530097961426, + "msecs": 822.6969242095947, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1477.9760837554932, - "thread": 139854738355968, + "relativeCreated": 1478.10697555542, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51206,8 +51216,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 11:25:05,325", - "created": 1610360705.325777, + "asctime": "2021-01-11 11:37:09,823", + "created": 1610361429.823205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51217,14 +51227,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": 325.7770538330078, + "msecs": 823.2049942016602, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1478.5001277923584, - "thread": 139854738355968, + "relativeCreated": 1478.6150455474854, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51232,8 +51242,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,325", - "created": 1610360705.325987, + "asctime": "2021-01-11 11:37:09,823", + "created": 1610361429.823413, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51243,14 +51253,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 325.9871006011963, + "msecs": 823.4128952026367, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1478.7101745605469, - "thread": 139854738355968, + "relativeCreated": 1478.822946548462, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51259,8 +51269,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:05,326", - "created": 1610360705.326176, + "asctime": "2021-01-11 11:37:09,823", + "created": 1610361429.8236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51270,14 +51280,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 326.1759281158447, + "msecs": 823.6000537872314, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1478.8990020751953, - "thread": 139854738355968, + "relativeCreated": 1479.0101051330566, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51285,8 +51295,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,326", - "created": 1610360705.326391, + "asctime": "2021-01-11 11:37:09,823", + "created": 1610361429.823811, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51296,14 +51306,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 326.39098167419434, + "msecs": 823.8110542297363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1479.114055633545, - "thread": 139854738355968, + "relativeCreated": 1479.2211055755615, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51312,8 +51322,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,326", - "created": 1610360705.326555, + "asctime": "2021-01-11 11:37:09,823", + "created": 1610361429.823972, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51323,14 +51333,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.5550136566162, + "msecs": 823.9719867706299, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1479.2780876159668, - "thread": 139854738355968, + "relativeCreated": 1479.382038116455, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51338,8 +51348,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,326", - "created": 1610360705.326788, + "asctime": "2021-01-11 11:37:09,824", + "created": 1610361429.824192, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51349,14 +51359,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 326.78794860839844, + "msecs": 824.1920471191406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1479.511022567749, - "thread": 139854738355968, + "relativeCreated": 1479.6020984649658, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51365,8 +51375,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,326", - "created": 1610360705.326945, + "asctime": "2021-01-11 11:37:09,824", + "created": 1610361429.824361, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51376,14 +51386,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.94506645202637, + "msecs": 824.3610858917236, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1479.668140411377, - "thread": 139854738355968, + "relativeCreated": 1479.7711372375488, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51391,8 +51401,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,327", - "created": 1610360705.32714, + "asctime": "2021-01-11 11:37:09,824", + "created": 1610361429.82456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51402,14 +51412,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 327.14009284973145, + "msecs": 824.5599269866943, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1479.863166809082, - "thread": 139854738355968, + "relativeCreated": 1479.9699783325195, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51418,8 +51428,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,327", - "created": 1610360705.327292, + "asctime": "2021-01-11 11:37:09,824", + "created": 1610361429.824713, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51429,14 +51439,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.29196548461914, + "msecs": 824.7129917144775, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1480.0150394439697, - "thread": 139854738355968, + "relativeCreated": 1480.1230430603027, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51444,8 +51454,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 11:25:05,327", - "created": 1610360705.327944, + "asctime": "2021-01-11 11:37:09,825", + "created": 1610361429.82513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51455,14 +51465,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": 327.9440402984619, + "msecs": 825.1299858093262, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1480.6671142578125, - "thread": 139854738355968, + "relativeCreated": 1480.5400371551514, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51470,8 +51480,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 11:25:05,328", - "created": 1610360705.328303, + "asctime": "2021-01-11 11:37:09,825", + "created": 1610361429.82539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51481,14 +51491,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": 328.30309867858887, + "msecs": 825.390100479126, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1481.0261726379395, - "thread": 139854738355968, + "relativeCreated": 1480.8001518249512, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51496,8 +51506,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,328", - "created": 1610360705.328554, + "asctime": "2021-01-11 11:37:09,825", + "created": 1610361429.825688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51507,14 +51517,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 328.5539150238037, + "msecs": 825.6878852844238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1481.2769889831543, - "thread": 139854738355968, + "relativeCreated": 1481.097936630249, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51523,8 +51533,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,328", - "created": 1610360705.328711, + "asctime": "2021-01-11 11:37:09,825", + "created": 1610361429.825892, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51534,14 +51544,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.71103286743164, + "msecs": 825.8919715881348, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1481.4341068267822, - "thread": 139854738355968, + "relativeCreated": 1481.30202293396, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51549,8 +51559,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,328", - "created": 1610360705.328936, + "asctime": "2021-01-11 11:37:09,826", + "created": 1610361429.826143, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51560,14 +51570,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 328.9361000061035, + "msecs": 826.1430263519287, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1481.659173965454, - "thread": 139854738355968, + "relativeCreated": 1481.553077697754, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51576,8 +51586,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:05,329", - "created": 1610360705.329099, + "asctime": "2021-01-11 11:37:09,826", + "created": 1610361429.826336, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51587,14 +51597,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.0989398956299, + "msecs": 826.3359069824219, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1481.8220138549805, - "thread": 139854738355968, + "relativeCreated": 1481.745958328247, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51602,8 +51612,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 11:25:05,329", - "created": 1610360705.329552, + "asctime": "2021-01-11 11:37:09,826", + "created": 1610361429.82685, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51613,14 +51623,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": 329.55193519592285, + "msecs": 826.8499374389648, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1482.2750091552734, - "thread": 139854738355968, + "relativeCreated": 1482.25998878479, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51631,8 +51641,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:05,330", - "created": 1610360705.33001, + "asctime": "2021-01-11 11:37:09,827", + "created": 1610361429.827302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51642,22 +51652,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": 330.00993728637695, + "msecs": 827.3019790649414, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1482.7330112457275, - "thread": 139854738355968, + "relativeCreated": 1482.7120304107666, + "thread": 140379289929472, "threadName": "Thread-4" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:05,330", - "created": 1610360705.330312, + "asctime": "2021-01-11 11:37:09,827", + "created": 1610361429.827607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51667,14 +51677,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": 330.31201362609863, + "msecs": 827.6069164276123, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1483.0350875854492, - "thread": 139854738355968, + "relativeCreated": 1483.0169677734375, + "thread": 140379289929472, "threadName": "Thread-4" }, { @@ -51684,46 +51694,46 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:05,597", - "created": 1610360705.597334, + "asctime": "2021-01-11 11:37:10,094", + "created": 1610361430.094018, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 597.3339080810547, + "msecs": 94.01798248291016, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1750.0569820404053, - "thread": 139854989064000, + "relativeCreated": 1749.4280338287354, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 597.6710319519043, + "msecs": 94.35391426086426, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1750.3941059112549, - "thread": 139854989064000, + "relativeCreated": 1749.7639656066895, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003371238708496094 + "time_consumption": 0.00033593177795410156 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:05,598", - "created": 1610360705.598425, + "asctime": "2021-01-11 11:37:10,095", + "created": 1610361430.095262, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51740,8 +51750,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,598", - "created": 1610360705.598059, + "asctime": "2021-01-11 11:37:10,094", + "created": 1610361430.094891, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51751,14 +51761,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 598.0589389801025, + "msecs": 94.89107131958008, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1750.7820129394531, - "thread": 139854989064000, + "relativeCreated": 1750.3011226654053, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -51767,8 +51777,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,598", - "created": 1610360705.598249, + "asctime": "2021-01-11 11:37:10,095", + "created": 1610361430.095088, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51778,35 +51788,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 598.2489585876465, + "msecs": 95.08800506591797, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1750.972032546997, - "thread": 139854989064000, + "relativeCreated": 1750.4980564117432, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 598.4249114990234, + "msecs": 95.26205062866211, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1751.147985458374, - "thread": 139854989064000, + "relativeCreated": 1750.6721019744873, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017595291137695312 + "time_consumption": 0.00017404556274414062 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:05,599", - "created": 1610360705.599016, + "asctime": "2021-01-11 11:37:10,095", + "created": 1610361430.095844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51823,8 +51833,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:05,598", - "created": 1610360705.598689, + "asctime": "2021-01-11 11:37:10,095", + "created": 1610361430.095527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51834,14 +51844,14 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by client): None ()", "module": "test", - "msecs": 598.689079284668, + "msecs": 95.52693367004395, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1751.4121532440186, - "thread": 139854989064000, + "relativeCreated": 1750.9369850158691, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -51850,8 +51860,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:05,598", - "created": 1610360705.598849, + "asctime": "2021-01-11 11:37:10,095", + "created": 1610361430.095688, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51861,39 +51871,39 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by client): result = None ()", "module": "test", - "msecs": 598.8490581512451, + "msecs": 95.6881046295166, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1751.5721321105957, - "thread": 139854989064000, + "relativeCreated": 1751.0981559753418, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 599.0159511566162, + "msecs": 95.84403038024902, "msg": "Checksum Error -> No message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1751.7390251159668, - "thread": 139854989064000, + "relativeCreated": 1751.2540817260742, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00016689300537109375 + "time_consumption": 0.00015592575073242188 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.9620919227600098, - "time_finished": "2021-01-11 11:25:05,599", - "time_start": "2021-01-11 11:25:04,636" + "time_consumption": 0.9599919319152832, + "time_finished": "2021-01-11 11:37:10,095", + "time_start": "2021-01-11 11:37:09,135" }, "_ZOW3ME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:16,353", - "created": 1610360716.35385, + "asctime": "2021-01-11 11:37:20,857", + "created": 1610361440.857069, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51904,18 +51914,18 @@ "message": "_ZOW3ME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 353.8498878479004, + "msecs": 857.0690155029297, "msg": "_ZOW3ME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12506.572961807251, + "relativeCreated": 12512.479066848755, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364158, + "asctime": "2021-01-11 11:37:20,864", + "created": 1610361440.864066, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -51930,8 +51940,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:16,354", - "created": 1610360716.354973, + "asctime": "2021-01-11 11:37:20,858", + "created": 1610361440.858386, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51941,22 +51951,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 354.97307777404785, + "msecs": 858.3860397338867, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12507.696151733398, - "thread": 139854989064000, + "relativeCreated": 12513.796091079712, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,356", - "created": 1610360716.356186, + "asctime": "2021-01-11 11:37:20,859", + "created": 1610361440.859539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51966,22 +51976,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 356.1859130859375, + "msecs": 859.5390319824219, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12508.908987045288, - "thread": 139854989064000, + "relativeCreated": 12514.949083328247, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,356", - "created": 1610360716.356488, + "asctime": "2021-01-11 11:37:20,859", + "created": 1610361440.859697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51991,22 +52001,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 356.4879894256592, + "msecs": 859.6971035003662, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12509.21106338501, - "thread": 139854989064000, + "relativeCreated": 12515.107154846191, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,357", - "created": 1610360716.357137, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52016,14 +52026,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 357.13696479797363, + "msecs": 860.0180149078369, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12509.860038757324, - "thread": 139854989064000, + "relativeCreated": 12515.428066253662, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52032,25 +52042,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:16,357", - "created": 1610360716.357453, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860146, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 357.4531078338623, + "msecs": 860.1460456848145, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12510.176181793213, - "thread": 139854989064000, + "relativeCreated": 12515.55609703064, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52058,25 +52068,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,357", - "created": 1610360716.357789, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860285, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 357.7890396118164, + "msecs": 860.2850437164307, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12510.512113571167, - "thread": 139854989064000, + "relativeCreated": 12515.695095062256, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52084,25 +52094,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,358", - "created": 1610360716.358239, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860399, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 358.23893547058105, + "msecs": 860.3990077972412, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12510.962009429932, - "thread": 139854989064000, + "relativeCreated": 12515.809059143066, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52110,25 +52120,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:16,358", - "created": 1610360716.358534, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860498, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 358.5340976715088, + "msecs": 860.4979515075684, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12511.25717163086, - "thread": 139854989064000, + "relativeCreated": 12515.908002853394, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52136,25 +52146,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:16,358", - "created": 1610360716.3587, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860591, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 358.7000370025635, + "msecs": 860.590934753418, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12511.423110961914, - "thread": 139854989064000, + "relativeCreated": 12516.000986099243, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52164,8 +52174,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:16,358", - "created": 1610360716.358903, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860701, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52175,14 +52185,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 358.9029312133789, + "msecs": 860.7010841369629, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12511.62600517273, - "thread": 139854989064000, + "relativeCreated": 12516.111135482788, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52192,8 +52202,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:16,359", - "created": 1610360716.359194, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52203,14 +52213,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 359.1940402984619, + "msecs": 860.8250617980957, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12511.917114257812, - "thread": 139854989064000, + "relativeCreated": 12516.23511314392, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52220,8 +52230,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:16,359", - "created": 1610360716.359463, + "asctime": "2021-01-11 11:37:20,860", + "created": 1610361440.860949, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52231,14 +52241,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 359.4629764556885, + "msecs": 860.9490394592285, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12512.186050415039, - "thread": 139854989064000, + "relativeCreated": 12516.359090805054, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52248,8 +52258,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:16,359", - "created": 1610360716.359723, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52259,22 +52269,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 359.7230911254883, + "msecs": 861.0320091247559, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12512.446165084839, - "thread": 139854989064000, + "relativeCreated": 12516.442060470581, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,359", - "created": 1610360716.359959, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861101, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52284,14 +52294,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 359.9588871002197, + "msecs": 861.1009120941162, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12512.68196105957, - "thread": 139854989064000, + "relativeCreated": 12516.510963439941, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52300,25 +52310,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:16,360", - "created": 1610360716.360231, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861182, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 360.2309226989746, + "msecs": 861.1819744110107, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12512.953996658325, - "thread": 139854989064000, + "relativeCreated": 12516.592025756836, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52326,25 +52336,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:16,360", - "created": 1610360716.360525, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861261, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 360.52489280700684, + "msecs": 861.2608909606934, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12513.247966766357, - "thread": 139854989064000, + "relativeCreated": 12516.670942306519, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52352,25 +52362,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:16,360", - "created": 1610360716.36078, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861336, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 360.7800006866455, + "msecs": 861.3359928131104, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12513.503074645996, - "thread": 139854989064000, + "relativeCreated": 12516.746044158936, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52380,8 +52390,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:16,361", - "created": 1610360716.361027, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52391,14 +52401,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 361.0270023345947, + "msecs": 861.414909362793, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12513.750076293945, - "thread": 139854989064000, + "relativeCreated": 12516.824960708618, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52408,8 +52418,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:16,361", - "created": 1610360716.36161, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52419,14 +52429,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 361.60993576049805, + "msecs": 861.5028858184814, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12514.333009719849, - "thread": 139854989064000, + "relativeCreated": 12516.912937164307, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52435,25 +52445,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:16,361", - "created": 1610360716.361839, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861576, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 361.83905601501465, + "msecs": 861.5760803222656, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12514.562129974365, - "thread": 139854989064000, + "relativeCreated": 12516.98613166809, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52462,25 +52472,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:16,362", - "created": 1610360716.362039, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861648, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 362.03908920288086, + "msecs": 861.6480827331543, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12514.762163162231, - "thread": 139854989064000, + "relativeCreated": 12517.05813407898, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52489,33 +52499,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:16,362", - "created": 1610360716.362235, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861715, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 362.23506927490234, + "msecs": 861.7150783538818, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12514.958143234253, - "thread": 139854989064000, + "relativeCreated": 12517.125129699707, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,362", - "created": 1610360716.362433, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861786, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52525,22 +52535,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 362.43295669555664, + "msecs": 861.785888671875, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12515.156030654907, - "thread": 139854989064000, + "relativeCreated": 12517.1959400177, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,362", - "created": 1610360716.362943, + "asctime": "2021-01-11 11:37:20,861", + "created": 1610361440.861971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52550,14 +52560,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 362.9429340362549, + "msecs": 861.9709014892578, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12515.666007995605, - "thread": 139854989064000, + "relativeCreated": 12517.380952835083, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52566,25 +52576,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363006, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.862068, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 363.0061149597168, + "msecs": 862.0679378509521, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12515.729188919067, - "thread": 139854989064000, + "relativeCreated": 12517.477989196777, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52592,25 +52602,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363076, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.86219, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 363.07597160339355, + "msecs": 862.1900081634521, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12515.799045562744, - "thread": 139854989064000, + "relativeCreated": 12517.600059509277, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52618,25 +52628,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363138, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.862284, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 363.13796043395996, + "msecs": 862.2839450836182, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12515.86103439331, - "thread": 139854989064000, + "relativeCreated": 12517.693996429443, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52644,25 +52654,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363189, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.86237, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 363.1889820098877, + "msecs": 862.3700141906738, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12515.912055969238, - "thread": 139854989064000, + "relativeCreated": 12517.780065536499, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52670,25 +52680,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363237, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.862452, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 363.2369041442871, + "msecs": 862.4520301818848, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12515.959978103638, - "thread": 139854989064000, + "relativeCreated": 12517.86208152771, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52698,8 +52708,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.36329, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.862541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52709,14 +52719,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 363.29007148742676, + "msecs": 862.5409603118896, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.013145446777, - "thread": 139854989064000, + "relativeCreated": 12517.951011657715, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52726,8 +52736,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.36335, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.862652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52737,14 +52747,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 363.34991455078125, + "msecs": 862.652063369751, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.072988510132, - "thread": 139854989064000, + "relativeCreated": 12518.062114715576, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52754,8 +52764,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363404, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.86275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52765,14 +52775,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 363.4040355682373, + "msecs": 862.7500534057617, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.127109527588, - "thread": 139854989064000, + "relativeCreated": 12518.160104751587, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52782,8 +52792,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363457, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.862877, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52793,22 +52803,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 363.45696449279785, + "msecs": 862.8768920898438, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.180038452148, - "thread": 139854989064000, + "relativeCreated": 12518.286943435669, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.36351, + "asctime": "2021-01-11 11:37:20,862", + "created": 1610361440.862981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52818,14 +52828,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 363.5098934173584, + "msecs": 862.9810810089111, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.232967376709, - "thread": 139854989064000, + "relativeCreated": 12518.391132354736, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52834,25 +52844,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363594, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863095, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 363.59405517578125, + "msecs": 863.0950450897217, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.317129135132, - "thread": 139854989064000, + "relativeCreated": 12518.505096435547, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52860,25 +52870,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363682, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863211, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 363.6820316314697, + "msecs": 863.210916519165, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.40510559082, - "thread": 139854989064000, + "relativeCreated": 12518.62096786499, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52886,25 +52896,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363757, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863324, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 363.7568950653076, + "msecs": 863.3239269256592, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.479969024658, - "thread": 139854989064000, + "relativeCreated": 12518.733978271484, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52914,8 +52924,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.36381, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863451, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52925,14 +52935,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 363.81006240844727, + "msecs": 863.4510040283203, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.533136367798, - "thread": 139854989064000, + "relativeCreated": 12518.861055374146, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52942,8 +52952,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363868, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52953,14 +52963,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 363.86799812316895, + "msecs": 863.5690212249756, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.59107208252, - "thread": 139854989064000, + "relativeCreated": 12518.9790725708, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52969,25 +52979,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363924, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863673, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 363.9240264892578, + "msecs": 863.6729717254639, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.647100448608, - "thread": 139854989064000, + "relativeCreated": 12519.083023071289, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -52996,25 +53006,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:16,363", - "created": 1610360716.363976, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863768, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 363.97600173950195, + "msecs": 863.7681007385254, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.699075698853, - "thread": 139854989064000, + "relativeCreated": 12519.17815208435, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -53023,33 +53033,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364023, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863866, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 364.02297019958496, + "msecs": 863.8660907745361, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.746044158936, - "thread": 139854989064000, + "relativeCreated": 12519.276142120361, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364075, + "asctime": "2021-01-11 11:37:20,863", + "created": 1610361440.863964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53059,32 +53069,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 364.0749454498291, + "msecs": 863.9640808105469, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.79801940918, - "thread": 139854989064000, + "relativeCreated": 12519.374132156372, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 364.15791511535645, + "msecs": 864.0658855438232, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12516.880989074707, - "thread": 139854989064000, + "relativeCreated": 12519.475936889648, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 8.296966552734375e-05 + "time_consumption": 0.00010180473327636719 }, { "args": [], - "asctime": "2021-01-11 11:25:16,708", - "created": 1610360716.708201, + "asctime": "2021-01-11 11:37:21,208", + "created": 1610361441.208485, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -53099,8 +53109,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364292, + "asctime": "2021-01-11 11:37:20,864", + "created": 1610361440.864278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53110,22 +53120,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 364.2919063568115, + "msecs": 864.2780780792236, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12517.014980316162, - "thread": 139854989064000, + "relativeCreated": 12519.688129425049, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364359, + "asctime": "2021-01-11 11:37:20,864", + "created": 1610361440.86438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53135,22 +53145,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 364.35890197753906, + "msecs": 864.3798828125, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12517.08197593689, - "thread": 139854989064000, + "relativeCreated": 12519.789934158325, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364426, + "asctime": "2021-01-11 11:37:20,864", + "created": 1610361440.864496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53160,14 +53170,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 364.4258975982666, + "msecs": 864.4959926605225, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12517.148971557617, - "thread": 139854989064000, + "relativeCreated": 12519.906044006348, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -53178,8 +53188,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.36459, + "asctime": "2021-01-11 11:37:20,864", + "created": 1610361440.864652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53189,22 +53199,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 364.5899295806885, + "msecs": 864.6519184112549, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12517.313003540039, - "thread": 139854989064000, + "relativeCreated": 12520.06196975708, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364817, + "asctime": "2021-01-11 11:37:20,864", + "created": 1610361440.864989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53214,22 +53224,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 364.81690406799316, + "msecs": 864.9890422821045, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12517.539978027344, - "thread": 139854989064000, + "relativeCreated": 12520.39909362793, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364876, + "asctime": "2021-01-11 11:37:20,865", + "created": 1610361440.86511, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53239,22 +53249,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 364.87603187561035, + "msecs": 865.109920501709, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12517.599105834961, - "thread": 139854989064000, + "relativeCreated": 12520.519971847534, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,364", - "created": 1610360716.364948, + "asctime": "2021-01-11 11:37:20,865", + "created": 1610361440.865219, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53264,14 +53274,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 364.948034286499, + "msecs": 865.2191162109375, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12517.67110824585, - "thread": 139854989064000, + "relativeCreated": 12520.629167556763, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -53279,8 +53289,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 11:25:16,365", - "created": 1610360716.365317, + "asctime": "2021-01-11 11:37:20,865", + "created": 1610361440.865514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53290,14 +53300,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": 365.31710624694824, + "msecs": 865.5140399932861, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.040180206299, - "thread": 139854151128832, + "relativeCreated": 12520.924091339111, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53305,8 +53315,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 11:25:16,365", - "created": 1610360716.365468, + "asctime": "2021-01-11 11:37:20,865", + "created": 1610361440.865707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53316,14 +53326,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": 365.46802520751953, + "msecs": 865.7069206237793, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.19109916687, - "thread": 139854151128832, + "relativeCreated": 12521.116971969604, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53331,8 +53341,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.365535, + "asctime": "2021-01-11 11:37:20,865", + "created": 1610361440.865798, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53342,14 +53352,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 365.53502082824707, + "msecs": 865.7979965209961, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.258094787598, - "thread": 139854151128832, + "relativeCreated": 12521.208047866821, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53358,8 +53368,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.365598, + "asctime": "2021-01-11 11:37:20,865", + "created": 1610361440.865889, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53369,14 +53379,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 365.5979633331299, + "msecs": 865.8890724182129, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.32103729248, - "thread": 139854151128832, + "relativeCreated": 12521.299123764038, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53384,8 +53394,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.36567, + "asctime": "2021-01-11 11:37:20,865", + "created": 1610361440.865996, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53395,14 +53405,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 365.66996574401855, + "msecs": 865.9958839416504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.39303970337, - "thread": 139854151128832, + "relativeCreated": 12521.405935287476, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53411,8 +53421,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.365727, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53422,14 +53432,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 365.7269477844238, + "msecs": 866.0790920257568, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.450021743774, - "thread": 139854151128832, + "relativeCreated": 12521.489143371582, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53437,8 +53447,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.365812, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866201, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53448,14 +53458,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 365.8120632171631, + "msecs": 866.2009239196777, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.535137176514, - "thread": 139854151128832, + "relativeCreated": 12521.610975265503, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53464,8 +53474,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.365865, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866284, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53475,14 +53485,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 365.86499214172363, + "msecs": 866.2838935852051, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.588066101074, - "thread": 139854151128832, + "relativeCreated": 12521.69394493103, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53490,8 +53500,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.365942, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53501,14 +53511,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 365.94200134277344, + "msecs": 866.39404296875, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.665075302124, - "thread": 139854151128832, + "relativeCreated": 12521.804094314575, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53517,8 +53527,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,365", - "created": 1610360716.365998, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866494, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53528,14 +53538,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 365.9980297088623, + "msecs": 866.4939403533936, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.721103668213, - "thread": 139854151128832, + "relativeCreated": 12521.903991699219, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53543,8 +53553,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.366083, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53554,14 +53564,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.08290672302246, + "msecs": 866.6319847106934, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.805980682373, - "thread": 139854151128832, + "relativeCreated": 12522.042036056519, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53570,8 +53580,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.366144, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866729, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53581,14 +53591,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 366.14394187927246, + "msecs": 866.7290210723877, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.867015838623, - "thread": 139854151128832, + "relativeCreated": 12522.139072418213, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53596,8 +53606,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.36623, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866877, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53607,14 +53617,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 366.2300109863281, + "msecs": 866.8770790100098, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12518.953084945679, - "thread": 139854151128832, + "relativeCreated": 12522.287130355835, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53622,8 +53632,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.366298, + "asctime": "2021-01-11 11:37:20,866", + "created": 1610361440.866977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53633,14 +53643,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 366.29796028137207, + "msecs": 866.9769763946533, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12519.021034240723, - "thread": 139854151128832, + "relativeCreated": 12522.387027740479, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53648,8 +53658,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.366361, + "asctime": "2021-01-11 11:37:20,867", + "created": 1610361440.867086, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53659,14 +53669,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.3609027862549, + "msecs": 867.0859336853027, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12519.083976745605, - "thread": 139854151128832, + "relativeCreated": 12522.495985031128, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53675,8 +53685,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.366416, + "asctime": "2021-01-11 11:37:20,867", + "created": 1610361440.867153, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53686,14 +53696,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": 366.41597747802734, + "msecs": 867.1529293060303, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12519.139051437378, - "thread": 139854151128832, + "relativeCreated": 12522.562980651855, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53701,8 +53711,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 11:25:16,366", - "created": 1610360716.366534, + "asctime": "2021-01-11 11:37:20,867", + "created": 1610361440.867296, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53712,14 +53722,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": 366.5339946746826, + "msecs": 867.2959804534912, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12519.257068634033, - "thread": 139854151128832, + "relativeCreated": 12522.706031799316, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53730,8 +53740,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.366662, + "asctime": "2021-01-11 11:37:20,867", + "created": 1610361440.867466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53741,14 +53751,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 366.66202545166016, + "msecs": 867.4659729003906, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12519.38509941101, - "thread": 139854151128832, + "relativeCreated": 12522.876024246216, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53756,25 +53766,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.366739, + "asctime": "2021-01-11 11:37:20,867", + "created": 1610361440.867582, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 366.73903465270996, + "msecs": 867.5820827484131, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12519.46210861206, - "thread": 139854151128832, + "relativeCreated": 12522.992134094238, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53785,8 +53795,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,366", - "created": 1610360716.36683, + "asctime": "2021-01-11 11:37:20,867", + "created": 1610361440.86773, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53796,14 +53806,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 366.83011054992676, + "msecs": 867.729902267456, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12519.553184509277, - "thread": 139854151128832, + "relativeCreated": 12523.139953613281, + "thread": 140378296534784, "threadName": "Thread-17" }, { @@ -53811,8 +53821,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 11:25:16,373", - "created": 1610360716.373919, + "asctime": "2021-01-11 11:37:20,869", + "created": 1610361440.86951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53822,14 +53832,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": 373.9190101623535, + "msecs": 869.5099353790283, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12526.642084121704, - "thread": 139853664614144, + "relativeCreated": 12524.919986724854, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -53837,8 +53847,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 11:25:16,374", - "created": 1610360716.374047, + "asctime": "2021-01-11 11:37:20,869", + "created": 1610361440.869685, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53848,14 +53858,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": 374.04704093933105, + "msecs": 869.6849346160889, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12526.770114898682, - "thread": 139853664614144, + "relativeCreated": 12525.094985961914, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -53863,8 +53873,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374166, + "asctime": "2021-01-11 11:37:20,869", + "created": 1610361440.869768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53874,14 +53884,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 374.16601181030273, + "msecs": 869.7679042816162, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12526.889085769653, - "thread": 139853664614144, + "relativeCreated": 12525.177955627441, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -53890,8 +53900,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374256, + "asctime": "2021-01-11 11:37:20,869", + "created": 1610361440.869845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53901,14 +53911,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.255895614624, + "msecs": 869.844913482666, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12526.978969573975, - "thread": 139853664614144, + "relativeCreated": 12525.254964828491, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -53916,8 +53926,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374438, + "asctime": "2021-01-11 11:37:20,869", + "created": 1610361440.869934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53927,14 +53937,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.4380474090576, + "msecs": 869.93408203125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.161121368408, - "thread": 139853664614144, + "relativeCreated": 12525.344133377075, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -53943,8 +53953,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374517, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870004, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53954,14 +53964,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.51696395874023, + "msecs": 870.0039386749268, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.24003791809, - "thread": 139853664614144, + "relativeCreated": 12525.413990020752, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -53969,8 +53979,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374614, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.87011, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53980,14 +53990,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.61400032043457, + "msecs": 870.110034942627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.337074279785, - "thread": 139853664614144, + "relativeCreated": 12525.520086288452, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -53996,8 +54006,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374729, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870177, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54007,14 +54017,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.7289180755615, + "msecs": 870.1770305633545, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.451992034912, - "thread": 139853664614144, + "relativeCreated": 12525.58708190918, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54022,8 +54032,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374904, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54033,14 +54043,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.90391731262207, + "msecs": 870.265007019043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.626991271973, - "thread": 139853664614144, + "relativeCreated": 12525.675058364868, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54049,8 +54059,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,374", - "created": 1610360716.374982, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54060,14 +54070,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.9821186065674, + "msecs": 870.3310489654541, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.705192565918, - "thread": 139853664614144, + "relativeCreated": 12525.74110031128, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54075,8 +54085,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.375077, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54086,14 +54096,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 375.0770092010498, + "msecs": 870.4259395599365, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.8000831604, - "thread": 139853664614144, + "relativeCreated": 12525.835990905762, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54102,8 +54112,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.375151, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54113,14 +54123,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 375.1509189605713, + "msecs": 870.4929351806641, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.873992919922, - "thread": 139853664614144, + "relativeCreated": 12525.90298652649, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54128,8 +54138,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.375261, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54139,14 +54149,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 375.2610683441162, + "msecs": 870.5980777740479, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12527.984142303467, - "thread": 139853664614144, + "relativeCreated": 12526.008129119873, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54154,8 +54164,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.375345, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54165,14 +54175,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 375.34499168395996, + "msecs": 870.6760406494141, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12528.06806564331, - "thread": 139853664614144, + "relativeCreated": 12526.08609199524, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54180,8 +54190,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.375423, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54191,14 +54201,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 375.4229545593262, + "msecs": 870.7549571990967, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12528.146028518677, - "thread": 139853664614144, + "relativeCreated": 12526.165008544922, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54207,8 +54217,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.37549, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870821, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54218,14 +54228,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": 375.4899501800537, + "msecs": 870.8209991455078, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12528.213024139404, - "thread": 139853664614144, + "relativeCreated": 12526.231050491333, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54233,8 +54243,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 11:25:16,375", - "created": 1610360716.375631, + "asctime": "2021-01-11 11:37:20,870", + "created": 1610361440.870955, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54244,14 +54254,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": 375.63109397888184, + "msecs": 870.9549903869629, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12528.354167938232, - "thread": 139853664614144, + "relativeCreated": 12526.365041732788, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54262,8 +54272,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.375797, + "asctime": "2021-01-11 11:37:20,871", + "created": 1610361440.87115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54273,14 +54283,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 375.7970333099365, + "msecs": 871.150016784668, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12528.520107269287, - "thread": 139853664614144, + "relativeCreated": 12526.560068130493, + "thread": 140378288142080, "threadName": "Thread-18" }, { @@ -54288,8 +54298,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:16,375", - "created": 1610360716.375913, + "asctime": "2021-01-11 11:37:20,871", + "created": 1610361440.871237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54299,32 +54309,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 375.9129047393799, + "msecs": 871.23703956604, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12528.63597869873, - "thread": 139853664614144, + "relativeCreated": 12526.647090911865, + "thread": 140378288142080, "threadName": "Thread-18" } ], - "msecs": 708.2009315490723, + "msecs": 208.48488807678223, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12860.924005508423, - "thread": 139854989064000, + "relativeCreated": 12863.894939422607, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3322880268096924 + "time_consumption": 0.3372478485107422 }, { "args": [], - "asctime": "2021-01-11 11:25:16,709", - "created": 1610360716.709167, + "asctime": "2021-01-11 11:37:21,209", + "created": 1610361441.209331, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54341,43 +54351,43 @@ 10, 18 ], - "asctime": "2021-01-11 11:25:16,708", - "created": 1610360716.708879, + "asctime": "2021-01-11 11:37:21,209", + "created": 1610361441.209104, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "ERROR", "levelno": 40, - "lineno": 568, + "lineno": 571, "message": "prot-server: Service with Request-SID=10 and Response-SID=18 not added, because request SID is already registered", "module": "__init__", - "msecs": 708.8789939880371, + "msecs": 209.10406112670898, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12861.602067947388, - "thread": 139854989064000, + "relativeCreated": 12864.514112472534, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 709.1670036315918, + "msecs": 209.33103561401367, "msg": "Adding a service with an already registered request SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12861.890077590942, - "thread": 139854989064000, + "relativeCreated": 12864.741086959839, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002880096435546875 + "time_consumption": 0.0002269744873046875 }, { "args": [], - "asctime": "2021-01-11 11:25:16,709", - "created": 1610360716.709522, + "asctime": "2021-01-11 11:37:21,209", + "created": 1610361441.209608, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54388,21 +54398,21 @@ "message": "Expected Exception RequestSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 709.522008895874, + "msecs": 209.6080780029297, "msg": "Expected Exception RequestSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12862.245082855225, - "thread": 139854989064000, + "relativeCreated": 12865.018129348755, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:16,710", - "created": 1610360716.710105, + "asctime": "2021-01-11 11:37:21,210", + "created": 1610361441.21007, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54419,43 +54429,43 @@ 17, 11 ], - "asctime": "2021-01-11 11:25:16,709", - "created": 1610360716.709912, + "asctime": "2021-01-11 11:37:21,209", + "created": 1610361441.209882, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "ERROR", "levelno": 40, - "lineno": 571, + "lineno": 574, "message": "prot-server: Service with Request-SID=17 and Response-SID=11 not added, because response SID is already registered", "module": "__init__", - "msecs": 709.9120616912842, + "msecs": 209.88202095031738, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12862.635135650635, - "thread": 139854989064000, + "relativeCreated": 12865.292072296143, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 710.1049423217773, + "msecs": 210.0698947906494, "msg": "Adding a service with an already registered response SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12862.828016281128, - "thread": 139854989064000, + "relativeCreated": 12865.479946136475, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00019288063049316406 + "time_consumption": 0.00018787384033203125 }, { "args": [], - "asctime": "2021-01-11 11:25:16,710", - "created": 1610360716.710358, + "asctime": "2021-01-11 11:37:21,210", + "created": 1610361441.210391, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54466,28 +54476,28 @@ "message": "Expected Exception ResponseSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 710.3579044342041, + "msecs": 210.39104461669922, "msg": "Expected Exception ResponseSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12863.080978393555, - "thread": 139854989064000, + "relativeCreated": 12865.801095962524, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3565080165863037, - "time_finished": "2021-01-11 11:25:16,710", - "time_start": "2021-01-11 11:25:16,353" + "time_consumption": 0.35332202911376953, + "time_finished": "2021-01-11 11:37:21,210", + "time_start": "2021-01-11 11:37:20,857" }, "_aA508E4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:20,534", - "created": 1610360720.53498, + "asctime": "2021-01-11 11:37:25,028", + "created": 1610361445.028718, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54498,18 +54508,18 @@ "message": "_aA508E4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 534.980058670044, + "msecs": 28.717994689941406, "msg": "_aA508E4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16687.703132629395, + "relativeCreated": 16684.128046035767, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548443, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039512, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -54524,8 +54534,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:20,536", - "created": 1610360720.536452, + "asctime": "2021-01-11 11:37:25,030", + "created": 1610361445.030307, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54535,22 +54545,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 536.452054977417, + "msecs": 30.30705451965332, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16689.175128936768, - "thread": 139854989064000, + "relativeCreated": 16685.71710586548, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:20,537", - "created": 1610360720.537721, + "asctime": "2021-01-11 11:37:25,031", + "created": 1610361445.031436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54560,22 +54570,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 537.7209186553955, + "msecs": 31.43596649169922, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16690.443992614746, - "thread": 139854989064000, + "relativeCreated": 16686.846017837524, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:20,538", - "created": 1610360720.538275, + "asctime": "2021-01-11 11:37:25,031", + "created": 1610361445.031551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54585,22 +54595,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 538.2750034332275, + "msecs": 31.550884246826172, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16690.998077392578, - "thread": 139854989064000, + "relativeCreated": 16686.96093559265, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:20,539", - "created": 1610360720.53906, + "asctime": "2021-01-11 11:37:25,031", + "created": 1610361445.031797, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54610,14 +54620,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 539.060115814209, + "msecs": 31.796932220458984, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16691.78318977356, - "thread": 139854989064000, + "relativeCreated": 16687.206983566284, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54626,25 +54636,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:20,539", - "created": 1610360720.539432, + "asctime": "2021-01-11 11:37:25,031", + "created": 1610361445.031901, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 539.4320487976074, + "msecs": 31.900882720947266, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16692.155122756958, - "thread": 139854989064000, + "relativeCreated": 16687.310934066772, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54652,25 +54662,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:20,539", - "created": 1610360720.539746, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032028, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 539.7460460662842, + "msecs": 32.0279598236084, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16692.469120025635, - "thread": 139854989064000, + "relativeCreated": 16687.438011169434, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54678,25 +54688,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:20,539", - "created": 1610360720.539971, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032119, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 539.971113204956, + "msecs": 32.119035720825195, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16692.694187164307, - "thread": 139854989064000, + "relativeCreated": 16687.52908706665, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54704,25 +54714,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:20,540", - "created": 1610360720.5402, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032203, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 540.1999950408936, + "msecs": 32.202959060668945, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16692.923069000244, - "thread": 139854989064000, + "relativeCreated": 16687.613010406494, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54730,25 +54740,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:20,540", - "created": 1610360720.54042, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032289, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 540.4200553894043, + "msecs": 32.28902816772461, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16693.143129348755, - "thread": 139854989064000, + "relativeCreated": 16687.69907951355, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54758,8 +54768,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:20,540", - "created": 1610360720.540635, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032391, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54769,14 +54779,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 540.6351089477539, + "msecs": 32.39107131958008, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16693.358182907104, - "thread": 139854989064000, + "relativeCreated": 16687.801122665405, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54786,8 +54796,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:20,540", - "created": 1610360720.540999, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54797,14 +54807,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 540.9989356994629, + "msecs": 32.49692916870117, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16693.722009658813, - "thread": 139854989064000, + "relativeCreated": 16687.906980514526, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54814,8 +54824,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:20,541", - "created": 1610360720.541169, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032593, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54825,14 +54835,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 541.1689281463623, + "msecs": 32.5930118560791, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16693.892002105713, - "thread": 139854989064000, + "relativeCreated": 16688.003063201904, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54842,8 +54852,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:20,541", - "created": 1610360720.541327, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032688, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54853,22 +54863,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 541.3269996643066, + "msecs": 32.68790245056152, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16694.050073623657, - "thread": 139854989064000, + "relativeCreated": 16688.097953796387, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:20,541", - "created": 1610360720.541512, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54878,14 +54888,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 541.5120124816895, + "msecs": 32.78493881225586, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16694.23508644104, - "thread": 139854989064000, + "relativeCreated": 16688.19499015808, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54894,25 +54904,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:20,541", - "created": 1610360720.541762, + "asctime": "2021-01-11 11:37:25,032", + "created": 1610361445.032893, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 541.762113571167, + "msecs": 32.89294242858887, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16694.485187530518, - "thread": 139854989064000, + "relativeCreated": 16688.302993774414, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54920,25 +54930,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:20,541", - "created": 1610360720.541997, + "asctime": "2021-01-11 11:37:25,036", + "created": 1610361445.036249, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 541.996955871582, + "msecs": 36.24892234802246, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16694.720029830933, - "thread": 139854989064000, + "relativeCreated": 16691.658973693848, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54946,25 +54956,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:20,542", - "created": 1610360720.542206, + "asctime": "2021-01-11 11:37:25,036", + "created": 1610361445.036612, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 542.2060489654541, + "msecs": 36.61203384399414, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16694.929122924805, - "thread": 139854989064000, + "relativeCreated": 16692.02208518982, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -54974,8 +54984,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:20,542", - "created": 1610360720.542446, + "asctime": "2021-01-11 11:37:25,036", + "created": 1610361445.036739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54985,14 +54995,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 542.4458980560303, + "msecs": 36.73911094665527, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16695.16897201538, - "thread": 139854989064000, + "relativeCreated": 16692.14916229248, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55002,8 +55012,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:20,542", - "created": 1610360720.54268, + "asctime": "2021-01-11 11:37:25,036", + "created": 1610361445.036856, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55013,14 +55023,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 542.680025100708, + "msecs": 36.85593605041504, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16695.40309906006, - "thread": 139854989064000, + "relativeCreated": 16692.26598739624, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55029,25 +55039,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:20,542", - "created": 1610360720.542924, + "asctime": "2021-01-11 11:37:25,036", + "created": 1610361445.036962, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 542.9239273071289, + "msecs": 36.962032318115234, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16695.64700126648, - "thread": 139854989064000, + "relativeCreated": 16692.37208366394, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55056,25 +55066,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:20,543", - "created": 1610360720.543021, + "asctime": "2021-01-11 11:37:25,037", + "created": 1610361445.037055, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 543.0209636688232, + "msecs": 37.055015563964844, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16695.744037628174, - "thread": 139854989064000, + "relativeCreated": 16692.46506690979, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55083,33 +55093,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:20,546", - "created": 1610360720.546613, + "asctime": "2021-01-11 11:37:25,037", + "created": 1610361445.037147, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 546.6129779815674, + "msecs": 37.14704513549805, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16699.336051940918, - "thread": 139854989064000, + "relativeCreated": 16692.557096481323, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:20,546", - "created": 1610360720.54676, + "asctime": "2021-01-11 11:37:25,037", + "created": 1610361445.037239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55119,22 +55129,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 546.760082244873, + "msecs": 37.23907470703125, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16699.483156204224, - "thread": 139854989064000, + "relativeCreated": 16692.649126052856, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547212, + "asctime": "2021-01-11 11:37:25,037", + "created": 1610361445.037634, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55144,14 +55154,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 547.2118854522705, + "msecs": 37.63389587402344, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16699.93495941162, - "thread": 139854989064000, + "relativeCreated": 16693.04394721985, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55160,25 +55170,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547314, + "asctime": "2021-01-11 11:37:25,037", + "created": 1610361445.037744, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 547.313928604126, + "msecs": 37.74404525756836, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.037002563477, - "thread": 139854989064000, + "relativeCreated": 16693.154096603394, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55186,25 +55196,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547406, + "asctime": "2021-01-11 11:37:25,037", + "created": 1610361445.03785, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 547.4059581756592, + "msecs": 37.84990310668945, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.12903213501, - "thread": 139854989064000, + "relativeCreated": 16693.259954452515, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55212,25 +55222,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547468, + "asctime": "2021-01-11 11:37:25,037", + "created": 1610361445.037927, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 547.4679470062256, + "msecs": 37.92691230773926, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.191020965576, - "thread": 139854989064000, + "relativeCreated": 16693.336963653564, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55238,25 +55248,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547523, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038015, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 547.523021697998, + "msecs": 38.014888763427734, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.24609565735, - "thread": 139854989064000, + "relativeCreated": 16693.424940109253, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55264,25 +55274,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547575, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038097, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 547.5749969482422, + "msecs": 38.09690475463867, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.298070907593, - "thread": 139854989064000, + "relativeCreated": 16693.506956100464, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55292,8 +55302,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547661, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038192, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55303,14 +55313,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 547.6610660552979, + "msecs": 38.192033767700195, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.38414001465, - "thread": 139854989064000, + "relativeCreated": 16693.602085113525, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55320,8 +55330,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547741, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038286, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55331,14 +55341,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 547.7409362792969, + "msecs": 38.28597068786621, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.464010238647, - "thread": 139854989064000, + "relativeCreated": 16693.69602203369, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55348,8 +55358,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547816, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55359,14 +55369,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 547.8160381317139, + "msecs": 38.37299346923828, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.539112091064, - "thread": 139854989064000, + "relativeCreated": 16693.783044815063, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55376,8 +55386,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547892, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55387,22 +55397,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 547.8920936584473, + "msecs": 38.46311569213867, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.615167617798, - "thread": 139854989064000, + "relativeCreated": 16693.873167037964, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,547", - "created": 1610360720.547977, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038548, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55412,14 +55422,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 547.9769706726074, + "msecs": 38.54799270629883, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.700044631958, - "thread": 139854989064000, + "relativeCreated": 16693.958044052124, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55428,25 +55438,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548032, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.03865, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 548.0320453643799, + "msecs": 38.6500358581543, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.75511932373, - "thread": 139854989064000, + "relativeCreated": 16694.06008720398, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55454,25 +55464,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548083, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038748, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 548.0830669403076, + "msecs": 38.74802589416504, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.80614089966, - "thread": 139854989064000, + "relativeCreated": 16694.15807723999, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55480,25 +55490,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548129, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038839, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 548.1290817260742, + "msecs": 38.839101791381836, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.852155685425, - "thread": 139854989064000, + "relativeCreated": 16694.249153137207, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55508,8 +55518,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548175, + "asctime": "2021-01-11 11:37:25,038", + "created": 1610361445.038935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55519,14 +55529,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 548.1750965118408, + "msecs": 38.934946060180664, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.89817047119, - "thread": 139854989064000, + "relativeCreated": 16694.344997406006, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55536,8 +55546,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548224, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55547,14 +55557,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 548.2239723205566, + "msecs": 39.02602195739746, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.947046279907, - "thread": 139854989064000, + "relativeCreated": 16694.436073303223, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55563,25 +55573,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548269, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039119, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 548.2690334320068, + "msecs": 39.11900520324707, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16700.992107391357, - "thread": 139854989064000, + "relativeCreated": 16694.529056549072, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55590,25 +55600,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548312, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039203, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 548.3119487762451, + "msecs": 39.20292854309082, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.035022735596, - "thread": 139854989064000, + "relativeCreated": 16694.612979888916, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55617,33 +55627,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548355, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039285, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 548.3551025390625, + "msecs": 39.28494453430176, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.078176498413, - "thread": 139854989064000, + "relativeCreated": 16694.694995880127, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548398, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55653,32 +55663,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 548.3980178833008, + "msecs": 39.37411308288574, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.12109184265, - "thread": 139854989064000, + "relativeCreated": 16694.78416442871, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 548.443078994751, + "msecs": 39.511919021606445, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.1661529541, - "thread": 139854989064000, + "relativeCreated": 16694.92197036743, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 4.506111145019531e-05 + "time_consumption": 0.00013780593872070312 }, { "args": [], - "asctime": "2021-01-11 11:25:20,892", - "created": 1610360720.892236, + "asctime": "2021-01-11 11:37:25,383", + "created": 1610361445.383908, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -55693,8 +55703,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548545, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55704,22 +55714,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 548.5448837280273, + "msecs": 39.758920669555664, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.267957687378, - "thread": 139854989064000, + "relativeCreated": 16695.16897201538, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548594, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55729,22 +55739,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 548.5939979553223, + "msecs": 39.86692428588867, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.317071914673, - "thread": 139854989064000, + "relativeCreated": 16695.276975631714, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548641, + "asctime": "2021-01-11 11:37:25,039", + "created": 1610361445.039969, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55754,14 +55764,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 548.6409664154053, + "msecs": 39.96896743774414, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.364040374756, - "thread": 139854989064000, + "relativeCreated": 16695.37901878357, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55772,8 +55782,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548719, + "asctime": "2021-01-11 11:37:25,040", + "created": 1610361445.040121, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55783,22 +55793,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 548.7189292907715, + "msecs": 40.12107849121094, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.442003250122, - "thread": 139854989064000, + "relativeCreated": 16695.531129837036, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548885, + "asctime": "2021-01-11 11:37:25,040", + "created": 1610361445.040451, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55808,22 +55818,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 548.8851070404053, + "msecs": 40.4510498046875, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.608180999756, - "thread": 139854989064000, + "relativeCreated": 16695.861101150513, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:20,548", - "created": 1610360720.548951, + "asctime": "2021-01-11 11:37:25,040", + "created": 1610361445.04054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55833,22 +55843,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 548.9509105682373, + "msecs": 40.53997993469238, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.673984527588, - "thread": 139854989064000, + "relativeCreated": 16695.950031280518, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:20,549", - "created": 1610360720.549016, + "asctime": "2021-01-11 11:37:25,040", + "created": 1610361445.040615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55858,14 +55868,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 549.015998840332, + "msecs": 40.615081787109375, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16701.739072799683, - "thread": 139854989064000, + "relativeCreated": 16696.025133132935, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -55873,8 +55883,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 11:25:20,555", - "created": 1610360720.555282, + "asctime": "2021-01-11 11:37:25,043", + "created": 1610361445.043645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55884,14 +55894,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": 555.2821159362793, + "msecs": 43.64490509033203, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.00518989563, - "thread": 139853094172416, + "relativeCreated": 16699.054956436157, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -55899,8 +55909,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 11:25:20,555", - "created": 1610360720.555455, + "asctime": "2021-01-11 11:37:25,043", + "created": 1610361445.043811, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55910,14 +55920,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": 555.4549694061279, + "msecs": 43.81108283996582, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.17804336548, - "thread": 139853094172416, + "relativeCreated": 16699.22113418579, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -55925,8 +55935,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.555517, + "asctime": "2021-01-11 11:37:25,043", + "created": 1610361445.043876, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -55936,14 +55946,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 555.5169582366943, + "msecs": 43.875932693481445, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.240032196045, - "thread": 139853094172416, + "relativeCreated": 16699.285984039307, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -55952,8 +55962,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.555571, + "asctime": "2021-01-11 11:37:25,043", + "created": 1610361445.043934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -55963,14 +55973,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 555.5710792541504, + "msecs": 43.93410682678223, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.2941532135, - "thread": 139853094172416, + "relativeCreated": 16699.344158172607, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -55978,8 +55988,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.55564, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -55989,14 +55999,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 555.6399822235107, + "msecs": 44.007062911987305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.36305618286, - "thread": 139853094172416, + "relativeCreated": 16699.417114257812, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56005,8 +56015,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.555688, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.04407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56016,14 +56026,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 555.6879043579102, + "msecs": 44.07000541687012, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.41097831726, - "thread": 139853094172416, + "relativeCreated": 16699.480056762695, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56031,8 +56041,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.555754, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044143, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56042,14 +56052,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 555.7539463043213, + "msecs": 44.142961502075195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.477020263672, - "thread": 139853094172416, + "relativeCreated": 16699.5530128479, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56058,8 +56068,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.555801, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044207, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56069,14 +56079,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 555.8009147644043, + "msecs": 44.207096099853516, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.523988723755, - "thread": 139853094172416, + "relativeCreated": 16699.61714744568, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56084,8 +56094,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.55586, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044289, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56095,14 +56105,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 555.8600425720215, + "msecs": 44.28911209106445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.583116531372, - "thread": 139853094172416, + "relativeCreated": 16699.69916343689, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56111,8 +56121,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.555909, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044366, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56122,14 +56132,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 555.9089183807373, + "msecs": 44.365882873535156, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.631992340088, - "thread": 139853094172416, + "relativeCreated": 16699.77593421936, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56137,8 +56147,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,555", - "created": 1610360720.555974, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56148,14 +56158,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 555.974006652832, + "msecs": 44.4490909576416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.697080612183, - "thread": 139853094172416, + "relativeCreated": 16699.859142303467, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56164,8 +56174,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.556021, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56175,14 +56185,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 556.020975112915, + "msecs": 44.548988342285156, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.744049072266, - "thread": 139853094172416, + "relativeCreated": 16699.95903968811, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56190,8 +56200,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.556093, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56201,14 +56211,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 556.0929775238037, + "msecs": 44.65293884277344, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.816051483154, - "thread": 139853094172416, + "relativeCreated": 16700.0629901886, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56216,8 +56226,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.556157, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56227,14 +56237,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 556.157112121582, + "msecs": 44.75808143615723, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.880186080933, - "thread": 139853094172416, + "relativeCreated": 16700.168132781982, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56242,8 +56252,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.55621, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56253,14 +56263,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 556.2100410461426, + "msecs": 44.821977615356445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.933115005493, - "thread": 139853094172416, + "relativeCreated": 16700.23202896118, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56269,8 +56279,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.556252, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56280,14 +56290,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": 556.2520027160645, + "msecs": 44.873952865600586, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16708.975076675415, - "thread": 139853094172416, + "relativeCreated": 16700.284004211426, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56295,8 +56305,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 11:25:20,556", - "created": 1610360720.556338, + "asctime": "2021-01-11 11:37:25,044", + "created": 1610361445.044982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56306,14 +56316,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": 556.3380718231201, + "msecs": 44.981956481933594, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16709.06114578247, - "thread": 139853094172416, + "relativeCreated": 16700.39200782776, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56324,8 +56334,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.55644, + "asctime": "2021-01-11 11:37:25,045", + "created": 1610361445.04512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56335,14 +56345,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 556.4401149749756, + "msecs": 45.1200008392334, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16709.163188934326, - "thread": 139853094172416, + "relativeCreated": 16700.53005218506, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56350,25 +56360,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.556496, + "asctime": "2021-01-11 11:37:25,045", + "created": 1610361445.045192, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 556.4959049224854, + "msecs": 45.19200325012207, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16709.218978881836, - "thread": 139853094172416, + "relativeCreated": 16700.602054595947, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56379,8 +56389,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,556", - "created": 1610360720.556572, + "asctime": "2021-01-11 11:37:25,045", + "created": 1610361445.045282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56390,14 +56400,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 556.5719604492188, + "msecs": 45.28188705444336, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16709.29503440857, - "thread": 139853094172416, + "relativeCreated": 16700.69193840027, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -56405,8 +56415,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 11:25:20,559", - "created": 1610360720.559322, + "asctime": "2021-01-11 11:37:25,051", + "created": 1610361445.051866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56416,14 +56426,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": 559.3221187591553, + "msecs": 51.86605453491211, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.045192718506, - "thread": 139853085779712, + "relativeCreated": 16707.276105880737, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56431,8 +56441,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 11:25:20,559", - "created": 1610360720.559474, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56442,14 +56452,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": 559.473991394043, + "msecs": 52.017927169799805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.197065353394, - "thread": 139853085779712, + "relativeCreated": 16707.427978515625, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56457,8 +56467,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559539, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.05209, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56468,14 +56478,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 559.5390796661377, + "msecs": 52.08992958068848, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.26215362549, - "thread": 139853085779712, + "relativeCreated": 16707.499980926514, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56484,8 +56494,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559594, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56495,14 +56505,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 559.593915939331, + "msecs": 52.149057388305664, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.31698989868, - "thread": 139853085779712, + "relativeCreated": 16707.55910873413, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56510,8 +56520,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559663, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052223, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56521,14 +56531,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 559.6630573272705, + "msecs": 52.22296714782715, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.38613128662, - "thread": 139853085779712, + "relativeCreated": 16707.633018493652, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56537,8 +56547,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559714, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56548,14 +56558,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 559.7140789031982, + "msecs": 52.2770881652832, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.43715286255, - "thread": 139853085779712, + "relativeCreated": 16707.68713951111, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56563,8 +56573,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559782, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052351, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56574,14 +56584,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 559.7820281982422, + "msecs": 52.35099792480469, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.505102157593, - "thread": 139853085779712, + "relativeCreated": 16707.76104927063, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56590,8 +56600,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559839, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56601,14 +56611,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 559.8390102386475, + "msecs": 52.403926849365234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.562084197998, - "thread": 139853085779712, + "relativeCreated": 16707.81397819519, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56616,8 +56626,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559925, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56627,14 +56637,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 559.9250793457031, + "msecs": 52.503108978271484, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.648153305054, - "thread": 139853085779712, + "relativeCreated": 16707.913160324097, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56643,8 +56653,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,559", - "created": 1610360720.559975, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052604, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56654,14 +56664,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 559.9749088287354, + "msecs": 52.603960037231445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.697982788086, - "thread": 139853085779712, + "relativeCreated": 16708.014011383057, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56669,8 +56679,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.560041, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56680,14 +56690,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 560.0409507751465, + "msecs": 52.69908905029297, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.764024734497, - "thread": 139853085779712, + "relativeCreated": 16708.109140396118, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56696,8 +56706,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.560088, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56707,14 +56717,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 560.0879192352295, + "msecs": 52.77395248413086, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.81099319458, - "thread": 139853085779712, + "relativeCreated": 16708.184003829956, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56722,8 +56732,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.56016, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56733,14 +56743,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 560.1599216461182, + "msecs": 52.89793014526367, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.88299560547, - "thread": 139853085779712, + "relativeCreated": 16708.30798149109, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56748,8 +56758,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.560222, + "asctime": "2021-01-11 11:37:25,052", + "created": 1610361445.052995, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56759,14 +56769,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 560.2219104766846, + "msecs": 52.99496650695801, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.944984436035, - "thread": 139853085779712, + "relativeCreated": 16708.405017852783, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56774,8 +56784,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.560268, + "asctime": "2021-01-11 11:37:25,053", + "created": 1610361445.053079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56785,14 +56795,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 560.2679252624512, + "msecs": 53.07888984680176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16712.9909992218, - "thread": 139853085779712, + "relativeCreated": 16708.488941192627, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56801,8 +56811,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.560308, + "asctime": "2021-01-11 11:37:25,053", + "created": 1610361445.053155, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56812,14 +56822,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": 560.3079795837402, + "msecs": 53.154945373535156, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16713.03105354309, - "thread": 139853085779712, + "relativeCreated": 16708.56499671936, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56827,8 +56837,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 11:25:20,560", - "created": 1610360720.560395, + "asctime": "2021-01-11 11:37:25,053", + "created": 1610361445.053299, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56838,14 +56848,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": 560.3950023651123, + "msecs": 53.2989501953125, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16713.118076324463, - "thread": 139853085779712, + "relativeCreated": 16708.709001541138, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56856,8 +56866,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.560493, + "asctime": "2021-01-11 11:37:25,053", + "created": 1610361445.053426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56867,14 +56877,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 560.492992401123, + "msecs": 53.42602729797363, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16713.216066360474, - "thread": 139853085779712, + "relativeCreated": 16708.8360786438, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -56882,8 +56892,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:20,560", - "created": 1610360720.560551, + "asctime": "2021-01-11 11:37:25,053", + "created": 1610361445.053495, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56893,35 +56903,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 560.5509281158447, + "msecs": 53.494930267333984, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16713.274002075195, - "thread": 139853085779712, + "relativeCreated": 16708.90498161316, + "thread": 140377231185664, "threadName": "Thread-30" } ], - "msecs": 892.2359943389893, + "msecs": 383.9080333709717, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17044.95906829834, - "thread": 139854989064000, + "relativeCreated": 17039.318084716797, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33168506622314453 + "time_consumption": 0.3304131031036377 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:20,893", - "created": 1610360720.893614, + "asctime": "2021-01-11 11:37:25,385", + "created": 1610361445.385192, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -56938,8 +56948,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:20,893", - "created": 1610360720.893121, + "asctime": "2021-01-11 11:37:25,384", + "created": 1610361445.384475, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -56949,14 +56959,14 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 893.1210041046143, + "msecs": 384.4749927520752, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17045.844078063965, - "thread": 139854989064000, + "relativeCreated": 17039.8850440979, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -56965,8 +56975,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:20,893", - "created": 1610360720.893392, + "asctime": "2021-01-11 11:37:25,384", + "created": 1610361445.384717, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -56976,35 +56986,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 893.3920860290527, + "msecs": 384.7169876098633, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17046.115159988403, - "thread": 139854989064000, + "relativeCreated": 17040.12703895569, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 893.6140537261963, + "msecs": 385.1919174194336, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17046.337127685547, - "thread": 139854989064000, + "relativeCreated": 17040.60196876526, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002219676971435547 + "time_consumption": 0.0004749298095703125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:20,894", - "created": 1610360720.89459, + "asctime": "2021-01-11 11:37:25,386", + "created": 1610361445.3862, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57021,8 +57031,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:20,894", - "created": 1610360720.894177, + "asctime": "2021-01-11 11:37:25,385", + "created": 1610361445.385689, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57032,14 +57042,14 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 894.1769599914551, + "msecs": 385.68902015686035, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17046.900033950806, - "thread": 139854989064000, + "relativeCreated": 17041.099071502686, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -57048,8 +57058,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:20,894", - "created": 1610360720.894369, + "asctime": "2021-01-11 11:37:25,385", + "created": 1610361445.385972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57059,35 +57069,35 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 894.3688869476318, + "msecs": 385.9720230102539, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17047.091960906982, - "thread": 139854989064000, + "relativeCreated": 17041.38207435608, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 894.589900970459, + "msecs": 386.199951171875, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17047.31297492981, - "thread": 139854989064000, + "relativeCreated": 17041.6100025177, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844 + "time_consumption": 0.00022792816162109375 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:20,895", - "created": 1610360720.895927, + "asctime": "2021-01-11 11:37:25,388", + "created": 1610361445.388395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57102,8 +57112,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:20,895", - "created": 1610360720.895004, + "asctime": "2021-01-11 11:37:25,386", + "created": 1610361445.386711, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57113,22 +57123,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 895.0040340423584, + "msecs": 386.71088218688965, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17047.72710800171, - "thread": 139854989064000, + "relativeCreated": 17042.120933532715, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,895", - "created": 1610360720.895203, + "asctime": "2021-01-11 11:37:25,387", + "created": 1610361445.387008, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57138,22 +57148,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 895.2031135559082, + "msecs": 387.0079517364502, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17047.92618751526, - "thread": 139854989064000, + "relativeCreated": 17042.418003082275, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:20,895", - "created": 1610360720.895366, + "asctime": "2021-01-11 11:37:25,387", + "created": 1610361445.387194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57163,22 +57173,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 895.3659534454346, + "msecs": 387.1939182281494, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17048.089027404785, - "thread": 139854989064000, + "relativeCreated": 17042.603969573975, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:20,895", - "created": 1610360720.895513, + "asctime": "2021-01-11 11:37:25,387", + "created": 1610361445.387367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57188,14 +57198,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 895.5130577087402, + "msecs": 387.36701011657715, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17048.23613166809, - "thread": 139854989064000, + "relativeCreated": 17042.777061462402, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -57204,8 +57214,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:20,895", - "created": 1610360720.895668, + "asctime": "2021-01-11 11:37:25,387", + "created": 1610361445.387782, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57215,14 +57225,14 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 895.6680297851562, + "msecs": 387.78209686279297, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17048.391103744507, - "thread": 139854989064000, + "relativeCreated": 17043.192148208618, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -57231,8 +57241,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:20,895", - "created": 1610360720.895801, + "asctime": "2021-01-11 11:37:25,388", + "created": 1610361445.388167, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57242,35 +57252,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 895.8010673522949, + "msecs": 388.1669044494629, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17048.524141311646, - "thread": 139854989064000, + "relativeCreated": 17043.576955795288, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 895.9269523620605, + "msecs": 388.3950710296631, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17048.65002632141, - "thread": 139854989064000, + "relativeCreated": 17043.80512237549, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.000125885009765625 + "time_consumption": 0.0002281665802001953 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:20,896", - "created": 1610360720.896424, + "asctime": "2021-01-11 11:37:25,389", + "created": 1610361445.389812, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57287,8 +57297,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:20,896", - "created": 1610360720.896161, + "asctime": "2021-01-11 11:37:25,388", + "created": 1610361445.388983, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57298,14 +57308,14 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 896.1610794067383, + "msecs": 388.98301124572754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17048.88415336609, - "thread": 139854989064000, + "relativeCreated": 17044.393062591553, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -57314,8 +57324,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:20,896", - "created": 1610360720.896292, + "asctime": "2021-01-11 11:37:25,389", + "created": 1610361445.38921, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57325,32 +57335,32 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 896.291971206665, + "msecs": 389.2099857330322, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17049.015045166016, - "thread": 139854989064000, + "relativeCreated": 17044.620037078857, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 896.4240550994873, + "msecs": 389.8119926452637, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17049.147129058838, - "thread": 139854989064000, + "relativeCreated": 17045.22204399109, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00013208389282226562 + "time_consumption": 0.0006020069122314453 }, { "args": [], - "asctime": "2021-01-11 11:25:21,241", - "created": 1610360721.241197, + "asctime": "2021-01-11 11:37:25,734", + "created": 1610361445.735, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -57365,8 +57375,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:20,896", - "created": 1610360720.896739, + "asctime": "2021-01-11 11:37:25,390", + "created": 1610361445.390215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57376,22 +57386,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 896.7390060424805, + "msecs": 390.2149200439453, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17049.46208000183, - "thread": 139854989064000, + "relativeCreated": 17045.62497138977, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:20,897", - "created": 1610360720.897012, + "asctime": "2021-01-11 11:37:25,390", + "created": 1610361445.390469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57401,22 +57411,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 897.0119953155518, + "msecs": 390.4690742492676, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17049.735069274902, - "thread": 139854989064000, + "relativeCreated": 17045.879125595093, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,897", - "created": 1610360720.897221, + "asctime": "2021-01-11 11:37:25,390", + "created": 1610361445.39073, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57426,14 +57436,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 897.2210884094238, + "msecs": 390.7299041748047, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17049.944162368774, - "thread": 139854989064000, + "relativeCreated": 17046.13995552063, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -57444,8 +57454,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,897", - "created": 1610360720.897444, + "asctime": "2021-01-11 11:37:25,391", + "created": 1610361445.391128, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57455,22 +57465,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 897.4440097808838, + "msecs": 391.1280632019043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17050.167083740234, - "thread": 139854989064000, + "relativeCreated": 17046.53811454773, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:20,897", - "created": 1610360720.897852, + "asctime": "2021-01-11 11:37:25,391", + "created": 1610361445.391573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57480,22 +57490,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 897.8519439697266, + "msecs": 391.5729522705078, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17050.575017929077, - "thread": 139854989064000, + "relativeCreated": 17046.983003616333, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:20,898", - "created": 1610360720.898018, + "asctime": "2021-01-11 11:37:25,391", + "created": 1610361445.391723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57505,22 +57515,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 898.0178833007812, + "msecs": 391.7229175567627, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17050.740957260132, - "thread": 139854989064000, + "relativeCreated": 17047.132968902588, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:20,898", - "created": 1610360720.898137, + "asctime": "2021-01-11 11:37:25,391", + "created": 1610361445.391848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57530,14 +57540,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 898.137092590332, + "msecs": 391.848087310791, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17050.860166549683, - "thread": 139854989064000, + "relativeCreated": 17047.258138656616, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -57545,8 +57555,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 11:25:20,921", - "created": 1610360720.921571, + "asctime": "2021-01-11 11:37:25,410", + "created": 1610361445.410416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57556,14 +57566,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": 921.5710163116455, + "msecs": 410.4158878326416, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17074.294090270996, - "thread": 139853094172416, + "relativeCreated": 17065.825939178467, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57571,8 +57581,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 11:25:20,921", - "created": 1610360720.921962, + "asctime": "2021-01-11 11:37:25,410", + "created": 1610361445.410782, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57582,14 +57592,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": 921.9620227813721, + "msecs": 410.7820987701416, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17074.685096740723, - "thread": 139853094172416, + "relativeCreated": 17066.192150115967, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57597,8 +57607,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,922", - "created": 1610360720.922173, + "asctime": "2021-01-11 11:37:25,410", + "created": 1610361445.410978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57608,14 +57618,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 922.173023223877, + "msecs": 410.9780788421631, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17074.896097183228, - "thread": 139853094172416, + "relativeCreated": 17066.38813018799, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57624,8 +57634,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,922", - "created": 1610360720.922363, + "asctime": "2021-01-11 11:37:25,411", + "created": 1610361445.411155, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57635,14 +57645,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.3630428314209, + "msecs": 411.15498542785645, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17075.08611679077, - "thread": 139853094172416, + "relativeCreated": 17066.56503677368, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57650,8 +57660,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,922", - "created": 1610360720.9226, + "asctime": "2021-01-11 11:37:25,411", + "created": 1610361445.411365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57661,14 +57671,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.6000308990479, + "msecs": 411.3650321960449, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17075.3231048584, - "thread": 139853094172416, + "relativeCreated": 17066.77508354187, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57677,8 +57687,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,922", - "created": 1610360720.922788, + "asctime": "2021-01-11 11:37:25,411", + "created": 1610361445.411644, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57688,14 +57698,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.7879047393799, + "msecs": 411.64398193359375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17075.51097869873, - "thread": 139853094172416, + "relativeCreated": 17067.05403327942, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57703,8 +57713,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,923", - "created": 1610360720.923028, + "asctime": "2021-01-11 11:37:25,411", + "created": 1610361445.411945, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57714,14 +57724,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 923.0279922485352, + "msecs": 411.945104598999, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17075.751066207886, - "thread": 139853094172416, + "relativeCreated": 17067.355155944824, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57730,8 +57740,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,923", - "created": 1610360720.923196, + "asctime": "2021-01-11 11:37:25,412", + "created": 1610361445.412083, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57741,14 +57751,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 923.1960773468018, + "msecs": 412.0829105377197, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17075.919151306152, - "thread": 139853094172416, + "relativeCreated": 17067.492961883545, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57756,8 +57766,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,923", - "created": 1610360720.923836, + "asctime": "2021-01-11 11:37:25,412", + "created": 1610361445.412249, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57767,14 +57777,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 923.8359928131104, + "msecs": 412.2490882873535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17076.55906677246, - "thread": 139853094172416, + "relativeCreated": 17067.65913963318, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57783,8 +57793,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,924", - "created": 1610360720.924135, + "asctime": "2021-01-11 11:37:25,412", + "created": 1610361445.41238, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57794,14 +57804,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 924.1349697113037, + "msecs": 412.3799800872803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17076.858043670654, - "thread": 139853094172416, + "relativeCreated": 17067.790031433105, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57809,8 +57819,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,924", - "created": 1610360720.924525, + "asctime": "2021-01-11 11:37:25,412", + "created": 1610361445.412588, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57820,14 +57830,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 924.5250225067139, + "msecs": 412.58788108825684, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17077.248096466064, - "thread": 139853094172416, + "relativeCreated": 17067.997932434082, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57836,8 +57846,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,924", - "created": 1610360720.924801, + "asctime": "2021-01-11 11:37:25,412", + "created": 1610361445.412696, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57847,14 +57857,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 924.8011112213135, + "msecs": 412.69588470458984, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17077.524185180664, - "thread": 139853094172416, + "relativeCreated": 17068.105936050415, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57862,8 +57872,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:20,925", - "created": 1610360720.925173, + "asctime": "2021-01-11 11:37:25,412", + "created": 1610361445.412881, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57873,14 +57883,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 925.1730442047119, + "msecs": 412.88089752197266, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17077.896118164062, - "thread": 139853094172416, + "relativeCreated": 17068.290948867798, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57888,8 +57898,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:20,925", - "created": 1610360720.925497, + "asctime": "2021-01-11 11:37:25,413", + "created": 1610361445.41304, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57899,14 +57909,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 925.4970550537109, + "msecs": 413.0399227142334, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17078.22012901306, - "thread": 139853094172416, + "relativeCreated": 17068.44997406006, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57914,8 +57924,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,925", - "created": 1610360720.925697, + "asctime": "2021-01-11 11:37:25,413", + "created": 1610361445.413165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57925,14 +57935,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 925.6970882415771, + "msecs": 413.1650924682617, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17078.420162200928, - "thread": 139853094172416, + "relativeCreated": 17068.575143814087, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57941,8 +57951,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,925", - "created": 1610360720.925859, + "asctime": "2021-01-11 11:37:25,413", + "created": 1610361445.413278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57952,14 +57962,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": 925.8589744567871, + "msecs": 413.27810287475586, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17078.582048416138, - "thread": 139853094172416, + "relativeCreated": 17068.68815422058, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57967,8 +57977,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 11:25:20,926", - "created": 1610360720.926196, + "asctime": "2021-01-11 11:37:25,413", + "created": 1610361445.4135, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57978,14 +57988,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": 926.1960983276367, + "msecs": 413.5000705718994, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17078.919172286987, - "thread": 139853094172416, + "relativeCreated": 17068.910121917725, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -57996,8 +58006,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,926", - "created": 1610360720.926637, + "asctime": "2021-01-11 11:37:25,413", + "created": 1610361445.413766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58007,14 +58017,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 926.6369342803955, + "msecs": 413.76590728759766, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17079.360008239746, - "thread": 139853094172416, + "relativeCreated": 17069.175958633423, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -58022,25 +58032,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:20,926", - "created": 1610360720.92695, + "asctime": "2021-01-11 11:37:25,413", + "created": 1610361445.413906, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 926.9499778747559, + "msecs": 413.9060974121094, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17079.673051834106, - "thread": 139853094172416, + "relativeCreated": 17069.316148757935, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -58051,8 +58061,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,927", - "created": 1610360720.927321, + "asctime": "2021-01-11 11:37:25,414", + "created": 1610361445.414094, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58062,14 +58072,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 927.3209571838379, + "msecs": 414.0939712524414, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17080.04403114319, - "thread": 139853094172416, + "relativeCreated": 17069.504022598267, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -58077,8 +58087,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 11:25:20,961", - "created": 1610360720.961653, + "asctime": "2021-01-11 11:37:25,418", + "created": 1610361445.418638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58088,14 +58098,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": 961.6529941558838, + "msecs": 418.6379909515381, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17114.376068115234, - "thread": 139853085779712, + "relativeCreated": 17074.048042297363, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58103,8 +58113,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 11:25:20,962", - "created": 1610360720.962362, + "asctime": "2021-01-11 11:37:25,418", + "created": 1610361445.418952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58114,14 +58124,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": 962.3620510101318, + "msecs": 418.95198822021484, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17115.085124969482, - "thread": 139853085779712, + "relativeCreated": 17074.36203956604, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58129,8 +58139,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,962", - "created": 1610360720.96266, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.419076, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58140,14 +58150,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 962.6600742340088, + "msecs": 419.07596588134766, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17115.38314819336, - "thread": 139853085779712, + "relativeCreated": 17074.486017227173, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58156,8 +58166,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,962", - "created": 1610360720.96292, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.419179, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58167,14 +58177,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 962.9199504852295, + "msecs": 419.17896270751953, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17115.64302444458, - "thread": 139853085779712, + "relativeCreated": 17074.589014053345, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58182,8 +58192,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,963", - "created": 1610360720.963376, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.419315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58193,14 +58203,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 963.3760452270508, + "msecs": 419.3150997161865, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17116.0991191864, - "thread": 139853085779712, + "relativeCreated": 17074.72515106201, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58209,8 +58219,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,963", - "created": 1610360720.963628, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.419414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58220,14 +58230,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 963.6280536651611, + "msecs": 419.4140434265137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17116.35112762451, - "thread": 139853085779712, + "relativeCreated": 17074.82409477234, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58235,8 +58245,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,964", - "created": 1610360720.964283, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.419549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58246,14 +58256,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 964.2829895019531, + "msecs": 419.54898834228516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17117.006063461304, - "thread": 139853085779712, + "relativeCreated": 17074.95903968811, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58262,8 +58272,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,964", - "created": 1610360720.964637, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.419775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58273,14 +58283,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 964.637041091919, + "msecs": 419.77500915527344, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17117.36011505127, - "thread": 139853085779712, + "relativeCreated": 17075.1850605011, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58288,8 +58298,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,965", - "created": 1610360720.965007, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.419872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58299,14 +58309,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 965.0070667266846, + "msecs": 419.8720455169678, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17117.730140686035, - "thread": 139853085779712, + "relativeCreated": 17075.282096862793, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58315,8 +58325,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,965", - "created": 1610360720.965268, + "asctime": "2021-01-11 11:37:25,419", + "created": 1610361445.41998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58326,14 +58336,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 965.2678966522217, + "msecs": 419.9800491333008, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17117.990970611572, - "thread": 139853085779712, + "relativeCreated": 17075.390100479126, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58341,8 +58351,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,965", - "created": 1610360720.965606, + "asctime": "2021-01-11 11:37:25,420", + "created": 1610361445.420141, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58352,14 +58362,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 965.6059741973877, + "msecs": 420.14098167419434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17118.32904815674, - "thread": 139853085779712, + "relativeCreated": 17075.55103302002, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58368,8 +58378,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,965", - "created": 1610360720.965847, + "asctime": "2021-01-11 11:37:25,420", + "created": 1610361445.420248, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58379,14 +58389,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 965.8470153808594, + "msecs": 420.24803161621094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17118.57008934021, - "thread": 139853085779712, + "relativeCreated": 17075.658082962036, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58394,8 +58404,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:20,966", - "created": 1610360720.966214, + "asctime": "2021-01-11 11:37:25,420", + "created": 1610361445.420413, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58405,14 +58415,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 966.2139415740967, + "msecs": 420.4130172729492, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17118.937015533447, - "thread": 139853085779712, + "relativeCreated": 17075.823068618774, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58420,8 +58430,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:20,966", - "created": 1610360720.966562, + "asctime": "2021-01-11 11:37:25,420", + "created": 1610361445.420537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58431,14 +58441,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 966.562032699585, + "msecs": 420.53699493408203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17119.285106658936, - "thread": 139853085779712, + "relativeCreated": 17075.947046279907, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58446,8 +58456,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,966", - "created": 1610360720.966765, + "asctime": "2021-01-11 11:37:25,420", + "created": 1610361445.420652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58457,14 +58467,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 966.7649269104004, + "msecs": 420.651912689209, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17119.48800086975, - "thread": 139853085779712, + "relativeCreated": 17076.061964035034, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58473,8 +58483,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,966", - "created": 1610360720.966924, + "asctime": "2021-01-11 11:37:25,420", + "created": 1610361445.42077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58484,14 +58494,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": 966.9239521026611, + "msecs": 420.76992988586426, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17119.64702606201, - "thread": 139853085779712, + "relativeCreated": 17076.17998123169, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58499,8 +58509,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 11:25:20,967", - "created": 1610360720.967262, + "asctime": "2021-01-11 11:37:25,420", + "created": 1610361445.420984, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58510,14 +58520,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.2620296478271, + "msecs": 420.98402976989746, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17119.985103607178, - "thread": 139853085779712, + "relativeCreated": 17076.394081115723, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58528,8 +58538,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:20,967", - "created": 1610360720.967735, + "asctime": "2021-01-11 11:37:25,421", + "created": 1610361445.421196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58539,14 +58549,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 967.7350521087646, + "msecs": 421.19598388671875, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17120.458126068115, - "thread": 139853085779712, + "relativeCreated": 17076.606035232544, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -58554,8 +58564,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:20,968", - "created": 1610360720.968034, + "asctime": "2021-01-11 11:37:25,421", + "created": 1610361445.421334, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58565,35 +58575,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 968.034029006958, + "msecs": 421.33402824401855, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17120.75710296631, - "thread": 139853085779712, + "relativeCreated": 17076.744079589844, + "thread": 140377231185664, "threadName": "Thread-30" } ], - "msecs": 241.1971092224121, + "msecs": 734.9998950958252, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17393.920183181763, - "thread": 139854989064000, + "relativeCreated": 17390.40994644165, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.2731630802154541 + "time_consumption": 0.31366586685180664 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:21,242", - "created": 1610360721.242464, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735338, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58610,8 +58620,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,241", - "created": 1610360721.24186, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735213, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58621,14 +58631,14 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 241.85991287231445, + "msecs": 735.213041305542, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17394.582986831665, - "thread": 139854989064000, + "relativeCreated": 17390.623092651367, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -58637,8 +58647,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,242", - "created": 1610360721.242224, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735279, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58648,35 +58658,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 242.22397804260254, + "msecs": 735.2790832519531, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17394.947052001953, - "thread": 139854989064000, + "relativeCreated": 17390.68913459778, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 242.4640655517578, + "msecs": 735.3379726409912, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17395.18713951111, - "thread": 139854989064000, + "relativeCreated": 17390.748023986816, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00024008750915527344 + "time_consumption": 5.888938903808594e-05 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:21,243", - "created": 1610360721.2435, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735537, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58693,8 +58703,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,242", - "created": 1610360721.242866, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735428, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58704,14 +58714,14 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 242.86603927612305, + "msecs": 735.4280948638916, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17395.589113235474, - "thread": 139854989064000, + "relativeCreated": 17390.838146209717, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -58720,8 +58730,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,243", - "created": 1610360721.24326, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735479, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58731,32 +58741,32 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 243.25990676879883, + "msecs": 735.4791164398193, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17395.98298072815, - "thread": 139854989064000, + "relativeCreated": 17390.889167785645, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 243.4999942779541, + "msecs": 735.537052154541, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17396.223068237305, - "thread": 139854989064000, + "relativeCreated": 17390.947103500366, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00024008750915527344 + "time_consumption": 5.793571472167969e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:21,243", - "created": 1610360721.243909, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735615, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -58767,14 +58777,14 @@ "message": "Adding secrets to socket_protocol", "module": "test_add_methods", "moduleLogger": [], - "msecs": 243.90888214111328, + "msecs": 735.6150150299072, "msg": "Adding secrets to socket_protocol", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17396.631956100464, - "thread": 139854989064000, + "relativeCreated": 17391.025066375732, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -58783,8 +58793,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,244", - "created": 1610360721.24452, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735794, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58801,8 +58811,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,244", - "created": 1610360721.244198, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58812,14 +58822,14 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 244.19808387756348, + "msecs": 735.6939315795898, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17396.921157836914, - "thread": 139854989064000, + "relativeCreated": 17391.103982925415, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -58828,8 +58838,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,244", - "created": 1610360721.24436, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735742, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58839,35 +58849,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 244.35997009277344, + "msecs": 735.7420921325684, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17397.083044052124, - "thread": 139854989064000, + "relativeCreated": 17391.152143478394, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 244.5199489593506, + "msecs": 735.7940673828125, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17397.2430229187, - "thread": 139854989064000, + "relativeCreated": 17391.204118728638, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 5.1975250244140625e-05 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:21,245", - "created": 1610360721.245429, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735969, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58884,8 +58894,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,244", - "created": 1610360721.244961, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735879, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58895,14 +58905,14 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 244.96102333068848, + "msecs": 735.8789443969727, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17397.68409729004, - "thread": 139854989064000, + "relativeCreated": 17391.288995742798, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -58911,8 +58921,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,245", - "created": 1610360721.245197, + "asctime": "2021-01-11 11:37:25,735", + "created": 1610361445.735923, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58922,32 +58932,32 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 245.19705772399902, + "msecs": 735.9230518341064, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17397.92013168335, - "thread": 139854989064000, + "relativeCreated": 17391.33310317993, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 245.42903900146484, + "msecs": 735.969066619873, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17398.152112960815, - "thread": 139854989064000, + "relativeCreated": 17391.3791179657, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002319812774658203 + "time_consumption": 4.601478576660156e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:21,347", - "created": 1610360721.347099, + "asctime": "2021-01-11 11:37:25,836", + "created": 1610361445.836692, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -58966,8 +58976,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,245", - "created": 1610360721.245926, + "asctime": "2021-01-11 11:37:25,736", + "created": 1610361445.736113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58977,14 +58987,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 245.9259033203125, + "msecs": 736.1130714416504, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17398.648977279663, - "thread": 139854989064000, + "relativeCreated": 17391.523122787476, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -58992,8 +59002,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 11:25:21,262", - "created": 1610360721.262929, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59003,14 +59013,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": 262.92896270751953, + "msecs": 747.1730709075928, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17415.65203666687, - "thread": 139853094172416, + "relativeCreated": 17402.583122253418, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59018,8 +59028,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 11:25:21,263", - "created": 1610360721.263339, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747342, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59029,14 +59039,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": 263.3390426635742, + "msecs": 747.3421096801758, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17416.062116622925, - "thread": 139853094172416, + "relativeCreated": 17402.752161026, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59044,8 +59054,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,263", - "created": 1610360721.263522, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.74741, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59055,14 +59065,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 263.5219097137451, + "msecs": 747.4100589752197, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17416.244983673096, - "thread": 139853094172416, + "relativeCreated": 17402.820110321045, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59071,8 +59081,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,263", - "created": 1610360721.263666, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59082,14 +59092,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 263.66591453552246, + "msecs": 747.4579811096191, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17416.388988494873, - "thread": 139853094172416, + "relativeCreated": 17402.868032455444, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59097,8 +59107,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,263", - "created": 1610360721.263862, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59108,14 +59118,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 263.86189460754395, + "msecs": 747.5149631500244, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17416.584968566895, - "thread": 139853094172416, + "relativeCreated": 17402.92501449585, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59124,8 +59134,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,264", - "created": 1610360721.264166, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747557, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59135,14 +59145,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 264.16611671447754, + "msecs": 747.5569248199463, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17416.889190673828, - "thread": 139853094172416, + "relativeCreated": 17402.96697616577, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59150,8 +59160,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,264", - "created": 1610360721.264449, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59161,14 +59171,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 264.448881149292, + "msecs": 747.6139068603516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17417.171955108643, - "thread": 139853094172416, + "relativeCreated": 17403.023958206177, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59177,8 +59187,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,264", - "created": 1610360721.264597, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747657, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59188,14 +59198,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 264.59693908691406, + "msecs": 747.657060623169, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17417.320013046265, - "thread": 139853094172416, + "relativeCreated": 17403.067111968994, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59203,8 +59213,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,264", - "created": 1610360721.264797, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59214,14 +59224,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 264.7969722747803, + "msecs": 747.7068901062012, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17417.52004623413, - "thread": 139853094172416, + "relativeCreated": 17403.116941452026, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59230,8 +59240,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,264", - "created": 1610360721.264994, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747748, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59241,14 +59251,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 264.99390602111816, + "msecs": 747.7478981018066, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17417.71697998047, - "thread": 139853094172416, + "relativeCreated": 17403.157949447632, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59256,8 +59266,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,265", - "created": 1610360721.265174, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59267,14 +59277,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 265.17391204833984, + "msecs": 747.8020191192627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17417.89698600769, - "thread": 139853094172416, + "relativeCreated": 17403.212070465088, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59283,8 +59293,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,265", - "created": 1610360721.265304, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59294,14 +59304,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 265.3040885925293, + "msecs": 747.8420734405518, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17418.02716255188, - "thread": 139853094172416, + "relativeCreated": 17403.252124786377, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59309,8 +59319,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:21,265", - "created": 1610360721.265504, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59320,14 +59330,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 265.5038833618164, + "msecs": 747.9159832000732, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17418.226957321167, - "thread": 139853094172416, + "relativeCreated": 17403.3260345459, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59335,8 +59345,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:21,265", - "created": 1610360721.26574, + "asctime": "2021-01-11 11:37:25,747", + "created": 1610361445.747967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59346,14 +59356,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 265.73991775512695, + "msecs": 747.967004776001, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17418.462991714478, - "thread": 139853094172416, + "relativeCreated": 17403.377056121826, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59361,8 +59371,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,265", - "created": 1610360721.265892, + "asctime": "2021-01-11 11:37:25,748", + "created": 1610361445.748012, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59372,14 +59382,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 265.89202880859375, + "msecs": 748.0120658874512, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17418.615102767944, - "thread": 139853094172416, + "relativeCreated": 17403.422117233276, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59388,8 +59398,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,266", - "created": 1610360721.266015, + "asctime": "2021-01-11 11:37:25,748", + "created": 1610361445.748053, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59399,14 +59409,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": 266.01505279541016, + "msecs": 748.0530738830566, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17418.73812675476, - "thread": 139853094172416, + "relativeCreated": 17403.463125228882, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59414,8 +59424,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 11:25:21,266", - "created": 1610360721.266267, + "asctime": "2021-01-11 11:37:25,748", + "created": 1610361445.74814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59425,14 +59435,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": 266.2670612335205, + "msecs": 748.1400966644287, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17418.99013519287, - "thread": 139853094172416, + "relativeCreated": 17403.550148010254, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59443,8 +59453,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,266", - "created": 1610360721.266569, + "asctime": "2021-01-11 11:37:25,748", + "created": 1610361445.748275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59454,14 +59464,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 266.5688991546631, + "msecs": 748.2750415802002, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17419.291973114014, - "thread": 139853094172416, + "relativeCreated": 17403.685092926025, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59469,25 +59479,25 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:21,266", - "created": 1610360721.26673, + "asctime": "2021-01-11 11:37:25,748", + "created": 1610361445.748333, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 266.73007011413574, + "msecs": 748.3329772949219, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17419.453144073486, - "thread": 139853094172416, + "relativeCreated": 17403.743028640747, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -59496,10 +59506,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'" + "'88dfd1718f3e76d88156c0f9b6c01f5a3bf0dec45e36813ab452742339e63cfd'" ], - "asctime": "2021-01-11 11:25:21,266", - "created": 1610360721.266945, + "asctime": "2021-01-11 11:37:25,748", + "created": 1610361445.748417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59507,25 +59517,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'88dfd1718f3e76d88156c0f9b6c01f5a3bf0dec45e36813ab452742339e63cfd'\"", "module": "__init__", - "msecs": 266.94488525390625, + "msecs": 748.4169006347656, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17419.667959213257, - "thread": 139853094172416, + "relativeCreated": 17403.82695198059, + "thread": 140377239578368, "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 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 38 38 64 66 64 31 37 31 38 66 33 65 37 36 64 38 38 31 35" ], - "asctime": "2021-01-11 11:25:21,269", - "created": 1610360721.269619, + "asctime": "2021-01-11 11:37:25,754", + "created": 1610361445.754522, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59533,25 +59543,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 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39", + "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 38 38 64 66 64 31 37 31 38 66 33 65 37 36 64 38 38 31 35", "module": "__init__", - "msecs": 269.6189880371094, + "msecs": 754.5220851898193, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17422.34206199646, - "thread": 139853085779712, + "relativeCreated": 17409.932136535645, + "thread": 140377231185664, "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 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 38 38 64 66 64 31 37 31 38 66 33 65 37 36 64 38 38 31 35" ], - "asctime": "2021-01-11 11:25:21,269", - "created": 1610360721.269876, + "asctime": "2021-01-11 11:37:25,754", + "created": 1610361445.754737, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59559,16 +59569,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 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39", + "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 38 38 64 66 64 31 37 31 38 66 33 65 37 36 64 38 38 31 35", "module": "__init__", - "msecs": 269.87600326538086, + "msecs": 754.7369003295898, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17422.59907722473, - "thread": 139853085779712, + "relativeCreated": 17410.146951675415, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59576,8 +59586,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,270", - "created": 1610360721.270012, + "asctime": "2021-01-11 11:37:25,754", + "created": 1610361445.754829, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59587,14 +59597,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 270.01190185546875, + "msecs": 754.828929901123, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17422.73497581482, - "thread": 139853085779712, + "relativeCreated": 17410.23898124695, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59603,8 +59613,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,270", - "created": 1610360721.270117, + "asctime": "2021-01-11 11:37:25,754", + "created": 1610361445.754887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59614,14 +59624,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.11704444885254, + "msecs": 754.8871040344238, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17422.840118408203, - "thread": 139853085779712, + "relativeCreated": 17410.29715538025, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59629,8 +59639,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,270", - "created": 1610360721.270241, + "asctime": "2021-01-11 11:37:25,754", + "created": 1610361445.754952, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59640,14 +59650,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.24102210998535, + "msecs": 754.9519538879395, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17422.964096069336, - "thread": 139853085779712, + "relativeCreated": 17410.362005233765, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59656,8 +59666,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,270", - "created": 1610360721.270353, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59667,14 +59677,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.3530788421631, + "msecs": 755.0048828125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17423.076152801514, - "thread": 139853085779712, + "relativeCreated": 17410.414934158325, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59682,8 +59692,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,270", - "created": 1610360721.270526, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59693,14 +59703,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.5259323120117, + "msecs": 755.0768852233887, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17423.249006271362, - "thread": 139853085779712, + "relativeCreated": 17410.486936569214, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59709,8 +59719,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,270", - "created": 1610360721.270696, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755125, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59720,14 +59730,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.69592475891113, + "msecs": 755.1250457763672, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17423.41899871826, - "thread": 139853085779712, + "relativeCreated": 17410.535097122192, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59735,8 +59745,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,270", - "created": 1610360721.270877, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59746,14 +59756,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.8768844604492, + "msecs": 755.1848888397217, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17423.5999584198, - "thread": 139853085779712, + "relativeCreated": 17410.594940185547, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59762,8 +59772,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,271", - "created": 1610360721.271019, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755233, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59773,23 +59783,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 271.01898193359375, + "msecs": 755.2330493927002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17423.742055892944, - "thread": 139853085779712, + "relativeCreated": 17410.643100738525, + "thread": 140377231185664, "threadName": "Thread-30" }, { "args": [ "comm-server:", - "(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" + "(64): 36 63 30 66 39 62 36 63 30 31 66 35 61 33 62 66 30 64 65 63 34 35 65 33 36 38 31 33 61 62 34 35 32 37 34 32 33 33 39 65 36 33 63 66 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d6 3a" ], - "asctime": "2021-01-11 11:25:21,271", - "created": 1610360721.271371, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755379, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59797,25 +59807,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 36 63 30 66 39 62 36 63 30 31 66 35 61 33 62 66 30 64 65 63 34 35 65 33 36 38 31 33 61 62 34 35 32 37 34 32 33 33 39 65 36 33 63 66 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d6 3a", "module": "__init__", - "msecs": 271.37088775634766, + "msecs": 755.3789615631104, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17424.0939617157, - "thread": 139853085779712, + "relativeCreated": 17410.789012908936, + "thread": 140377231185664, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(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" + "(64): 36 63 30 66 39 62 36 63 30 31 66 35 61 33 62 66 30 64 65 63 34 35 65 33 36 38 31 33 61 62 34 35 32 37 34 32 33 33 39 65 36 33 63 66 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d6 3a" ], - "asctime": "2021-01-11 11:25:21,271", - "created": 1610360721.271592, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59823,16 +59833,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 36 63 30 66 39 62 36 63 30 31 66 35 61 33 62 66 30 64 65 63 34 35 65 33 36 38 31 33 61 62 34 35 32 37 34 32 33 33 39 65 36 33 63 66 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d6 3a", "module": "__init__", - "msecs": 271.5919017791748, + "msecs": 755.4678916931152, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17424.314975738525, - "thread": 139853085779712, + "relativeCreated": 17410.87794303894, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59840,8 +59850,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,271", - "created": 1610360721.271819, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59851,14 +59861,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 271.8191146850586, + "msecs": 755.5639743804932, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17424.54218864441, - "thread": 139853085779712, + "relativeCreated": 17410.97402572632, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59867,8 +59877,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,271", - "created": 1610360721.271918, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59878,66 +59888,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 271.91805839538574, + "msecs": 755.6068897247314, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17424.641132354736, - "thread": 139853085779712, - "threadName": "Thread-30" - }, - { - "args": [ - "comm-server:", - "(4): 03 9e 3a 3e" - ], - "asctime": "2021-01-11 11:25:21,272", - "created": 1610360721.27206, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__tx__", - "levelname": "INFO", - "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (4): 03 9e 3a 3e", - "module": "__init__", - "msecs": 272.0599174499512, - "msg": "%s TX -> %s", - "name": "root.helpers.all_others", - "pathname": "src/helpers/__init__.py", - "process": 33692, - "processName": "MainProcess", - "relativeCreated": 17424.7829914093, - "thread": 139853085779712, - "threadName": "Thread-30" - }, - { - "args": [ - "comm-client:", - "(4): 03 9e 3a 3e" - ], - "asctime": "2021-01-11 11:25:21,272", - "created": 1610360721.272172, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__rx__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (4): 03 9e 3a 3e", - "module": "__init__", - "msecs": 272.1719741821289, - "msg": "%s RX <- %s", - "name": "root.helpers.all_others", - "pathname": "src/helpers/__init__.py", - "process": 33692, - "processName": "MainProcess", - "relativeCreated": 17424.89504814148, - "thread": 139853085779712, + "relativeCreated": 17411.016941070557, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59945,8 +59903,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,272", - "created": 1610360721.272281, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59956,14 +59914,119 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 272.2809314727783, + "msecs": 755.6509971618652, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17425.00400543213, - "thread": 139853085779712, + "relativeCreated": 17411.06104850769, + "thread": 140377231185664, + "threadName": "Thread-30" + }, + { + "args": [ + "comm-server:", + "(5): 3d ac 37 3a 3e" + ], + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755736, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__tx__", + "levelname": "INFO", + "levelno": 20, + "lineno": 284, + "message": "comm-server: TX -> (5): 3d ac 37 3a 3e", + "module": "__init__", + "msecs": 755.7361125946045, + "msg": "%s TX -> %s", + "name": "root.helpers.all_others", + "pathname": "src/helpers/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 17411.14616394043, + "thread": 140377231185664, + "threadName": "Thread-30" + }, + { + "args": [ + "comm-client:", + "(5): 3d ac 37 3a 3e" + ], + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755822, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__rx__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 414, + "message": "comm-client: RX <- (5): 3d ac 37 3a 3e", + "module": "__init__", + "msecs": 755.821943283081, + "msg": "%s RX <- %s", + "name": "root.helpers.all_others", + "pathname": "src/helpers/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 17411.231994628906, + "thread": 140377231185664, + "threadName": "Thread-30" + }, + { + "args": [ + "STP:", + 58, + 61 + ], + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755884, + "exc_info": null, + "exc_text": null, + "filename": "stp.py", + "funcName": "process", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 132, + "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", + "module": "stp", + "msecs": 755.8839321136475, + "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", + "name": "root.stringtools.stp", + "pathname": "src/stringtools/stp.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 17411.293983459473, + "thread": 140377231185664, + "threadName": "Thread-30" + }, + { + "args": [ + "STP:", + 58 + ], + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755938, + "exc_info": null, + "exc_text": null, + "filename": "stp.py", + "funcName": "process", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 117, + "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", + "module": "stp", + "msecs": 755.9380531311035, + "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", + "name": "root.stringtools.stp", + "pathname": "src/stringtools/stp.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 17411.34810447693, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -59972,8 +60035,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,272", - "created": 1610360721.272375, + "asctime": "2021-01-11 11:37:25,755", + "created": 1610361445.755995, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59983,23 +60046,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": 272.37510681152344, + "msecs": 755.9950351715088, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17425.098180770874, - "thread": 139853085779712, + "relativeCreated": 17411.405086517334, + "thread": 140377231185664, "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 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" + "(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 38 38 64 66 64 31 37 31 38 66 33 65 37 36 64 38 38 31 35 36 63 30 66 39 62 36 63 30 31 66 35 61 33 62 66 30 64 65 63 34 35 65 33 36 38 31 33 61 62 34 35 32 37 34 32 33 33 39 65 36 33 63 66 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d6 3a ac 37" ], - "asctime": "2021-01-11 11:25:21,272", - "created": 1610360721.272671, + "asctime": "2021-01-11 11:37:25,756", + "created": 1610361445.75615, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60007,16 +60070,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 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", + "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 38 38 64 66 64 31 37 31 38 66 33 65 37 36 64 38 38 31 35 36 63 30 66 39 62 36 63 30 31 66 35 61 33 62 66 30 64 65 63 34 35 65 33 36 38 31 33 61 62 34 35 32 37 34 32 33 33 39 65 36 33 63 66 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d6 3a ac 37", "module": "stp", - "msecs": 272.6709842681885, + "msecs": 756.1500072479248, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17425.39405822754, - "thread": 139853085779712, + "relativeCreated": 17411.56005859375, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60025,10 +60088,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'" + "u'88dfd1718f3e76d88156c0f9b6c01f5a3bf0dec45e36813ab452742339e63cfd'" ], - "asctime": "2021-01-11 11:25:21,272", - "created": 1610360721.27298, + "asctime": "2021-01-11 11:37:25,756", + "created": 1610361445.756297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60036,16 +60099,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'88dfd1718f3e76d88156c0f9b6c01f5a3bf0dec45e36813ab452742339e63cfd'\"", "module": "__init__", - "msecs": 272.9799747467041, + "msecs": 756.2971115112305, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17425.703048706055, - "thread": 139853085779712, + "relativeCreated": 17411.707162857056, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60053,8 +60116,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:21,273", - "created": 1610360721.273142, + "asctime": "2021-01-11 11:37:25,756", + "created": 1610361445.75637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60064,14 +60127,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 273.14209938049316, + "msecs": 756.3700675964355, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17425.865173339844, - "thread": 139853085779712, + "relativeCreated": 17411.78011894226, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60080,10 +60143,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'" + "'15d63ef81266d614340383161a786c008def88b0d10d3d672197c50360443ccd5a6874dcc4fd5db235b890bb0752ec21303ed3e67eb54d288a27796b3f122fd1'" ], - "asctime": "2021-01-11 11:25:21,273", - "created": 1610360721.273368, + "asctime": "2021-01-11 11:37:25,756", + "created": 1610361445.756468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60091,25 +60154,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'15d63ef81266d614340383161a786c008def88b0d10d3d672197c50360443ccd5a6874dcc4fd5db235b890bb0752ec21303ed3e67eb54d288a27796b3f122fd1'\"", "module": "__init__", - "msecs": 273.36788177490234, + "msecs": 756.4680576324463, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17426.090955734253, - "thread": 139853085779712, + "relativeCreated": 17411.87810897827, + "thread": 140377231185664, "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 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65" + "(64): 3a 3c 7b 22 73 74 61 74 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 35 64 36 33 65 66 38 31 32 36 36 64 36 31 34 33 34 30" ], - "asctime": "2021-01-11 11:25:21,275", - "created": 1610360721.275374, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60117,25 +60180,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 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65", + "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 35 64 36 33 65 66 38 31 32 36 36 64 36 31 34 33 34 30", "module": "__init__", - "msecs": 275.3739356994629, + "msecs": 764.2579078674316, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17428.097009658813, - "thread": 139853094172416, + "relativeCreated": 17419.667959213257, + "thread": 140377239578368, "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 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65" + "(64): 3a 3c 7b 22 73 74 61 74 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 35 64 36 33 65 66 38 31 32 36 36 64 36 31 34 33 34 30" ], - "asctime": "2021-01-11 11:25:21,275", - "created": 1610360721.275659, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60143,16 +60206,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 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65", + "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 35 64 36 33 65 66 38 31 32 36 36 64 36 31 34 33 34 30", "module": "__init__", - "msecs": 275.65908432006836, + "msecs": 764.4538879394531, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17428.38215827942, - "thread": 139853094172416, + "relativeCreated": 17419.86393928528, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60160,8 +60223,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,275", - "created": 1610360721.275796, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60171,14 +60234,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 275.79593658447266, + "msecs": 764.5230293273926, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17428.519010543823, - "thread": 139853094172416, + "relativeCreated": 17419.933080673218, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60187,8 +60250,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,275", - "created": 1610360721.275906, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60198,14 +60261,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 275.9060859680176, + "msecs": 764.578104019165, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17428.629159927368, - "thread": 139853094172416, + "relativeCreated": 17419.98815536499, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60213,8 +60276,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,276", - "created": 1610360721.276045, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764642, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60224,14 +60287,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 276.0450839996338, + "msecs": 764.6420001983643, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17428.768157958984, - "thread": 139853094172416, + "relativeCreated": 17420.05205154419, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60240,8 +60303,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,276", - "created": 1610360721.276145, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60251,14 +60314,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 276.14498138427734, + "msecs": 764.6980285644531, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17428.868055343628, - "thread": 139853094172416, + "relativeCreated": 17420.10807991028, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60266,8 +60329,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,276", - "created": 1610360721.276282, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60277,14 +60340,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 276.28207206726074, + "msecs": 764.8019790649414, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17429.00514602661, - "thread": 139853094172416, + "relativeCreated": 17420.212030410767, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60293,8 +60356,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,276", - "created": 1610360721.276397, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764866, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60304,14 +60367,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 276.3969898223877, + "msecs": 764.8661136627197, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17429.12006378174, - "thread": 139853094172416, + "relativeCreated": 17420.276165008545, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60319,8 +60382,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,276", - "created": 1610360721.276574, + "asctime": "2021-01-11 11:37:25,764", + "created": 1610361445.764943, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60330,14 +60393,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 276.57389640808105, + "msecs": 764.9428844451904, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17429.29697036743, - "thread": 139853094172416, + "relativeCreated": 17420.352935791016, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60346,8 +60409,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,276", - "created": 1610360721.276704, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60357,23 +60420,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 276.7040729522705, + "msecs": 765.002965927124, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17429.42714691162, - "thread": 139853094172416, + "relativeCreated": 17420.41301727295, + "thread": 140377239578368, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(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" + "(64): 33 38 33 31 36 31 61 37 38 36 63 30 30 38 64 65 66 38 38 62 30 64 31 30 64 33 64 36 37 32 31 39 37 63 35 30 33 36 30 34 34 33 63 63 64 35 61 36 38 37 34 64 63 63 34 66 64 35 64 62 32 33 35 62" ], - "asctime": "2021-01-11 11:25:21,277", - "created": 1610360721.277157, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60381,25 +60444,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 33 38 33 31 36 31 61 37 38 36 63 30 30 38 64 65 66 38 38 62 30 64 31 30 64 33 64 36 37 32 31 39 37 63 35 30 33 36 30 34 34 33 63 63 64 35 61 36 38 37 34 64 63 63 34 66 64 35 64 62 32 33 35 62", "module": "__init__", - "msecs": 277.1570682525635, + "msecs": 765.192985534668, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17429.880142211914, - "thread": 139853094172416, + "relativeCreated": 17420.603036880493, + "thread": 140377239578368, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(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" + "(64): 33 38 33 31 36 31 61 37 38 36 63 30 30 38 64 65 66 38 38 62 30 64 31 30 64 33 64 36 37 32 31 39 37 63 35 30 33 36 30 34 34 33 63 63 64 35 61 36 38 37 34 64 63 63 34 66 64 35 64 62 32 33 35 62" ], - "asctime": "2021-01-11 11:25:21,277", - "created": 1610360721.277542, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765334, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60407,25 +60470,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 33 38 33 31 36 31 61 37 38 36 63 30 30 38 64 65 66 38 38 62 30 64 31 30 64 33 64 36 37 32 31 39 37 63 35 30 33 36 30 34 34 33 63 63 64 35 61 36 38 37 34 64 63 63 34 66 64 35 64 62 32 33 35 62", "module": "__init__", - "msecs": 277.5421142578125, + "msecs": 765.333890914917, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17430.265188217163, - "thread": 139853094172416, + "relativeCreated": 17420.743942260742, + "thread": 140377239578368, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(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" + "(64): 38 39 30 62 62 30 37 35 32 65 63 32 31 33 30 33 65 64 33 65 36 37 65 62 35 34 64 32 38 38 61 32 37 37 39 36 62 33 66 31 32 32 66 64 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 86 43" ], - "asctime": "2021-01-11 11:25:21,278", - "created": 1610360721.278105, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.76553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60433,25 +60496,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 38 39 30 62 62 30 37 35 32 65 63 32 31 33 30 33 65 64 33 65 36 37 65 62 35 34 64 32 38 38 61 32 37 37 39 36 62 33 66 31 32 32 66 64 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 86 43", "module": "__init__", - "msecs": 278.1050205230713, + "msecs": 765.5301094055176, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17430.828094482422, - "thread": 139853094172416, + "relativeCreated": 17420.940160751343, + "thread": 140377239578368, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(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" + "(64): 38 39 30 62 62 30 37 35 32 65 63 32 31 33 30 33 65 64 33 65 36 37 65 62 35 34 64 32 38 38 61 32 37 37 39 36 62 33 66 31 32 32 66 64 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 86 43" ], - "asctime": "2021-01-11 11:25:21,278", - "created": 1610360721.278388, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.76562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60459,16 +60522,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 38 39 30 62 62 30 37 35 32 65 63 32 31 33 30 33 65 64 33 65 36 37 65 62 35 34 64 32 38 38 61 32 37 37 39 36 62 33 66 31 32 32 66 64 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 86 43", "module": "__init__", - "msecs": 278.38802337646484, + "msecs": 765.6199932098389, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17431.111097335815, - "thread": 139853094172416, + "relativeCreated": 17421.030044555664, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60476,8 +60539,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,278", - "created": 1610360721.278808, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765718, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60487,14 +60550,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 278.8081169128418, + "msecs": 765.7179832458496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17431.531190872192, - "thread": 139853094172416, + "relativeCreated": 17421.128034591675, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60503,8 +60566,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,278", - "created": 1610360721.278942, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60514,23 +60577,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 278.9421081542969, + "msecs": 765.7670974731445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17431.665182113647, - "thread": 139853094172416, + "relativeCreated": 17421.17714881897, + "thread": 140377239578368, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(4): c7 98 3a 3e" + "(4): 44 a7 3a 3e" ], - "asctime": "2021-01-11 11:25:21,279", - "created": 1610360721.279211, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765827, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60538,25 +60601,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): c7 98 3a 3e", + "message": "comm-client: TX -> (4): 44 a7 3a 3e", "module": "__init__", - "msecs": 279.21104431152344, + "msecs": 765.826940536499, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17431.934118270874, - "thread": 139853094172416, + "relativeCreated": 17421.236991882324, + "thread": 140377239578368, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(4): c7 98 3a 3e" + "(4): 44 a7 3a 3e" ], - "asctime": "2021-01-11 11:25:21,279", - "created": 1610360721.279344, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60564,16 +60627,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): c7 98 3a 3e", + "message": "comm-server: RX <- (4): 44 a7 3a 3e", "module": "__init__", - "msecs": 279.3440818786621, + "msecs": 765.873908996582, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17432.067155838013, - "thread": 139853094172416, + "relativeCreated": 17421.283960342407, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60581,8 +60644,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,279", - "created": 1610360721.279449, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765918, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60592,14 +60655,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 279.4489860534668, + "msecs": 765.9180164337158, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17432.172060012817, - "thread": 139853094172416, + "relativeCreated": 17421.32806777954, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60608,8 +60671,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,279", - "created": 1610360721.279546, + "asctime": "2021-01-11 11:37:25,765", + "created": 1610361445.765965, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60619,23 +60682,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": 279.54602241516113, + "msecs": 765.9649848937988, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17432.26909637451, - "thread": 139853094172416, + "relativeCreated": 17421.375036239624, + "thread": 140377239578368, "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 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" + "(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 35 64 36 33 65 66 38 31 32 36 36 64 36 31 34 33 34 30 33 38 33 31 36 31 61 37 38 36 63 30 30 38 64 65 66 38 38 62 30 64 31 30 64 33 64 36 37 32 31 39 37 63 35 30 33 36 30 34 34 33 63 63 64 35 61 36 38 37 34 64 63 63 34 66 64 35 64 62 32 33 35 62 38 39 30 62 62 30 37 35 32 65 63 32 31 33 30 33 65 64 33 65 36 37 65 62 35 34 64 32 38 38 61 32 37 37 39 36 62 33 66 31 32 32 66 64 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 86 43 44 a7" ], - "asctime": "2021-01-11 11:25:21,279", - "created": 1610360721.27993, + "asctime": "2021-01-11 11:37:25,766", + "created": 1610361445.766137, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60643,16 +60706,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 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", + "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 35 64 36 33 65 66 38 31 32 36 36 64 36 31 34 33 34 30 33 38 33 31 36 31 61 37 38 36 63 30 30 38 64 65 66 38 38 62 30 64 31 30 64 33 64 36 37 32 31 39 37 63 35 30 33 36 30 34 34 33 63 63 64 35 61 36 38 37 34 64 63 63 34 66 64 35 64 62 32 33 35 62 38 39 30 62 62 30 37 35 32 65 63 32 31 33 30 33 65 64 33 65 36 37 65 62 35 34 64 32 38 38 61 32 37 37 39 36 62 33 66 31 32 32 66 64 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 86 43 44 a7", "module": "stp", - "msecs": 279.93011474609375, + "msecs": 766.136884689331, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17432.653188705444, - "thread": 139853094172416, + "relativeCreated": 17421.546936035156, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60661,10 +60724,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'" + "u'15d63ef81266d614340383161a786c008def88b0d10d3d672197c50360443ccd5a6874dcc4fd5db235b890bb0752ec21303ed3e67eb54d288a27796b3f122fd1'" ], - "asctime": "2021-01-11 11:25:21,280", - "created": 1610360721.280133, + "asctime": "2021-01-11 11:37:25,766", + "created": 1610361445.766268, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60672,16 +60735,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'15d63ef81266d614340383161a786c008def88b0d10d3d672197c50360443ccd5a6874dcc4fd5db235b890bb0752ec21303ed3e67eb54d288a27796b3f122fd1'\"", "module": "__init__", - "msecs": 280.1330089569092, + "msecs": 766.2680149078369, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17432.85608291626, - "thread": 139853094172416, + "relativeCreated": 17421.678066253662, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60689,25 +60752,25 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:21,280", - "created": 1610360721.280263, + "asctime": "2021-01-11 11:37:25,766", + "created": 1610361445.766328, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 280.26294708251953, + "msecs": 766.3280963897705, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17432.98602104187, - "thread": 139853094172416, + "relativeCreated": 17421.738147735596, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60718,8 +60781,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:21,280", - "created": 1610360721.280426, + "asctime": "2021-01-11 11:37:25,766", + "created": 1610361445.766417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60729,14 +60792,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 280.426025390625, + "msecs": 766.4170265197754, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17433.149099349976, - "thread": 139853094172416, + "relativeCreated": 17421.8270778656, + "thread": 140377239578368, "threadName": "Thread-29" }, { @@ -60744,8 +60807,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 11:25:21,282", - "created": 1610360721.28272, + "asctime": "2021-01-11 11:37:25,772", + "created": 1610361445.772236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60755,14 +60818,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": 282.72008895874023, + "msecs": 772.2361087799072, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17435.44316291809, - "thread": 139853085779712, + "relativeCreated": 17427.646160125732, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60770,8 +60833,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 11:25:21,282", - "created": 1610360721.282903, + "asctime": "2021-01-11 11:37:25,772", + "created": 1610361445.77244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60781,14 +60844,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": 282.90295600891113, + "msecs": 772.4399566650391, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17435.62602996826, - "thread": 139853085779712, + "relativeCreated": 17427.850008010864, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60796,8 +60859,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,282", - "created": 1610360721.282993, + "asctime": "2021-01-11 11:37:25,772", + "created": 1610361445.772536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60807,14 +60870,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 282.9930782318115, + "msecs": 772.536039352417, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17435.716152191162, - "thread": 139853085779712, + "relativeCreated": 17427.946090698242, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60823,8 +60886,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283081, + "asctime": "2021-01-11 11:37:25,772", + "created": 1610361445.772621, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60834,14 +60897,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.0810546875, + "msecs": 772.6209163665771, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17435.80412864685, - "thread": 139853085779712, + "relativeCreated": 17428.030967712402, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60849,8 +60912,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283182, + "asctime": "2021-01-11 11:37:25,772", + "created": 1610361445.772729, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60860,14 +60923,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 283.18190574645996, + "msecs": 772.7289199829102, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17435.90497970581, - "thread": 139853085779712, + "relativeCreated": 17428.138971328735, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60876,8 +60939,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283266, + "asctime": "2021-01-11 11:37:25,772", + "created": 1610361445.772824, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60887,14 +60950,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.2660675048828, + "msecs": 772.8240489959717, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17435.989141464233, - "thread": 139853085779712, + "relativeCreated": 17428.234100341797, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60902,8 +60965,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283358, + "asctime": "2021-01-11 11:37:25,772", + "created": 1610361445.772928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60913,14 +60976,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 283.358097076416, + "msecs": 772.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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.081171035767, - "thread": 139853085779712, + "relativeCreated": 17428.338050842285, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60929,8 +60992,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283424, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60940,14 +61003,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.42390060424805, + "msecs": 773.003101348877, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.1469745636, - "thread": 139853085779712, + "relativeCreated": 17428.413152694702, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60955,8 +61018,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.2835, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.7731, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60966,14 +61029,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 283.49995613098145, + "msecs": 773.0998992919922, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.223030090332, - "thread": 139853085779712, + "relativeCreated": 17428.509950637817, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -60982,8 +61045,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.28356, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60993,14 +61056,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.56003761291504, + "msecs": 773.1730937957764, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.283111572266, - "thread": 139853085779712, + "relativeCreated": 17428.5831451416, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61008,8 +61071,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283643, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61019,14 +61082,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 283.6430072784424, + "msecs": 773.2739448547363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.366081237793, - "thread": 139853085779712, + "relativeCreated": 17428.68399620056, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61035,8 +61098,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283707, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773366, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61046,14 +61109,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.7069034576416, + "msecs": 773.3659744262695, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.429977416992, - "thread": 139853085779712, + "relativeCreated": 17428.776025772095, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61061,8 +61124,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283799, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773526, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61072,14 +61135,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 283.7989330291748, + "msecs": 773.5259532928467, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.522006988525, - "thread": 139853085779712, + "relativeCreated": 17428.936004638672, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61087,8 +61150,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:21,283", - "created": 1610360721.283909, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61098,14 +61161,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 283.9090824127197, + "msecs": 773.622989654541, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.63215637207, - "thread": 139853085779712, + "relativeCreated": 17429.033041000366, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61113,8 +61176,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,284", - "created": 1610360721.28402, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61124,14 +61187,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 284.01994705200195, + "msecs": 773.7069129943848, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.743021011353, - "thread": 139853085779712, + "relativeCreated": 17429.11696434021, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61140,8 +61203,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,284", - "created": 1610360721.284113, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.77378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61151,14 +61214,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": 284.11293029785156, + "msecs": 773.780107498169, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17436.836004257202, - "thread": 139853085779712, + "relativeCreated": 17429.190158843994, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61166,8 +61229,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 11:25:21,284", - "created": 1610360721.284304, + "asctime": "2021-01-11 11:37:25,773", + "created": 1610361445.773945, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61177,14 +61240,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": 284.3039035797119, + "msecs": 773.9450931549072, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17437.026977539062, - "thread": 139853085779712, + "relativeCreated": 17429.355144500732, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61195,8 +61258,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:21,284", - "created": 1610360721.284497, + "asctime": "2021-01-11 11:37:25,774", + "created": 1610361445.774156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61206,14 +61269,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 284.4970226287842, + "msecs": 774.1560935974121, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17437.220096588135, - "thread": 139853085779712, + "relativeCreated": 17429.566144943237, + "thread": 140377231185664, "threadName": "Thread-30" }, { @@ -61221,8 +61284,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:21,284", - "created": 1610360721.284612, + "asctime": "2021-01-11 11:37:25,774", + "created": 1610361445.77428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61232,22 +61295,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 284.61194038391113, + "msecs": 774.2800712585449, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17437.33501434326, - "thread": 139853085779712, + "relativeCreated": 17429.69012260437, + "thread": 140377231185664, "threadName": "Thread-30" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,284", - "created": 1610360721.284713, + "asctime": "2021-01-11 11:37:25,774", + "created": 1610361445.77438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61257,35 +61320,35 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 284.7130298614502, + "msecs": 774.3799686431885, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17437.4361038208, - "thread": 139853085779712, + "relativeCreated": 17429.790019989014, + "thread": 140377231185664, "threadName": "Thread-30" } ], - "msecs": 347.09906578063965, + "msecs": 836.6920948028564, "msg": "Doing authentification", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17499.82213973999, - "thread": 139854989064000, + "relativeCreated": 17492.10214614868, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.06238603591918945 + "time_consumption": 0.06231212615966797 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:21,348", - "created": 1610360721.34849, + "asctime": "2021-01-11 11:37:25,838", + "created": 1610361445.838128, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61302,8 +61365,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,347", - "created": 1610360721.347846, + "asctime": "2021-01-11 11:37:25,837", + "created": 1610361445.837557, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61313,14 +61376,14 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 347.84603118896484, + "msecs": 837.5570774078369, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17500.569105148315, - "thread": 139854989064000, + "relativeCreated": 17492.967128753662, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61329,8 +61392,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,348", - "created": 1610360721.348134, + "asctime": "2021-01-11 11:37:25,837", + "created": 1610361445.837824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61340,35 +61403,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 348.13404083251953, + "msecs": 837.8241062164307, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17500.85711479187, - "thread": 139854989064000, + "relativeCreated": 17493.234157562256, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 348.48999977111816, + "msecs": 838.1280899047852, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17501.21307373047, - "thread": 139854989064000, + "relativeCreated": 17493.53814125061, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003559589385986328 + "time_consumption": 0.0003039836883544922 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:21,349", - "created": 1610360721.349634, + "asctime": "2021-01-11 11:37:25,839", + "created": 1610361445.83962, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61385,8 +61448,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,349", - "created": 1610360721.349075, + "asctime": "2021-01-11 11:37:25,838", + "created": 1610361445.838804, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61396,14 +61459,14 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 349.0750789642334, + "msecs": 838.8040065765381, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17501.798152923584, - "thread": 139854989064000, + "relativeCreated": 17494.214057922363, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61412,8 +61475,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,349", - "created": 1610360721.349295, + "asctime": "2021-01-11 11:37:25,839", + "created": 1610361445.839058, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61423,39 +61486,39 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 349.29490089416504, + "msecs": 839.0579223632812, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17502.017974853516, - "thread": 139854989064000, + "relativeCreated": 17494.467973709106, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 349.63393211364746, + "msecs": 839.6201133728027, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17502.357006072998, - "thread": 139854989064000, + "relativeCreated": 17495.030164718628, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003390312194824219 + "time_consumption": 0.0005621910095214844 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.8146538734436035, - "time_finished": "2021-01-11 11:25:21,349", - "time_start": "2021-01-11 11:25:20,534" + "time_consumption": 0.8109021186828613, + "time_finished": "2021-01-11 11:37:25,839", + "time_start": "2021-01-11 11:37:25,028" }, "_elO7wE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:21,350", - "created": 1610360721.350547, + "asctime": "2021-01-11 11:37:25,840", + "created": 1610361445.840569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61466,18 +61529,18 @@ "message": "_elO7wE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 350.54707527160645, + "msecs": 840.569019317627, "msg": "_elO7wE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17503.270149230957, + "relativeCreated": 17495.979070663452, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.356095, + "asctime": "2021-01-11 11:37:25,849", + "created": 1610361445.849072, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -61492,8 +61555,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:21,351", - "created": 1610360721.351721, + "asctime": "2021-01-11 11:37:25,842", + "created": 1610361445.842348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61503,22 +61566,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 351.72104835510254, + "msecs": 842.3480987548828, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17504.444122314453, - "thread": 139854989064000, + "relativeCreated": 17497.758150100708, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,352", - "created": 1610360721.352792, + "asctime": "2021-01-11 11:37:25,843", + "created": 1610361445.84342, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61528,22 +61591,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 352.79202461242676, + "msecs": 843.4200286865234, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17505.515098571777, - "thread": 139854989064000, + "relativeCreated": 17498.83008003235, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,352", - "created": 1610360721.352907, + "asctime": "2021-01-11 11:37:25,843", + "created": 1610361445.843608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61553,22 +61616,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 352.9069423675537, + "msecs": 843.6079025268555, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17505.630016326904, - "thread": 139854989064000, + "relativeCreated": 17499.01795387268, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353149, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61578,14 +61641,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 353.1489372253418, + "msecs": 844.0229892730713, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17505.872011184692, - "thread": 139854989064000, + "relativeCreated": 17499.433040618896, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61594,25 +61657,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353229, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844164, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 353.2290458679199, + "msecs": 844.1638946533203, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17505.95211982727, - "thread": 139854989064000, + "relativeCreated": 17499.573945999146, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61620,25 +61683,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353319, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844333, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 353.3189296722412, + "msecs": 844.3329334259033, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.04200363159, - "thread": 139854989064000, + "relativeCreated": 17499.74298477173, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61646,25 +61709,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353392, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844466, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 353.3918857574463, + "msecs": 844.465970993042, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.114959716797, - "thread": 139854989064000, + "relativeCreated": 17499.876022338867, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61672,25 +61735,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.35345, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844585, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 353.45005989074707, + "msecs": 844.5849418640137, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.173133850098, - "thread": 139854989064000, + "relativeCreated": 17499.99499320984, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61698,25 +61761,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353506, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844694, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 353.50608825683594, + "msecs": 844.6938991546631, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.229162216187, - "thread": 139854989064000, + "relativeCreated": 17500.10395050049, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61726,8 +61789,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.35359, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61737,14 +61800,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 353.5900115966797, + "msecs": 844.8491096496582, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.31308555603, - "thread": 139854989064000, + "relativeCreated": 17500.259160995483, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61754,8 +61817,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353684, + "asctime": "2021-01-11 11:37:25,844", + "created": 1610361445.844989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61765,14 +61828,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 353.6839485168457, + "msecs": 844.9890613555908, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.407022476196, - "thread": 139854989064000, + "relativeCreated": 17500.399112701416, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61782,8 +61845,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353775, + "asctime": "2021-01-11 11:37:25,845", + "created": 1610361445.845113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61793,14 +61856,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 353.7750244140625, + "msecs": 845.1130390167236, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.498098373413, - "thread": 139854989064000, + "relativeCreated": 17500.52309036255, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61810,8 +61873,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.353867, + "asctime": "2021-01-11 11:37:25,845", + "created": 1610361445.845243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61821,22 +61884,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 353.8670539855957, + "msecs": 845.242977142334, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.590127944946, - "thread": 139854989064000, + "relativeCreated": 17500.65302848816, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,353", - "created": 1610360721.35395, + "asctime": "2021-01-11 11:37:25,845", + "created": 1610361445.84536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61846,14 +61909,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 353.95002365112305, + "msecs": 845.3600406646729, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.673097610474, - "thread": 139854989064000, + "relativeCreated": 17500.770092010498, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61862,25 +61925,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354044, + "asctime": "2021-01-11 11:37:25,845", + "created": 1610361445.845505, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 354.04396057128906, + "msecs": 845.5049991607666, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.76703453064, - "thread": 139854989064000, + "relativeCreated": 17500.91505050659, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61888,25 +61951,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354132, + "asctime": "2021-01-11 11:37:25,845", + "created": 1610361445.845637, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 354.13193702697754, + "msecs": 845.6370830535889, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.855010986328, - "thread": 139854989064000, + "relativeCreated": 17501.047134399414, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61914,25 +61977,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354212, + "asctime": "2021-01-11 11:37:25,845", + "created": 1610361445.845748, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 354.21204566955566, + "msecs": 845.7479476928711, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17506.935119628906, - "thread": 139854989064000, + "relativeCreated": 17501.157999038696, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61942,8 +62005,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354296, + "asctime": "2021-01-11 11:37:25,845", + "created": 1610361445.845878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61953,14 +62016,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 354.2959690093994, + "msecs": 845.8778858184814, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.01904296875, - "thread": 139854989064000, + "relativeCreated": 17501.287937164307, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61970,8 +62033,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354402, + "asctime": "2021-01-11 11:37:25,846", + "created": 1610361445.846011, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61981,14 +62044,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 354.4020652770996, + "msecs": 846.0109233856201, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.12513923645, - "thread": 139854989064000, + "relativeCreated": 17501.420974731445, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -61997,25 +62060,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354482, + "asctime": "2021-01-11 11:37:25,846", + "created": 1610361445.846147, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 354.48193550109863, + "msecs": 846.1470603942871, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.20500946045, - "thread": 139854989064000, + "relativeCreated": 17501.557111740112, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62024,25 +62087,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354551, + "asctime": "2021-01-11 11:37:25,846", + "created": 1610361445.84626, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 354.5510768890381, + "msecs": 846.2600708007812, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.27415084839, - "thread": 139854989064000, + "relativeCreated": 17501.670122146606, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62051,33 +62114,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354619, + "asctime": "2021-01-11 11:37:25,846", + "created": 1610361445.846368, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 354.61902618408203, + "msecs": 846.3680744171143, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.342100143433, - "thread": 139854989064000, + "relativeCreated": 17501.77812576294, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354694, + "asctime": "2021-01-11 11:37:25,846", + "created": 1610361445.846482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62087,22 +62150,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 354.6938896179199, + "msecs": 846.4820384979248, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.41696357727, - "thread": 139854989064000, + "relativeCreated": 17501.89208984375, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354872, + "asctime": "2021-01-11 11:37:25,846", + "created": 1610361445.846897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62112,14 +62175,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 354.8719882965088, + "msecs": 846.8968868255615, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.59506225586, - "thread": 139854989064000, + "relativeCreated": 17502.306938171387, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62128,25 +62191,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:21,354", - "created": 1610360721.354941, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.84706, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 354.94089126586914, + "msecs": 847.059965133667, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.66396522522, - "thread": 139854989064000, + "relativeCreated": 17502.470016479492, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62154,25 +62217,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355024, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.847215, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 355.0240993499756, + "msecs": 847.214937210083, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.747173309326, - "thread": 139854989064000, + "relativeCreated": 17502.62498855591, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62180,25 +62243,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355084, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.84733, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 355.0839424133301, + "msecs": 847.3300933837891, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.80701637268, - "thread": 139854989064000, + "relativeCreated": 17502.740144729614, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62206,25 +62269,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.35514, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.847436, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 355.13997077941895, + "msecs": 847.4359512329102, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.86304473877, - "thread": 139854989064000, + "relativeCreated": 17502.846002578735, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62232,25 +62295,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355194, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.847546, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 355.194091796875, + "msecs": 847.5461006164551, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.917165756226, - "thread": 139854989064000, + "relativeCreated": 17502.95615196228, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62260,8 +62323,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355257, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.84766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62271,14 +62334,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 355.2570343017578, + "msecs": 847.6600646972656, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17507.98010826111, - "thread": 139854989064000, + "relativeCreated": 17503.07011604309, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62288,8 +62351,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.35532, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.847773, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62299,14 +62362,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 355.3199768066406, + "msecs": 847.7730751037598, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.04305076599, - "thread": 139854989064000, + "relativeCreated": 17503.183126449585, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62316,8 +62379,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.35538, + "asctime": "2021-01-11 11:37:25,847", + "created": 1610361445.847891, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62327,14 +62390,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 355.3800582885742, + "msecs": 847.891092300415, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.103132247925, - "thread": 139854989064000, + "relativeCreated": 17503.30114364624, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62344,8 +62407,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355445, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62355,22 +62418,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 355.44490814208984, + "msecs": 848.0029106140137, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.16798210144, - "thread": 139854989064000, + "relativeCreated": 17503.41296195984, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.3555, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848096, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62380,14 +62443,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 355.4999828338623, + "msecs": 848.0958938598633, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.223056793213, - "thread": 139854989064000, + "relativeCreated": 17503.50594520569, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62396,25 +62459,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355567, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848192, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 355.56697845458984, + "msecs": 848.1919765472412, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.29005241394, - "thread": 139854989064000, + "relativeCreated": 17503.602027893066, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62422,25 +62485,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355633, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848285, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 355.633020401001, + "msecs": 848.2849597930908, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.35609436035, - "thread": 139854989064000, + "relativeCreated": 17503.695011138916, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62448,25 +62511,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355691, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848369, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 355.69095611572266, + "msecs": 848.3688831329346, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.414030075073, - "thread": 139854989064000, + "relativeCreated": 17503.77893447876, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62476,8 +62539,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.35575, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.84846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62487,14 +62550,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 355.75008392333984, + "msecs": 848.4599590301514, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.47315788269, - "thread": 139854989064000, + "relativeCreated": 17503.870010375977, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62504,8 +62567,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355814, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.84855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62515,14 +62578,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 355.81398010253906, + "msecs": 848.5500812530518, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.53705406189, - "thread": 139854989064000, + "relativeCreated": 17503.960132598877, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62531,25 +62594,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355873, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848636, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 355.87310791015625, + "msecs": 848.6359119415283, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.596181869507, - "thread": 139854989064000, + "relativeCreated": 17504.045963287354, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62558,25 +62621,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355927, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848719, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 355.9269905090332, + "msecs": 848.7188816070557, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.650064468384, - "thread": 139854989064000, + "relativeCreated": 17504.12893295288, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62585,33 +62648,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:21,355", - "created": 1610360721.355984, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.848867, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 355.9839725494385, + "msecs": 848.8669395446777, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.70704650879, - "thread": 139854989064000, + "relativeCreated": 17504.276990890503, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.356038, + "asctime": "2021-01-11 11:37:25,848", + "created": 1610361445.84897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62621,32 +62684,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 356.03809356689453, + "msecs": 848.9699363708496, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.761167526245, - "thread": 139854989064000, + "relativeCreated": 17504.379987716675, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 356.0950756072998, + "msecs": 849.0719795227051, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.81814956665, - "thread": 139854989064000, + "relativeCreated": 17504.48203086853, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 5.698204040527344e-05 + "time_consumption": 0.00010204315185546875 }, { "args": [], - "asctime": "2021-01-11 11:25:21,700", - "created": 1610360721.700077, + "asctime": "2021-01-11 11:37:26,193", + "created": 1610361446.193379, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -62661,8 +62724,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.356209, + "asctime": "2021-01-11 11:37:25,849", + "created": 1610361445.84929, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62672,22 +62735,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 356.20903968811035, + "msecs": 849.2898941040039, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.93211364746, - "thread": 139854989064000, + "relativeCreated": 17504.69994544983, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.356271, + "asctime": "2021-01-11 11:37:25,849", + "created": 1610361445.849398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62697,22 +62760,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 356.27102851867676, + "msecs": 849.3978977203369, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17508.994102478027, - "thread": 139854989064000, + "relativeCreated": 17504.807949066162, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.356331, + "asctime": "2021-01-11 11:37:25,849", + "created": 1610361445.849516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62722,14 +62785,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 356.33111000061035, + "msecs": 849.5159149169922, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17509.05418395996, - "thread": 139854989064000, + "relativeCreated": 17504.925966262817, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62740,8 +62803,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.35644, + "asctime": "2021-01-11 11:37:25,849", + "created": 1610361445.849668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62751,22 +62814,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 356.44006729125977, + "msecs": 849.668025970459, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17509.16314125061, - "thread": 139854989064000, + "relativeCreated": 17505.078077316284, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.35667, + "asctime": "2021-01-11 11:37:25,850", + "created": 1610361445.850051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62776,22 +62839,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 356.6699028015137, + "msecs": 850.0509262084961, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17509.392976760864, - "thread": 139854989064000, + "relativeCreated": 17505.46097755432, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.35676, + "asctime": "2021-01-11 11:37:25,850", + "created": 1610361445.850195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62801,22 +62864,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 356.76002502441406, + "msecs": 850.1949310302734, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17509.483098983765, - "thread": 139854989064000, + "relativeCreated": 17505.6049823761, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,356", - "created": 1610360721.356843, + "asctime": "2021-01-11 11:37:25,850", + "created": 1610361445.850324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62826,14 +62889,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 356.8429946899414, + "msecs": 850.3239154815674, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17509.566068649292, - "thread": 139854989064000, + "relativeCreated": 17505.733966827393, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -62841,8 +62904,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 11:25:21,357", - "created": 1610360721.357045, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853028, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62852,14 +62915,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": 357.04493522644043, + "msecs": 853.0280590057373, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17509.76800918579, - "thread": 139853077387008, + "relativeCreated": 17508.438110351562, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -62867,8 +62930,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 11:25:21,357", - "created": 1610360721.357211, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62878,14 +62941,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": 357.2111129760742, + "msecs": 853.2259464263916, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17509.934186935425, - "thread": 139853077387008, + "relativeCreated": 17508.635997772217, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -62893,8 +62956,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357285, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853323, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62904,14 +62967,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 357.2850227355957, + "msecs": 853.3229827880859, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.008096694946, - "thread": 139853077387008, + "relativeCreated": 17508.73303413391, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -62920,8 +62983,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357353, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62931,14 +62994,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 357.35297203063965, + "msecs": 853.4040451049805, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.07604598999, - "thread": 139853077387008, + "relativeCreated": 17508.814096450806, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -62946,8 +63009,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357433, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62957,14 +63020,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 357.4330806732178, + "msecs": 853.5029888153076, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.15615463257, - "thread": 139853077387008, + "relativeCreated": 17508.913040161133, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -62973,8 +63036,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357494, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.8536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62984,14 +63047,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 357.4941158294678, + "msecs": 853.600025177002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.21718978882, - "thread": 139853077387008, + "relativeCreated": 17509.010076522827, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -62999,8 +63062,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357571, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63010,14 +63073,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 357.5708866119385, + "msecs": 853.7380695343018, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.29396057129, - "thread": 139853077387008, + "relativeCreated": 17509.148120880127, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63026,8 +63089,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357626, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63037,14 +63100,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 357.62596130371094, + "msecs": 853.8389205932617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.34903526306, - "thread": 139853077387008, + "relativeCreated": 17509.248971939087, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63052,8 +63115,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357696, + "asctime": "2021-01-11 11:37:25,853", + "created": 1610361445.853964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63063,14 +63126,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 357.6960563659668, + "msecs": 853.96409034729, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.419130325317, - "thread": 139853077387008, + "relativeCreated": 17509.374141693115, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63079,8 +63142,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357749, + "asctime": "2021-01-11 11:37:25,854", + "created": 1610361445.854093, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63090,14 +63153,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 357.74898529052734, + "msecs": 854.093074798584, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.472059249878, - "thread": 139853077387008, + "relativeCreated": 17509.50312614441, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63105,8 +63168,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357823, + "asctime": "2021-01-11 11:37:25,854", + "created": 1610361445.854281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63116,14 +63179,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 357.8228950500488, + "msecs": 854.280948638916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.5459690094, - "thread": 139853077387008, + "relativeCreated": 17509.69099998474, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63132,8 +63195,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357876, + "asctime": "2021-01-11 11:37:25,854", + "created": 1610361445.854425, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63143,14 +63206,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 357.8760623931885, + "msecs": 854.4249534606934, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.59913635254, - "thread": 139853077387008, + "relativeCreated": 17509.83500480652, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63158,8 +63221,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:21,357", - "created": 1610360721.357956, + "asctime": "2021-01-11 11:37:25,854", + "created": 1610361445.854609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63169,14 +63232,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 357.9559326171875, + "msecs": 854.6090126037598, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.679006576538, - "thread": 139853077387008, + "relativeCreated": 17510.019063949585, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63184,8 +63247,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:21,358", - "created": 1610360721.358061, + "asctime": "2021-01-11 11:37:25,854", + "created": 1610361445.854768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63195,14 +63258,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 358.0610752105713, + "msecs": 854.7680377960205, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.784149169922, - "thread": 139853077387008, + "relativeCreated": 17510.178089141846, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63210,8 +63273,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,358", - "created": 1610360721.358126, + "asctime": "2021-01-11 11:37:25,854", + "created": 1610361445.854909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63221,14 +63284,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 358.1259250640869, + "msecs": 854.9089431762695, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.848999023438, - "thread": 139853077387008, + "relativeCreated": 17510.318994522095, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63237,8 +63300,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,358", - "created": 1610360721.35818, + "asctime": "2021-01-11 11:37:25,855", + "created": 1610361445.855029, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63248,14 +63311,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": 358.18004608154297, + "msecs": 855.0291061401367, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17510.903120040894, - "thread": 139853077387008, + "relativeCreated": 17510.439157485962, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63263,8 +63326,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 11:25:21,358", - "created": 1610360721.358292, + "asctime": "2021-01-11 11:37:25,855", + "created": 1610361445.855288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63274,14 +63337,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": 358.2921028137207, + "msecs": 855.288028717041, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17511.01517677307, - "thread": 139853077387008, + "relativeCreated": 17510.698080062866, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63292,8 +63355,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,358", - "created": 1610360721.358434, + "asctime": "2021-01-11 11:37:25,855", + "created": 1610361445.855558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63303,14 +63366,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 358.43396186828613, + "msecs": 855.557918548584, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17511.157035827637, - "thread": 139853077387008, + "relativeCreated": 17510.96796989441, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63318,25 +63381,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:21,358", - "created": 1610360721.358507, + "asctime": "2021-01-11 11:37:25,855", + "created": 1610361445.855697, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 358.5069179534912, + "msecs": 855.6969165802002, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17511.22999191284, - "thread": 139853077387008, + "relativeCreated": 17511.106967926025, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63347,8 +63410,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,358", - "created": 1610360721.358601, + "asctime": "2021-01-11 11:37:25,855", + "created": 1610361445.855875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63358,14 +63421,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 358.6010932922363, + "msecs": 855.8750152587891, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17511.324167251587, - "thread": 139853077387008, + "relativeCreated": 17511.285066604614, + "thread": 140377222792960, "threadName": "Thread-31" }, { @@ -63373,8 +63436,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 11:25:21,361", - "created": 1610360721.361094, + "asctime": "2021-01-11 11:37:25,862", + "created": 1610361445.862261, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63384,14 +63447,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": 361.09399795532227, + "msecs": 862.2610569000244, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17513.817071914673, - "thread": 139852590872320, + "relativeCreated": 17517.67110824585, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63399,8 +63462,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 11:25:21,361", - "created": 1610360721.361254, + "asctime": "2021-01-11 11:37:25,862", + "created": 1610361445.862479, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63410,14 +63473,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": 361.2539768218994, + "msecs": 862.4789714813232, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17513.97705078125, - "thread": 139852590872320, + "relativeCreated": 17517.88902282715, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63425,8 +63488,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361331, + "asctime": "2021-01-11 11:37:25,862", + "created": 1610361445.862578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63436,14 +63499,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 361.3309860229492, + "msecs": 862.5779151916504, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.0540599823, - "thread": 139852590872320, + "relativeCreated": 17517.987966537476, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63452,8 +63515,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361404, + "asctime": "2021-01-11 11:37:25,862", + "created": 1610361445.862662, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63463,14 +63526,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 361.4039421081543, + "msecs": 862.6620769500732, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.127016067505, - "thread": 139852590872320, + "relativeCreated": 17518.0721282959, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63478,8 +63541,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361498, + "asctime": "2021-01-11 11:37:25,862", + "created": 1610361445.862775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63489,14 +63552,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 361.4981174468994, + "msecs": 862.7750873565674, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.22119140625, - "thread": 139852590872320, + "relativeCreated": 17518.185138702393, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63505,8 +63568,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361554, + "asctime": "2021-01-11 11:37:25,862", + "created": 1610361445.862854, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63516,14 +63579,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 361.5539073944092, + "msecs": 862.85400390625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.27698135376, - "thread": 139852590872320, + "relativeCreated": 17518.264055252075, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63531,8 +63594,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361628, + "asctime": "2021-01-11 11:37:25,862", + "created": 1610361445.862985, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63542,14 +63605,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 361.62805557250977, + "msecs": 862.9848957061768, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.35112953186, - "thread": 139852590872320, + "relativeCreated": 17518.394947052002, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63558,8 +63621,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361688, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63569,14 +63632,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 361.68789863586426, + "msecs": 863.0878925323486, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.410972595215, - "thread": 139852590872320, + "relativeCreated": 17518.497943878174, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63584,8 +63647,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.36176, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63595,14 +63658,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 361.75990104675293, + "msecs": 863.2650375366211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.482975006104, - "thread": 139852590872320, + "relativeCreated": 17518.675088882446, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63611,8 +63674,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361813, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63622,14 +63685,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 361.8130683898926, + "msecs": 863.3480072021484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.536142349243, - "thread": 139852590872320, + "relativeCreated": 17518.758058547974, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63637,8 +63700,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361886, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63648,14 +63711,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 361.88602447509766, + "msecs": 863.4560108184814, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.60909843445, - "thread": 139852590872320, + "relativeCreated": 17518.866062164307, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63664,8 +63727,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,361", - "created": 1610360721.361976, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63675,14 +63738,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 361.97590827941895, + "msecs": 863.5320663452148, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.69898223877, - "thread": 139852590872320, + "relativeCreated": 17518.94211769104, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63690,8 +63753,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:21,362", - "created": 1610360721.362104, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63701,14 +63764,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 362.1039390563965, + "msecs": 863.6949062347412, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.827013015747, - "thread": 139852590872320, + "relativeCreated": 17519.104957580566, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63716,8 +63779,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:21,362", - "created": 1610360721.362199, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863842, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63727,14 +63790,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 362.199068069458, + "msecs": 863.8420104980469, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17514.92214202881, - "thread": 139852590872320, + "relativeCreated": 17519.252061843872, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63742,8 +63805,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,362", - "created": 1610360721.362289, + "asctime": "2021-01-11 11:37:25,863", + "created": 1610361445.863938, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63753,14 +63816,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 362.2889518737793, + "msecs": 863.9380931854248, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17515.01202583313, - "thread": 139852590872320, + "relativeCreated": 17519.34814453125, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63769,8 +63832,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,362", - "created": 1610360721.362368, + "asctime": "2021-01-11 11:37:25,864", + "created": 1610361445.864018, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63780,14 +63843,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": 362.368106842041, + "msecs": 864.0179634094238, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17515.09118080139, - "thread": 139852590872320, + "relativeCreated": 17519.42801475525, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63795,8 +63858,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 11:25:21,362", - "created": 1610360721.362532, + "asctime": "2021-01-11 11:37:25,864", + "created": 1610361445.86418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63806,14 +63869,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": 362.5319004058838, + "msecs": 864.1800880432129, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17515.254974365234, - "thread": 139852590872320, + "relativeCreated": 17519.590139389038, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63824,8 +63887,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,362", - "created": 1610360721.362687, + "asctime": "2021-01-11 11:37:25,864", + "created": 1610361445.864365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63835,14 +63898,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 362.6871109008789, + "msecs": 864.3651008605957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17515.41018486023, - "thread": 139852590872320, + "relativeCreated": 17519.77515220642, + "thread": 140377214400256, "threadName": "Thread-32" }, { @@ -63850,8 +63913,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:21,362", - "created": 1610360721.362776, + "asctime": "2021-01-11 11:37:25,864", + "created": 1610361445.864468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63861,35 +63924,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 362.7760410308838, + "msecs": 864.4680976867676, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17515.499114990234, - "thread": 139852590872320, + "relativeCreated": 17519.878149032593, + "thread": 140377214400256, "threadName": "Thread-32" } ], - "msecs": 700.0770568847656, + "msecs": 193.37892532348633, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17852.800130844116, - "thread": 139854989064000, + "relativeCreated": 17848.78897666931, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33730101585388184 + "time_consumption": 0.32891082763671875 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:21,701", - "created": 1610360721.701124, + "asctime": "2021-01-11 11:37:26,194", + "created": 1610361446.194918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63906,8 +63969,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,700", - "created": 1610360721.700678, + "asctime": "2021-01-11 11:37:26,194", + "created": 1610361446.19431, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63917,14 +63980,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 700.6781101226807, + "msecs": 194.30994987487793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17853.40118408203, - "thread": 139854989064000, + "relativeCreated": 17849.720001220703, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -63933,8 +63996,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,700", - "created": 1610360721.700936, + "asctime": "2021-01-11 11:37:26,194", + "created": 1610361446.194632, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63944,35 +64007,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 700.9360790252686, + "msecs": 194.63205337524414, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17853.65915298462, - "thread": 139854989064000, + "relativeCreated": 17850.04210472107, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 701.1239528656006, + "msecs": 194.9179172515869, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17853.84702682495, - "thread": 139854989064000, + "relativeCreated": 17850.327968597412, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018787384033203125 + "time_consumption": 0.00028586387634277344 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:21,701", - "created": 1610360721.701874, + "asctime": "2021-01-11 11:37:26,196", + "created": 1610361446.196004, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63989,8 +64052,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,701", - "created": 1610360721.701414, + "asctime": "2021-01-11 11:37:26,195", + "created": 1610361446.195549, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64000,14 +64063,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 701.4141082763672, + "msecs": 195.54901123046875, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17854.137182235718, - "thread": 139854989064000, + "relativeCreated": 17850.959062576294, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64016,8 +64079,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:21,701", - "created": 1610360721.701579, + "asctime": "2021-01-11 11:37:26,195", + "created": 1610361446.195785, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64027,32 +64090,32 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 701.5790939331055, + "msecs": 195.7850456237793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17854.302167892456, - "thread": 139854989064000, + "relativeCreated": 17851.195096969604, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 701.8740177154541, + "msecs": 196.00391387939453, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17854.597091674805, - "thread": 139854989064000, + "relativeCreated": 17851.41396522522, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002949237823486328 + "time_consumption": 0.00021886825561523438 }, { "args": [], - "asctime": "2021-01-11 11:25:21,703", - "created": 1610360721.703969, + "asctime": "2021-01-11 11:37:26,197", + "created": 1610361446.197846, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -64067,8 +64130,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:21,702", - "created": 1610360721.702602, + "asctime": "2021-01-11 11:37:26,196", + "created": 1610361446.196377, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64078,22 +64141,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 702.6019096374512, + "msecs": 196.37703895568848, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17855.3249835968, - "thread": 139854989064000, + "relativeCreated": 17851.787090301514, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,703", - "created": 1610360721.703284, + "asctime": "2021-01-11 11:37:26,196", + "created": 1610361446.196642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64103,22 +64166,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 703.2840251922607, + "msecs": 196.6419219970703, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17856.00709915161, - "thread": 139854989064000, + "relativeCreated": 17852.051973342896, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,703", - "created": 1610360721.70354, + "asctime": "2021-01-11 11:37:26,196", + "created": 1610361446.196925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64128,22 +64191,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 703.5400867462158, + "msecs": 196.92492485046387, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17856.263160705566, - "thread": 139854989064000, + "relativeCreated": 17852.33497619629, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,703", - "created": 1610360721.703758, + "asctime": "2021-01-11 11:37:26,197", + "created": 1610361446.19753, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64153,35 +64216,35 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 703.7580013275146, + "msecs": 197.53003120422363, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17856.481075286865, - "thread": 139854989064000, + "relativeCreated": 17852.94008255005, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 703.9690017700195, + "msecs": 197.8459358215332, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17856.69207572937, - "thread": 139854989064000, + "relativeCreated": 17853.25598716736, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002110004425048828 + "time_consumption": 0.0003159046173095703 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:21,704", - "created": 1610360721.70477, + "asctime": "2021-01-11 11:37:26,199", + "created": 1610361446.199876, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64198,8 +64261,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,704", - "created": 1610360721.704343, + "asctime": "2021-01-11 11:37:26,199", + "created": 1610361446.199413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64209,14 +64272,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 704.3430805206299, + "msecs": 199.41306114196777, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17857.06615447998, - "thread": 139854989064000, + "relativeCreated": 17854.823112487793, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64225,8 +64288,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,704", - "created": 1610360721.704547, + "asctime": "2021-01-11 11:37:26,199", + "created": 1610361446.199742, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64236,35 +64299,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 704.5469284057617, + "msecs": 199.74207878112793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17857.270002365112, - "thread": 139854989064000, + "relativeCreated": 17855.152130126953, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 704.7700881958008, + "msecs": 199.876070022583, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17857.49316215515, - "thread": 139854989064000, + "relativeCreated": 17855.28612136841, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002231597900390625 + "time_consumption": 0.00013399124145507812 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:21,705", - "created": 1610360721.705608, + "asctime": "2021-01-11 11:37:26,200", + "created": 1610361446.200332, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64281,8 +64344,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,705", - "created": 1610360721.705151, + "asctime": "2021-01-11 11:37:26,200", + "created": 1610361446.200087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64292,14 +64355,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 705.1510810852051, + "msecs": 200.0870704650879, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17857.874155044556, - "thread": 139854989064000, + "relativeCreated": 17855.497121810913, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64308,8 +64371,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:21,705", - "created": 1610360721.70537, + "asctime": "2021-01-11 11:37:26,200", + "created": 1610361446.200208, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64319,39 +64382,39 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 705.3699493408203, + "msecs": 200.20794868469238, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17858.09302330017, - "thread": 139854989064000, + "relativeCreated": 17855.618000030518, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 705.6078910827637, + "msecs": 200.3319263458252, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17858.330965042114, - "thread": 139854989064000, + "relativeCreated": 17855.74197769165, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00023794174194335938 + "time_consumption": 0.0001239776611328125 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3550608158111572, - "time_finished": "2021-01-11 11:25:21,705", - "time_start": "2021-01-11 11:25:21,350" + "time_consumption": 0.35976290702819824, + "time_finished": "2021-01-11 11:37:26,200", + "time_start": "2021-01-11 11:37:25,840" }, "_gvJ1oE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:21,706", - "created": 1610360721.706378, + "asctime": "2021-01-11 11:37:26,200", + "created": 1610361446.200821, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64362,18 +64425,18 @@ "message": "_gvJ1oE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 706.3779830932617, + "msecs": 200.8209228515625, "msg": "_gvJ1oE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17859.101057052612, + "relativeCreated": 17856.230974197388, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711555, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206334, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -64388,8 +64451,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:21,708", - "created": 1610360721.708632, + "asctime": "2021-01-11 11:37:26,201", + "created": 1610361446.201439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64399,22 +64462,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 708.6319923400879, + "msecs": 201.43890380859375, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17861.35506629944, - "thread": 139854989064000, + "relativeCreated": 17856.84895515442, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709078, + "asctime": "2021-01-11 11:37:26,202", + "created": 1610361446.202067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64424,22 +64487,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 709.0780735015869, + "msecs": 202.06689834594727, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17861.801147460938, - "thread": 139854989064000, + "relativeCreated": 17857.476949691772, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.70916, + "asctime": "2021-01-11 11:37:26,202", + "created": 1610361446.202203, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64449,22 +64512,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 709.1600894927979, + "msecs": 202.20303535461426, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17861.88316345215, - "thread": 139854989064000, + "relativeCreated": 17857.61308670044, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709308, + "asctime": "2021-01-11 11:37:26,202", + "created": 1610361446.202447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64474,14 +64537,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 709.3079090118408, + "msecs": 202.44693756103516, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.03098297119, - "thread": 139854989064000, + "relativeCreated": 17857.85698890686, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64490,25 +64553,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709376, + "asctime": "2021-01-11 11:37:26,202", + "created": 1610361446.202591, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 709.3760967254639, + "msecs": 202.5909423828125, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.099170684814, - "thread": 139854989064000, + "relativeCreated": 17858.000993728638, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64516,25 +64579,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709456, + "asctime": "2021-01-11 11:37:26,202", + "created": 1610361446.202751, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 709.4559669494629, + "msecs": 202.75092124938965, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.179040908813, - "thread": 139854989064000, + "relativeCreated": 17858.160972595215, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64542,25 +64605,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709511, + "asctime": "2021-01-11 11:37:26,202", + "created": 1610361446.202867, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 709.5110416412354, + "msecs": 202.8670310974121, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.234115600586, - "thread": 139854989064000, + "relativeCreated": 17858.277082443237, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64568,25 +64631,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709568, + "asctime": "2021-01-11 11:37:26,202", + "created": 1610361446.202986, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 709.5680236816406, + "msecs": 202.9860019683838, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.29109764099, - "thread": 139854989064000, + "relativeCreated": 17858.39605331421, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64594,25 +64657,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709617, + "asctime": "2021-01-11 11:37:26,203", + "created": 1610361446.203102, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 709.6168994903564, + "msecs": 203.10211181640625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.339973449707, - "thread": 139854989064000, + "relativeCreated": 17858.51216316223, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64622,8 +64685,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709674, + "asctime": "2021-01-11 11:37:26,203", + "created": 1610361446.203241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64633,14 +64696,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 709.6738815307617, + "msecs": 203.24110984802246, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.396955490112, - "thread": 139854989064000, + "relativeCreated": 17858.651161193848, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64650,8 +64713,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709731, + "asctime": "2021-01-11 11:37:26,203", + "created": 1610361446.203395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64661,14 +64724,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 709.7311019897461, + "msecs": 203.39488983154297, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.454175949097, - "thread": 139854989064000, + "relativeCreated": 17858.804941177368, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64678,8 +64741,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709788, + "asctime": "2021-01-11 11:37:26,203", + "created": 1610361446.203529, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64689,14 +64752,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 709.7880840301514, + "msecs": 203.52888107299805, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.511157989502, - "thread": 139854989064000, + "relativeCreated": 17858.938932418823, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64706,8 +64769,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709842, + "asctime": "2021-01-11 11:37:26,203", + "created": 1610361446.203671, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64717,22 +64780,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 709.8419666290283, + "msecs": 203.67097854614258, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.56504058838, - "thread": 139854989064000, + "relativeCreated": 17859.081029891968, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709894, + "asctime": "2021-01-11 11:37:26,203", + "created": 1610361446.203792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64742,14 +64805,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 709.8939418792725, + "msecs": 203.79209518432617, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.617015838623, - "thread": 139854989064000, + "relativeCreated": 17859.20214653015, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64758,25 +64821,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:21,709", - "created": 1610360721.709952, + "asctime": "2021-01-11 11:37:26,203", + "created": 1610361446.203929, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 709.9521160125732, + "msecs": 203.92894744873047, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.675189971924, - "thread": 139854989064000, + "relativeCreated": 17859.338998794556, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64784,25 +64847,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710009, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204061, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 710.0090980529785, + "msecs": 204.06103134155273, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.73217201233, - "thread": 139854989064000, + "relativeCreated": 17859.471082687378, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64810,25 +64873,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710066, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204175, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 710.0660800933838, + "msecs": 204.17499542236328, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.789154052734, - "thread": 139854989064000, + "relativeCreated": 17859.58504676819, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64838,8 +64901,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.71015, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64849,14 +64912,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 710.1500034332275, + "msecs": 204.31208610534668, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.873077392578, - "thread": 139854989064000, + "relativeCreated": 17859.722137451172, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64866,8 +64929,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710223, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204445, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64877,14 +64940,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 710.2229595184326, + "msecs": 204.44488525390625, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17862.946033477783, - "thread": 139854989064000, + "relativeCreated": 17859.85493659973, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64893,25 +64956,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710291, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204569, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 710.2909088134766, + "msecs": 204.56910133361816, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.013982772827, - "thread": 139854989064000, + "relativeCreated": 17859.979152679443, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64920,25 +64983,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710354, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204681, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 710.3540897369385, + "msecs": 204.6809196472168, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.07716369629, - "thread": 139854989064000, + "relativeCreated": 17860.090970993042, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -64947,33 +65010,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710418, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204798, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 710.4179859161377, + "msecs": 204.79798316955566, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.14105987549, - "thread": 139854989064000, + "relativeCreated": 17860.20803451538, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710461, + "asctime": "2021-01-11 11:37:26,204", + "created": 1610361446.204864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64983,22 +65046,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 710.460901260376, + "msecs": 204.8640251159668, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.183975219727, - "thread": 139854989064000, + "relativeCreated": 17860.274076461792, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710568, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.20505, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65008,14 +65071,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 710.5679512023926, + "msecs": 205.04999160766602, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.291025161743, - "thread": 139854989064000, + "relativeCreated": 17860.46004295349, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65024,25 +65087,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710617, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205111, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 710.6170654296875, + "msecs": 205.11102676391602, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.340139389038, - "thread": 139854989064000, + "relativeCreated": 17860.52107810974, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65050,25 +65113,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710676, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205182, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 710.6759548187256, + "msecs": 205.18207550048828, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.399028778076, - "thread": 139854989064000, + "relativeCreated": 17860.592126846313, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65076,25 +65139,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.71072, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205239, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 710.7200622558594, + "msecs": 205.23905754089355, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.44313621521, - "thread": 139854989064000, + "relativeCreated": 17860.64910888672, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65102,25 +65165,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710763, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205303, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 710.7629776000977, + "msecs": 205.30295372009277, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.48605155945, - "thread": 139854989064000, + "relativeCreated": 17860.713005065918, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65128,25 +65191,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710806, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205364, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 710.8058929443359, + "msecs": 205.36398887634277, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.528966903687, - "thread": 139854989064000, + "relativeCreated": 17860.774040222168, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65156,8 +65219,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710855, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65167,14 +65230,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 710.8550071716309, + "msecs": 205.43289184570312, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.57808113098, - "thread": 139854989064000, + "relativeCreated": 17860.84294319153, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65184,8 +65247,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710903, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65195,14 +65258,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 710.9029293060303, + "msecs": 205.50203323364258, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.62600326538, - "thread": 139854989064000, + "relativeCreated": 17860.912084579468, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65212,8 +65275,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:21,710", - "created": 1610360721.710956, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65223,14 +65286,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 710.9560966491699, + "msecs": 205.56902885437012, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.67917060852, - "thread": 139854989064000, + "relativeCreated": 17860.979080200195, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65240,8 +65303,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711001, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205634, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65251,22 +65314,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 711.000919342041, + "msecs": 205.63411712646484, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.72399330139, - "thread": 139854989064000, + "relativeCreated": 17861.04416847229, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711064, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65276,14 +65339,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 711.0641002655029, + "msecs": 205.69396018981934, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.787174224854, - "thread": 139854989064000, + "relativeCreated": 17861.104011535645, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65292,25 +65355,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711131, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205771, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 711.1310958862305, + "msecs": 205.77096939086914, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.85416984558, - "thread": 139854989064000, + "relativeCreated": 17861.181020736694, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65318,25 +65381,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711201, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205845, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 711.2009525299072, + "msecs": 205.84511756896973, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.924026489258, - "thread": 139854989064000, + "relativeCreated": 17861.255168914795, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65344,25 +65407,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711247, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205897, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 711.2469673156738, + "msecs": 205.89709281921387, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17863.970041275024, - "thread": 139854989064000, + "relativeCreated": 17861.30714416504, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65372,8 +65435,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711292, + "asctime": "2021-01-11 11:37:26,205", + "created": 1610361446.205958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65383,14 +65446,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 711.292028427124, + "msecs": 205.95788955688477, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.015102386475, - "thread": 139854989064000, + "relativeCreated": 17861.36794090271, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65400,8 +65463,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711338, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65411,14 +65474,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 711.3380432128906, + "msecs": 206.0260772705078, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.06111717224, - "thread": 139854989064000, + "relativeCreated": 17861.436128616333, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65427,25 +65490,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711383, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206094, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 711.3831043243408, + "msecs": 206.09402656555176, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.10617828369, - "thread": 139854989064000, + "relativeCreated": 17861.504077911377, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65454,25 +65517,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711428, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206162, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 711.4279270172119, + "msecs": 206.1619758605957, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.151000976562, - "thread": 139854989064000, + "relativeCreated": 17861.57202720642, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65481,33 +65544,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711471, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206215, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 711.4710807800293, + "msecs": 206.21490478515625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.19415473938, - "thread": 139854989064000, + "relativeCreated": 17861.62495613098, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711512, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206273, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65517,32 +65580,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 711.5120887756348, + "msecs": 206.27307891845703, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.235162734985, - "thread": 139854989064000, + "relativeCreated": 17861.683130264282, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 711.555004119873, + "msecs": 206.33411407470703, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.278078079224, - "thread": 139854989064000, + "relativeCreated": 17861.744165420532, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 6.103515625e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:22,055", - "created": 1610360722.055348, + "asctime": "2021-01-11 11:37:26,550", + "created": 1610361446.550222, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -65557,8 +65620,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711644, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.20646, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65568,22 +65631,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 711.6439342498779, + "msecs": 206.45999908447266, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.36700820923, - "thread": 139854989064000, + "relativeCreated": 17861.870050430298, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711693, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206524, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65593,22 +65656,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 711.6930484771729, + "msecs": 206.52389526367188, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.416122436523, - "thread": 139854989064000, + "relativeCreated": 17861.933946609497, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711757, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206624, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65618,14 +65681,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 711.7569446563721, + "msecs": 206.62403106689453, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.480018615723, - "thread": 139854989064000, + "relativeCreated": 17862.03408241272, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65636,8 +65699,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,711", - "created": 1610360721.711845, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65647,22 +65710,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 711.8449211120605, + "msecs": 206.70294761657715, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.56799507141, - "thread": 139854989064000, + "relativeCreated": 17862.112998962402, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712055, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65672,22 +65735,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 712.054967880249, + "msecs": 206.85505867004395, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.7780418396, - "thread": 139854989064000, + "relativeCreated": 17862.26511001587, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.71211, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.20693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65697,22 +65760,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 712.1100425720215, + "msecs": 206.92992210388184, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.833116531372, - "thread": 139854989064000, + "relativeCreated": 17862.339973449707, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712161, + "asctime": "2021-01-11 11:37:26,206", + "created": 1610361446.206998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65722,14 +65785,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 712.1610641479492, + "msecs": 206.99810981750488, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17864.8841381073, - "thread": 139854989064000, + "relativeCreated": 17862.40816116333, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -65737,8 +65800,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 11:25:21,712", - "created": 1610360721.712296, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207159, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65748,14 +65811,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": 712.2960090637207, + "msecs": 207.15904235839844, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.01908302307, - "thread": 139852582479616, + "relativeCreated": 17862.569093704224, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65763,8 +65826,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 11:25:21,712", - "created": 1610360721.712418, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65774,14 +65837,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": 712.4180793762207, + "msecs": 207.31496810913086, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.14115333557, - "thread": 139852582479616, + "relativeCreated": 17862.725019454956, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65789,8 +65852,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712481, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207382, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65800,14 +65863,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 712.4810218811035, + "msecs": 207.3819637298584, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.204095840454, - "thread": 139852582479616, + "relativeCreated": 17862.792015075684, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65816,8 +65879,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712537, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65827,14 +65890,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 712.5370502471924, + "msecs": 207.4429988861084, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.260124206543, - "thread": 139852582479616, + "relativeCreated": 17862.853050231934, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65842,8 +65905,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712609, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65853,14 +65916,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 712.609052658081, + "msecs": 207.52310752868652, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.33212661743, - "thread": 139852582479616, + "relativeCreated": 17862.93315887451, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65869,8 +65932,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.71267, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207585, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65880,14 +65943,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 712.670087814331, + "msecs": 207.58509635925293, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.39316177368, - "thread": 139852582479616, + "relativeCreated": 17862.995147705078, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65895,8 +65958,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712728, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65906,14 +65969,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 712.7280235290527, + "msecs": 207.68404006958008, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.451097488403, - "thread": 139852582479616, + "relativeCreated": 17863.094091415405, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65922,8 +65985,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712781, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65933,14 +65996,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 712.7809524536133, + "msecs": 207.78203010559082, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.504026412964, - "thread": 139852582479616, + "relativeCreated": 17863.192081451416, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65948,8 +66011,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712833, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207858, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65959,14 +66022,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 712.8329277038574, + "msecs": 207.85808563232422, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.556001663208, - "thread": 139852582479616, + "relativeCreated": 17863.26813697815, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -65975,8 +66038,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.712872, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207915, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65986,14 +66049,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 712.8720283508301, + "msecs": 207.9150676727295, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.59510231018, - "thread": 139852582479616, + "relativeCreated": 17863.325119018555, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66001,8 +66064,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.71293, + "asctime": "2021-01-11 11:37:26,207", + "created": 1610361446.207995, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66012,14 +66075,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 712.9299640655518, + "msecs": 207.99493789672852, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.653038024902, - "thread": 139852582479616, + "relativeCreated": 17863.404989242554, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66028,8 +66091,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,712", - "created": 1610360721.71297, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.20805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66039,14 +66102,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 712.9700183868408, + "msecs": 208.05001258850098, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.69309234619, - "thread": 139852582479616, + "relativeCreated": 17863.460063934326, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66054,8 +66117,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:21,713", - "created": 1610360721.713054, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66065,14 +66128,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 713.0539417266846, + "msecs": 208.13608169555664, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.777015686035, - "thread": 139852582479616, + "relativeCreated": 17863.546133041382, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66080,8 +66143,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:21,713", - "created": 1610360721.71313, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208203, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66091,14 +66154,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 713.129997253418, + "msecs": 208.20307731628418, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.85307121277, - "thread": 139852582479616, + "relativeCreated": 17863.61312866211, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66106,8 +66169,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,713", - "created": 1610360721.713189, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208282, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66117,14 +66180,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 713.188886642456, + "msecs": 208.2819938659668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.911960601807, - "thread": 139852582479616, + "relativeCreated": 17863.692045211792, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66133,8 +66196,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,713", - "created": 1610360721.713246, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66144,14 +66207,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": 713.2461071014404, + "msecs": 208.3430290222168, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17865.96918106079, - "thread": 139852582479616, + "relativeCreated": 17863.753080368042, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66159,8 +66222,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 11:25:21,713", - "created": 1610360721.713331, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66170,14 +66233,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": 713.3309841156006, + "msecs": 208.47511291503906, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17866.05405807495, - "thread": 139852582479616, + "relativeCreated": 17863.885164260864, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66188,8 +66251,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,713", - "created": 1610360721.713453, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66199,14 +66262,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 713.4530544281006, + "msecs": 208.59599113464355, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17866.17612838745, - "thread": 139852582479616, + "relativeCreated": 17864.00604248047, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66214,25 +66277,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:21,713", - "created": 1610360721.713517, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208663, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 713.5169506072998, + "msecs": 208.6629867553711, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17866.24002456665, - "thread": 139852582479616, + "relativeCreated": 17864.073038101196, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66243,8 +66306,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,713", - "created": 1610360721.713594, + "asctime": "2021-01-11 11:37:26,208", + "created": 1610361446.208752, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66254,14 +66317,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 713.5939598083496, + "msecs": 208.75191688537598, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17866.3170337677, - "thread": 139852582479616, + "relativeCreated": 17864.1619682312, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -66269,8 +66332,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 11:25:21,716", - "created": 1610360721.716802, + "asctime": "2021-01-11 11:37:26,211", + "created": 1610361446.211881, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66280,14 +66343,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": 716.8018817901611, + "msecs": 211.88092231750488, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17869.52495574951, - "thread": 139852574086912, + "relativeCreated": 17867.29097366333, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66295,8 +66358,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 11:25:21,716", - "created": 1610360721.716947, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66306,14 +66369,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": 716.947078704834, + "msecs": 212.01205253601074, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17869.670152664185, - "thread": 139852574086912, + "relativeCreated": 17867.422103881836, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66321,8 +66384,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717017, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212089, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66332,14 +66395,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 717.0169353485107, + "msecs": 212.08906173706055, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17869.74000930786, - "thread": 139852574086912, + "relativeCreated": 17867.499113082886, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66348,8 +66411,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717093, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212159, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66359,14 +66422,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.0929908752441, + "msecs": 212.1589183807373, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17869.816064834595, - "thread": 139852574086912, + "relativeCreated": 17867.568969726562, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66374,8 +66437,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717157, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212238, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66385,14 +66448,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.1568870544434, + "msecs": 212.23807334899902, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17869.879961013794, - "thread": 139852574086912, + "relativeCreated": 17867.648124694824, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66401,8 +66464,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717204, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212299, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66412,14 +66475,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.2040939331055, + "msecs": 212.29910850524902, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17869.927167892456, - "thread": 139852574086912, + "relativeCreated": 17867.709159851074, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66427,8 +66490,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717274, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212385, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66438,14 +66501,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.2739505767822, + "msecs": 212.3849391937256, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17869.997024536133, - "thread": 139852574086912, + "relativeCreated": 17867.79499053955, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66454,8 +66517,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717321, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66465,14 +66528,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.3209190368652, + "msecs": 212.4490737915039, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.043992996216, - "thread": 139852574086912, + "relativeCreated": 17867.85912513733, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66480,8 +66543,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717383, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66491,14 +66554,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.3829078674316, + "msecs": 212.5248908996582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.105981826782, - "thread": 139852574086912, + "relativeCreated": 17867.934942245483, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66507,8 +66570,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717429, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66518,14 +66581,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.4289226531982, + "msecs": 212.5840187072754, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.15199661255, - "thread": 139852574086912, + "relativeCreated": 17867.9940700531, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66533,8 +66596,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717497, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212667, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66544,14 +66607,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.4971103668213, + "msecs": 212.66698837280273, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.220184326172, - "thread": 139852574086912, + "relativeCreated": 17868.077039718628, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66560,8 +66623,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717542, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66571,14 +66634,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.5419330596924, + "msecs": 212.7249240875244, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.265007019043, - "thread": 139852574086912, + "relativeCreated": 17868.13497543335, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66586,8 +66649,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717614, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66597,14 +66660,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 717.613935470581, + "msecs": 212.83388137817383, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.33700942993, - "thread": 139852574086912, + "relativeCreated": 17868.243932724, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66612,8 +66675,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.71767, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66623,14 +66686,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 717.6699638366699, + "msecs": 212.89396286010742, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.39303779602, - "thread": 139852574086912, + "relativeCreated": 17868.304014205933, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66638,8 +66701,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717724, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212949, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66649,14 +66712,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.724084854126, + "msecs": 212.94903755187988, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.447158813477, - "thread": 139852574086912, + "relativeCreated": 17868.359088897705, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66665,8 +66728,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717773, + "asctime": "2021-01-11 11:37:26,212", + "created": 1610361446.212997, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66676,14 +66739,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": 717.7729606628418, + "msecs": 212.9969596862793, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.496034622192, - "thread": 139852574086912, + "relativeCreated": 17868.407011032104, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66691,8 +66754,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 11:25:21,717", - "created": 1610360721.717871, + "asctime": "2021-01-11 11:37:26,213", + "created": 1610361446.213106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66702,14 +66765,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": 717.8709506988525, + "msecs": 213.1059169769287, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.594024658203, - "thread": 139852574086912, + "relativeCreated": 17868.515968322754, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66720,8 +66783,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:21,717", - "created": 1610360721.717979, + "asctime": "2021-01-11 11:37:26,213", + "created": 1610361446.213218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66731,14 +66794,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 717.9789543151855, + "msecs": 213.21797370910645, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.702028274536, - "thread": 139852574086912, + "relativeCreated": 17868.62802505493, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -66746,8 +66809,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:21,718", - "created": 1610360721.718041, + "asctime": "2021-01-11 11:37:26,213", + "created": 1610361446.213296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66757,35 +66820,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 718.040943145752, + "msecs": 213.29593658447266, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 17870.764017105103, - "thread": 139852574086912, + "relativeCreated": 17868.705987930298, + "thread": 140377197614848, "threadName": "Thread-34" } ], - "msecs": 55.34791946411133, + "msecs": 550.2219200134277, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18208.070993423462, - "thread": 139854989064000, + "relativeCreated": 18205.631971359253, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3373069763183594 + "time_consumption": 0.3369259834289551 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:22,056", - "created": 1610360722.056702, + "asctime": "2021-01-11 11:37:26,551", + "created": 1610361446.551312, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66802,8 +66865,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,056", - "created": 1610360722.056097, + "asctime": "2021-01-11 11:37:26,550", + "created": 1610361446.550818, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66813,14 +66876,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 56.09703063964844, + "msecs": 550.8179664611816, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18208.820104599, - "thread": 139854989064000, + "relativeCreated": 18206.228017807007, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -66829,8 +66892,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,056", - "created": 1610360722.056367, + "asctime": "2021-01-11 11:37:26,551", + "created": 1610361446.551025, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66840,35 +66903,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 56.366920471191406, + "msecs": 551.0249137878418, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18209.089994430542, - "thread": 139854989064000, + "relativeCreated": 18206.434965133667, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 56.7018985748291, + "msecs": 551.3119697570801, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18209.42497253418, - "thread": 139854989064000, + "relativeCreated": 18206.722021102905, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003349781036376953 + "time_consumption": 0.00028705596923828125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:22,057", - "created": 1610360722.057653, + "asctime": "2021-01-11 11:37:26,552", + "created": 1610361446.552224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66885,8 +66948,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,057", - "created": 1610360722.057157, + "asctime": "2021-01-11 11:37:26,551", + "created": 1610361446.551814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66896,14 +66959,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 57.157039642333984, + "msecs": 551.814079284668, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18209.880113601685, - "thread": 139854989064000, + "relativeCreated": 18207.224130630493, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -66912,8 +66975,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,057", - "created": 1610360722.057417, + "asctime": "2021-01-11 11:37:26,552", + "created": 1610361446.552028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66923,32 +66986,32 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 57.41691589355469, + "msecs": 552.0279407501221, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18210.139989852905, - "thread": 139854989064000, + "relativeCreated": 18207.437992095947, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 57.652950286865234, + "msecs": 552.2239208221436, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18210.376024246216, - "thread": 139854989064000, + "relativeCreated": 18207.63397216797, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00023603439331054688 + "time_consumption": 0.00019598007202148438 }, { "args": [], - "asctime": "2021-01-11 11:25:22,058", - "created": 1610360722.058761, + "asctime": "2021-01-11 11:37:26,553", + "created": 1610361446.553364, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -66963,8 +67026,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:22,058", - "created": 1610360722.058025, + "asctime": "2021-01-11 11:37:26,552", + "created": 1610361446.55258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66974,22 +67037,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 58.02488327026367, + "msecs": 552.5801181793213, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18210.747957229614, - "thread": 139854989064000, + "relativeCreated": 18207.990169525146, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:22,058", - "created": 1610360722.058246, + "asctime": "2021-01-11 11:37:26,552", + "created": 1610361446.552828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66999,22 +67062,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 58.24589729309082, + "msecs": 552.8280735015869, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18210.96897125244, - "thread": 139854989064000, + "relativeCreated": 18208.238124847412, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:22,058", - "created": 1610360722.058425, + "asctime": "2021-01-11 11:37:26,553", + "created": 1610361446.553015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67024,22 +67087,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 58.424949645996094, + "msecs": 553.0149936676025, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18211.148023605347, - "thread": 139854989064000, + "relativeCreated": 18208.425045013428, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:22,058", - "created": 1610360722.058595, + "asctime": "2021-01-11 11:37:26,553", + "created": 1610361446.553187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67049,35 +67112,35 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 58.59494209289551, + "msecs": 553.1868934631348, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18211.318016052246, - "thread": 139854989064000, + "relativeCreated": 18208.59694480896, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 58.760881423950195, + "msecs": 553.3640384674072, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18211.4839553833, - "thread": 139854989064000, + "relativeCreated": 18208.774089813232, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001659393310546875 + "time_consumption": 0.00017714500427246094 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:22,059", - "created": 1610360722.059334, + "asctime": "2021-01-11 11:37:26,553", + "created": 1610361446.55398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67094,8 +67157,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:22,059", - "created": 1610360722.059029, + "asctime": "2021-01-11 11:37:26,553", + "created": 1610361446.553652, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67105,14 +67168,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 59.02910232543945, + "msecs": 553.6520481109619, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18211.75217628479, - "thread": 139854989064000, + "relativeCreated": 18209.062099456787, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -67121,8 +67184,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:22,059", - "created": 1610360722.059181, + "asctime": "2021-01-11 11:37:26,553", + "created": 1610361446.553813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67132,35 +67195,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 59.18097496032715, + "msecs": 553.8129806518555, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18211.904048919678, - "thread": 139854989064000, + "relativeCreated": 18209.22303199768, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 59.33403968811035, + "msecs": 553.9801120758057, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18212.05711364746, - "thread": 139854989064000, + "relativeCreated": 18209.39016342163, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.0001671314239501953 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:22,059", - "created": 1610360722.059907, + "asctime": "2021-01-11 11:37:26,554", + "created": 1610361446.554543, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67177,8 +67240,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:22,059", - "created": 1610360722.059587, + "asctime": "2021-01-11 11:37:26,554", + "created": 1610361446.554235, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67188,14 +67251,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 59.58700180053711, + "msecs": 554.2349815368652, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18212.310075759888, - "thread": 139854989064000, + "relativeCreated": 18209.64503288269, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -67204,8 +67267,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:22,059", - "created": 1610360722.059749, + "asctime": "2021-01-11 11:37:26,554", + "created": 1610361446.55439, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67215,32 +67278,32 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 59.74888801574707, + "msecs": 554.3899536132812, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18212.471961975098, - "thread": 139854989064000, + "relativeCreated": 18209.800004959106, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 59.906959533691406, + "msecs": 554.5430183410645, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18212.630033493042, - "thread": 139854989064000, + "relativeCreated": 18209.95306968689, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00015807151794433594 + "time_consumption": 0.00015306472778320312 }, { "args": [], - "asctime": "2021-01-11 11:25:22,404", - "created": 1610360722.404921, + "asctime": "2021-01-11 11:37:26,900", + "created": 1610361446.900875, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -67255,8 +67318,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:22,060", - "created": 1610360722.060193, + "asctime": "2021-01-11 11:37:26,554", + "created": 1610361446.554871, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67266,22 +67329,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 60.19306182861328, + "msecs": 554.8710823059082, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18212.916135787964, - "thread": 139854989064000, + "relativeCreated": 18210.281133651733, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:22,060", - "created": 1610360722.06041, + "asctime": "2021-01-11 11:37:26,555", + "created": 1610361446.555126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67291,22 +67354,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 60.4100227355957, + "msecs": 555.1259517669678, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18213.133096694946, - "thread": 139854989064000, + "relativeCreated": 18210.536003112793, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:22,060", - "created": 1610360722.060634, + "asctime": "2021-01-11 11:37:26,555", + "created": 1610361446.555438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67316,14 +67379,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 60.63389778137207, + "msecs": 555.4380416870117, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18213.356971740723, - "thread": 139854989064000, + "relativeCreated": 18210.848093032837, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -67334,8 +67397,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,061", - "created": 1610360722.061097, + "asctime": "2021-01-11 11:37:26,555", + "created": 1610361446.555886, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67345,22 +67408,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 61.096906661987305, + "msecs": 555.8860301971436, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18213.819980621338, - "thread": 139854989064000, + "relativeCreated": 18211.29608154297, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:22,061", - "created": 1610360722.061817, + "asctime": "2021-01-11 11:37:26,556", + "created": 1610361446.556849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67370,22 +67433,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 61.81693077087402, + "msecs": 556.8490028381348, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18214.540004730225, - "thread": 139854989064000, + "relativeCreated": 18212.25905418396, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:22,061", - "created": 1610360722.061925, + "asctime": "2021-01-11 11:37:26,557", + "created": 1610361446.5573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67395,22 +67458,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 61.92493438720703, + "msecs": 557.3000907897949, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18214.648008346558, - "thread": 139854989064000, + "relativeCreated": 18212.71014213562, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:22,062", - "created": 1610360722.062004, + "asctime": "2021-01-11 11:37:26,557", + "created": 1610361446.55762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67420,14 +67483,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 62.00408935546875, + "msecs": 557.6200485229492, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18214.72716331482, - "thread": 139854989064000, + "relativeCreated": 18213.030099868774, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -67435,8 +67498,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 11:25:22,078", - "created": 1610360722.078768, + "asctime": "2021-01-11 11:37:26,573", + "created": 1610361446.573659, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67446,14 +67509,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": 78.76801490783691, + "msecs": 573.6589431762695, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18231.491088867188, - "thread": 139852582479616, + "relativeCreated": 18229.068994522095, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67461,8 +67524,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 11:25:22,079", - "created": 1610360722.079065, + "asctime": "2021-01-11 11:37:26,574", + "created": 1610361446.574063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67472,14 +67535,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": 79.06508445739746, + "msecs": 574.0630626678467, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18231.788158416748, - "thread": 139852582479616, + "relativeCreated": 18229.473114013672, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67487,8 +67550,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079192, + "asctime": "2021-01-11 11:37:26,574", + "created": 1610361446.57424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67498,14 +67561,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 79.19192314147949, + "msecs": 574.23996925354, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18231.91499710083, - "thread": 139852582479616, + "relativeCreated": 18229.650020599365, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67514,8 +67577,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079293, + "asctime": "2021-01-11 11:37:26,574", + "created": 1610361446.574378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67525,14 +67588,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 79.29301261901855, + "msecs": 574.3780136108398, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.01608657837, - "thread": 139852582479616, + "relativeCreated": 18229.788064956665, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67540,8 +67603,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079433, + "asctime": "2021-01-11 11:37:26,574", + "created": 1610361446.574521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67551,14 +67614,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 79.43296432495117, + "msecs": 574.5210647583008, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.1560382843, - "thread": 139852582479616, + "relativeCreated": 18229.931116104126, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67567,8 +67630,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079526, + "asctime": "2021-01-11 11:37:26,574", + "created": 1610361446.574631, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67578,14 +67641,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 79.52594757080078, + "msecs": 574.6309757232666, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.24902153015, - "thread": 139852582479616, + "relativeCreated": 18230.04102706909, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67593,8 +67656,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079658, + "asctime": "2021-01-11 11:37:26,574", + "created": 1610361446.574783, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67604,14 +67667,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 79.65803146362305, + "msecs": 574.7830867767334, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.381105422974, - "thread": 139852582479616, + "relativeCreated": 18230.19313812256, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67620,8 +67683,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079747, + "asctime": "2021-01-11 11:37:26,574", + "created": 1610361446.574894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67631,14 +67694,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 79.74696159362793, + "msecs": 574.8939514160156, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.47003555298, - "thread": 139852582479616, + "relativeCreated": 18230.30400276184, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67646,8 +67709,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079862, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.575027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67657,14 +67720,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 79.86211776733398, + "msecs": 575.0269889831543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.585191726685, - "thread": 139852582479616, + "relativeCreated": 18230.43704032898, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67673,8 +67736,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,079", - "created": 1610360722.079955, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.575191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67684,14 +67747,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 79.9551010131836, + "msecs": 575.1910209655762, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.678174972534, - "thread": 139852582479616, + "relativeCreated": 18230.6010723114, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67699,8 +67762,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,080", - "created": 1610360722.080076, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.57531, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67710,14 +67773,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 80.07597923278809, + "msecs": 575.3099918365479, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.79905319214, - "thread": 139852582479616, + "relativeCreated": 18230.720043182373, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67726,8 +67789,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,080", - "created": 1610360722.080165, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.575399, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67737,14 +67800,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 80.16490936279297, + "msecs": 575.3989219665527, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18232.887983322144, - "thread": 139852582479616, + "relativeCreated": 18230.808973312378, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67752,8 +67815,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:22,080", - "created": 1610360722.080298, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.575536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67763,14 +67826,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 80.29794692993164, + "msecs": 575.5360126495361, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18233.021020889282, - "thread": 139852582479616, + "relativeCreated": 18230.94606399536, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67778,8 +67841,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:22,080", - "created": 1610360722.080484, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.575638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67789,14 +67852,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 80.48391342163086, + "msecs": 575.6380558013916, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18233.20698738098, - "thread": 139852582479616, + "relativeCreated": 18231.048107147217, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67804,8 +67867,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,080", - "created": 1610360722.080592, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.575805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67815,14 +67878,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 80.59191703796387, + "msecs": 575.8049488067627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18233.314990997314, - "thread": 139852582479616, + "relativeCreated": 18231.215000152588, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67831,8 +67894,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:22,080", - "created": 1610360722.080681, + "asctime": "2021-01-11 11:37:26,575", + "created": 1610361446.575935, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67842,14 +67905,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": 80.68108558654785, + "msecs": 575.934886932373, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18233.4041595459, - "thread": 139852582479616, + "relativeCreated": 18231.3449382782, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67857,8 +67920,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 11:25:22,080", - "created": 1610360722.080916, + "asctime": "2021-01-11 11:37:26,576", + "created": 1610361446.576192, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67868,14 +67931,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": 80.91592788696289, + "msecs": 576.1919021606445, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18233.639001846313, - "thread": 139852582479616, + "relativeCreated": 18231.60195350647, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67886,8 +67949,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,081", - "created": 1610360722.081194, + "asctime": "2021-01-11 11:37:26,576", + "created": 1610361446.576512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67897,14 +67960,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 81.19392395019531, + "msecs": 576.5120983123779, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18233.916997909546, - "thread": 139852582479616, + "relativeCreated": 18231.922149658203, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67912,25 +67975,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:22,081", - "created": 1610360722.081338, + "asctime": "2021-01-11 11:37:26,576", + "created": 1610361446.576677, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 81.33792877197266, + "msecs": 576.6770839691162, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18234.061002731323, - "thread": 139852582479616, + "relativeCreated": 18232.08713531494, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67941,8 +68004,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,081", - "created": 1610360722.081596, + "asctime": "2021-01-11 11:37:26,576", + "created": 1610361446.576883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67952,14 +68015,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 81.59589767456055, + "msecs": 576.88307762146, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18234.31897163391, - "thread": 139852582479616, + "relativeCreated": 18232.293128967285, + "thread": 140377206007552, "threadName": "Thread-33" }, { @@ -67967,8 +68030,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 11:25:22,083", - "created": 1610360722.083604, + "asctime": "2021-01-11 11:37:26,578", + "created": 1610361446.578201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67978,14 +68041,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": 83.60409736633301, + "msecs": 578.2010555267334, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18236.327171325684, - "thread": 139852574086912, + "relativeCreated": 18233.61110687256, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -67993,8 +68056,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 11:25:22,083", - "created": 1610360722.083835, + "asctime": "2021-01-11 11:37:26,578", + "created": 1610361446.578423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68004,14 +68067,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": 83.83488655090332, + "msecs": 578.423023223877, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18236.557960510254, - "thread": 139852574086912, + "relativeCreated": 18233.833074569702, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68019,8 +68082,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,083", - "created": 1610360722.083945, + "asctime": "2021-01-11 11:37:26,578", + "created": 1610361446.578572, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68030,14 +68093,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 83.94503593444824, + "msecs": 578.5720348358154, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18236.6681098938, - "thread": 139852574086912, + "relativeCreated": 18233.98208618164, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68046,8 +68109,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084041, + "asctime": "2021-01-11 11:37:26,578", + "created": 1610361446.578694, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68057,14 +68120,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.04111862182617, + "msecs": 578.6941051483154, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18236.764192581177, - "thread": 139852574086912, + "relativeCreated": 18234.10415649414, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68072,8 +68135,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084167, + "asctime": "2021-01-11 11:37:26,578", + "created": 1610361446.578844, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68083,14 +68146,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.1670036315918, + "msecs": 578.8440704345703, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18236.890077590942, - "thread": 139852574086912, + "relativeCreated": 18234.254121780396, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68099,8 +68162,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084258, + "asctime": "2021-01-11 11:37:26,579", + "created": 1610361446.579048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68110,14 +68173,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.2580795288086, + "msecs": 579.0479183197021, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18236.98115348816, - "thread": 139852574086912, + "relativeCreated": 18234.457969665527, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68125,8 +68188,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084381, + "asctime": "2021-01-11 11:37:26,579", + "created": 1610361446.579208, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68136,14 +68199,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.381103515625, + "msecs": 579.2078971862793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.104177474976, - "thread": 139852574086912, + "relativeCreated": 18234.617948532104, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68152,8 +68215,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084469, + "asctime": "2021-01-11 11:37:26,579", + "created": 1610361446.579372, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68163,14 +68226,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.46907997131348, + "msecs": 579.3719291687012, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.192153930664, - "thread": 139852574086912, + "relativeCreated": 18234.781980514526, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68178,8 +68241,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084577, + "asctime": "2021-01-11 11:37:26,579", + "created": 1610361446.579536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68189,14 +68252,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.57708358764648, + "msecs": 579.535961151123, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.300157546997, - "thread": 139852574086912, + "relativeCreated": 18234.94601249695, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68205,8 +68268,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.08467, + "asctime": "2021-01-11 11:37:26,579", + "created": 1610361446.57966, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68216,14 +68279,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.6700668334961, + "msecs": 579.6599388122559, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.393140792847, - "thread": 139852574086912, + "relativeCreated": 18235.06999015808, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68231,8 +68294,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084807, + "asctime": "2021-01-11 11:37:26,579", + "created": 1610361446.579838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68242,14 +68305,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.80691909790039, + "msecs": 579.8380374908447, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.52999305725, - "thread": 139852574086912, + "relativeCreated": 18235.24808883667, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68258,8 +68321,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:22,084", - "created": 1610360722.084898, + "asctime": "2021-01-11 11:37:26,579", + "created": 1610361446.579975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68269,14 +68332,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.89799499511719, + "msecs": 579.974889755249, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.621068954468, - "thread": 139852574086912, + "relativeCreated": 18235.384941101074, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68284,8 +68347,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:22,085", - "created": 1610360722.08503, + "asctime": "2021-01-11 11:37:26,580", + "created": 1610361446.580153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68295,14 +68358,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 85.03007888793945, + "msecs": 580.1529884338379, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.75315284729, - "thread": 139852574086912, + "relativeCreated": 18235.563039779663, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68310,8 +68373,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:22,085", - "created": 1610360722.085144, + "asctime": "2021-01-11 11:37:26,580", + "created": 1610361446.580255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68321,14 +68384,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 85.14404296875, + "msecs": 580.2550315856934, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18237.8671169281, - "thread": 139852574086912, + "relativeCreated": 18235.66508293152, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68336,8 +68399,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:22,085", - "created": 1610360722.085335, + "asctime": "2021-01-11 11:37:26,580", + "created": 1610361446.58035, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68347,14 +68410,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 85.33501625061035, + "msecs": 580.3499221801758, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18238.05809020996, - "thread": 139852574086912, + "relativeCreated": 18235.759973526, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68363,8 +68426,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:22,085", - "created": 1610360722.085472, + "asctime": "2021-01-11 11:37:26,580", + "created": 1610361446.580456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68374,14 +68437,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": 85.47210693359375, + "msecs": 580.456018447876, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18238.195180892944, - "thread": 139852574086912, + "relativeCreated": 18235.8660697937, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68389,8 +68452,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 11:25:22,085", - "created": 1610360722.08579, + "asctime": "2021-01-11 11:37:26,580", + "created": 1610361446.580674, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68400,14 +68463,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": 85.78991889953613, + "msecs": 580.6739330291748, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18238.512992858887, - "thread": 139852574086912, + "relativeCreated": 18236.083984375, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68418,8 +68481,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:22,086", - "created": 1610360722.086044, + "asctime": "2021-01-11 11:37:26,580", + "created": 1610361446.580904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68429,14 +68492,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 86.0440731048584, + "msecs": 580.9040069580078, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18238.76714706421, - "thread": 139852574086912, + "relativeCreated": 18236.314058303833, + "thread": 140377197614848, "threadName": "Thread-34" }, { @@ -68444,8 +68507,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:22,086", - "created": 1610360722.086214, + "asctime": "2021-01-11 11:37:26,581", + "created": 1610361446.581044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68455,35 +68518,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 86.21406555175781, + "msecs": 581.0439586639404, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18238.93713951111, - "thread": 139852574086912, + "relativeCreated": 18236.454010009766, + "thread": 140377197614848, "threadName": "Thread-34" } ], - "msecs": 404.9210548400879, + "msecs": 900.8750915527344, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18557.64412879944, - "thread": 139854989064000, + "relativeCreated": 18556.28514289856, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3187069892883301 + "time_consumption": 0.31983113288879395 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:22,406", - "created": 1610360722.40634, + "asctime": "2021-01-11 11:37:26,902", + "created": 1610361446.902129, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68500,8 +68563,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,405", - "created": 1610360722.4058, + "asctime": "2021-01-11 11:37:26,901", + "created": 1610361446.901597, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68511,14 +68574,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 405.80010414123535, + "msecs": 901.5970230102539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18558.523178100586, - "thread": 139854989064000, + "relativeCreated": 18557.00707435608, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68527,8 +68590,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,406", - "created": 1610360722.40608, + "asctime": "2021-01-11 11:37:26,901", + "created": 1610361446.901881, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68538,35 +68601,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 406.0800075531006, + "msecs": 901.8809795379639, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18558.80308151245, - "thread": 139854989064000, + "relativeCreated": 18557.29103088379, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 406.3398838043213, + "msecs": 902.1289348602295, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18559.062957763672, - "thread": 139854989064000, + "relativeCreated": 18557.538986206055, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002598762512207031 + "time_consumption": 0.000247955322265625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:22,407", - "created": 1610360722.407327, + "asctime": "2021-01-11 11:37:26,903", + "created": 1610361446.903003, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68583,8 +68646,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,406", - "created": 1610360722.406915, + "asctime": "2021-01-11 11:37:26,902", + "created": 1610361446.902555, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68594,14 +68657,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 406.91494941711426, + "msecs": 902.554988861084, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18559.638023376465, - "thread": 139854989064000, + "relativeCreated": 18557.96504020691, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68610,8 +68673,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:22,407", - "created": 1610360722.407113, + "asctime": "2021-01-11 11:37:26,902", + "created": 1610361446.902781, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68621,39 +68684,39 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 407.11307525634766, + "msecs": 902.7810096740723, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18559.8361492157, - "thread": 139854989064000, + "relativeCreated": 18558.191061019897, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 407.32693672180176, + "msecs": 903.0029773712158, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 18560.050010681152, - "thread": 139854989064000, + "relativeCreated": 18558.41302871704, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021386146545410156 + "time_consumption": 0.0002219676971435547 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.70094895362854, - "time_finished": "2021-01-11 11:25:22,407", - "time_start": "2021-01-11 11:25:21,706" + "time_consumption": 0.7021820545196533, + "time_finished": "2021-01-11 11:37:26,903", + "time_start": "2021-01-11 11:37:26,200" }, "_j-npsE0MEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:05,599", - "created": 1610360705.59949, + "asctime": "2021-01-11 11:37:10,096", + "created": 1610361430.096359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68664,18 +68727,18 @@ "message": "_j-npsE0MEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 599.4899272918701, + "msecs": 96.3590145111084, "msg": "_j-npsE0MEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1752.2130012512207, + "relativeCreated": 1751.7690658569336, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608363, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.106036, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -68690,8 +68753,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:05,600", - "created": 1610360705.600595, + "asctime": "2021-01-11 11:37:10,097", + "created": 1610361430.097495, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68701,22 +68764,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 600.5949974060059, + "msecs": 97.49507904052734, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1753.3180713653564, - "thread": 139854989064000, + "relativeCreated": 1752.9051303863525, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:05,601", - "created": 1610360705.601787, + "asctime": "2021-01-11 11:37:10,098", + "created": 1610361430.098563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68726,22 +68789,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 601.7870903015137, + "msecs": 98.56295585632324, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1754.5101642608643, - "thread": 139854989064000, + "relativeCreated": 1753.9730072021484, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:05,602", - "created": 1610360705.602127, + "asctime": "2021-01-11 11:37:10,098", + "created": 1610361430.098955, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68751,22 +68814,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 602.1270751953125, + "msecs": 98.95491600036621, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1754.850149154663, - "thread": 139854989064000, + "relativeCreated": 1754.3649673461914, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:05,603", - "created": 1610360705.603097, + "asctime": "2021-01-11 11:37:10,099", + "created": 1610361430.099658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68776,14 +68839,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 603.0969619750977, + "msecs": 99.65801239013672, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1755.8200359344482, - "thread": 139854989064000, + "relativeCreated": 1755.068063735962, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68792,25 +68855,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:05,603", - "created": 1610360705.60336, + "asctime": "2021-01-11 11:37:10,099", + "created": 1610361430.099951, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 603.3599376678467, + "msecs": 99.95102882385254, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1756.0830116271973, - "thread": 139854989064000, + "relativeCreated": 1755.3610801696777, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68818,25 +68881,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:05,603", - "created": 1610360705.603635, + "asctime": "2021-01-11 11:37:10,100", + "created": 1610361430.100269, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 603.6350727081299, + "msecs": 100.26907920837402, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1756.3581466674805, - "thread": 139854989064000, + "relativeCreated": 1755.6791305541992, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68844,25 +68907,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:05,603", - "created": 1610360705.603834, + "asctime": "2021-01-11 11:37:10,100", + "created": 1610361430.10053, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 603.8339138031006, + "msecs": 100.52990913391113, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1756.5569877624512, - "thread": 139854989064000, + "relativeCreated": 1755.9399604797363, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68870,25 +68933,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:05,604", - "created": 1610360705.604005, + "asctime": "2021-01-11 11:37:10,100", + "created": 1610361430.100784, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 604.0050983428955, + "msecs": 100.7840633392334, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1756.728172302246, - "thread": 139854989064000, + "relativeCreated": 1756.1941146850586, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68896,25 +68959,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:05,604", - "created": 1610360705.604226, + "asctime": "2021-01-11 11:37:10,101", + "created": 1610361430.101053, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 604.2261123657227, + "msecs": 101.05299949645996, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1756.9491863250732, - "thread": 139854989064000, + "relativeCreated": 1756.4630508422852, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68924,8 +68987,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:05,604", - "created": 1610360705.604489, + "asctime": "2021-01-11 11:37:10,101", + "created": 1610361430.101299, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68935,14 +68998,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 604.4890880584717, + "msecs": 101.29904747009277, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1757.2121620178223, - "thread": 139854989064000, + "relativeCreated": 1756.709098815918, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68952,8 +69015,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:05,604", - "created": 1610360705.604793, + "asctime": "2021-01-11 11:37:10,101", + "created": 1610361430.101574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68963,14 +69026,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 604.7930717468262, + "msecs": 101.57394409179688, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1757.5161457061768, - "thread": 139854989064000, + "relativeCreated": 1756.983995437622, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -68980,8 +69043,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:05,605", - "created": 1610360705.605053, + "asctime": "2021-01-11 11:37:10,101", + "created": 1610361430.10182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68991,14 +69054,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 605.0529479980469, + "msecs": 101.81999206542969, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1757.7760219573975, - "thread": 139854989064000, + "relativeCreated": 1757.2300434112549, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69008,8 +69071,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:05,605", - "created": 1610360705.60532, + "asctime": "2021-01-11 11:37:10,102", + "created": 1610361430.102068, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69019,22 +69082,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 605.3199768066406, + "msecs": 102.06794738769531, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1758.0430507659912, - "thread": 139854989064000, + "relativeCreated": 1757.4779987335205, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:05,605", - "created": 1610360705.605553, + "asctime": "2021-01-11 11:37:10,102", + "created": 1610361430.102303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69044,14 +69107,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 605.5529117584229, + "msecs": 102.30302810668945, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1758.2759857177734, - "thread": 139854989064000, + "relativeCreated": 1757.7130794525146, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69060,25 +69123,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:05,605", - "created": 1610360705.605829, + "asctime": "2021-01-11 11:37:10,102", + "created": 1610361430.102577, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 605.8290004730225, + "msecs": 102.57697105407715, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1758.552074432373, - "thread": 139854989064000, + "relativeCreated": 1757.9870223999023, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69086,25 +69149,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.606079, + "asctime": "2021-01-11 11:37:10,102", + "created": 1610361430.102822, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 606.0791015625, + "msecs": 102.82206535339355, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1758.8021755218506, - "thread": 139854989064000, + "relativeCreated": 1758.2321166992188, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69112,25 +69175,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.606337, + "asctime": "2021-01-11 11:37:10,103", + "created": 1610361430.103118, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 606.3370704650879, + "msecs": 103.1179428100586, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.0601444244385, - "thread": 139854989064000, + "relativeCreated": 1758.5279941558838, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69140,8 +69203,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.606533, + "asctime": "2021-01-11 11:37:10,103", + "created": 1610361430.103362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69151,14 +69214,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 606.5330505371094, + "msecs": 103.3620834350586, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.25612449646, - "thread": 139854989064000, + "relativeCreated": 1758.7721347808838, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69168,8 +69231,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.606604, + "asctime": "2021-01-11 11:37:10,103", + "created": 1610361430.103674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69179,14 +69242,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 606.6040992736816, + "msecs": 103.67393493652344, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.3271732330322, - "thread": 139854989064000, + "relativeCreated": 1759.0839862823486, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69195,25 +69258,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.606677, + "asctime": "2021-01-11 11:37:10,103", + "created": 1610361430.103855, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 606.6770553588867, + "msecs": 103.85489463806152, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.4001293182373, - "thread": 139854989064000, + "relativeCreated": 1759.2649459838867, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69222,25 +69285,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.606739, + "asctime": "2021-01-11 11:37:10,104", + "created": 1610361430.104017, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 606.7390441894531, + "msecs": 104.01701927185059, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.4621181488037, - "thread": 139854989064000, + "relativeCreated": 1759.4270706176758, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69249,33 +69312,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.6068, + "asctime": "2021-01-11 11:37:10,104", + "created": 1610361430.104178, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 606.8000793457031, + "msecs": 104.17795181274414, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.5231533050537, - "thread": 139854989064000, + "relativeCreated": 1759.5880031585693, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:05,606", - "created": 1610360705.606862, + "asctime": "2021-01-11 11:37:10,104", + "created": 1610361430.104347, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69285,22 +69348,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 606.8620681762695, + "msecs": 104.34699058532715, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.5851421356201, - "thread": 139854989064000, + "relativeCreated": 1759.7570419311523, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607015, + "asctime": "2021-01-11 11:37:10,104", + "created": 1610361430.104785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69310,14 +69373,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 607.0148944854736, + "msecs": 104.78496551513672, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.7379684448242, - "thread": 139854989064000, + "relativeCreated": 1760.195016860962, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69326,25 +69389,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.60709, + "asctime": "2021-01-11 11:37:10,104", + "created": 1610361430.104846, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 607.0899963378906, + "msecs": 104.84600067138672, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.8130702972412, - "thread": 139854989064000, + "relativeCreated": 1760.256052017212, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69352,25 +69415,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.60718, + "asctime": "2021-01-11 11:37:10,104", + "created": 1610361430.104923, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 607.180118560791, + "msecs": 104.92300987243652, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.9031925201416, - "thread": 139854989064000, + "relativeCreated": 1760.3330612182617, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69378,25 +69441,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607255, + "asctime": "2021-01-11 11:37:10,104", + "created": 1610361430.104978, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 607.2549819946289, + "msecs": 104.97808456420898, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1759.9780559539795, - "thread": 139854989064000, + "relativeCreated": 1760.3881359100342, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69404,25 +69467,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607316, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105029, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 607.3160171508789, + "msecs": 105.02910614013672, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.0390911102295, - "thread": 139854989064000, + "relativeCreated": 1760.439157485962, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69430,25 +69493,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.60738, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105078, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 607.3799133300781, + "msecs": 105.07798194885254, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.1029872894287, - "thread": 139854989064000, + "relativeCreated": 1760.4880332946777, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69458,8 +69521,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607445, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69469,14 +69532,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 607.4450016021729, + "msecs": 105.13496398925781, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.1680755615234, - "thread": 139854989064000, + "relativeCreated": 1760.545015335083, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69486,8 +69549,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607513, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105191, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69497,14 +69560,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 607.5129508972168, + "msecs": 105.19099235534668, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.2360248565674, - "thread": 139854989064000, + "relativeCreated": 1760.6010437011719, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69514,8 +69577,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607583, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105246, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69525,14 +69588,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 607.5830459594727, + "msecs": 105.24606704711914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.3061199188232, - "thread": 139854989064000, + "relativeCreated": 1760.6561183929443, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69542,8 +69605,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607649, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105299, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69553,22 +69616,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 607.6490879058838, + "msecs": 105.29899597167969, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.3721618652344, - "thread": 139854989064000, + "relativeCreated": 1760.7090473175049, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607709, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105347, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69578,14 +69641,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 607.7089309692383, + "msecs": 105.3469181060791, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.4320049285889, - "thread": 139854989064000, + "relativeCreated": 1760.7569694519043, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69594,25 +69657,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607782, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.10541, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 607.7818870544434, + "msecs": 105.41009902954102, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.504961013794, - "thread": 139854989064000, + "relativeCreated": 1760.8201503753662, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69620,25 +69683,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607856, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105467, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 607.856035232544, + "msecs": 105.46708106994629, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.5791091918945, - "thread": 139854989064000, + "relativeCreated": 1760.8771324157715, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69646,25 +69709,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607921, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105522, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 607.9208850860596, + "msecs": 105.52191734313965, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.6439590454102, - "thread": 139854989064000, + "relativeCreated": 1760.9319686889648, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69674,8 +69737,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:05,607", - "created": 1610360705.607986, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69685,14 +69748,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 607.9859733581543, + "msecs": 105.5760383605957, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.7090473175049, - "thread": 139854989064000, + "relativeCreated": 1760.986089706421, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69702,8 +69765,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608053, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105665, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69713,14 +69776,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 608.0529689788818, + "msecs": 105.66496849060059, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.7760429382324, - "thread": 139854989064000, + "relativeCreated": 1761.0750198364258, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69729,25 +69792,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608121, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105741, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 608.1209182739258, + "msecs": 105.74102401733398, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.8439922332764, - "thread": 139854989064000, + "relativeCreated": 1761.1510753631592, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69756,25 +69819,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608181, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105811, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 608.1809997558594, + "msecs": 105.81111907958984, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.90407371521, - "thread": 139854989064000, + "relativeCreated": 1761.221170425415, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69783,33 +69846,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.60824, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105891, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 608.2398891448975, + "msecs": 105.89098930358887, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1760.962963104248, - "thread": 139854989064000, + "relativeCreated": 1761.301040649414, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608299, + "asctime": "2021-01-11 11:37:10,105", + "created": 1610361430.105962, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69819,32 +69882,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 608.2990169525146, + "msecs": 105.96203804016113, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.0220909118652, - "thread": 139854989064000, + "relativeCreated": 1761.3720893859863, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 608.3629131317139, + "msecs": 106.03594779968262, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.0859870910645, - "thread": 139854989064000, + "relativeCreated": 1761.4459991455078, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 6.389617919921875e-05 + "time_consumption": 7.390975952148438e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:05,952", - "created": 1610360705.952633, + "asctime": "2021-01-11 11:37:10,449", + "created": 1610361430.449888, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -69859,8 +69922,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608489, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.106165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69870,22 +69933,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 608.4890365600586, + "msecs": 106.16493225097656, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.2121105194092, - "thread": 139854989064000, + "relativeCreated": 1761.5749835968018, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608573, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.106221, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69895,22 +69958,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 608.5729598999023, + "msecs": 106.22096061706543, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.296033859253, - "thread": 139854989064000, + "relativeCreated": 1761.6310119628906, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608671, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.106276, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69920,14 +69983,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 608.6709499359131, + "msecs": 106.27603530883789, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.3940238952637, - "thread": 139854989064000, + "relativeCreated": 1761.686086654663, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -69938,8 +70001,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:05,608", - "created": 1610360705.608838, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.106369, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69949,22 +70012,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 608.8380813598633, + "msecs": 106.3690185546875, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.5611553192139, - "thread": 139854989064000, + "relativeCreated": 1761.7790699005127, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:05,609", - "created": 1610360705.609138, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.10655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69974,22 +70037,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 609.138011932373, + "msecs": 106.54997825622559, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.8610858917236, - "thread": 139854989064000, + "relativeCreated": 1761.9600296020508, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:05,609", - "created": 1610360705.609244, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.106601, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69999,22 +70062,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 609.2441082000732, + "msecs": 106.60099983215332, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1761.9671821594238, - "thread": 139854989064000, + "relativeCreated": 1762.0110511779785, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:05,609", - "created": 1610360705.609348, + "asctime": "2021-01-11 11:37:10,106", + "created": 1610361430.106648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70024,14 +70087,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 609.3480587005615, + "msecs": 106.64796829223633, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1762.071132659912, - "thread": 139854989064000, + "relativeCreated": 1762.0580196380615, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -70039,8 +70102,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 11:25:05,610", - "created": 1610360705.610721, + "asctime": "2021-01-11 11:37:10,107", + "created": 1610361430.107716, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70050,14 +70113,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": 610.7211112976074, + "msecs": 107.71608352661133, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1763.444185256958, - "thread": 139854729963264, + "relativeCreated": 1763.1261348724365, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70065,8 +70128,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 11:25:05,610", - "created": 1610360705.610901, + "asctime": "2021-01-11 11:37:10,107", + "created": 1610361430.10787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70076,14 +70139,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": 610.9011173248291, + "msecs": 107.87010192871094, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1763.6241912841797, - "thread": 139854729963264, + "relativeCreated": 1763.2801532745361, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70091,8 +70154,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,610", - "created": 1610360705.61098, + "asctime": "2021-01-11 11:37:10,107", + "created": 1610361430.107934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70102,14 +70165,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 610.9800338745117, + "msecs": 107.93399810791016, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1763.7031078338623, - "thread": 139854729963264, + "relativeCreated": 1763.3440494537354, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70118,8 +70181,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611051, + "asctime": "2021-01-11 11:37:10,107", + "created": 1610361430.107989, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70129,14 +70192,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 611.051082611084, + "msecs": 107.98907279968262, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1763.7741565704346, - "thread": 139854729963264, + "relativeCreated": 1763.3991241455078, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70144,8 +70207,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.61113, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70155,14 +70218,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 611.1299991607666, + "msecs": 108.05392265319824, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1763.8530731201172, - "thread": 139854729963264, + "relativeCreated": 1763.4639739990234, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70171,8 +70234,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611191, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108109, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70182,14 +70245,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.1910343170166, + "msecs": 108.1089973449707, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1763.9141082763672, - "thread": 139854729963264, + "relativeCreated": 1763.519048690796, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70197,8 +70260,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611281, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108181, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70208,14 +70271,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 611.2809181213379, + "msecs": 108.18099975585938, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.0039920806885, - "thread": 139854729963264, + "relativeCreated": 1763.5910511016846, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70224,8 +70287,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.61134, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70235,14 +70298,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.3400459289551, + "msecs": 108.22892189025879, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.0631198883057, - "thread": 139854729963264, + "relativeCreated": 1763.638973236084, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70250,8 +70313,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611414, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70261,14 +70324,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 611.4139556884766, + "msecs": 108.28804969787598, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.1370296478271, - "thread": 139854729963264, + "relativeCreated": 1763.6981010437012, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70277,8 +70340,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611472, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108335, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70288,14 +70351,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.4718914031982, + "msecs": 108.33501815795898, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.1949653625488, - "thread": 139854729963264, + "relativeCreated": 1763.7450695037842, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70303,8 +70366,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611556, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70314,14 +70377,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 611.5560531616211, + "msecs": 108.40606689453125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.2791271209717, - "thread": 139854729963264, + "relativeCreated": 1763.8161182403564, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70330,8 +70393,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611614, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108452, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70341,14 +70404,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.6139888763428, + "msecs": 108.45208168029785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.3370628356934, - "thread": 139854729963264, + "relativeCreated": 1763.862133026123, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70356,8 +70419,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611708, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108524, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70367,14 +70430,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 611.7079257965088, + "msecs": 108.52408409118652, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.4309997558594, - "thread": 139854729963264, + "relativeCreated": 1763.9341354370117, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70382,8 +70445,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611779, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108581, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70393,14 +70456,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 611.778974533081, + "msecs": 108.5810661315918, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.5020484924316, - "thread": 139854729963264, + "relativeCreated": 1763.991117477417, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70408,8 +70471,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611845, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108639, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70419,14 +70482,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 611.8450164794922, + "msecs": 108.63900184631348, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.5680904388428, - "thread": 139854729963264, + "relativeCreated": 1764.0490531921387, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70435,8 +70498,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:05,611", - "created": 1610360705.611904, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108679, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70446,14 +70509,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.9039058685303, + "msecs": 108.67905616760254, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.6269798278809, - "thread": 139854729963264, + "relativeCreated": 1764.0891075134277, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70461,8 +70524,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 11:25:05,612", - "created": 1610360705.61203, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70472,14 +70535,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": 612.030029296875, + "msecs": 108.77203941345215, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.7531032562256, - "thread": 139854729963264, + "relativeCreated": 1764.1820907592773, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70490,8 +70553,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:05,612", - "created": 1610360705.612175, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70501,14 +70564,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 612.1749877929688, + "msecs": 108.87789726257324, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.8980617523193, - "thread": 139854729963264, + "relativeCreated": 1764.2879486083984, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70516,25 +70579,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:05,612", - "created": 1610360705.612261, + "asctime": "2021-01-11 11:37:10,108", + "created": 1610361430.108938, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 612.2610569000244, + "msecs": 108.93797874450684, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1764.984130859375, - "thread": 139854729963264, + "relativeCreated": 1764.348030090332, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70545,8 +70608,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:05,612", - "created": 1610360705.612365, + "asctime": "2021-01-11 11:37:10,109", + "created": 1610361430.109009, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70556,14 +70619,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 612.3650074005127, + "msecs": 109.0090274810791, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1765.0880813598633, - "thread": 139854729963264, + "relativeCreated": 1764.4190788269043, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -70571,8 +70634,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 11:25:05,613", - "created": 1610360705.613617, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.11023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70582,14 +70645,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": 613.616943359375, + "msecs": 110.2299690246582, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1766.3400173187256, - "thread": 139854721570560, + "relativeCreated": 1765.6400203704834, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70597,8 +70660,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 11:25:05,613", - "created": 1610360705.613802, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110377, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70608,14 +70671,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": 613.8019561767578, + "msecs": 110.37707328796387, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1766.5250301361084, - "thread": 139854721570560, + "relativeCreated": 1765.787124633789, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70623,8 +70686,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,613", - "created": 1610360705.613884, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110442, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70634,14 +70697,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 613.8839721679688, + "msecs": 110.44192314147949, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1766.6070461273193, - "thread": 139854721570560, + "relativeCreated": 1765.8519744873047, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70650,8 +70713,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:05,613", - "created": 1610360705.613961, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70661,14 +70724,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 613.9609813690186, + "msecs": 110.50295829772949, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1766.6840553283691, - "thread": 139854721570560, + "relativeCreated": 1765.9130096435547, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70676,8 +70739,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614061, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110582, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70687,14 +70750,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 614.0611171722412, + "msecs": 110.58211326599121, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1766.7841911315918, - "thread": 139854721570560, + "relativeCreated": 1765.9921646118164, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70703,8 +70766,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614169, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70714,14 +70777,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 614.1688823699951, + "msecs": 110.64291000366211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1766.8919563293457, - "thread": 139854721570560, + "relativeCreated": 1766.0529613494873, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70729,8 +70792,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614277, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70740,14 +70803,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 614.2768859863281, + "msecs": 110.72707176208496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1766.9999599456787, - "thread": 139854721570560, + "relativeCreated": 1766.1371231079102, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70756,8 +70819,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614369, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110786, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70767,14 +70830,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 614.3689155578613, + "msecs": 110.78596115112305, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.091989517212, - "thread": 139854721570560, + "relativeCreated": 1766.1960124969482, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70782,8 +70845,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614444, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110861, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70793,14 +70856,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 614.4440174102783, + "msecs": 110.86106300354004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.167091369629, - "thread": 139854721570560, + "relativeCreated": 1766.2711143493652, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70809,8 +70872,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614508, + "asctime": "2021-01-11 11:37:10,110", + "created": 1610361430.110924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70820,14 +70883,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 614.5079135894775, + "msecs": 110.92400550842285, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.2309875488281, - "thread": 139854721570560, + "relativeCreated": 1766.334056854248, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70835,8 +70898,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614589, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.11101, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70846,14 +70909,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 614.5889759063721, + "msecs": 111.01007461547852, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.3120498657227, - "thread": 139854721570560, + "relativeCreated": 1766.4201259613037, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70862,8 +70925,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614647, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.111069, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70873,14 +70936,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 614.6469116210938, + "msecs": 111.0689640045166, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.3699855804443, - "thread": 139854721570560, + "relativeCreated": 1766.4790153503418, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70888,8 +70951,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614735, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.111177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70899,14 +70962,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 614.7348880767822, + "msecs": 111.17696762084961, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.4579620361328, - "thread": 139854721570560, + "relativeCreated": 1766.5870189666748, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70914,8 +70977,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.61481, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.111236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70925,14 +70988,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 614.8099899291992, + "msecs": 111.2360954284668, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.5330638885498, - "thread": 139854721570560, + "relativeCreated": 1766.646146774292, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70940,8 +71003,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614876, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.11129, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70951,14 +71014,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 614.8760318756104, + "msecs": 111.28997802734375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.599105834961, - "thread": 139854721570560, + "relativeCreated": 1766.700029373169, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70967,8 +71030,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:05,614", - "created": 1610360705.614933, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.111339, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70978,14 +71041,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": 614.9330139160156, + "msecs": 111.33909225463867, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.6560878753662, - "thread": 139854721570560, + "relativeCreated": 1766.7491436004639, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -70993,8 +71056,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 11:25:05,615", - "created": 1610360705.615078, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.111445, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71004,14 +71067,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": 615.0779724121094, + "msecs": 111.44495010375977, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.80104637146, - "thread": 139854721570560, + "relativeCreated": 1766.855001449585, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -71022,8 +71085,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:05,615", - "created": 1610360705.615218, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.111554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71033,14 +71096,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 615.217924118042, + "msecs": 111.55390739440918, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1767.9409980773926, - "thread": 139854721570560, + "relativeCreated": 1766.9639587402344, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -71048,8 +71111,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:05,615", - "created": 1610360705.615301, + "asctime": "2021-01-11 11:37:10,111", + "created": 1610361430.11162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71059,32 +71122,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 615.3008937835693, + "msecs": 111.61994934082031, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 1768.02396774292, - "thread": 139854721570560, + "relativeCreated": 1767.0300006866455, + "thread": 140379272881920, "threadName": "Thread-6" } ], - "msecs": 952.6329040527344, + "msecs": 449.8879909515381, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2105.355978012085, - "thread": 139854989064000, + "relativeCreated": 2105.2980422973633, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33733201026916504 + "time_consumption": 0.3382680416107178 }, { "args": [], - "asctime": "2021-01-11 11:25:05,953", - "created": 1610360705.953223, + "asctime": "2021-01-11 11:37:10,450", + "created": 1610361430.450445, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71095,21 +71158,21 @@ "message": "No secret set", "module": "test_communication", "moduleLogger": [], - "msecs": 953.2229900360107, + "msecs": 450.44493675231934, "msg": "No secret set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2105.9460639953613, - "thread": 139854989064000, + "relativeCreated": 2105.8549880981445, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:05,953", - "created": 1610360705.953525, + "asctime": "2021-01-11 11:37:10,450", + "created": 1610361430.450738, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71120,14 +71183,14 @@ "message": "Performing Authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 953.5250663757324, + "msecs": 450.73795318603516, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2106.248140335083, - "thread": 139854989064000, + "relativeCreated": 2106.1480045318604, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -71136,8 +71199,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,954", - "created": 1610360705.95416, + "asctime": "2021-01-11 11:37:10,451", + "created": 1610361430.451368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71154,8 +71217,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,953", - "created": 1610360705.953806, + "asctime": "2021-01-11 11:37:10,451", + "created": 1610361430.451015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71165,14 +71228,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 953.8059234619141, + "msecs": 451.0149955749512, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2106.5289974212646, - "thread": 139854989064000, + "relativeCreated": 2106.4250469207764, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -71181,8 +71244,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,953", - "created": 1610360705.95399, + "asctime": "2021-01-11 11:37:10,451", + "created": 1610361430.451197, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71192,35 +71255,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 953.9899826049805, + "msecs": 451.19690895080566, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2106.713056564331, - "thread": 139854989064000, + "relativeCreated": 2106.606960296631, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 954.1599750518799, + "msecs": 451.3680934906006, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2106.8830490112305, - "thread": 139854989064000, + "relativeCreated": 2106.778144836426, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00016999244689941406 + "time_consumption": 0.00017118453979492188 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:05,954", - "created": 1610360705.954737, + "asctime": "2021-01-11 11:37:10,451", + "created": 1610361430.451961, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71237,8 +71300,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,954", - "created": 1610360705.954425, + "asctime": "2021-01-11 11:37:10,451", + "created": 1610361430.451633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71248,14 +71311,14 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 954.4250965118408, + "msecs": 451.6329765319824, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2107.1481704711914, - "thread": 139854989064000, + "relativeCreated": 2107.0430278778076, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -71264,8 +71327,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,954", - "created": 1610360705.954583, + "asctime": "2021-01-11 11:37:10,451", + "created": 1610361430.451794, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71275,35 +71338,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 954.582929611206, + "msecs": 451.793909072876, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2107.3060035705566, - "thread": 139854989064000, + "relativeCreated": 2107.203960418701, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 954.7369480133057, + "msecs": 451.9610404968262, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2107.4600219726562, - "thread": 139854989064000, + "relativeCreated": 2107.3710918426514, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.0001671314239501953 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:05,955", - "created": 1610360705.955304, + "asctime": "2021-01-11 11:37:10,452", + "created": 1610361430.452645, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71320,8 +71383,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,954", - "created": 1610360705.954987, + "asctime": "2021-01-11 11:37:10,452", + "created": 1610361430.45227, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71331,14 +71394,14 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 954.9870491027832, + "msecs": 452.2700309753418, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2107.710123062134, - "thread": 139854989064000, + "relativeCreated": 2107.680082321167, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -71347,8 +71410,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:05,955", - "created": 1610360705.95515, + "asctime": "2021-01-11 11:37:10,452", + "created": 1610361430.452458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71358,32 +71421,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 955.1498889923096, + "msecs": 452.4579048156738, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2107.87296295166, - "thread": 139854989064000, + "relativeCreated": 2107.867956161499, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 955.3039073944092, + "msecs": 452.64506340026855, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2108.0269813537598, - "thread": 139854989064000, + "relativeCreated": 2108.0551147460938, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.00018715858459472656 }, { "args": [], - "asctime": "2021-01-11 11:25:05,955", - "created": 1610360705.955537, + "asctime": "2021-01-11 11:37:10,452", + "created": 1610361430.452971, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71394,14 +71457,14 @@ "message": "Different secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 955.5370807647705, + "msecs": 452.9709815979004, "msg": "Different secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2108.260154724121, - "thread": 139854989064000, + "relativeCreated": 2108.3810329437256, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -71410,8 +71473,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,956", - "created": 1610360705.956077, + "asctime": "2021-01-11 11:37:10,453", + "created": 1610361430.453666, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71428,8 +71491,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,955", - "created": 1610360705.955777, + "asctime": "2021-01-11 11:37:10,453", + "created": 1610361430.453334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71439,14 +71502,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 955.7769298553467, + "msecs": 453.33409309387207, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2108.5000038146973, - "thread": 139854989064000, + "relativeCreated": 2108.7441444396973, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -71455,8 +71518,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,955", - "created": 1610360705.955928, + "asctime": "2021-01-11 11:37:10,453", + "created": 1610361430.453501, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71466,35 +71529,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 955.9280872344971, + "msecs": 453.50098609924316, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2108.6511611938477, - "thread": 139854989064000, + "relativeCreated": 2108.9110374450684, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 956.0770988464355, + "msecs": 453.66597175598145, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2108.800172805786, - "thread": 139854989064000, + "relativeCreated": 2109.0760231018066, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00014901161193847656 + "time_consumption": 0.00016498565673828125 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:05,956", - "created": 1610360705.95663, + "asctime": "2021-01-11 11:37:10,454", + "created": 1610361430.454226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71511,8 +71574,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,956", - "created": 1610360705.956321, + "asctime": "2021-01-11 11:37:10,453", + "created": 1610361430.453919, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71522,14 +71585,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 956.3210010528564, + "msecs": 453.9189338684082, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2109.044075012207, - "thread": 139854989064000, + "relativeCreated": 2109.3289852142334, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -71538,8 +71601,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:05,956", - "created": 1610360705.956469, + "asctime": "2021-01-11 11:37:10,454", + "created": 1610361430.454072, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71549,32 +71612,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 956.4690589904785, + "msecs": 454.0719985961914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2109.192132949829, - "thread": 139854989064000, + "relativeCreated": 2109.4820499420166, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 956.6299915313721, + "msecs": 454.226016998291, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2109.3530654907227, - "thread": 139854989064000, + "relativeCreated": 2109.636068344116, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001609325408935547 + "time_consumption": 0.00015401840209960938 }, { "args": [], - "asctime": "2021-01-11 11:25:06,057", - "created": 1610360706.057709, + "asctime": "2021-01-11 11:37:10,555", + "created": 1610361430.555293, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71593,8 +71656,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:05,957", - "created": 1610360705.957004, + "asctime": "2021-01-11 11:37:10,454", + "created": 1610361430.454575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71604,14 +71667,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 957.0040702819824, + "msecs": 454.5750617980957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2109.727144241333, - "thread": 139854989064000, + "relativeCreated": 2109.985113143921, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -71619,8 +71682,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 11:25:05,977", - "created": 1610360705.977964, + "asctime": "2021-01-11 11:37:10,474", + "created": 1610361430.474224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71630,14 +71693,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": 977.963924407959, + "msecs": 474.2240905761719, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2130.6869983673096, - "thread": 139854729963264, + "relativeCreated": 2129.634141921997, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71645,8 +71708,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 11:25:05,978", - "created": 1610360705.978366, + "asctime": "2021-01-11 11:37:10,474", + "created": 1610361430.474616, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71656,14 +71719,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": 978.3658981323242, + "msecs": 474.61605072021484, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2131.088972091675, - "thread": 139854729963264, + "relativeCreated": 2130.02610206604, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71671,8 +71734,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,978", - "created": 1610360705.978592, + "asctime": "2021-01-11 11:37:10,474", + "created": 1610361430.474772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71682,14 +71745,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 978.5919189453125, + "msecs": 474.77197647094727, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2131.314992904663, - "thread": 139854729963264, + "relativeCreated": 2130.1820278167725, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71698,8 +71761,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:05,978", - "created": 1610360705.978804, + "asctime": "2021-01-11 11:37:10,474", + "created": 1610361430.474902, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71709,14 +71772,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 978.8041114807129, + "msecs": 474.9019145965576, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2131.5271854400635, - "thread": 139854729963264, + "relativeCreated": 2130.311965942383, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71724,8 +71787,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,979", - "created": 1610360705.979034, + "asctime": "2021-01-11 11:37:10,475", + "created": 1610361430.475056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71735,14 +71798,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 979.0339469909668, + "msecs": 475.0559329986572, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2131.7570209503174, - "thread": 139854729963264, + "relativeCreated": 2130.4659843444824, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71751,8 +71814,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,979", - "created": 1610360705.979208, + "asctime": "2021-01-11 11:37:10,475", + "created": 1610361430.475174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71762,14 +71825,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 979.2079925537109, + "msecs": 475.1739501953125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2131.9310665130615, - "thread": 139854729963264, + "relativeCreated": 2130.5840015411377, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71777,8 +71840,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,979", - "created": 1610360705.979465, + "asctime": "2021-01-11 11:37:10,475", + "created": 1610361430.475345, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71788,14 +71851,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 979.4650077819824, + "msecs": 475.3448963165283, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2132.188081741333, - "thread": 139854729963264, + "relativeCreated": 2130.7549476623535, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71804,8 +71867,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,979", - "created": 1610360705.979635, + "asctime": "2021-01-11 11:37:10,475", + "created": 1610361430.475458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71815,14 +71878,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 979.6350002288818, + "msecs": 475.45790672302246, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2132.3580741882324, - "thread": 139854729963264, + "relativeCreated": 2130.8679580688477, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71830,8 +71893,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,979", - "created": 1610360705.979865, + "asctime": "2021-01-11 11:37:10,475", + "created": 1610361430.475617, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71841,14 +71904,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 979.8650741577148, + "msecs": 475.6169319152832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2132.5881481170654, - "thread": 139854729963264, + "relativeCreated": 2131.0269832611084, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71857,8 +71920,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,980", - "created": 1610360705.980029, + "asctime": "2021-01-11 11:37:10,475", + "created": 1610361430.475809, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71868,14 +71931,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.0291061401367, + "msecs": 475.80909729003906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2132.7521800994873, - "thread": 139854729963264, + "relativeCreated": 2131.2191486358643, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71883,8 +71946,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,980", - "created": 1610360705.980351, + "asctime": "2021-01-11 11:37:10,475", + "created": 1610361430.475991, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71894,14 +71957,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 980.3509712219238, + "msecs": 475.99101066589355, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2133.0740451812744, - "thread": 139854729963264, + "relativeCreated": 2131.4010620117188, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71910,8 +71973,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:05,980", - "created": 1610360705.980479, + "asctime": "2021-01-11 11:37:10,476", + "created": 1610361430.476105, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71921,14 +71984,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.4790019989014, + "msecs": 476.1049747467041, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2133.202075958252, - "thread": 139854729963264, + "relativeCreated": 2131.5150260925293, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71936,8 +71999,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:05,980", - "created": 1610360705.980661, + "asctime": "2021-01-11 11:37:10,476", + "created": 1610361430.476278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71947,14 +72010,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 980.6609153747559, + "msecs": 476.27806663513184, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2133.3839893341064, - "thread": 139854729963264, + "relativeCreated": 2131.688117980957, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71962,8 +72025,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:05,980", - "created": 1610360705.980828, + "asctime": "2021-01-11 11:37:10,476", + "created": 1610361430.476414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71973,14 +72036,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 980.828046798706, + "msecs": 476.4139652252197, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2133.5511207580566, - "thread": 139854729963264, + "relativeCreated": 2131.824016571045, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -71988,8 +72051,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:05,980", - "created": 1610360705.980961, + "asctime": "2021-01-11 11:37:10,476", + "created": 1610361430.476542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71999,14 +72062,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 980.9610843658447, + "msecs": 476.54199600219727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2133.6841583251953, - "thread": 139854729963264, + "relativeCreated": 2131.9520473480225, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72015,8 +72078,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:05,981", - "created": 1610360705.981075, + "asctime": "2021-01-11 11:37:10,476", + "created": 1610361430.476653, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72026,14 +72089,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": 981.0750484466553, + "msecs": 476.6530990600586, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2133.798122406006, - "thread": 139854729963264, + "relativeCreated": 2132.063150405884, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72041,8 +72104,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 11:25:05,981", - "created": 1610360705.981312, + "asctime": "2021-01-11 11:37:10,476", + "created": 1610361430.476979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72052,14 +72115,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": 981.3120365142822, + "msecs": 476.97901725769043, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2134.035110473633, - "thread": 139854729963264, + "relativeCreated": 2132.3890686035156, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72070,8 +72133,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:05,981", - "created": 1610360705.981615, + "asctime": "2021-01-11 11:37:10,477", + "created": 1610361430.477371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72081,14 +72144,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 981.6150665283203, + "msecs": 477.3709774017334, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2134.338140487671, - "thread": 139854729963264, + "relativeCreated": 2132.7810287475586, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72096,25 +72159,25 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:05,981", - "created": 1610360705.98178, + "asctime": "2021-01-11 11:37:10,477", + "created": 1610361430.477565, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 981.7800521850586, + "msecs": 477.56505012512207, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2134.503126144409, - "thread": 139854729963264, + "relativeCreated": 2132.9751014709473, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72123,10 +72186,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'" + "'2f0399826cda4f59ed5d5f637956a2361c3bf54060db179ae2e5099c5eb8a3ed'" ], - "asctime": "2021-01-11 11:25:05,981", - "created": 1610360705.981988, + "asctime": "2021-01-11 11:37:10,477", + "created": 1610361430.477895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72134,25 +72197,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'2f0399826cda4f59ed5d5f637956a2361c3bf54060db179ae2e5099c5eb8a3ed'\"", "module": "__init__", - "msecs": 981.9879531860352, + "msecs": 477.89502143859863, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2134.7110271453857, - "thread": 139854729963264, + "relativeCreated": 2133.305072784424, + "thread": 140379281274624, "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 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33" + "(64): 3a 3c 7b 22 73 74 61 74 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 32 66 30 33 39 39 38 32 36 63 64 61 34 66 35 39 65 64 35" ], - "asctime": "2021-01-11 11:25:06,016", - "created": 1610360706.01667, + "asctime": "2021-01-11 11:37:10,513", + "created": 1610361430.513219, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72160,25 +72223,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 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33", + "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 32 66 30 33 39 39 38 32 36 63 64 61 34 66 35 39 65 64 35", "module": "__init__", - "msecs": 16.66998863220215, + "msecs": 513.2191181182861, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2169.3930625915527, - "thread": 139854721570560, + "relativeCreated": 2168.6291694641113, + "thread": 140379272881920, "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 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33" + "(64): 3a 3c 7b 22 73 74 61 74 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 32 66 30 33 39 39 38 32 36 63 64 61 34 66 35 39 65 64 35" ], - "asctime": "2021-01-11 11:25:06,017", - "created": 1610360706.017113, + "asctime": "2021-01-11 11:37:10,513", + "created": 1610361430.513723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72186,16 +72249,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 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33", + "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 32 66 30 33 39 39 38 32 36 63 64 61 34 66 35 39 65 64 35", "module": "__init__", - "msecs": 17.11297035217285, + "msecs": 513.7228965759277, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2169.8360443115234, - "thread": 139854721570560, + "relativeCreated": 2169.132947921753, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72203,8 +72266,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,017", - "created": 1610360706.017283, + "asctime": "2021-01-11 11:37:10,513", + "created": 1610361430.513928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72214,14 +72277,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 17.282962799072266, + "msecs": 513.9279365539551, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2170.006036758423, - "thread": 139854721570560, + "relativeCreated": 2169.3379878997803, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72230,8 +72293,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,017", - "created": 1610360706.017465, + "asctime": "2021-01-11 11:37:10,514", + "created": 1610361430.514126, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72241,14 +72304,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 17.46511459350586, + "msecs": 514.1260623931885, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2170.1881885528564, - "thread": 139854721570560, + "relativeCreated": 2169.5361137390137, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72256,8 +72319,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,017", - "created": 1610360706.017636, + "asctime": "2021-01-11 11:37:10,514", + "created": 1610361430.514338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72267,14 +72330,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 17.63606071472168, + "msecs": 514.3380165100098, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2170.3591346740723, - "thread": 139854721570560, + "relativeCreated": 2169.748067855835, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72283,8 +72346,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,017", - "created": 1610360706.017768, + "asctime": "2021-01-11 11:37:10,514", + "created": 1610361430.514502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72294,14 +72357,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 17.767906188964844, + "msecs": 514.5020484924316, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2170.4909801483154, - "thread": 139854721570560, + "relativeCreated": 2169.912099838257, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72309,8 +72372,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,017", - "created": 1610360706.017942, + "asctime": "2021-01-11 11:37:10,515", + "created": 1610361430.515316, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72320,14 +72383,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 17.941951751708984, + "msecs": 515.3160095214844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2170.6650257110596, - "thread": 139854721570560, + "relativeCreated": 2170.7260608673096, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72336,8 +72399,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,018", - "created": 1610360706.018075, + "asctime": "2021-01-11 11:37:10,515", + "created": 1610361430.51553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72347,14 +72410,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 18.074989318847656, + "msecs": 515.5301094055176, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2170.7980632781982, - "thread": 139854721570560, + "relativeCreated": 2170.940160751343, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72362,8 +72425,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,018", - "created": 1610360706.018235, + "asctime": "2021-01-11 11:37:10,515", + "created": 1610361430.515744, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72373,14 +72436,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 18.234968185424805, + "msecs": 515.7439708709717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2170.9580421447754, - "thread": 139854721570560, + "relativeCreated": 2171.154022216797, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72389,8 +72452,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,018", - "created": 1610360706.018361, + "asctime": "2021-01-11 11:37:10,515", + "created": 1610361430.515904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72400,23 +72463,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 18.36109161376953, + "msecs": 515.9039497375488, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2171.08416557312, - "thread": 139854721570560, + "relativeCreated": 2171.314001083374, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(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" + "(64): 64 35 66 36 33 37 39 35 36 61 32 33 36 31 63 33 62 66 35 34 30 36 30 64 62 31 37 39 61 65 32 65 35 30 39 39 63 35 65 62 38 61 33 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 61 e4" ], - "asctime": "2021-01-11 11:25:06,018", - "created": 1610360706.018733, + "asctime": "2021-01-11 11:37:10,516", + "created": 1610361430.516369, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72424,25 +72487,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 64 35 66 36 33 37 39 35 36 61 32 33 36 31 63 33 62 66 35 34 30 36 30 64 62 31 37 39 61 65 32 65 35 30 39 39 63 35 65 62 38 61 33 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 61 e4", "module": "__init__", - "msecs": 18.73302459716797, + "msecs": 516.369104385376, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2171.4560985565186, - "thread": 139854721570560, + "relativeCreated": 2171.779155731201, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(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" + "(64): 64 35 66 36 33 37 39 35 36 61 32 33 36 31 63 33 62 66 35 34 30 36 30 64 62 31 37 39 61 65 32 65 35 30 39 39 63 35 65 62 38 61 33 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 61 e4" ], - "asctime": "2021-01-11 11:25:06,019", - "created": 1610360706.01901, + "asctime": "2021-01-11 11:37:10,516", + "created": 1610361430.516718, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72450,16 +72513,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 64 35 66 36 33 37 39 35 36 61 32 33 36 31 63 33 62 66 35 34 30 36 30 64 62 31 37 39 61 65 32 65 35 30 39 39 63 35 65 62 38 61 33 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 61 e4", "module": "__init__", - "msecs": 19.010066986083984, + "msecs": 516.7179107666016, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2171.7331409454346, - "thread": 139854721570560, + "relativeCreated": 2172.1279621124268, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72467,8 +72530,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,019", - "created": 1610360706.019321, + "asctime": "2021-01-11 11:37:10,517", + "created": 1610361430.517138, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72478,14 +72541,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 19.320964813232422, + "msecs": 517.1380043029785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2172.044038772583, - "thread": 139854721570560, + "relativeCreated": 2172.5480556488037, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72494,8 +72557,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,019", - "created": 1610360706.019923, + "asctime": "2021-01-11 11:37:10,517", + "created": 1610361430.517302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72505,23 +72568,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 19.922971725463867, + "msecs": 517.3020362854004, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2172.6460456848145, - "thread": 139854721570560, + "relativeCreated": 2172.7120876312256, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): 1a c4 3a 3e" + "(4): cb 82 3a 3e" ], - "asctime": "2021-01-11 11:25:06,020", - "created": 1610360706.020141, + "asctime": "2021-01-11 11:37:10,517", + "created": 1610361430.517538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72529,25 +72592,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 1a c4 3a 3e", + "message": "comm-server: TX -> (4): cb 82 3a 3e", "module": "__init__", - "msecs": 20.140886306762695, + "msecs": 517.5380706787109, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2172.8639602661133, - "thread": 139854721570560, + "relativeCreated": 2172.948122024536, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): 1a c4 3a 3e" + "(4): cb 82 3a 3e" ], - "asctime": "2021-01-11 11:25:06,020", - "created": 1610360706.020306, + "asctime": "2021-01-11 11:37:10,517", + "created": 1610361430.517722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72555,16 +72618,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 1a c4 3a 3e", + "message": "comm-client: RX <- (4): cb 82 3a 3e", "module": "__init__", - "msecs": 20.306110382080078, + "msecs": 517.7218914031982, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2173.0291843414307, - "thread": 139854721570560, + "relativeCreated": 2173.1319427490234, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72572,8 +72635,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,020", - "created": 1610360706.020458, + "asctime": "2021-01-11 11:37:10,517", + "created": 1610361430.517902, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72583,14 +72646,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 20.457983016967773, + "msecs": 517.9018974304199, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2173.1810569763184, - "thread": 139854721570560, + "relativeCreated": 2173.311948776245, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72599,8 +72662,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,020", - "created": 1610360706.020588, + "asctime": "2021-01-11 11:37:10,518", + "created": 1610361430.518055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72610,23 +72673,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": 20.587921142578125, + "msecs": 518.0549621582031, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2173.3109951019287, - "thread": 139854721570560, + "relativeCreated": 2173.4650135040283, + "thread": 140379272881920, "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 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" + "(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 32 66 30 33 39 39 38 32 36 63 64 61 34 66 35 39 65 64 35 64 35 66 36 33 37 39 35 36 61 32 33 36 31 63 33 62 66 35 34 30 36 30 64 62 31 37 39 61 65 32 65 35 30 39 39 63 35 65 62 38 61 33 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 61 e4 cb 82" ], - "asctime": "2021-01-11 11:25:06,021", - "created": 1610360706.021007, + "asctime": "2021-01-11 11:37:10,518", + "created": 1610361430.518535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72634,16 +72697,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 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", + "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 32 66 30 33 39 39 38 32 36 63 64 61 34 66 35 39 65 64 35 64 35 66 36 33 37 39 35 36 61 32 33 36 31 63 33 62 66 35 34 30 36 30 64 62 31 37 39 61 65 32 65 35 30 39 39 63 35 65 62 38 61 33 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 61 e4 cb 82", "module": "stp", - "msecs": 21.007061004638672, + "msecs": 518.5348987579346, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2173.7301349639893, - "thread": 139854721570560, + "relativeCreated": 2173.9449501037598, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72652,10 +72715,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'" + "u'2f0399826cda4f59ed5d5f637956a2361c3bf54060db179ae2e5099c5eb8a3ed'" ], - "asctime": "2021-01-11 11:25:06,021", - "created": 1610360706.021352, + "asctime": "2021-01-11 11:37:10,518", + "created": 1610361430.518949, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72663,16 +72726,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'2f0399826cda4f59ed5d5f637956a2361c3bf54060db179ae2e5099c5eb8a3ed'\"", "module": "__init__", - "msecs": 21.352052688598633, + "msecs": 518.949031829834, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2174.075126647949, - "thread": 139854721570560, + "relativeCreated": 2174.359083175659, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72680,8 +72743,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:06,021", - "created": 1610360706.021525, + "asctime": "2021-01-11 11:37:10,519", + "created": 1610361430.519171, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72691,14 +72754,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 21.524906158447266, + "msecs": 519.1709995269775, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2174.247980117798, - "thread": 139854721570560, + "relativeCreated": 2174.5810508728027, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -72707,10 +72770,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'" + "'cea9a510615aeaeac83d9d18cbfdd9f5c5345678587335c6aa3f7256cc0720e2beb22780d3ed0a14da87c3373e92f108f666dd599e3fb719653c0f3aa84eb104'" ], - "asctime": "2021-01-11 11:25:06,021", - "created": 1610360706.021768, + "asctime": "2021-01-11 11:37:10,519", + "created": 1610361430.519486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72718,25 +72781,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'cea9a510615aeaeac83d9d18cbfdd9f5c5345678587335c6aa3f7256cc0720e2beb22780d3ed0a14da87c3373e92f108f666dd599e3fb719653c0f3aa84eb104'\"", "module": "__init__", - "msecs": 21.76809310913086, + "msecs": 519.4859504699707, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2174.4911670684814, - "thread": 139854721570560, + "relativeCreated": 2174.896001815796, + "thread": 140379272881920, "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 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63" + "(64): 3a 3c 7b 22 73 74 61 74 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 63 65 61 39 61 35 31 30 36 31 35 61 65 61 65 61 63 38 33" ], - "asctime": "2021-01-11 11:25:06,046", - "created": 1610360706.046515, + "asctime": "2021-01-11 11:37:10,542", + "created": 1610361430.542524, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72744,25 +72807,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 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63", + "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 63 65 61 39 61 35 31 30 36 31 35 61 65 61 65 61 63 38 33", "module": "__init__", - "msecs": 46.51498794555664, + "msecs": 542.5240993499756, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2199.238061904907, - "thread": 139854729963264, + "relativeCreated": 2197.934150695801, + "thread": 140379281274624, "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 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63" + "(64): 3a 3c 7b 22 73 74 61 74 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 63 65 61 39 61 35 31 30 36 31 35 61 65 61 65 61 63 38 33" ], - "asctime": "2021-01-11 11:25:06,046", - "created": 1610360706.046886, + "asctime": "2021-01-11 11:37:10,542", + "created": 1610361430.54281, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72770,16 +72833,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 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63", + "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 63 65 61 39 61 35 31 30 36 31 35 61 65 61 65 61 63 38 33", "module": "__init__", - "msecs": 46.88596725463867, + "msecs": 542.8099632263184, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2199.6090412139893, - "thread": 139854729963264, + "relativeCreated": 2198.2200145721436, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72787,8 +72850,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047025, + "asctime": "2021-01-11 11:37:10,542", + "created": 1610361430.542924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72798,14 +72861,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 47.02496528625488, + "msecs": 542.9239273071289, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2199.7480392456055, - "thread": 139854729963264, + "relativeCreated": 2198.333978652954, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72814,8 +72877,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047146, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.543019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72825,14 +72888,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.14608192443848, + "msecs": 543.0190563201904, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2199.869155883789, - "thread": 139854729963264, + "relativeCreated": 2198.4291076660156, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72840,8 +72903,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047292, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.54313, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72851,14 +72914,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 47.29199409484863, + "msecs": 543.1299209594727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2200.015068054199, - "thread": 139854729963264, + "relativeCreated": 2198.539972305298, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72867,8 +72930,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047407, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.543229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72878,14 +72941,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.406911849975586, + "msecs": 543.2291030883789, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2200.129985809326, - "thread": 139854729963264, + "relativeCreated": 2198.639154434204, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72893,8 +72956,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047553, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.543345, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72904,14 +72967,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 47.553062438964844, + "msecs": 543.3449745178223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2200.2761363983154, - "thread": 139854729963264, + "relativeCreated": 2198.7550258636475, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72920,8 +72983,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047657, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.543427, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72931,14 +72994,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.657012939453125, + "msecs": 543.4269905090332, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2200.3800868988037, - "thread": 139854729963264, + "relativeCreated": 2198.8370418548584, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72946,8 +73009,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047786, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.543529, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72957,14 +73020,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 47.78599739074707, + "msecs": 543.5290336608887, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2200.5090713500977, - "thread": 139854729963264, + "relativeCreated": 2198.939085006714, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -72973,8 +73036,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,047", - "created": 1610360706.047895, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.543616, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72984,23 +73047,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.894954681396484, + "msecs": 543.6160564422607, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2200.618028640747, - "thread": 139854729963264, + "relativeCreated": 2199.026107788086, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 64 39 64 31 38 63 62 66 64 64 39 66 35 63 35 33 34 35 36 37 38 35 38 37 33 33 35 63 36 61 61 33 66 37 32 35 36 63 63 30 37 32 30 65 32 62 65 62 32 32 37 38 30 64 33 65 64 30 61 31 34 64 61 38" ], - "asctime": "2021-01-11 11:25:06,048", - "created": 1610360706.048367, + "asctime": "2021-01-11 11:37:10,543", + "created": 1610361430.543858, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73008,25 +73071,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 64 39 64 31 38 63 62 66 64 64 39 66 35 63 35 33 34 35 36 37 38 35 38 37 33 33 35 63 36 61 61 33 66 37 32 35 36 63 63 30 37 32 30 65 32 62 65 62 32 32 37 38 30 64 33 65 64 30 61 31 34 64 61 38", "module": "__init__", - "msecs": 48.36702346801758, + "msecs": 543.8580513000488, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2201.090097427368, - "thread": 139854729963264, + "relativeCreated": 2199.268102645874, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 64 39 64 31 38 63 62 66 64 64 39 66 35 63 35 33 34 35 36 37 38 35 38 37 33 33 35 63 36 61 61 33 66 37 32 35 36 63 63 30 37 32 30 65 32 62 65 62 32 32 37 38 30 64 33 65 64 30 61 31 34 64 61 38" ], - "asctime": "2021-01-11 11:25:06,048", - "created": 1610360706.04871, + "asctime": "2021-01-11 11:37:10,544", + "created": 1610361430.54404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73034,25 +73097,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 64 39 64 31 38 63 62 66 64 64 39 66 35 63 35 33 34 35 36 37 38 35 38 37 33 33 35 63 36 61 61 33 66 37 32 35 36 63 63 30 37 32 30 65 32 62 65 62 32 32 37 38 30 64 33 65 64 30 61 31 34 64 61 38", "module": "__init__", - "msecs": 48.71010780334473, + "msecs": 544.0399646759033, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2201.4331817626953, - "thread": 139854729963264, + "relativeCreated": 2199.4500160217285, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 37 63 33 33 37 33 65 39 32 66 31 30 38 66 36 36 36 64 64 35 39 39 65 33 66 62 37 31 39 36 35 33 63 30 66 33 61 61 38 34 65 62 31 30 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 97 d2" ], - "asctime": "2021-01-11 11:25:06,049", - "created": 1610360706.049405, + "asctime": "2021-01-11 11:37:10,544", + "created": 1610361430.544363, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73060,25 +73123,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 37 63 33 33 37 33 65 39 32 66 31 30 38 66 36 36 36 64 64 35 39 39 65 33 66 62 37 31 39 36 35 33 63 30 66 33 61 61 38 34 65 62 31 30 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 97 d2", "module": "__init__", - "msecs": 49.40509796142578, + "msecs": 544.3630218505859, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2202.1281719207764, - "thread": 139854729963264, + "relativeCreated": 2199.773073196411, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 37 63 33 33 37 33 65 39 32 66 31 30 38 66 36 36 36 64 64 35 39 39 65 33 66 62 37 31 39 36 35 33 63 30 66 33 61 61 38 34 65 62 31 30 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 97 d2" ], - "asctime": "2021-01-11 11:25:06,049", - "created": 1610360706.049752, + "asctime": "2021-01-11 11:37:10,544", + "created": 1610361430.544547, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73086,16 +73149,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 37 63 33 33 37 33 65 39 32 66 31 30 38 66 36 36 36 64 64 35 39 39 65 33 66 62 37 31 39 36 35 33 63 30 66 33 61 61 38 34 65 62 31 30 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 97 d2", "module": "__init__", - "msecs": 49.751996994018555, + "msecs": 544.5470809936523, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2202.475070953369, - "thread": 139854729963264, + "relativeCreated": 2199.9571323394775, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73103,8 +73166,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,050", - "created": 1610360706.050179, + "asctime": "2021-01-11 11:37:10,544", + "created": 1610361430.544768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73114,14 +73177,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 50.17900466918945, + "msecs": 544.7680950164795, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2202.90207862854, - "thread": 139854729963264, + "relativeCreated": 2200.1781463623047, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73130,8 +73193,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,050", - "created": 1610360706.050343, + "asctime": "2021-01-11 11:37:10,544", + "created": 1610361430.544859, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73141,23 +73204,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 50.34303665161133, + "msecs": 544.8589324951172, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2203.066110610962, - "thread": 139854729963264, + "relativeCreated": 2200.2689838409424, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): 09 f0 3a 3e" + "(4): d9 48 3a 3e" ], - "asctime": "2021-01-11 11:25:06,050", - "created": 1610360706.050598, + "asctime": "2021-01-11 11:37:10,544", + "created": 1610361430.544993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73165,25 +73228,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 09 f0 3a 3e", + "message": "comm-client: TX -> (4): d9 48 3a 3e", "module": "__init__", - "msecs": 50.5979061126709, + "msecs": 544.9929237365723, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2203.3209800720215, - "thread": 139854729963264, + "relativeCreated": 2200.4029750823975, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): 09 f0 3a 3e" + "(4): d9 48 3a 3e" ], - "asctime": "2021-01-11 11:25:06,050", - "created": 1610360706.050726, + "asctime": "2021-01-11 11:37:10,545", + "created": 1610361430.545093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73191,16 +73254,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 09 f0 3a 3e", + "message": "comm-server: RX <- (4): d9 48 3a 3e", "module": "__init__", - "msecs": 50.72593688964844, + "msecs": 545.0930595397949, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2203.449010848999, - "thread": 139854729963264, + "relativeCreated": 2200.50311088562, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73208,8 +73271,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,050", - "created": 1610360706.050852, + "asctime": "2021-01-11 11:37:10,545", + "created": 1610361430.545251, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73219,14 +73282,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 50.852060317993164, + "msecs": 545.2508926391602, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2203.5751342773438, - "thread": 139854729963264, + "relativeCreated": 2200.6609439849854, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73235,8 +73298,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,050", - "created": 1610360706.050956, + "asctime": "2021-01-11 11:37:10,545", + "created": 1610361430.545347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73246,23 +73309,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": 50.956010818481445, + "msecs": 545.3469753265381, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2203.679084777832, - "thread": 139854729963264, + "relativeCreated": 2200.7570266723633, + "thread": 140379281274624, "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 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" + "(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 63 65 61 39 61 35 31 30 36 31 35 61 65 61 65 61 63 38 33 64 39 64 31 38 63 62 66 64 64 39 66 35 63 35 33 34 35 36 37 38 35 38 37 33 33 35 63 36 61 61 33 66 37 32 35 36 63 63 30 37 32 30 65 32 62 65 62 32 32 37 38 30 64 33 65 64 30 61 31 34 64 61 38 37 63 33 33 37 33 65 39 32 66 31 30 38 66 36 36 36 64 64 35 39 39 65 33 66 62 37 31 39 36 35 33 63 30 66 33 61 61 38 34 65 62 31 30 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 97 d2 d9 48" ], - "asctime": "2021-01-11 11:25:06,051", - "created": 1610360706.051407, + "asctime": "2021-01-11 11:37:10,545", + "created": 1610361430.545701, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73270,16 +73333,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 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", + "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 63 65 61 39 61 35 31 30 36 31 35 61 65 61 65 61 63 38 33 64 39 64 31 38 63 62 66 64 64 39 66 35 63 35 33 34 35 36 37 38 35 38 37 33 33 35 63 36 61 61 33 66 37 32 35 36 63 63 30 37 32 30 65 32 62 65 62 32 32 37 38 30 64 33 65 64 30 61 31 34 64 61 38 37 63 33 33 37 33 65 39 32 66 31 30 38 66 36 36 36 64 64 35 39 39 65 33 66 62 37 31 39 36 35 33 63 30 66 33 61 61 38 34 65 62 31 30 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 97 d2 d9 48", "module": "stp", - "msecs": 51.4070987701416, + "msecs": 545.7010269165039, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2204.130172729492, - "thread": 139854729963264, + "relativeCreated": 2201.111078262329, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73288,10 +73351,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'" + "u'cea9a510615aeaeac83d9d18cbfdd9f5c5345678587335c6aa3f7256cc0720e2beb22780d3ed0a14da87c3373e92f108f666dd599e3fb719653c0f3aa84eb104'" ], - "asctime": "2021-01-11 11:25:06,051", - "created": 1610360706.051707, + "asctime": "2021-01-11 11:37:10,545", + "created": 1610361430.545945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73299,16 +73362,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'cea9a510615aeaeac83d9d18cbfdd9f5c5345678587335c6aa3f7256cc0720e2beb22780d3ed0a14da87c3373e92f108f666dd599e3fb719653c0f3aa84eb104'\"", "module": "__init__", - "msecs": 51.70702934265137, + "msecs": 545.9449291229248, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2204.430103302002, - "thread": 139854729963264, + "relativeCreated": 2201.35498046875, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73316,25 +73379,25 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:06,051", - "created": 1610360706.051855, + "asctime": "2021-01-11 11:37:10,546", + "created": 1610361430.546068, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 51.85508728027344, + "msecs": 546.0679531097412, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2204.578161239624, - "thread": 139854729963264, + "relativeCreated": 2201.4780044555664, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73345,8 +73408,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 11:25:06,052", - "created": 1610360706.052075, + "asctime": "2021-01-11 11:37:10,546", + "created": 1610361430.546251, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73356,14 +73419,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 52.07490921020508, + "msecs": 546.2510585784912, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2204.7979831695557, - "thread": 139854729963264, + "relativeCreated": 2201.6611099243164, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -73371,8 +73434,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 11:25:06,054", - "created": 1610360706.054306, + "asctime": "2021-01-11 11:37:10,552", + "created": 1610361430.55219, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73382,14 +73445,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": 54.3060302734375, + "msecs": 552.1900653839111, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2207.029104232788, - "thread": 139854721570560, + "relativeCreated": 2207.6001167297363, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73397,8 +73460,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 11:25:06,054", - "created": 1610360706.054614, + "asctime": "2021-01-11 11:37:10,552", + "created": 1610361430.552523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73408,14 +73471,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": 54.61406707763672, + "msecs": 552.5228977203369, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2207.3371410369873, - "thread": 139854721570560, + "relativeCreated": 2207.932949066162, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73423,8 +73486,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,054", - "created": 1610360706.054753, + "asctime": "2021-01-11 11:37:10,552", + "created": 1610361430.552636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73434,14 +73497,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 54.75306510925293, + "msecs": 552.635908126831, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2207.4761390686035, - "thread": 139854721570560, + "relativeCreated": 2208.0459594726562, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73450,8 +73513,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,054", - "created": 1610360706.054871, + "asctime": "2021-01-11 11:37:10,552", + "created": 1610361430.552754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73461,14 +73524,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 54.8710823059082, + "msecs": 552.7539253234863, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2207.594156265259, - "thread": 139854721570560, + "relativeCreated": 2208.1639766693115, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73476,8 +73539,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,055", - "created": 1610360706.055009, + "asctime": "2021-01-11 11:37:10,552", + "created": 1610361430.552862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73487,14 +73550,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 55.008888244628906, + "msecs": 552.8619289398193, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2207.7319622039795, - "thread": 139854721570560, + "relativeCreated": 2208.2719802856445, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73503,8 +73566,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,055", - "created": 1610360706.055132, + "asctime": "2021-01-11 11:37:10,552", + "created": 1610361430.552971, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73514,14 +73577,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.13191223144531, + "msecs": 552.9708862304688, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2207.854986190796, - "thread": 139854721570560, + "relativeCreated": 2208.380937576294, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73529,8 +73592,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,055", - "created": 1610360706.055278, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73540,14 +73603,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 55.27806282043457, + "msecs": 553.1060695648193, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2208.001136779785, - "thread": 139854721570560, + "relativeCreated": 2208.5161209106445, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73556,8 +73619,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,055", - "created": 1610360706.055384, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553193, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73567,14 +73630,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.383920669555664, + "msecs": 553.1930923461914, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2208.1069946289062, - "thread": 139854721570560, + "relativeCreated": 2208.6031436920166, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73582,8 +73645,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,055", - "created": 1610360706.055519, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553289, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73593,14 +73656,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 55.51910400390625, + "msecs": 553.2889366149902, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2208.242177963257, - "thread": 139854721570560, + "relativeCreated": 2208.6989879608154, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73609,8 +73672,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,055", - "created": 1610360706.055768, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553366, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73620,14 +73683,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.76801300048828, + "msecs": 553.36594581604, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2208.491086959839, - "thread": 139854721570560, + "relativeCreated": 2208.7759971618652, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73635,8 +73698,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,056", - "created": 1610360706.056013, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73646,14 +73709,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 56.01310729980469, + "msecs": 553.4729957580566, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2208.7361812591553, - "thread": 139854721570560, + "relativeCreated": 2208.883047103882, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73662,8 +73725,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,056", - "created": 1610360706.056149, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73673,14 +73736,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.14900588989258, + "msecs": 553.54905128479, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2208.872079849243, - "thread": 139854721570560, + "relativeCreated": 2208.9591026306152, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73688,8 +73751,8 @@ "comm-server:", "(7): 7d a1 48 27 7d 3a 3e" ], - "asctime": "2021-01-11 11:25:06,056", - "created": 1610360706.056357, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73699,14 +73762,14 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d a1 48 27 7d 3a 3e", "module": "__init__", - "msecs": 56.35690689086914, + "msecs": 553.6739826202393, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.0799808502197, - "thread": 139854721570560, + "relativeCreated": 2209.0840339660645, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73714,8 +73777,8 @@ "comm-client:", "(7): 7d a1 48 27 7d 3a 3e" ], - "asctime": "2021-01-11 11:25:06,056", - "created": 1610360706.056527, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553769, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73725,14 +73788,14 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d a1 48 27 7d 3a 3e", "module": "__init__", - "msecs": 56.526899337768555, + "msecs": 553.7691116333008, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.249973297119, - "thread": 139854721570560, + "relativeCreated": 2209.179162979126, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73740,8 +73803,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,056", - "created": 1610360706.0567, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73751,14 +73814,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 56.69999122619629, + "msecs": 553.8649559020996, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.423065185547, - "thread": 139854721570560, + "relativeCreated": 2209.275007247925, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73767,8 +73830,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,056", - "created": 1610360706.056814, + "asctime": "2021-01-11 11:37:10,553", + "created": 1610361430.553963, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73778,14 +73841,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.813955307006836, + "msecs": 553.9629459381104, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.5370292663574, - "thread": 139854721570560, + "relativeCreated": 2209.3729972839355, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73793,8 +73856,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 11:25:06,056", - "created": 1610360706.056928, + "asctime": "2021-01-11 11:37:10,554", + "created": 1610361430.554131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73804,14 +73867,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": 56.92791938781738, + "msecs": 554.131031036377, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.650993347168, - "thread": 139854721570560, + "relativeCreated": 2209.541082382202, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73822,8 +73885,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 11:25:06,057", - "created": 1610360706.057063, + "asctime": "2021-01-11 11:37:10,554", + "created": 1610361430.554352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73833,14 +73896,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 57.06310272216797, + "msecs": 554.3520450592041, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.7861766815186, - "thread": 139854721570560, + "relativeCreated": 2209.7620964050293, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -73848,8 +73911,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:06,057", - "created": 1610360706.057142, + "asctime": "2021-01-11 11:37:10,554", + "created": 1610361430.554467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73859,22 +73922,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 57.142019271850586, + "msecs": 554.466962814331, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.865093231201, - "thread": 139854721570560, + "relativeCreated": 2209.8770141601562, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,057", - "created": 1610360706.057204, + "asctime": "2021-01-11 11:37:10,554", + "created": 1610361430.554557, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73884,35 +73947,35 @@ "lineno": 363, "message": "prot-client: Got negative authentification feedback", "module": "__init__", - "msecs": 57.20400810241699, + "msecs": 554.5570850372314, "msg": "%s Got negative authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2209.9270820617676, - "thread": 139854721570560, + "relativeCreated": 2209.9671363830566, + "thread": 140379272881920, "threadName": "Thread-6" } ], - "msecs": 57.7089786529541, + "msecs": 555.293083190918, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2210.4320526123047, - "thread": 139854989064000, + "relativeCreated": 2210.703134536743, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0005049705505371094 + "time_consumption": 0.0007359981536865234 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058043, + "asctime": "2021-01-11 11:37:10,555", + "created": 1610361430.555788, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -73929,8 +73992,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,057", - "created": 1610360706.057909, + "asctime": "2021-01-11 11:37:10,555", + "created": 1610361430.55557, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -73940,14 +74003,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 57.90901184082031, + "msecs": 555.5698871612549, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2210.632085800171, - "thread": 139854989064000, + "relativeCreated": 2210.97993850708, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -73956,8 +74019,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,057", - "created": 1610360706.05798, + "asctime": "2021-01-11 11:37:10,555", + "created": 1610361430.555673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -73967,35 +74030,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 57.98006057739258, + "msecs": 555.6728839874268, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2210.703134536743, - "thread": 139854989064000, + "relativeCreated": 2211.082935333252, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 58.04300308227539, + "msecs": 555.7880401611328, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2210.766077041626, - "thread": 139854989064000, + "relativeCreated": 2211.198091506958, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 0.00011515617370605469 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.05825, + "asctime": "2021-01-11 11:37:10,556", + "created": 1610361430.556246, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74012,8 +74075,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058139, + "asctime": "2021-01-11 11:37:10,556", + "created": 1610361430.556009, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74023,14 +74086,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 58.13908576965332, + "msecs": 556.00905418396, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2210.862159729004, - "thread": 139854989064000, + "relativeCreated": 2211.419105529785, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -74039,8 +74102,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058196, + "asctime": "2021-01-11 11:37:10,556", + "created": 1610361430.556123, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74050,35 +74113,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 58.196067810058594, + "msecs": 556.1230182647705, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2210.919141769409, - "thread": 139854989064000, + "relativeCreated": 2211.5330696105957, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 58.24995040893555, + "msecs": 556.2460422515869, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2210.973024368286, - "thread": 139854989064000, + "relativeCreated": 2211.656093597412, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 5.3882598876953125e-05 + "time_consumption": 0.00012302398681640625 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058511, + "asctime": "2021-01-11 11:37:10,556", + "created": 1610361430.556673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74095,8 +74158,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058343, + "asctime": "2021-01-11 11:37:10,556", + "created": 1610361430.556437, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74106,14 +74169,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 58.342933654785156, + "msecs": 556.4370155334473, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2211.0660076141357, - "thread": 139854989064000, + "relativeCreated": 2211.8470668792725, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -74122,8 +74185,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058434, + "asctime": "2021-01-11 11:37:10,556", + "created": 1610361430.556552, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74133,32 +74196,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 58.43400955200195, + "msecs": 556.5519332885742, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2211.1570835113525, - "thread": 139854989064000, + "relativeCreated": 2211.9619846343994, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 58.51101875305176, + "msecs": 556.6730499267578, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2211.2340927124023, - "thread": 139854989064000, + "relativeCreated": 2212.083101272583, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 7.700920104980469e-05 + "time_consumption": 0.00012111663818359375 }, { "args": [], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058638, + "asctime": "2021-01-11 11:37:10,556", + "created": 1610361430.556874, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -74169,21 +74232,21 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 58.63809585571289, + "msecs": 556.8740367889404, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2211.3611698150635, - "thread": 139854989064000, + "relativeCreated": 2212.2840881347656, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:06,159", - "created": 1610360706.159393, + "asctime": "2021-01-11 11:37:10,657", + "created": 1610361430.657628, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -74202,8 +74265,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,058", - "created": 1610360706.058803, + "asctime": "2021-01-11 11:37:10,557", + "created": 1610361430.557103, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74213,14 +74276,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 58.80308151245117, + "msecs": 557.1029186248779, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2211.5261554718018, - "thread": 139854989064000, + "relativeCreated": 2212.512969970703, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -74228,8 +74291,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 11:25:06,059", - "created": 1610360706.059779, + "asctime": "2021-01-11 11:37:10,562", + "created": 1610361430.562194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74239,14 +74302,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": 59.77892875671387, + "msecs": 562.1941089630127, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2212.5020027160645, - "thread": 139854729963264, + "relativeCreated": 2217.604160308838, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74254,8 +74317,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 11:25:06,059", - "created": 1610360706.059915, + "asctime": "2021-01-11 11:37:10,562", + "created": 1610361430.562494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74265,14 +74328,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": 59.91506576538086, + "msecs": 562.4940395355225, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2212.6381397247314, - "thread": 139854729963264, + "relativeCreated": 2217.9040908813477, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74280,8 +74343,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,059", - "created": 1610360706.059989, + "asctime": "2021-01-11 11:37:10,562", + "created": 1610361430.562638, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74291,14 +74354,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 59.988975524902344, + "msecs": 562.6380443572998, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2212.712049484253, - "thread": 139854729963264, + "relativeCreated": 2218.048095703125, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74307,8 +74370,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060047, + "asctime": "2021-01-11 11:37:10,562", + "created": 1610361430.562755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74318,14 +74381,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 60.04691123962402, + "msecs": 562.7551078796387, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2212.7699851989746, - "thread": 139854729963264, + "relativeCreated": 2218.165159225464, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74333,8 +74396,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060119, + "asctime": "2021-01-11 11:37:10,562", + "created": 1610361430.562894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74344,14 +74407,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 60.118913650512695, + "msecs": 562.8941059112549, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2212.8419876098633, - "thread": 139854729963264, + "relativeCreated": 2218.30415725708, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74360,8 +74423,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060174, + "asctime": "2021-01-11 11:37:10,563", + "created": 1610361430.563001, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74371,14 +74434,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 60.173988342285156, + "msecs": 563.0009174346924, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2212.8970623016357, - "thread": 139854729963264, + "relativeCreated": 2218.4109687805176, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74386,8 +74449,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060248, + "asctime": "2021-01-11 11:37:10,563", + "created": 1610361430.563152, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74397,14 +74460,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 60.24789810180664, + "msecs": 563.1520748138428, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2212.970972061157, - "thread": 139854729963264, + "relativeCreated": 2218.562126159668, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74413,8 +74476,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060306, + "asctime": "2021-01-11 11:37:10,563", + "created": 1610361430.563282, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74424,14 +74487,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 60.30607223510742, + "msecs": 563.2820129394531, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.029146194458, - "thread": 139854729963264, + "relativeCreated": 2218.6920642852783, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74439,8 +74502,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060372, + "asctime": "2021-01-11 11:37:10,563", + "created": 1610361430.563484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74450,14 +74513,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 60.372114181518555, + "msecs": 563.4839534759521, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.095188140869, - "thread": 139854729963264, + "relativeCreated": 2218.8940048217773, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74466,8 +74529,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060429, + "asctime": "2021-01-11 11:37:10,563", + "created": 1610361430.563602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74477,14 +74540,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 60.42909622192383, + "msecs": 563.6019706726074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.1521701812744, - "thread": 139854729963264, + "relativeCreated": 2219.0120220184326, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74492,8 +74555,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060507, + "asctime": "2021-01-11 11:37:10,563", + "created": 1610361430.563761, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74503,14 +74566,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 60.50705909729004, + "msecs": 563.7609958648682, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.2301330566406, - "thread": 139854729963264, + "relativeCreated": 2219.1710472106934, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74519,8 +74582,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060561, + "asctime": "2021-01-11 11:37:10,563", + "created": 1610361430.563895, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74530,14 +74593,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 60.56094169616699, + "msecs": 563.8949871063232, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.2840156555176, - "thread": 139854729963264, + "relativeCreated": 2219.3050384521484, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74545,8 +74608,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.06064, + "asctime": "2021-01-11 11:37:10,564", + "created": 1610361430.564206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74556,14 +74619,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 60.64009666442871, + "msecs": 564.2058849334717, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.3631706237793, - "thread": 139854729963264, + "relativeCreated": 2219.615936279297, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74571,8 +74634,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060704, + "asctime": "2021-01-11 11:37:10,564", + "created": 1610361430.564373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74582,14 +74645,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 60.70399284362793, + "msecs": 564.3730163574219, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.4270668029785, - "thread": 139854729963264, + "relativeCreated": 2219.783067703247, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74597,8 +74660,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060777, + "asctime": "2021-01-11 11:37:10,564", + "created": 1610361430.564548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74608,14 +74671,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 60.77694892883301, + "msecs": 564.5480155944824, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.5000228881836, - "thread": 139854729963264, + "relativeCreated": 2219.9580669403076, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74624,8 +74687,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,060", - "created": 1610360706.060832, + "asctime": "2021-01-11 11:37:10,564", + "created": 1610361430.564787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74635,14 +74698,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": 60.83202362060547, + "msecs": 564.7869110107422, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.555097579956, - "thread": 139854729963264, + "relativeCreated": 2220.1969623565674, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74650,8 +74713,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 11:25:06,060", - "created": 1610360706.060948, + "asctime": "2021-01-11 11:37:10,565", + "created": 1610361430.565206, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74661,14 +74724,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": 60.94789505004883, + "msecs": 565.2060508728027, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.6709690093994, - "thread": 139854729963264, + "relativeCreated": 2220.616102218628, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74679,8 +74742,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,061", - "created": 1610360706.06108, + "asctime": "2021-01-11 11:37:10,565", + "created": 1610361430.565532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74690,14 +74753,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 61.079978942871094, + "msecs": 565.5319690704346, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.8030529022217, - "thread": 139854729963264, + "relativeCreated": 2220.9420204162598, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74705,25 +74768,25 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:06,061", - "created": 1610360706.061179, + "asctime": "2021-01-11 11:37:10,565", + "created": 1610361430.565674, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 61.17892265319824, + "msecs": 565.6740665435791, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2213.901996612549, - "thread": 139854729963264, + "relativeCreated": 2221.0841178894043, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -74732,10 +74795,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'" + "'7267b9ff3fa80f20acdfd3ae3e9f1a3eccdc79affad14b6bc643e4a3c2208d85'" ], - "asctime": "2021-01-11 11:25:06,061", - "created": 1610360706.061321, + "asctime": "2021-01-11 11:37:10,565", + "created": 1610361430.565856, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74743,25 +74806,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'7267b9ff3fa80f20acdfd3ae3e9f1a3eccdc79affad14b6bc643e4a3c2208d85'\"", "module": "__init__", - "msecs": 61.32102012634277, + "msecs": 565.8559799194336, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2214.0440940856934, - "thread": 139854729963264, + "relativeCreated": 2221.266031265259, + "thread": 140379281274624, "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 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 32 36 37 62 39 66 66 33 66 61 38 30 66 32 30 61 63 64" ], - "asctime": "2021-01-11 11:25:06,061", - "created": 1610360706.061766, + "asctime": "2021-01-11 11:37:10,571", + "created": 1610361430.57162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74769,25 +74832,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 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39", + "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 32 36 37 62 39 66 66 33 66 61 38 30 66 32 30 61 63 64", "module": "__init__", - "msecs": 61.76590919494629, + "msecs": 571.619987487793, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2214.488983154297, - "thread": 139854721570560, + "relativeCreated": 2227.030038833618, + "thread": 140379272881920, "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 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39" + "(64): 3a 3c 7b 22 73 74 61 74 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 32 36 37 62 39 66 66 33 66 61 38 30 66 32 30 61 63 64" ], - "asctime": "2021-01-11 11:25:06,061", - "created": 1610360706.061944, + "asctime": "2021-01-11 11:37:10,571", + "created": 1610361430.571884, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74795,16 +74858,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 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39", + "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 32 36 37 62 39 66 66 33 66 61 38 30 66 32 30 61 63 64", "module": "__init__", - "msecs": 61.944007873535156, + "msecs": 571.8839168548584, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2214.6670818328857, - "thread": 139854721570560, + "relativeCreated": 2227.2939682006836, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74812,8 +74875,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062021, + "asctime": "2021-01-11 11:37:10,571", + "created": 1610361430.571991, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74823,14 +74886,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 62.02101707458496, + "msecs": 571.990966796875, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2214.7440910339355, - "thread": 139854721570560, + "relativeCreated": 2227.4010181427, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74839,8 +74902,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062082, + "asctime": "2021-01-11 11:37:10,572", + "created": 1610361430.572084, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74850,14 +74913,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 62.08205223083496, + "msecs": 572.0839500427246, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2214.8051261901855, - "thread": 139854721570560, + "relativeCreated": 2227.49400138855, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74865,8 +74928,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062155, + "asctime": "2021-01-11 11:37:10,572", + "created": 1610361430.572215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74876,14 +74939,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 62.15500831604004, + "msecs": 572.2150802612305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2214.8780822753906, - "thread": 139854721570560, + "relativeCreated": 2227.6251316070557, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74892,8 +74955,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062213, + "asctime": "2021-01-11 11:37:10,572", + "created": 1610361430.572305, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74903,14 +74966,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 62.21294403076172, + "msecs": 572.3049640655518, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2214.9360179901123, - "thread": 139854721570560, + "relativeCreated": 2227.715015411377, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74918,8 +74981,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062293, + "asctime": "2021-01-11 11:37:10,572", + "created": 1610361430.572421, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74929,14 +74992,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 62.293052673339844, + "msecs": 572.4210739135742, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.0161266326904, - "thread": 139854721570560, + "relativeCreated": 2227.8311252593994, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74945,8 +75008,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062347, + "asctime": "2021-01-11 11:37:10,572", + "created": 1610361430.572521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74956,14 +75019,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 62.3469352722168, + "msecs": 572.5209712982178, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.0700092315674, - "thread": 139854721570560, + "relativeCreated": 2227.931022644043, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74971,8 +75034,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062414, + "asctime": "2021-01-11 11:37:10,572", + "created": 1610361430.57266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74982,14 +75045,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 62.413930892944336, + "msecs": 572.659969329834, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.137004852295, - "thread": 139854721570560, + "relativeCreated": 2228.070020675659, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -74998,8 +75061,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062466, + "asctime": "2021-01-11 11:37:10,572", + "created": 1610361430.572785, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75009,23 +75072,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 62.46590614318848, + "msecs": 572.7849006652832, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.188980102539, - "thread": 139854721570560, + "relativeCreated": 2228.1949520111084, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(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" + "(64): 66 64 33 61 65 33 65 39 66 31 61 33 65 63 63 64 63 37 39 61 66 66 61 64 31 34 62 36 62 63 36 34 33 65 34 61 33 63 32 32 30 38 64 38 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d5 a5" ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062622, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75033,25 +75096,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 66 64 33 61 65 33 65 39 66 31 61 33 65 63 63 64 63 37 39 61 66 66 61 64 31 34 62 36 62 63 36 34 33 65 34 61 33 63 32 32 30 38 64 38 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d5 a5", "module": "__init__", - "msecs": 62.6220703125, + "msecs": 573.0130672454834, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.3451442718506, - "thread": 139854721570560, + "relativeCreated": 2228.4231185913086, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(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" + "(64): 66 64 33 61 65 33 65 39 66 31 61 33 65 63 63 64 63 37 39 61 66 66 61 64 31 34 62 36 62 63 36 34 33 65 34 61 33 63 32 32 30 38 64 38 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d5 a5" ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062744, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75059,16 +75122,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 66 64 33 61 65 33 65 39 66 31 61 33 65 63 63 64 63 37 39 61 66 66 61 64 31 34 62 36 62 63 36 34 33 65 34 61 33 63 32 32 30 38 64 38 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d5 a5", "module": "__init__", - "msecs": 62.7439022064209, + "msecs": 573.1749534606934, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.4669761657715, - "thread": 139854721570560, + "relativeCreated": 2228.5850048065186, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -75076,8 +75139,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062911, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573361, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75087,14 +75150,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 62.911033630371094, + "msecs": 573.3609199523926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.6341075897217, - "thread": 139854721570560, + "relativeCreated": 2228.770971298218, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -75103,8 +75166,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,062", - "created": 1610360706.062982, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75114,23 +75177,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 62.98208236694336, + "msecs": 573.4360218048096, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.705156326294, - "thread": 139854721570560, + "relativeCreated": 2228.8460731506348, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): 33 50 3a 3e" + "(4): c1 98 3a 3e" ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063142, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75138,25 +75201,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 33 50 3a 3e", + "message": "comm-server: TX -> (4): c1 98 3a 3e", "module": "__init__", - "msecs": 63.14206123352051, + "msecs": 573.5759735107422, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.865135192871, - "thread": 139854721570560, + "relativeCreated": 2228.9860248565674, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): 33 50 3a 3e" + "(4): c1 98 3a 3e" ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063207, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573685, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75164,16 +75227,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 33 50 3a 3e", + "message": "comm-client: RX <- (4): c1 98 3a 3e", "module": "__init__", - "msecs": 63.20691108703613, + "msecs": 573.6849308013916, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.9299850463867, - "thread": 139854721570560, + "relativeCreated": 2229.094982147217, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -75181,8 +75244,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063271, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75192,14 +75255,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.27104568481445, + "msecs": 573.7819671630859, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2215.994119644165, - "thread": 139854721570560, + "relativeCreated": 2229.192018508911, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -75208,8 +75271,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063326, + "asctime": "2021-01-11 11:37:10,573", + "created": 1610361430.573888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75219,23 +75282,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": 63.32588195800781, + "msecs": 573.8880634307861, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2216.0489559173584, - "thread": 139854721570560, + "relativeCreated": 2229.2981147766113, + "thread": 140379272881920, "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 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" + "(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 32 36 37 62 39 66 66 33 66 61 38 30 66 32 30 61 63 64 66 64 33 61 65 33 65 39 66 31 61 33 65 63 63 64 63 37 39 61 66 66 61 64 31 34 62 36 62 63 36 34 33 65 34 61 33 63 32 32 30 38 64 38 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d5 a5 c1 98" ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063493, + "asctime": "2021-01-11 11:37:10,574", + "created": 1610361430.574161, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75243,16 +75306,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 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", + "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 32 36 37 62 39 66 66 33 66 61 38 30 66 32 30 61 63 64 66 64 33 61 65 33 65 39 66 31 61 33 65 63 63 64 63 37 39 61 66 66 61 64 31 34 62 36 62 63 36 34 33 65 34 61 33 63 32 32 30 38 64 38 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d5 a5 c1 98", "module": "stp", - "msecs": 63.49301338195801, + "msecs": 574.1610527038574, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2216.2160873413086, - "thread": 139854721570560, + "relativeCreated": 2229.5711040496826, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -75261,10 +75324,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'" + "u'7267b9ff3fa80f20acdfd3ae3e9f1a3eccdc79affad14b6bc643e4a3c2208d85'" ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063625, + "asctime": "2021-01-11 11:37:10,574", + "created": 1610361430.574381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75272,16 +75335,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'7267b9ff3fa80f20acdfd3ae3e9f1a3eccdc79affad14b6bc643e4a3c2208d85'\"", "module": "__init__", - "msecs": 63.62509727478027, + "msecs": 574.3811130523682, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2216.348171234131, - "thread": 139854721570560, + "relativeCreated": 2229.7911643981934, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -75289,8 +75352,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063701, + "asctime": "2021-01-11 11:37:10,574", + "created": 1610361430.574494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75300,14 +75363,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 63.70091438293457, + "msecs": 574.4938850402832, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2216.423988342285, - "thread": 139854721570560, + "relativeCreated": 2229.9039363861084, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -75316,10 +75379,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'" + "'3ff50b3fadf57f4b951dbe0c97e384fd1909f9a44de466e1e7d8ec3fd03eccc79dcb23a97a7c1cd1c3632051d23ebf6242a530fbfcf7a0f709e48028db74d04b'" ], - "asctime": "2021-01-11 11:25:06,063", - "created": 1610360706.063808, + "asctime": "2021-01-11 11:37:10,574", + "created": 1610361430.574652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75327,25 +75390,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'3ff50b3fadf57f4b951dbe0c97e384fd1909f9a44de466e1e7d8ec3fd03eccc79dcb23a97a7c1cd1c3632051d23ebf6242a530fbfcf7a0f709e48028db74d04b'\"", "module": "__init__", - "msecs": 63.80796432495117, + "msecs": 574.6519565582275, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2216.5310382843018, - "thread": 139854721570560, + "relativeCreated": 2230.0620079040527, + "thread": 140379272881920, "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 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 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 33 66 66 35 30 62 33 66 61 64 66 35 37 66 34 62 39 35 31" ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065243, + "asctime": "2021-01-11 11:37:10,582", + "created": 1610361430.582087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75353,25 +75416,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 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 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 33 66 66 35 30 62 33 66 61 64 66 35 37 66 34 62 39 35 31", "module": "__init__", - "msecs": 65.24300575256348, + "msecs": 582.0870399475098, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2217.966079711914, - "thread": 139854729963264, + "relativeCreated": 2237.497091293335, + "thread": 140379281274624, "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 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 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 33 66 66 35 30 62 33 66 61 64 66 35 37 66 34 62 39 35 31" ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065383, + "asctime": "2021-01-11 11:37:10,582", + "created": 1610361430.58237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75379,16 +75442,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 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 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 33 66 66 35 30 62 33 66 61 64 66 35 37 66 34 62 39 35 31", "module": "__init__", - "msecs": 65.3829574584961, + "msecs": 582.3700428009033, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.1060314178467, - "thread": 139854729963264, + "relativeCreated": 2237.7800941467285, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75396,8 +75459,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065448, + "asctime": "2021-01-11 11:37:10,582", + "created": 1610361430.582512, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75407,14 +75470,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 65.44804573059082, + "msecs": 582.5119018554688, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.1711196899414, - "thread": 139854729963264, + "relativeCreated": 2237.921953201294, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75423,8 +75486,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065507, + "asctime": "2021-01-11 11:37:10,582", + "created": 1610361430.58264, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75434,14 +75497,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 65.5069351196289, + "msecs": 582.6399326324463, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.2300090789795, - "thread": 139854729963264, + "relativeCreated": 2238.0499839782715, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75449,8 +75512,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065578, + "asctime": "2021-01-11 11:37:10,582", + "created": 1610361430.582804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75460,14 +75523,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 65.57798385620117, + "msecs": 582.8039646148682, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.3010578155518, - "thread": 139854729963264, + "relativeCreated": 2238.2140159606934, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75476,8 +75539,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065638, + "asctime": "2021-01-11 11:37:10,582", + "created": 1610361430.582887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75487,14 +75550,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 65.63806533813477, + "msecs": 582.8869342803955, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.3611392974854, - "thread": 139854729963264, + "relativeCreated": 2238.2969856262207, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75502,8 +75565,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065713, + "asctime": "2021-01-11 11:37:10,582", + "created": 1610361430.582979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75513,14 +75576,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 65.71292877197266, + "msecs": 582.9789638519287, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.4360027313232, - "thread": 139854729963264, + "relativeCreated": 2238.389015197754, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75529,8 +75592,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065768, + "asctime": "2021-01-11 11:37:10,583", + "created": 1610361430.583044, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75540,14 +75603,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 65.76800346374512, + "msecs": 583.0440521240234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.4910774230957, - "thread": 139854729963264, + "relativeCreated": 2238.4541034698486, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75555,8 +75618,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065836, + "asctime": "2021-01-11 11:37:10,583", + "created": 1610361430.583134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75566,14 +75629,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 65.83595275878906, + "msecs": 583.1339359283447, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.5590267181396, - "thread": 139854729963264, + "relativeCreated": 2238.54398727417, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75582,8 +75645,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,065", - "created": 1610360706.065894, + "asctime": "2021-01-11 11:37:10,583", + "created": 1610361430.583204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75593,23 +75656,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 65.89388847351074, + "msecs": 583.2040309906006, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.6169624328613, - "thread": 139854729963264, + "relativeCreated": 2238.614082336426, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 64 62 65 30 63 39 37 65 33 38 34 66 64 31 39 30 39 66 39 61 34 34 64 65 34 36 36 65 31 65 37 64 38 65 63 33 66 64 30 33 65 63 63 63 37 39 64 63 62 32 33 61 39 37 61 37 63 31 63 64 31 63 33 36" ], - "asctime": "2021-01-11 11:25:06,066", - "created": 1610360706.066054, + "asctime": "2021-01-11 11:37:10,583", + "created": 1610361430.583401, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75617,25 +75680,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 64 62 65 30 63 39 37 65 33 38 34 66 64 31 39 30 39 66 39 61 34 34 64 65 34 36 36 65 31 65 37 64 38 65 63 33 66 64 30 33 65 63 63 63 37 39 64 63 62 32 33 61 39 37 61 37 63 31 63 64 31 63 33 36", "module": "__init__", - "msecs": 66.05410575866699, + "msecs": 583.4009647369385, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.7771797180176, - "thread": 139854729963264, + "relativeCreated": 2238.8110160827637, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 64 62 65 30 63 39 37 65 33 38 34 66 64 31 39 30 39 66 39 61 34 34 64 65 34 36 36 65 31 65 37 64 38 65 63 33 66 64 30 33 65 63 63 63 37 39 64 63 62 32 33 61 39 37 61 37 63 31 63 64 31 63 33 36" ], - "asctime": "2021-01-11 11:25:06,066", - "created": 1610360706.066173, + "asctime": "2021-01-11 11:37:10,583", + "created": 1610361430.583544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75643,25 +75706,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 64 62 65 30 63 39 37 65 33 38 34 66 64 31 39 30 39 66 39 61 34 34 64 65 34 36 36 65 31 65 37 64 38 65 63 33 66 64 30 33 65 63 63 63 37 39 64 63 62 32 33 61 39 37 61 37 63 31 63 64 31 63 33 36", "module": "__init__", - "msecs": 66.17307662963867, + "msecs": 583.5440158843994, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2218.8961505889893, - "thread": 139854729963264, + "relativeCreated": 2238.9540672302246, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 33 32 30 35 31 64 32 33 65 62 66 36 32 34 32 61 35 33 30 66 62 66 63 66 37 61 30 66 37 30 39 65 34 38 30 32 38 64 62 37 34 64 30 34 62 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 4b f6" ], - "asctime": "2021-01-11 11:25:06,066", - "created": 1610360706.066525, + "asctime": "2021-01-11 11:37:10,583", + "created": 1610361430.583819, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75669,25 +75732,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 33 32 30 35 31 64 32 33 65 62 66 36 32 34 32 61 35 33 30 66 62 66 63 66 37 61 30 66 37 30 39 65 34 38 30 32 38 64 62 37 34 64 30 34 62 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 4b f6", "module": "__init__", - "msecs": 66.52498245239258, + "msecs": 583.8189125061035, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2219.248056411743, - "thread": 139854729963264, + "relativeCreated": 2239.2289638519287, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 33 32 30 35 31 64 32 33 65 62 66 36 32 34 32 61 35 33 30 66 62 66 63 66 37 61 30 66 37 30 39 65 34 38 30 32 38 64 62 37 34 64 30 34 62 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 4b f6" ], - "asctime": "2021-01-11 11:25:06,066", - "created": 1610360706.066699, + "asctime": "2021-01-11 11:37:10,583", + "created": 1610361430.583971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75695,16 +75758,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 33 32 30 35 31 64 32 33 65 62 66 36 32 34 32 61 35 33 30 66 62 66 63 66 37 61 30 66 37 30 39 65 34 38 30 32 38 64 62 37 34 64 30 34 62 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 4b f6", "module": "__init__", - "msecs": 66.69902801513672, + "msecs": 583.9710235595703, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2219.4221019744873, - "thread": 139854729963264, + "relativeCreated": 2239.3810749053955, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75712,8 +75775,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,066", - "created": 1610360706.066897, + "asctime": "2021-01-11 11:37:10,584", + "created": 1610361430.584146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75723,14 +75786,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 66.89691543579102, + "msecs": 584.1460227966309, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2219.6199893951416, - "thread": 139854729963264, + "relativeCreated": 2239.556074142456, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75739,8 +75802,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,066", - "created": 1610360706.066978, + "asctime": "2021-01-11 11:37:10,584", + "created": 1610361430.584212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75750,23 +75813,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 66.97797775268555, + "msecs": 584.212064743042, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2219.701051712036, - "thread": 139854729963264, + "relativeCreated": 2239.622116088867, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): ac b9 3a 3e" + "(4): 53 f4 3a 3e" ], - "asctime": "2021-01-11 11:25:06,067", - "created": 1610360706.067099, + "asctime": "2021-01-11 11:37:10,584", + "created": 1610361430.58433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75774,25 +75837,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): ac b9 3a 3e", + "message": "comm-client: TX -> (4): 53 f4 3a 3e", "module": "__init__", - "msecs": 67.09909439086914, + "msecs": 584.3300819396973, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2219.8221683502197, - "thread": 139854729963264, + "relativeCreated": 2239.7401332855225, + "thread": 140379281274624, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): ac b9 3a 3e" + "(4): 53 f4 3a 3e" ], - "asctime": "2021-01-11 11:25:06,067", - "created": 1610360706.06723, + "asctime": "2021-01-11 11:37:10,584", + "created": 1610361430.58442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75800,16 +75863,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): ac b9 3a 3e", + "message": "comm-server: RX <- (4): 53 f4 3a 3e", "module": "__init__", - "msecs": 67.2299861907959, + "msecs": 584.4199657440186, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2219.9530601501465, - "thread": 139854729963264, + "relativeCreated": 2239.8300170898438, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75817,8 +75880,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,067", - "created": 1610360706.067327, + "asctime": "2021-01-11 11:37:10,584", + "created": 1610361430.584542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75828,14 +75891,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 67.32702255249023, + "msecs": 584.5420360565186, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2220.050096511841, - "thread": 139854729963264, + "relativeCreated": 2239.9520874023438, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75844,8 +75907,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,067", - "created": 1610360706.067411, + "asctime": "2021-01-11 11:37:10,584", + "created": 1610361430.584649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75855,23 +75918,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": 67.41094589233398, + "msecs": 584.6490859985352, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2220.1340198516846, - "thread": 139854729963264, + "relativeCreated": 2240.0591373443604, + "thread": 140379281274624, "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 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" + "(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 33 66 66 35 30 62 33 66 61 64 66 35 37 66 34 62 39 35 31 64 62 65 30 63 39 37 65 33 38 34 66 64 31 39 30 39 66 39 61 34 34 64 65 34 36 36 65 31 65 37 64 38 65 63 33 66 64 30 33 65 63 63 63 37 39 64 63 62 32 33 61 39 37 61 37 63 31 63 64 31 63 33 36 33 32 30 35 31 64 32 33 65 62 66 36 32 34 32 61 35 33 30 66 62 66 63 66 37 61 30 66 37 30 39 65 34 38 30 32 38 64 62 37 34 64 30 34 62 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 4b f6 53 f4" ], - "asctime": "2021-01-11 11:25:06,067", - "created": 1610360706.067751, + "asctime": "2021-01-11 11:37:10,585", + "created": 1610361430.585056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75879,16 +75942,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 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", + "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 33 66 66 35 30 62 33 66 61 64 66 35 37 66 34 62 39 35 31 64 62 65 30 63 39 37 65 33 38 34 66 64 31 39 30 39 66 39 61 34 34 64 65 34 36 36 65 31 65 37 64 38 65 63 33 66 64 30 33 65 63 63 63 37 39 64 63 62 32 33 61 39 37 61 37 63 31 63 64 31 63 33 36 33 32 30 35 31 64 32 33 65 62 66 36 32 34 32 61 35 33 30 66 62 66 63 66 37 61 30 66 37 30 39 65 34 38 30 32 38 64 62 37 34 64 30 34 62 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 4b f6 53 f4", "module": "stp", - "msecs": 67.75093078613281, + "msecs": 585.0560665130615, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2220.4740047454834, - "thread": 139854729963264, + "relativeCreated": 2240.4661178588867, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75897,10 +75960,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'" + "u'3ff50b3fadf57f4b951dbe0c97e384fd1909f9a44de466e1e7d8ec3fd03eccc79dcb23a97a7c1cd1c3632051d23ebf6242a530fbfcf7a0f709e48028db74d04b'" ], - "asctime": "2021-01-11 11:25:06,067", - "created": 1610360706.067931, + "asctime": "2021-01-11 11:37:10,585", + "created": 1610361430.58528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75908,16 +75971,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'3ff50b3fadf57f4b951dbe0c97e384fd1909f9a44de466e1e7d8ec3fd03eccc79dcb23a97a7c1cd1c3632051d23ebf6242a530fbfcf7a0f709e48028db74d04b'\"", "module": "__init__", - "msecs": 67.93093681335449, + "msecs": 585.2799415588379, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2220.654010772705, - "thread": 139854729963264, + "relativeCreated": 2240.689992904663, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75925,25 +75988,25 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:06,068", - "created": 1610360706.068039, + "asctime": "2021-01-11 11:37:10,585", + "created": 1610361430.585384, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 68.0389404296875, + "msecs": 585.3838920593262, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2220.762014389038, - "thread": 139854729963264, + "relativeCreated": 2240.7939434051514, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75954,8 +76017,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:06,068", - "created": 1610360706.068186, + "asctime": "2021-01-11 11:37:10,585", + "created": 1610361430.585497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75965,14 +76028,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 68.18604469299316, + "msecs": 585.4969024658203, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2220.9091186523438, - "thread": 139854729963264, + "relativeCreated": 2240.9069538116455, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -75980,8 +76043,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 11:25:06,072", - "created": 1610360706.07245, + "asctime": "2021-01-11 11:37:10,590", + "created": 1610361430.590895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75991,14 +76054,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": 72.44992256164551, + "msecs": 590.8949375152588, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.172996520996, - "thread": 139854721570560, + "relativeCreated": 2246.304988861084, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76006,8 +76069,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 11:25:06,072", - "created": 1610360706.072642, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76017,14 +76080,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": 72.64208793640137, + "msecs": 591.0549163818359, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.365161895752, - "thread": 139854721570560, + "relativeCreated": 2246.464967727661, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76032,8 +76095,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,072", - "created": 1610360706.072767, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76043,14 +76106,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 72.76701927185059, + "msecs": 591.1219120025635, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.490093231201, - "thread": 139854721570560, + "relativeCreated": 2246.5319633483887, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76059,8 +76122,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,072", - "created": 1610360706.072894, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591177, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76070,14 +76133,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 72.89409637451172, + "msecs": 591.1769866943359, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.6171703338623, - "thread": 139854721570560, + "relativeCreated": 2246.587038040161, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76085,8 +76148,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,072", - "created": 1610360706.072986, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591243, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76096,14 +76159,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 72.98588752746582, + "msecs": 591.2430286407471, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.7089614868164, - "thread": 139854721570560, + "relativeCreated": 2246.6530799865723, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76112,8 +76175,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073056, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76123,14 +76186,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 73.05598258972168, + "msecs": 591.2930965423584, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.7790565490723, - "thread": 139854721570560, + "relativeCreated": 2246.7031478881836, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76138,8 +76201,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073149, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591368, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76149,14 +76212,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 73.14896583557129, + "msecs": 591.3679599761963, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.872039794922, - "thread": 139854721570560, + "relativeCreated": 2246.7780113220215, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76165,8 +76228,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073225, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76176,14 +76239,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 73.22502136230469, + "msecs": 591.4170742034912, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2225.9480953216553, - "thread": 139854721570560, + "relativeCreated": 2246.8271255493164, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76191,8 +76254,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.07331, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591476, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76202,14 +76265,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 73.30989837646484, + "msecs": 591.4759635925293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.0329723358154, - "thread": 139854721570560, + "relativeCreated": 2246.8860149383545, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76218,8 +76281,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073376, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76229,14 +76292,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 73.37594032287598, + "msecs": 591.5229320526123, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.0990142822266, - "thread": 139854721570560, + "relativeCreated": 2246.9329833984375, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76244,8 +76307,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073466, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591589, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76255,14 +76318,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 73.46606254577637, + "msecs": 591.5889739990234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.189136505127, - "thread": 139854721570560, + "relativeCreated": 2246.9990253448486, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76271,8 +76334,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073531, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.59164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76282,14 +76345,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 73.53091239929199, + "msecs": 591.6399955749512, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.2539863586426, - "thread": 139854721570560, + "relativeCreated": 2247.0500469207764, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76297,8 +76360,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073635, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76308,14 +76371,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 73.63510131835938, + "msecs": 591.7150974273682, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.35817527771, - "thread": 139854721570560, + "relativeCreated": 2247.1251487731934, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76323,8 +76386,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073714, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.59178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76334,14 +76397,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 73.71401786804199, + "msecs": 591.7799472808838, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.4370918273926, - "thread": 139854721570560, + "relativeCreated": 2247.189998626709, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76349,8 +76412,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073788, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591828, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76360,14 +76423,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 73.78792762756348, + "msecs": 591.8281078338623, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.511001586914, - "thread": 139854721570560, + "relativeCreated": 2247.2381591796875, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76376,8 +76439,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,073", - "created": 1610360706.073852, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76387,14 +76450,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": 73.8520622253418, + "msecs": 591.8750762939453, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.5751361846924, - "thread": 139854721570560, + "relativeCreated": 2247.2851276397705, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76402,8 +76465,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 11:25:06,073", - "created": 1610360706.073988, + "asctime": "2021-01-11 11:37:10,591", + "created": 1610361430.591964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76413,14 +76476,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": 73.98796081542969, + "msecs": 591.9640064239502, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.7110347747803, - "thread": 139854721570560, + "relativeCreated": 2247.3740577697754, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76431,8 +76494,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:06,074", - "created": 1610360706.074149, + "asctime": "2021-01-11 11:37:10,592", + "created": 1610361430.592072, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76442,14 +76505,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 74.14889335632324, + "msecs": 592.0720100402832, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.871967315674, - "thread": 139854721570560, + "relativeCreated": 2247.4820613861084, + "thread": 140379272881920, "threadName": "Thread-6" }, { @@ -76457,8 +76520,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:06,074", - "created": 1610360706.074236, + "asctime": "2021-01-11 11:37:10,592", + "created": 1610361430.592129, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76468,22 +76531,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 74.23591613769531, + "msecs": 592.1289920806885, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2226.958990097046, - "thread": 139854721570560, + "relativeCreated": 2247.5390434265137, + "thread": 140379272881920, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,074", - "created": 1610360706.074309, + "asctime": "2021-01-11 11:37:10,592", + "created": 1610361430.59218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76493,35 +76556,35 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 74.30911064147949, + "msecs": 592.1800136566162, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2227.03218460083, - "thread": 139854721570560, + "relativeCreated": 2247.5900650024414, + "thread": 140379272881920, "threadName": "Thread-6" } ], - "msecs": 159.3930721282959, + "msecs": 657.628059387207, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2312.1161460876465, - "thread": 139854989064000, + "relativeCreated": 2313.038110733032, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0850839614868164 + "time_consumption": 0.06544804573059082 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:06,160", - "created": 1610360706.160432, + "asctime": "2021-01-11 11:37:10,658", + "created": 1610361430.658656, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76538,8 +76601,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:06,160", - "created": 1610360706.160034, + "asctime": "2021-01-11 11:37:10,658", + "created": 1610361430.658268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76549,14 +76612,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): True ()", "module": "test", - "msecs": 160.0339412689209, + "msecs": 658.2679748535156, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2312.7570152282715, - "thread": 139854989064000, + "relativeCreated": 2313.678026199341, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -76565,8 +76628,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:06,160", - "created": 1610360706.16024, + "asctime": "2021-01-11 11:37:10,658", + "created": 1610361430.658475, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76576,35 +76639,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = True ()", "module": "test", - "msecs": 160.23993492126465, + "msecs": 658.4749221801758, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2312.9630088806152, - "thread": 139854989064000, + "relativeCreated": 2313.884973526001, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 160.4321002960205, + "msecs": 658.6558818817139, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2313.155174255371, - "thread": 139854989064000, + "relativeCreated": 2314.065933227539, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00019216537475585938 + "time_consumption": 0.00018095970153808594 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:06,161", - "created": 1610360706.161115, + "asctime": "2021-01-11 11:37:10,659", + "created": 1610361430.659269, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76621,8 +76684,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:06,160", - "created": 1610360706.160712, + "asctime": "2021-01-11 11:37:10,658", + "created": 1610361430.658943, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76632,14 +76695,14 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 160.71200370788574, + "msecs": 658.9429378509521, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2313.4350776672363, - "thread": 139854989064000, + "relativeCreated": 2314.3529891967773, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -76648,8 +76711,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:06,160", - "created": 1610360706.160929, + "asctime": "2021-01-11 11:37:10,659", + "created": 1610361430.65911, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76659,35 +76722,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 160.92896461486816, + "msecs": 659.1100692749023, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2313.6520385742188, - "thread": 139854989064000, + "relativeCreated": 2314.5201206207275, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 161.11493110656738, + "msecs": 659.2690944671631, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2313.838005065918, - "thread": 139854989064000, + "relativeCreated": 2314.6791458129883, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018596649169921875 + "time_consumption": 0.0001590251922607422 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:06,161", - "created": 1610360706.161866, + "asctime": "2021-01-11 11:37:10,659", + "created": 1610361430.659851, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76704,8 +76767,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:06,161", - "created": 1610360706.16138, + "asctime": "2021-01-11 11:37:10,659", + "created": 1610361430.659538, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76715,14 +76778,14 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 161.38005256652832, + "msecs": 659.5380306243896, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2314.103126525879, - "thread": 139854989064000, + "relativeCreated": 2314.948081970215, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -76731,8 +76794,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:06,161", - "created": 1610360706.161591, + "asctime": "2021-01-11 11:37:10,659", + "created": 1610361430.659697, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76742,32 +76805,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 161.5910530090332, + "msecs": 659.6970558166504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2314.314126968384, - "thread": 139854989064000, + "relativeCreated": 2315.1071071624756, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 161.8659496307373, + "msecs": 659.85107421875, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2314.589023590088, - "thread": 139854989064000, + "relativeCreated": 2315.261125564575, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00027489662170410156 + "time_consumption": 0.00015401840209960938 }, { "args": [], - "asctime": "2021-01-11 11:25:06,162", - "created": 1610360706.162593, + "asctime": "2021-01-11 11:37:10,660", + "created": 1610361430.660476, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -76782,8 +76845,8 @@ "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:06,162", - "created": 1610360706.162129, + "asctime": "2021-01-11 11:37:10,660", + "created": 1610361430.660102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76793,22 +76856,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 162.12892532348633, + "msecs": 660.1018905639648, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2314.851999282837, - "thread": 139854989064000, + "relativeCreated": 2315.51194190979, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:06,162", - "created": 1610360706.162396, + "asctime": "2021-01-11 11:37:10,660", + "created": 1610361430.660299, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76818,32 +76881,32 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 162.39595413208008, + "msecs": 660.2990627288818, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2315.1190280914307, - "thread": 139854989064000, + "relativeCreated": 2315.709114074707, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 162.59288787841797, + "msecs": 660.4759693145752, "msg": "Corrupting the authentification mechanism", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2315.3159618377686, - "thread": 139854989064000, + "relativeCreated": 2315.8860206604004, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00019693374633789062 + "time_consumption": 0.00017690658569335938 }, { "args": [], - "asctime": "2021-01-11 11:25:06,565", - "created": 1610360706.565176, + "asctime": "2021-01-11 11:37:11,062", + "created": 1610361431.062468, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -76862,8 +76925,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,162", - "created": 1610360706.162961, + "asctime": "2021-01-11 11:37:10,660", + "created": 1610361430.660875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76873,14 +76936,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 162.96100616455078, + "msecs": 660.8750820159912, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2315.6840801239014, - "thread": 139854989064000, + "relativeCreated": 2316.2851333618164, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -76888,8 +76951,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 11:25:06,168", - "created": 1610360706.168847, + "asctime": "2021-01-11 11:37:10,686", + "created": 1610361430.68617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76899,14 +76962,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": 168.84708404541016, + "msecs": 686.1701011657715, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2321.5701580047607, - "thread": 139854729963264, + "relativeCreated": 2341.5801525115967, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -76914,8 +76977,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 11:25:06,169", - "created": 1610360706.169305, + "asctime": "2021-01-11 11:37:10,686", + "created": 1610361430.686714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76925,14 +76988,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": 169.30508613586426, + "msecs": 686.7139339447021, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2322.028160095215, - "thread": 139854729963264, + "relativeCreated": 2342.1239852905273, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -76940,8 +77003,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,169", - "created": 1610360706.169521, + "asctime": "2021-01-11 11:37:10,686", + "created": 1610361430.686944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76951,14 +77014,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 169.52109336853027, + "msecs": 686.9440078735352, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2322.244167327881, - "thread": 139854729963264, + "relativeCreated": 2342.3540592193604, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -76967,8 +77030,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:06,169", - "created": 1610360706.16973, + "asctime": "2021-01-11 11:37:10,687", + "created": 1610361430.687141, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76978,14 +77041,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 169.72994804382324, + "msecs": 687.140941619873, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2322.453022003174, - "thread": 139854729963264, + "relativeCreated": 2342.5509929656982, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -76993,8 +77056,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,169", - "created": 1610360706.169985, + "asctime": "2021-01-11 11:37:10,687", + "created": 1610361430.687387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77004,14 +77067,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 169.9850559234619, + "msecs": 687.3869895935059, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2322.7081298828125, - "thread": 139854729963264, + "relativeCreated": 2342.797040939331, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77020,8 +77083,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,170", - "created": 1610360706.170195, + "asctime": "2021-01-11 11:37:10,687", + "created": 1610361430.687564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77031,14 +77094,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 170.1951026916504, + "msecs": 687.5638961791992, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2322.918176651001, - "thread": 139854729963264, + "relativeCreated": 2342.9739475250244, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77046,8 +77109,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,170", - "created": 1610360706.170631, + "asctime": "2021-01-11 11:37:10,687", + "created": 1610361430.687838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77057,14 +77120,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 170.63093185424805, + "msecs": 687.838077545166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2323.3540058135986, - "thread": 139854729963264, + "relativeCreated": 2343.248128890991, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77073,8 +77136,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,170", - "created": 1610360706.170833, + "asctime": "2021-01-11 11:37:10,687", + "created": 1610361430.687981, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77084,14 +77147,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 170.83311080932617, + "msecs": 687.9808902740479, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2323.5561847686768, - "thread": 139854729963264, + "relativeCreated": 2343.390941619873, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77099,8 +77162,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,171", - "created": 1610360706.17113, + "asctime": "2021-01-11 11:37:10,688", + "created": 1610361430.688153, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77110,14 +77173,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 171.12994194030762, + "msecs": 688.1530284881592, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2323.853015899658, - "thread": 139854729963264, + "relativeCreated": 2343.5630798339844, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77126,8 +77189,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,171", - "created": 1610360706.171371, + "asctime": "2021-01-11 11:37:10,688", + "created": 1610361430.688299, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77137,14 +77200,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 171.3709831237793, + "msecs": 688.2989406585693, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2324.09405708313, - "thread": 139854729963264, + "relativeCreated": 2343.7089920043945, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77152,8 +77215,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,171", - "created": 1610360706.171696, + "asctime": "2021-01-11 11:37:10,688", + "created": 1610361430.688485, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77163,14 +77226,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 171.69594764709473, + "msecs": 688.4849071502686, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2324.4190216064453, - "thread": 139854729963264, + "relativeCreated": 2343.8949584960938, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77179,8 +77242,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:06,171", - "created": 1610360706.171905, + "asctime": "2021-01-11 11:37:10,688", + "created": 1610361430.688618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77190,14 +77253,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 171.9050407409668, + "msecs": 688.6179447174072, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2324.6281147003174, - "thread": 139854729963264, + "relativeCreated": 2344.0279960632324, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77205,8 +77268,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:06,172", - "created": 1610360706.172253, + "asctime": "2021-01-11 11:37:10,688", + "created": 1610361430.688851, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77216,14 +77279,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 172.25289344787598, + "msecs": 688.8511180877686, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2324.9759674072266, - "thread": 139854729963264, + "relativeCreated": 2344.2611694335938, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77231,8 +77294,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 11:25:06,172", - "created": 1610360706.172583, + "asctime": "2021-01-11 11:37:10,689", + "created": 1610361430.689018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77242,14 +77305,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 172.58310317993164, + "msecs": 689.0180110931396, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2325.306177139282, - "thread": 139854729963264, + "relativeCreated": 2344.428062438965, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77257,8 +77320,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:06,172", - "created": 1610360706.172897, + "asctime": "2021-01-11 11:37:10,689", + "created": 1610361430.689193, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77268,14 +77331,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 172.8971004486084, + "msecs": 689.1930103302002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2325.620174407959, - "thread": 139854729963264, + "relativeCreated": 2344.6030616760254, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77284,8 +77347,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:06,173", - "created": 1610360706.173134, + "asctime": "2021-01-11 11:37:10,689", + "created": 1610361430.68933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77295,14 +77358,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": 173.13408851623535, + "msecs": 689.3301010131836, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2325.857162475586, - "thread": 139854729963264, + "relativeCreated": 2344.740152359009, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77310,8 +77373,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 11:25:06,173", - "created": 1610360706.17363, + "asctime": "2021-01-11 11:37:10,689", + "created": 1610361430.689637, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77321,14 +77384,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": 173.6299991607666, + "msecs": 689.6369457244873, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2326.353073120117, - "thread": 139854729963264, + "relativeCreated": 2345.0469970703125, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77339,8 +77402,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:06,174", - "created": 1610360706.174111, + "asctime": "2021-01-11 11:37:10,690", + "created": 1610361430.690003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77350,14 +77413,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 174.11088943481445, + "msecs": 690.0029182434082, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2326.833963394165, - "thread": 139854729963264, + "relativeCreated": 2345.4129695892334, + "thread": 140379281274624, "threadName": "Thread-5" }, { @@ -77365,8 +77428,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:06,174", - "created": 1610360706.174392, + "asctime": "2021-01-11 11:37:10,690", + "created": 1610361430.690193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77376,35 +77439,35 @@ "lineno": 492, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 174.3919849395752, + "msecs": 690.1929378509521, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2327.115058898926, - "thread": 139854729963264, + "relativeCreated": 2345.6029891967773, + "thread": 140379281274624, "threadName": "Thread-5" } ], - "msecs": 565.1760101318359, + "msecs": 62.46805191040039, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2717.8990840911865, - "thread": 139854989064000, + "relativeCreated": 2717.8781032562256, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.39078402519226074 + "time_consumption": 0.37227511405944824 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:06,566", - "created": 1610360706.56638, + "asctime": "2021-01-11 11:37:11,063", + "created": 1610361431.063485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77421,8 +77484,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,565", - "created": 1610360706.565834, + "asctime": "2021-01-11 11:37:11,063", + "created": 1610361431.063005, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77432,14 +77495,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 565.8340454101562, + "msecs": 63.00497055053711, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2718.557119369507, - "thread": 139854989064000, + "relativeCreated": 2718.4150218963623, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77448,8 +77511,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,566", - "created": 1610360706.566115, + "asctime": "2021-01-11 11:37:11,063", + "created": 1610361431.063246, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77459,35 +77522,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 566.1149024963379, + "msecs": 63.24601173400879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2718.8379764556885, - "thread": 139854989064000, + "relativeCreated": 2718.656063079834, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 566.3800239562988, + "msecs": 63.484907150268555, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2719.1030979156494, - "thread": 139854989064000, + "relativeCreated": 2718.8949584960938, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002651214599609375 + "time_consumption": 0.00023889541625976562 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:06,567", - "created": 1610360706.567135, + "asctime": "2021-01-11 11:37:11,064", + "created": 1610361431.064238, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77504,8 +77567,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,566", - "created": 1610360706.566805, + "asctime": "2021-01-11 11:37:11,063", + "created": 1610361431.063901, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77515,14 +77578,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 566.8048858642578, + "msecs": 63.90094757080078, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2719.5279598236084, - "thread": 139854989064000, + "relativeCreated": 2719.310998916626, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77531,8 +77594,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,566", - "created": 1610360706.566975, + "asctime": "2021-01-11 11:37:11,064", + "created": 1610361431.064078, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77542,25 +77605,25 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 566.9751167297363, + "msecs": 64.07809257507324, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2719.698190689087, - "thread": 139854989064000, + "relativeCreated": 2719.4881439208984, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 567.1350955963135, + "msecs": 64.23807144165039, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2719.858169555664, - "thread": 139854989064000, + "relativeCreated": 2719.6481227874756, + "thread": 140379336402752, "threadName": "MainThread", "time_consumption": 0.00015997886657714844 }, @@ -77569,8 +77632,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,567", - "created": 1610360706.567699, + "asctime": "2021-01-11 11:37:11,064", + "created": 1610361431.064835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77587,8 +77650,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,567", - "created": 1610360706.567393, + "asctime": "2021-01-11 11:37:11,064", + "created": 1610361431.064495, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77598,14 +77661,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 567.3930644989014, + "msecs": 64.49508666992188, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2720.116138458252, - "thread": 139854989064000, + "relativeCreated": 2719.905138015747, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77614,8 +77677,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:06,567", - "created": 1610360706.567549, + "asctime": "2021-01-11 11:37:11,064", + "created": 1610361431.06465, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77625,39 +77688,39 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 567.5489902496338, + "msecs": 64.65005874633789, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2720.2720642089844, - "thread": 139854989064000, + "relativeCreated": 2720.060110092163, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 567.6989555358887, + "msecs": 64.8350715637207, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 2720.4220294952393, - "thread": 139854989064000, + "relativeCreated": 2720.245122909546, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.0001850128173828125 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.9682090282440186, - "time_finished": "2021-01-11 11:25:06,567", - "time_start": "2021-01-11 11:25:05,599" + "time_consumption": 0.9684760570526123, + "time_finished": "2021-01-11 11:37:11,064", + "time_start": "2021-01-11 11:37:10,096" }, "_k-Q4EE0oEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:15,492", - "created": 1610360715.492834, + "asctime": "2021-01-11 11:37:19,991", + "created": 1610361439.991665, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77668,18 +77731,18 @@ "message": "_k-Q4EE0oEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 492.83409118652344, + "msecs": 991.6648864746094, "msg": "_k-Q4EE0oEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11645.557165145874, + "relativeCreated": 11647.074937820435, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501739, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.003106, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -77694,8 +77757,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:15,494", - "created": 1610360715.49407, + "asctime": "2021-01-11 11:37:19,992", + "created": 1610361439.992985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77705,22 +77768,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 494.07005310058594, + "msecs": 992.9850101470947, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11646.793127059937, - "thread": 139854989064000, + "relativeCreated": 11648.39506149292, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:15,495", - "created": 1610360715.495414, + "asctime": "2021-01-11 11:37:19,994", + "created": 1610361439.994198, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77730,22 +77793,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 495.41401863098145, + "msecs": 994.1980838775635, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11648.137092590332, - "thread": 139854989064000, + "relativeCreated": 11649.608135223389, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:15,495", - "created": 1610360715.495763, + "asctime": "2021-01-11 11:37:19,994", + "created": 1610361439.994481, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77755,22 +77818,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 495.76306343078613, + "msecs": 994.481086730957, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11648.486137390137, - "thread": 139854989064000, + "relativeCreated": 11649.891138076782, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:15,496", - "created": 1610360715.496569, + "asctime": "2021-01-11 11:37:19,995", + "created": 1610361439.995088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77780,14 +77843,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 496.5689182281494, + "msecs": 995.0881004333496, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11649.2919921875, - "thread": 139854989064000, + "relativeCreated": 11650.498151779175, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77796,25 +77859,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:15,497", - "created": 1610360715.497283, + "asctime": "2021-01-11 11:37:19,995", + "created": 1610361439.995403, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 497.2829818725586, + "msecs": 995.4030513763428, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11650.00605583191, - "thread": 139854989064000, + "relativeCreated": 11650.813102722168, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77822,25 +77885,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:15,497", - "created": 1610360715.497736, + "asctime": "2021-01-11 11:37:19,995", + "created": 1610361439.995716, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 497.73597717285156, + "msecs": 995.7160949707031, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11650.459051132202, - "thread": 139854989064000, + "relativeCreated": 11651.126146316528, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77848,25 +77911,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:15,498", - "created": 1610360715.498016, + "asctime": "2021-01-11 11:37:19,995", + "created": 1610361439.995941, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 498.0161190032959, + "msecs": 995.9409236907959, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11650.739192962646, - "thread": 139854989064000, + "relativeCreated": 11651.350975036621, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77874,25 +77937,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:15,498", - "created": 1610360715.498281, + "asctime": "2021-01-11 11:37:19,996", + "created": 1610361439.996159, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 498.28100204467773, + "msecs": 996.1590766906738, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11651.004076004028, - "thread": 139854989064000, + "relativeCreated": 11651.569128036499, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77900,25 +77963,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:15,498", - "created": 1610360715.498528, + "asctime": "2021-01-11 11:37:19,996", + "created": 1610361439.99639, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 498.52800369262695, + "msecs": 996.3901042938232, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11651.251077651978, - "thread": 139854989064000, + "relativeCreated": 11651.800155639648, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77928,8 +77991,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:15,498", - "created": 1610360715.498785, + "asctime": "2021-01-11 11:37:19,996", + "created": 1610361439.996624, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77939,14 +78002,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 498.78501892089844, + "msecs": 996.6239929199219, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11651.508092880249, - "thread": 139854989064000, + "relativeCreated": 11652.034044265747, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77956,8 +78019,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499036, + "asctime": "2021-01-11 11:37:19,996", + "created": 1610361439.996873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77967,14 +78030,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 499.0360736846924, + "msecs": 996.8729019165039, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11651.759147644043, - "thread": 139854989064000, + "relativeCreated": 11652.28295326233, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -77984,8 +78047,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499272, + "asctime": "2021-01-11 11:37:19,997", + "created": 1610361439.997082, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77995,14 +78058,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 499.27210807800293, + "msecs": 997.081995010376, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11651.995182037354, - "thread": 139854989064000, + "relativeCreated": 11652.492046356201, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78012,8 +78075,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499483, + "asctime": "2021-01-11 11:37:19,997", + "created": 1610361439.997318, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78023,22 +78086,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 499.4831085205078, + "msecs": 997.3180294036865, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.206182479858, - "thread": 139854989064000, + "relativeCreated": 11652.728080749512, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499557, + "asctime": "2021-01-11 11:37:19,997", + "created": 1610361439.997535, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78048,14 +78111,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 499.5570182800293, + "msecs": 997.534990310669, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.28009223938, - "thread": 139854989064000, + "relativeCreated": 11652.945041656494, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78064,25 +78127,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499641, + "asctime": "2021-01-11 11:37:19,997", + "created": 1610361439.997775, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 499.64094161987305, + "msecs": 997.7750778198242, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.364015579224, - "thread": 139854989064000, + "relativeCreated": 11653.18512916565, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78090,25 +78153,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499723, + "asctime": "2021-01-11 11:37:19,997", + "created": 1610361439.998, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 499.722957611084, + "msecs": 997.999906539917, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.446031570435, - "thread": 139854989064000, + "relativeCreated": 11653.409957885742, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78116,25 +78179,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499793, + "asctime": "2021-01-11 11:37:19,998", + "created": 1610361439.998202, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 499.79305267333984, + "msecs": 998.2020854949951, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.51612663269, - "thread": 139854989064000, + "relativeCreated": 11653.61213684082, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78144,8 +78207,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499864, + "asctime": "2021-01-11 11:37:19,998", + "created": 1610361439.998435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78155,14 +78218,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 499.8641014099121, + "msecs": 998.4350204467773, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.587175369263, - "thread": 139854989064000, + "relativeCreated": 11653.845071792603, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78172,8 +78235,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:15,499", - "created": 1610360715.499943, + "asctime": "2021-01-11 11:37:19,998", + "created": 1610361439.99866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78183,14 +78246,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 499.9430179595947, + "msecs": 998.6600875854492, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.666091918945, - "thread": 139854989064000, + "relativeCreated": 11654.070138931274, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78199,25 +78262,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500039, + "asctime": "2021-01-11 11:37:19,998", + "created": 1610361439.99889, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 500.03910064697266, + "msecs": 998.8899230957031, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.762174606323, - "thread": 139854989064000, + "relativeCreated": 11654.299974441528, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78226,25 +78289,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500118, + "asctime": "2021-01-11 11:37:19,999", + "created": 1610361439.999092, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 500.1180171966553, + "msecs": 999.0921020507812, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.841091156006, - "thread": 139854989064000, + "relativeCreated": 11654.502153396606, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78253,33 +78316,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500196, + "asctime": "2021-01-11 11:37:19,999", + "created": 1610361439.999496, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 500.1959800720215, + "msecs": 999.4959831237793, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11652.919054031372, - "thread": 139854989064000, + "relativeCreated": 11654.906034469604, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500277, + "asctime": "2021-01-11 11:37:19,999", + "created": 1610361439.99988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78289,22 +78352,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 500.277042388916, + "msecs": 999.8800754547119, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.000116348267, - "thread": 139854989064000, + "relativeCreated": 11655.290126800537, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500459, + "asctime": "2021-01-11 11:37:20,000", + "created": 1610361440.000267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78314,14 +78377,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 500.4589557647705, + "msecs": 0.26702880859375, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.182029724121, - "thread": 139854989064000, + "relativeCreated": 11655.677080154419, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78330,25 +78393,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.50057, + "asctime": "2021-01-11 11:37:20,000", + "created": 1610361440.000449, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 500.57005882263184, + "msecs": 0.4489421844482422, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.293132781982, - "thread": 139854989064000, + "relativeCreated": 11655.858993530273, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78356,25 +78419,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.50066, + "asctime": "2021-01-11 11:37:20,000", + "created": 1610361440.000657, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 500.6599426269531, + "msecs": 0.6570816040039062, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.383016586304, - "thread": 139854989064000, + "relativeCreated": 11656.06713294983, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78382,25 +78445,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500729, + "asctime": "2021-01-11 11:37:20,000", + "created": 1610361440.000907, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 500.7290840148926, + "msecs": 0.9069442749023438, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.452157974243, - "thread": 139854989064000, + "relativeCreated": 11656.316995620728, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78408,25 +78471,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500801, + "asctime": "2021-01-11 11:37:20,001", + "created": 1610361440.001095, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 500.80108642578125, + "msecs": 1.0950565338134766, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.524160385132, - "thread": 139854989064000, + "relativeCreated": 11656.505107879639, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78434,25 +78497,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500868, + "asctime": "2021-01-11 11:37:20,001", + "created": 1610361440.001275, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 500.8680820465088, + "msecs": 1.2750625610351562, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.59115600586, - "thread": 139854989064000, + "relativeCreated": 11656.68511390686, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78462,8 +78525,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:15,500", - "created": 1610360715.500937, + "asctime": "2021-01-11 11:37:20,001", + "created": 1610361440.001475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78473,14 +78536,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 500.93698501586914, + "msecs": 1.4750957489013672, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.66005897522, - "thread": 139854989064000, + "relativeCreated": 11656.885147094727, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78490,8 +78553,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501007, + "asctime": "2021-01-11 11:37:20,001", + "created": 1610361440.001694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78501,14 +78564,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 501.007080078125, + "msecs": 1.6939640045166016, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.730154037476, - "thread": 139854989064000, + "relativeCreated": 11657.104015350342, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78518,8 +78581,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501076, + "asctime": "2021-01-11 11:37:20,001", + "created": 1610361440.001909, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78529,14 +78592,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 501.07598304748535, + "msecs": 1.909017562866211, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.799057006836, - "thread": 139854989064000, + "relativeCreated": 11657.319068908691, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78546,8 +78609,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501142, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.002131, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78557,22 +78620,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 501.1420249938965, + "msecs": 2.1309852600097656, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.865098953247, - "thread": 139854989064000, + "relativeCreated": 11657.541036605835, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501223, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.002294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78582,14 +78645,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 501.223087310791, + "msecs": 2.2940635681152344, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11653.946161270142, - "thread": 139854989064000, + "relativeCreated": 11657.70411491394, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78598,25 +78661,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501277, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.002371, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 501.27696990966797, + "msecs": 2.371072769165039, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.000043869019, - "thread": 139854989064000, + "relativeCreated": 11657.78112411499, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78624,25 +78687,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501335, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.002456, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 501.33490562438965, + "msecs": 2.4559497833251953, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.05797958374, - "thread": 139854989064000, + "relativeCreated": 11657.86600112915, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78650,25 +78713,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501378, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.00259, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 501.37805938720703, + "msecs": 2.5899410247802734, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.101133346558, - "thread": 139854989064000, + "relativeCreated": 11657.999992370605, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78678,8 +78741,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501425, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.002663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78689,14 +78752,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 501.42502784729004, + "msecs": 2.6628971099853516, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.14810180664, - "thread": 139854989064000, + "relativeCreated": 11658.07294845581, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78706,8 +78769,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501474, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.00274, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78717,14 +78780,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 501.47390365600586, + "msecs": 2.7399063110351562, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.196977615356, - "thread": 139854989064000, + "relativeCreated": 11658.14995765686, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78733,25 +78796,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501531, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.00282, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 501.53088569641113, + "msecs": 2.8200149536132812, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.253959655762, - "thread": 139854989064000, + "relativeCreated": 11658.230066299438, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78760,25 +78823,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501583, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.002886, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 501.5830993652344, + "msecs": 2.886056900024414, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.306173324585, - "thread": 139854989064000, + "relativeCreated": 11658.29610824585, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78787,33 +78850,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501635, + "asctime": "2021-01-11 11:37:20,002", + "created": 1610361440.002955, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 501.6350746154785, + "msecs": 2.9549598693847656, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.35814857483, - "thread": 139854989064000, + "relativeCreated": 11658.36501121521, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501686, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.003022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78823,32 +78886,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 501.68609619140625, + "msecs": 3.0219554901123047, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.409170150757, - "thread": 139854989064000, + "relativeCreated": 11658.432006835938, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 501.7390251159668, + "msecs": 3.1061172485351562, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.462099075317, - "thread": 139854989064000, + "relativeCreated": 11658.51616859436, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 5.2928924560546875e-05 + "time_consumption": 8.416175842285156e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:15,845", - "created": 1610360715.845624, + "asctime": "2021-01-11 11:37:20,347", + "created": 1610361440.347284, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -78863,8 +78926,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501852, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.00327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78874,22 +78937,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 501.85203552246094, + "msecs": 3.2699108123779297, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.575109481812, - "thread": 139854989064000, + "relativeCreated": 11658.679962158203, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.501912, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.003336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78899,22 +78962,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 501.91211700439453, + "msecs": 3.3359527587890625, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.635190963745, - "thread": 139854989064000, + "relativeCreated": 11658.746004104614, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:15,501", - "created": 1610360715.50197, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.003399, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78924,14 +78987,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 501.9700527191162, + "msecs": 3.398895263671875, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.693126678467, - "thread": 139854989064000, + "relativeCreated": 11658.808946609497, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -78942,8 +79005,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502059, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.003509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78953,22 +79016,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 502.0589828491211, + "msecs": 3.509044647216797, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.782056808472, - "thread": 139854989064000, + "relativeCreated": 11658.919095993042, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502267, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.00371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78978,22 +79041,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 502.26688385009766, + "msecs": 3.710031509399414, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11654.989957809448, - "thread": 139854989064000, + "relativeCreated": 11659.120082855225, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502344, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.003793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79003,22 +79066,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 502.34389305114746, + "msecs": 3.793001174926758, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.066967010498, - "thread": 139854989064000, + "relativeCreated": 11659.203052520752, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502416, + "asctime": "2021-01-11 11:37:20,003", + "created": 1610361440.003859, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79028,14 +79091,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 502.41589546203613, + "msecs": 3.8590431213378906, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.138969421387, - "thread": 139854989064000, + "relativeCreated": 11659.269094467163, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -79043,8 +79106,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 11:25:15,502", - "created": 1610360715.50255, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79054,14 +79117,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": 502.5498867034912, + "msecs": 4.002094268798828, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.272960662842, - "thread": 139854167914240, + "relativeCreated": 11659.412145614624, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79069,8 +79132,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 11:25:15,502", - "created": 1610360715.502654, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.00419, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79080,14 +79143,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": 502.6540756225586, + "msecs": 4.189968109130859, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.37714958191, - "thread": 139854167914240, + "relativeCreated": 11659.600019454956, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79095,8 +79158,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502711, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79106,14 +79169,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 502.71105766296387, + "msecs": 4.265069961547852, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.434131622314, - "thread": 139854167914240, + "relativeCreated": 11659.675121307373, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79122,8 +79185,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502772, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79133,14 +79196,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 502.77209281921387, + "msecs": 4.33802604675293, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.495166778564, - "thread": 139854167914240, + "relativeCreated": 11659.748077392578, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79148,8 +79211,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502824, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004422, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79159,14 +79222,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 502.824068069458, + "msecs": 4.42194938659668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.547142028809, - "thread": 139854167914240, + "relativeCreated": 11659.832000732422, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79175,8 +79238,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502865, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79186,14 +79249,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 502.8650760650635, + "msecs": 4.48298454284668, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.588150024414, - "thread": 139854167914240, + "relativeCreated": 11659.893035888672, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79201,8 +79264,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502921, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79212,14 +79275,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 502.92110443115234, + "msecs": 4.574060440063477, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.644178390503, - "thread": 139854167914240, + "relativeCreated": 11659.984111785889, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79228,8 +79291,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,502", - "created": 1610360715.502963, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79239,14 +79302,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 502.9630661010742, + "msecs": 4.633903503417969, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.686140060425, - "thread": 139854167914240, + "relativeCreated": 11660.043954849243, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79254,8 +79317,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503013, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79265,14 +79328,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 503.01289558410645, + "msecs": 4.714012145996094, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.735969543457, - "thread": 139854167914240, + "relativeCreated": 11660.124063491821, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79281,8 +79344,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503052, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004777, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79292,14 +79355,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 503.0519962310791, + "msecs": 4.776954650878906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.77507019043, - "thread": 139854167914240, + "relativeCreated": 11660.187005996704, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79307,8 +79370,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503107, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79318,14 +79381,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 503.10707092285156, + "msecs": 4.87208366394043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.830144882202, - "thread": 139854167914240, + "relativeCreated": 11660.282135009766, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79334,8 +79397,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.50315, + "asctime": "2021-01-11 11:37:20,004", + "created": 1610361440.004934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79345,14 +79408,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 503.14998626708984, + "msecs": 4.934072494506836, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.87306022644, - "thread": 139854167914240, + "relativeCreated": 11660.344123840332, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79360,8 +79423,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.50321, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005029, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79371,14 +79434,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 503.21006774902344, + "msecs": 5.028963088989258, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.933141708374, - "thread": 139854167914240, + "relativeCreated": 11660.439014434814, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79386,8 +79449,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503271, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005141, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79397,14 +79460,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 503.27110290527344, + "msecs": 5.141019821166992, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11655.994176864624, - "thread": 139854167914240, + "relativeCreated": 11660.551071166992, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79412,8 +79475,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503329, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79423,14 +79486,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 503.3290386199951, + "msecs": 5.202054977416992, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.052112579346, - "thread": 139854167914240, + "relativeCreated": 11660.612106323242, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79439,8 +79502,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.50338, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005254, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79450,14 +79513,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": 503.38006019592285, + "msecs": 5.254030227661133, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.103134155273, - "thread": 139854167914240, + "relativeCreated": 11660.664081573486, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79465,8 +79528,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 11:25:15,503", - "created": 1610360715.503487, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005362, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79476,14 +79539,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": 503.48711013793945, + "msecs": 5.362033843994141, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.21018409729, - "thread": 139854167914240, + "relativeCreated": 11660.77208518982, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79494,8 +79557,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503599, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005481, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79505,14 +79568,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 503.5989284515381, + "msecs": 5.48100471496582, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.322002410889, - "thread": 139854167914240, + "relativeCreated": 11660.891056060791, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79520,25 +79583,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503663, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005546, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 503.6630630493164, + "msecs": 5.546092987060547, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.386137008667, - "thread": 139854167914240, + "relativeCreated": 11660.956144332886, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79549,8 +79612,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:15,503", - "created": 1610360715.503743, + "asctime": "2021-01-11 11:37:20,005", + "created": 1610361440.005629, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79560,14 +79623,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 503.74293327331543, + "msecs": 5.629062652587891, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.466007232666, - "thread": 139854167914240, + "relativeCreated": 11661.039113998413, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -79575,8 +79638,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 11:25:15,504", - "created": 1610360715.504002, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.006406, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79586,14 +79649,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": 504.0020942687988, + "msecs": 6.406068801879883, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.72516822815, - "thread": 139854159521536, + "relativeCreated": 11661.816120147705, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79601,8 +79664,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 11:25:15,504", - "created": 1610360715.504144, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.006537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79612,14 +79675,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": 504.14395332336426, + "msecs": 6.536960601806641, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.867027282715, - "thread": 139854159521536, + "relativeCreated": 11661.947011947632, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79627,8 +79690,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504209, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.006596, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79638,14 +79701,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 504.209041595459, + "msecs": 6.596088409423828, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.93211555481, - "thread": 139854159521536, + "relativeCreated": 11662.006139755249, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79654,8 +79717,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504266, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.006659, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79665,14 +79728,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 504.26602363586426, + "msecs": 6.659030914306641, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11656.989097595215, - "thread": 139854159521536, + "relativeCreated": 11662.069082260132, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79680,8 +79743,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504352, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.00674, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79691,14 +79754,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 504.3520927429199, + "msecs": 6.740093231201172, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.07516670227, - "thread": 139854159521536, + "relativeCreated": 11662.150144577026, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79707,8 +79770,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504413, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.006802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79718,14 +79781,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 504.4128894805908, + "msecs": 6.802082061767578, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.135963439941, - "thread": 139854159521536, + "relativeCreated": 11662.212133407593, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79733,8 +79796,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504484, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.006888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79744,14 +79807,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 504.4839382171631, + "msecs": 6.887912750244141, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.207012176514, - "thread": 139854159521536, + "relativeCreated": 11662.29796409607, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79760,8 +79823,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504548, + "asctime": "2021-01-11 11:37:20,006", + "created": 1610361440.006948, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79771,14 +79834,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 504.5480728149414, + "msecs": 6.947994232177734, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.271146774292, - "thread": 139854159521536, + "relativeCreated": 11662.358045578003, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79786,8 +79849,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504623, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79797,14 +79860,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 504.6229362487793, + "msecs": 7.024049758911133, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.34601020813, - "thread": 139854159521536, + "relativeCreated": 11662.434101104736, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79813,8 +79876,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504688, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007086, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79824,14 +79887,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 504.688024520874, + "msecs": 7.086038589477539, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.411098480225, - "thread": 139854159521536, + "relativeCreated": 11662.496089935303, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79839,8 +79902,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504781, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007171, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79850,14 +79913,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 504.78100776672363, + "msecs": 7.170915603637695, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.504081726074, - "thread": 139854159521536, + "relativeCreated": 11662.580966949463, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79866,8 +79929,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504842, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79877,14 +79940,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 504.84204292297363, + "msecs": 7.229089736938477, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.565116882324, - "thread": 139854159521536, + "relativeCreated": 11662.639141082764, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79892,8 +79955,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:15,504", - "created": 1610360715.504994, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79903,14 +79966,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 504.9939155578613, + "msecs": 7.323980331420898, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.716989517212, - "thread": 139854159521536, + "relativeCreated": 11662.734031677246, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79918,8 +79981,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:15,505", - "created": 1610360715.5051, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007397, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79929,14 +79992,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 505.1000118255615, + "msecs": 7.396936416625977, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.823085784912, - "thread": 139854159521536, + "relativeCreated": 11662.806987762451, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79944,8 +80007,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,505", - "created": 1610360715.505179, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79955,14 +80018,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 505.17892837524414, + "msecs": 7.477045059204102, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.902002334595, - "thread": 139854159521536, + "relativeCreated": 11662.88709640503, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79971,8 +80034,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:15,505", - "created": 1610360715.505249, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79982,14 +80045,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": 505.2490234375, + "msecs": 7.541894912719727, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11657.97209739685, - "thread": 139854159521536, + "relativeCreated": 11662.951946258545, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -79997,8 +80060,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 11:25:15,505", - "created": 1610360715.505388, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80008,14 +80071,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": 505.3880214691162, + "msecs": 7.6808929443359375, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11658.111095428467, - "thread": 139854159521536, + "relativeCreated": 11663.090944290161, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -80026,8 +80089,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:15,505", - "created": 1610360715.505575, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80037,14 +80100,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 505.57494163513184, + "msecs": 7.843971252441406, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11658.298015594482, - "thread": 139854159521536, + "relativeCreated": 11663.254022598267, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -80052,8 +80115,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:15,505", - "created": 1610360715.505667, + "asctime": "2021-01-11 11:37:20,007", + "created": 1610361440.007927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80063,32 +80126,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 505.66697120666504, + "msecs": 7.92694091796875, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11658.390045166016, - "thread": 139854159521536, + "relativeCreated": 11663.336992263794, + "thread": 140378304927488, "threadName": "Thread-16" } ], - "msecs": 845.6239700317383, + "msecs": 347.28407859802246, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11998.347043991089, - "thread": 139854989064000, + "relativeCreated": 12002.694129943848, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.33995699882507324 + "time_consumption": 0.3393571376800537 }, { "args": [], - "asctime": "2021-01-11 11:25:16,148", - "created": 1610360716.148279, + "asctime": "2021-01-11 11:37:20,649", + "created": 1610361440.649939, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -80107,8 +80170,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:15,846", - "created": 1610360715.846367, + "asctime": "2021-01-11 11:37:20,348", + "created": 1610361440.348005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80118,14 +80181,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 846.3668823242188, + "msecs": 348.0050563812256, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 11999.08995628357, - "thread": 139854989064000, + "relativeCreated": 12003.41510772705, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -80133,8 +80196,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 11:25:15,869", - "created": 1610360715.869331, + "asctime": "2021-01-11 11:37:20,370", + "created": 1610361440.370802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80144,14 +80207,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": 869.330883026123, + "msecs": 370.8019256591797, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12022.053956985474, - "thread": 139854167914240, + "relativeCreated": 12026.211977005005, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80159,8 +80222,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 11:25:15,869", - "created": 1610360715.869883, + "asctime": "2021-01-11 11:37:20,371", + "created": 1610361440.371402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80170,14 +80233,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": 869.8830604553223, + "msecs": 371.4020252227783, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12022.606134414673, - "thread": 139854167914240, + "relativeCreated": 12026.812076568604, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80185,8 +80248,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,870", - "created": 1610360715.870125, + "asctime": "2021-01-11 11:37:20,371", + "created": 1610361440.371828, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80196,14 +80259,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 870.1250553131104, + "msecs": 371.8280792236328, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12022.848129272461, - "thread": 139854167914240, + "relativeCreated": 12027.238130569458, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80212,8 +80275,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:15,870", - "created": 1610360715.870488, + "asctime": "2021-01-11 11:37:20,372", + "created": 1610361440.372049, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80223,14 +80286,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 870.4879283905029, + "msecs": 372.04909324645996, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12023.211002349854, - "thread": 139854167914240, + "relativeCreated": 12027.459144592285, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80238,8 +80301,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,870", - "created": 1610360715.870845, + "asctime": "2021-01-11 11:37:20,372", + "created": 1610361440.372278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80249,14 +80312,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 870.8450794219971, + "msecs": 372.27797508239746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12023.568153381348, - "thread": 139854167914240, + "relativeCreated": 12027.688026428223, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80265,8 +80328,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,871", - "created": 1610360715.871114, + "asctime": "2021-01-11 11:37:20,372", + "created": 1610361440.372469, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80276,14 +80339,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.1140155792236, + "msecs": 372.4689483642578, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12023.837089538574, - "thread": 139854167914240, + "relativeCreated": 12027.878999710083, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80291,8 +80354,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,871", - "created": 1610360715.871435, + "asctime": "2021-01-11 11:37:20,372", + "created": 1610361440.372691, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80302,14 +80365,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 871.4349269866943, + "msecs": 372.69091606140137, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12024.158000946045, - "thread": 139854167914240, + "relativeCreated": 12028.100967407227, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80318,8 +80381,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,872", - "created": 1610360715.87205, + "asctime": "2021-01-11 11:37:20,372", + "created": 1610361440.372947, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80329,14 +80392,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 872.0500469207764, + "msecs": 372.94697761535645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12024.773120880127, - "thread": 139854167914240, + "relativeCreated": 12028.357028961182, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80344,8 +80407,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,872", - "created": 1610360715.872368, + "asctime": "2021-01-11 11:37:20,373", + "created": 1610361440.373212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80355,14 +80418,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 872.3680973052979, + "msecs": 373.2120990753174, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12025.091171264648, - "thread": 139854167914240, + "relativeCreated": 12028.622150421143, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80371,8 +80434,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,872", - "created": 1610360715.872586, + "asctime": "2021-01-11 11:37:20,373", + "created": 1610361440.373479, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80382,14 +80445,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 872.5860118865967, + "msecs": 373.47888946533203, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12025.309085845947, - "thread": 139854167914240, + "relativeCreated": 12028.888940811157, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80397,8 +80460,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 11:25:15,873", - "created": 1610360715.87312, + "asctime": "2021-01-11 11:37:20,373", + "created": 1610361440.373864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80408,14 +80471,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": 873.1200695037842, + "msecs": 373.86393547058105, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12025.843143463135, - "thread": 139854167914240, + "relativeCreated": 12029.273986816406, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80423,8 +80486,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 11:25:15,873", - "created": 1610360715.873541, + "asctime": "2021-01-11 11:37:20,374", + "created": 1610361440.374131, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80434,14 +80497,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": 873.5411167144775, + "msecs": 374.1309642791748, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12026.264190673828, - "thread": 139854167914240, + "relativeCreated": 12029.541015625, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80449,8 +80512,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,873", - "created": 1610360715.873804, + "asctime": "2021-01-11 11:37:20,374", + "created": 1610361440.374371, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80460,14 +80523,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 873.8040924072266, + "msecs": 374.3710517883301, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12026.527166366577, - "thread": 139854167914240, + "relativeCreated": 12029.781103134155, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80476,8 +80539,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:15,873", - "created": 1610360715.873975, + "asctime": "2021-01-11 11:37:20,374", + "created": 1610361440.37453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80487,14 +80550,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 873.9750385284424, + "msecs": 374.5300769805908, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12026.698112487793, - "thread": 139854167914240, + "relativeCreated": 12029.940128326416, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80502,8 +80565,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:15,874", - "created": 1610360715.874183, + "asctime": "2021-01-11 11:37:20,374", + "created": 1610361440.374714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80513,14 +80576,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 874.182939529419, + "msecs": 374.7138977050781, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12026.90601348877, - "thread": 139854167914240, + "relativeCreated": 12030.123949050903, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80529,8 +80592,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:15,874", - "created": 1610360715.874342, + "asctime": "2021-01-11 11:37:20,374", + "created": 1610361440.37488, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80540,14 +80603,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": 874.3419647216797, + "msecs": 374.8800754547119, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12027.06503868103, - "thread": 139854167914240, + "relativeCreated": 12030.290126800537, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80555,8 +80618,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 11:25:15,874", - "created": 1610360715.874739, + "asctime": "2021-01-11 11:37:20,375", + "created": 1610361440.375291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80566,14 +80629,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": 874.7389316558838, + "msecs": 375.291109085083, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12027.462005615234, - "thread": 139854167914240, + "relativeCreated": 12030.701160430908, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80584,8 +80647,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:15,875", - "created": 1610360715.875186, + "asctime": "2021-01-11 11:37:20,375", + "created": 1610361440.375709, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80595,22 +80658,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 875.1859664916992, + "msecs": 375.70905685424805, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12027.90904045105, - "thread": 139854167914240, + "relativeCreated": 12031.119108200073, + "thread": 140378313320192, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:15,875", - "created": 1610360715.875535, + "asctime": "2021-01-11 11:37:20,376", + "created": 1610361440.376044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80620,14 +80683,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": 875.5350112915039, + "msecs": 376.04403495788574, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12028.258085250854, - "thread": 139854167914240, + "relativeCreated": 12031.454086303711, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80637,46 +80700,46 @@ "18", "34" ], - "asctime": "2021-01-11 11:25:16,147", - "created": 1610360716.147939, + "asctime": "2021-01-11 11:37:20,649", + "created": 1610361440.64955, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 18; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 147.93896675109863, + "msecs": 649.5499610900879, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12300.66204071045, - "thread": 139854989064000, + "relativeCreated": 12304.960012435913, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 148.27895164489746, + "msecs": 649.9390602111816, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12301.002025604248, - "thread": 139854989064000, + "relativeCreated": 12305.349111557007, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003399848937988281 + "time_consumption": 0.00038909912109375 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:16,149", - "created": 1610360716.149083, + "asctime": "2021-01-11 11:37:20,650", + "created": 1610361440.650844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80693,8 +80756,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:16,148", - "created": 1610360716.148666, + "asctime": "2021-01-11 11:37:20,650", + "created": 1610361440.650388, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80704,14 +80767,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 148.6659049987793, + "msecs": 650.3880023956299, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12301.38897895813, - "thread": 139854989064000, + "relativeCreated": 12305.798053741455, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -80720,8 +80783,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:16,148", - "created": 1610360716.148905, + "asctime": "2021-01-11 11:37:20,650", + "created": 1610361440.650618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80731,35 +80794,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 148.90503883361816, + "msecs": 650.6180763244629, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12301.628112792969, - "thread": 139854989064000, + "relativeCreated": 12306.028127670288, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 149.08289909362793, + "msecs": 650.8440971374512, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12301.805973052979, - "thread": 139854989064000, + "relativeCreated": 12306.254148483276, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017786026000976562 + "time_consumption": 0.00022602081298828125 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:16,149", - "created": 1610360716.149701, + "asctime": "2021-01-11 11:37:20,651", + "created": 1610361440.651884, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80776,8 +80839,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:16,149", - "created": 1610360716.149349, + "asctime": "2021-01-11 11:37:20,651", + "created": 1610361440.651474, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80787,14 +80850,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 149.34897422790527, + "msecs": 651.4739990234375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12302.072048187256, - "thread": 139854989064000, + "relativeCreated": 12306.884050369263, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -80803,8 +80866,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:16,149", - "created": 1610360716.149536, + "asctime": "2021-01-11 11:37:20,651", + "created": 1610361440.651696, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80814,32 +80877,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 149.5358943939209, + "msecs": 651.695966720581, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12302.258968353271, - "thread": 139854989064000, + "relativeCreated": 12307.106018066406, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 149.70111846923828, + "msecs": 651.8840789794922, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12302.424192428589, - "thread": 139854989064000, + "relativeCreated": 12307.294130325317, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001652240753173828 + "time_consumption": 0.0001881122589111328 }, { "args": [], - "asctime": "2021-01-11 11:25:16,150", - "created": 1610360716.150167, + "asctime": "2021-01-11 11:37:20,652", + "created": 1610361440.652835, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -80856,43 +80919,43 @@ "17", "18" ], - "asctime": "2021-01-11 11:25:16,149", - "created": 1610360716.14999, + "asctime": "2021-01-11 11:37:20,652", + "created": 1610361440.652296, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=17 and Response=18", "module": "__init__", - "msecs": 149.99008178710938, + "msecs": 652.2960662841797, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12302.71315574646, - "thread": 139854989064000, + "relativeCreated": 12307.706117630005, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 150.16698837280273, + "msecs": 652.8348922729492, "msg": "Adding service to server instance for the transmit message", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12302.890062332153, - "thread": 139854989064000, + "relativeCreated": 12308.244943618774, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017690658569335938 + "time_consumption": 0.0005388259887695312 }, { "args": [], - "asctime": "2021-01-11 11:25:16,351", - "created": 1610360716.351697, + "asctime": "2021-01-11 11:37:20,854", + "created": 1610361440.854608, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -80911,8 +80974,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:16,150", - "created": 1610360716.150522, + "asctime": "2021-01-11 11:37:20,653", + "created": 1610361440.653471, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80922,14 +80985,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 150.52199363708496, + "msecs": 653.4709930419922, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12303.245067596436, - "thread": 139854989064000, + "relativeCreated": 12308.881044387817, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -80937,8 +81000,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 11:25:16,177", - "created": 1610360716.177028, + "asctime": "2021-01-11 11:37:20,677", + "created": 1610361440.67736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80948,14 +81011,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": 177.02794075012207, + "msecs": 677.3600578308105, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12329.751014709473, - "thread": 139854167914240, + "relativeCreated": 12332.770109176636, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80963,8 +81026,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 11:25:16,177", - "created": 1610360716.177528, + "asctime": "2021-01-11 11:37:20,677", + "created": 1610361440.677927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80974,14 +81037,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": 177.52790451049805, + "msecs": 677.9270172119141, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12330.250978469849, - "thread": 139854167914240, + "relativeCreated": 12333.33706855774, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -80989,8 +81052,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,177", - "created": 1610360716.177737, + "asctime": "2021-01-11 11:37:20,678", + "created": 1610361440.678176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81000,14 +81063,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 177.73699760437012, + "msecs": 678.1759262084961, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12330.46007156372, - "thread": 139854167914240, + "relativeCreated": 12333.585977554321, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81016,8 +81079,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:16,177", - "created": 1610360716.177973, + "asctime": "2021-01-11 11:37:20,678", + "created": 1610361440.678392, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81027,14 +81090,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 177.97303199768066, + "msecs": 678.3919334411621, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12330.696105957031, - "thread": 139854167914240, + "relativeCreated": 12333.801984786987, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81042,8 +81105,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,178", - "created": 1610360716.178213, + "asctime": "2021-01-11 11:37:20,678", + "created": 1610361440.678686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81053,14 +81116,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 178.21288108825684, + "msecs": 678.6859035491943, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12330.935955047607, - "thread": 139854167914240, + "relativeCreated": 12334.09595489502, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81069,8 +81132,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,178", - "created": 1610360716.178379, + "asctime": "2021-01-11 11:37:20,678", + "created": 1610361440.6789, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81080,14 +81143,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 178.37905883789062, + "msecs": 678.9000034332275, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12331.102132797241, - "thread": 139854167914240, + "relativeCreated": 12334.310054779053, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81095,8 +81158,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,178", - "created": 1610360716.178612, + "asctime": "2021-01-11 11:37:20,679", + "created": 1610361440.679195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81106,14 +81169,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 178.61199378967285, + "msecs": 679.1949272155762, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12331.335067749023, - "thread": 139854167914240, + "relativeCreated": 12334.604978561401, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81122,8 +81185,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,178", - "created": 1610360716.178775, + "asctime": "2021-01-11 11:37:20,679", + "created": 1610361440.679482, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81133,14 +81196,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 178.77507209777832, + "msecs": 679.4819831848145, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12331.498146057129, - "thread": 139854167914240, + "relativeCreated": 12334.89203453064, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81148,8 +81211,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,178", - "created": 1610360716.178977, + "asctime": "2021-01-11 11:37:20,679", + "created": 1610361440.679689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81159,14 +81222,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 178.97701263427734, + "msecs": 679.6889305114746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12331.700086593628, - "thread": 139854167914240, + "relativeCreated": 12335.0989818573, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81175,8 +81238,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,179", - "created": 1610360716.179173, + "asctime": "2021-01-11 11:37:20,679", + "created": 1610361440.67986, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81186,14 +81249,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 179.17299270629883, + "msecs": 679.8601150512695, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12331.89606666565, - "thread": 139854167914240, + "relativeCreated": 12335.270166397095, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81201,8 +81264,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 11:25:16,179", - "created": 1610360716.179629, + "asctime": "2021-01-11 11:37:20,680", + "created": 1610361440.680249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81212,14 +81275,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": 179.62908744812012, + "msecs": 680.2489757537842, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12332.35216140747, - "thread": 139854167914240, + "relativeCreated": 12335.65902709961, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81227,8 +81290,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 11:25:16,180", - "created": 1610360716.18007, + "asctime": "2021-01-11 11:37:20,680", + "created": 1610361440.680512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81238,14 +81301,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": 180.0699234008789, + "msecs": 680.5119514465332, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12332.79299736023, - "thread": 139854167914240, + "relativeCreated": 12335.922002792358, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81253,8 +81316,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,180", - "created": 1610360716.180427, + "asctime": "2021-01-11 11:37:20,680", + "created": 1610361440.680783, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81264,14 +81327,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 180.42707443237305, + "msecs": 680.7830333709717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12333.150148391724, - "thread": 139854167914240, + "relativeCreated": 12336.193084716797, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81280,8 +81343,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,180", - "created": 1610360716.180641, + "asctime": "2021-01-11 11:37:20,680", + "created": 1610361440.68096, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81291,14 +81354,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 180.64093589782715, + "msecs": 680.959939956665, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12333.364009857178, - "thread": 139854167914240, + "relativeCreated": 12336.36999130249, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81306,8 +81369,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,180", - "created": 1610360716.180919, + "asctime": "2021-01-11 11:37:20,681", + "created": 1610361440.681146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81317,14 +81380,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 180.91893196105957, + "msecs": 681.1459064483643, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12333.64200592041, - "thread": 139854167914240, + "relativeCreated": 12336.55595779419, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81333,8 +81396,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:16,181", - "created": 1610360716.181114, + "asctime": "2021-01-11 11:37:20,681", + "created": 1610361440.681865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81344,14 +81407,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": 181.11395835876465, + "msecs": 681.8649768829346, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12333.837032318115, - "thread": 139854167914240, + "relativeCreated": 12337.27502822876, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81359,8 +81422,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 11:25:16,181", - "created": 1610360716.181591, + "asctime": "2021-01-11 11:37:20,682", + "created": 1610361440.682282, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81370,14 +81433,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": 181.59103393554688, + "msecs": 682.2819709777832, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12334.314107894897, - "thread": 139854167914240, + "relativeCreated": 12337.692022323608, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81388,8 +81451,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:16,181", - "created": 1610360716.18187, + "asctime": "2021-01-11 11:37:20,682", + "created": 1610361440.68269, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81399,22 +81462,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 181.8699836730957, + "msecs": 682.689905166626, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12334.593057632446, - "thread": 139854167914240, + "relativeCreated": 12338.099956512451, + "thread": 140378313320192, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,181", - "created": 1610360716.181953, + "asctime": "2021-01-11 11:37:20,682", + "created": 1610361440.682951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81424,14 +81487,14 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 181.95295333862305, + "msecs": 682.9509735107422, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12334.676027297974, - "thread": 139854167914240, + "relativeCreated": 12338.361024856567, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81442,8 +81505,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:16,182", - "created": 1610360716.182061, + "asctime": "2021-01-11 11:37:20,683", + "created": 1610361440.683361, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81453,14 +81516,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 182.06095695495605, + "msecs": 683.3610534667969, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12334.784030914307, - "thread": 139854167914240, + "relativeCreated": 12338.771104812622, + "thread": 140378313320192, "threadName": "Thread-15" }, { @@ -81468,8 +81531,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 11:25:16,208", - "created": 1610360716.208498, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.7101, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81479,14 +81542,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": 208.4980010986328, + "msecs": 710.0999355316162, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12361.221075057983, - "thread": 139854159521536, + "relativeCreated": 12365.509986877441, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81494,8 +81557,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 11:25:16,209", - "created": 1610360716.209135, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81505,14 +81568,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": 209.1350555419922, + "msecs": 710.3030681610107, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12361.858129501343, - "thread": 139854159521536, + "relativeCreated": 12365.713119506836, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81520,8 +81583,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,209", - "created": 1610360716.209516, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.71038, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81531,14 +81594,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 209.51604843139648, + "msecs": 710.3800773620605, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12362.239122390747, - "thread": 139854159521536, + "relativeCreated": 12365.790128707886, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81547,8 +81610,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:16,209", - "created": 1610360716.209816, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.71047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81558,14 +81621,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 209.81597900390625, + "msecs": 710.4699611663818, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12362.539052963257, - "thread": 139854159521536, + "relativeCreated": 12365.880012512207, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81573,8 +81636,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,210", - "created": 1610360716.210358, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81584,14 +81647,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 210.3579044342041, + "msecs": 710.547924041748, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12363.080978393555, - "thread": 139854159521536, + "relativeCreated": 12365.957975387573, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81600,8 +81663,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,210", - "created": 1610360716.210584, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710612, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81611,14 +81674,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 210.58392524719238, + "msecs": 710.6120586395264, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12363.306999206543, - "thread": 139854159521536, + "relativeCreated": 12366.022109985352, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81626,8 +81689,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,210", - "created": 1610360716.210886, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710692, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81637,14 +81700,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 210.88600158691406, + "msecs": 710.6919288635254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12363.609075546265, - "thread": 139854159521536, + "relativeCreated": 12366.10198020935, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81653,8 +81716,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,211", - "created": 1610360716.21108, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81664,14 +81727,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 211.08007431030273, + "msecs": 710.7529640197754, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12363.803148269653, - "thread": 139854159521536, + "relativeCreated": 12366.1630153656, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81679,8 +81742,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,211", - "created": 1610360716.211289, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710824, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81690,14 +81753,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 211.2889289855957, + "msecs": 710.8240127563477, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12364.012002944946, - "thread": 139854159521536, + "relativeCreated": 12366.234064102173, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81706,8 +81769,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,211", - "created": 1610360716.211488, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710879, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81717,14 +81780,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 211.4880084991455, + "msecs": 710.8790874481201, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12364.211082458496, - "thread": 139854159521536, + "relativeCreated": 12366.289138793945, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81732,8 +81795,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,211", - "created": 1610360716.211634, + "asctime": "2021-01-11 11:37:20,710", + "created": 1610361440.710956, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81743,14 +81806,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 211.63392066955566, + "msecs": 710.9560966491699, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12364.356994628906, - "thread": 139854159521536, + "relativeCreated": 12366.366147994995, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81759,8 +81822,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,211", - "created": 1610360716.211741, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.711014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81770,14 +81833,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 211.74097061157227, + "msecs": 711.0140323638916, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12364.464044570923, - "thread": 139854159521536, + "relativeCreated": 12366.424083709717, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81785,8 +81848,8 @@ "comm-server:", "(8): 34 7d e8 ee d8 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:16,211", - "created": 1610360716.211913, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.711133, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81796,14 +81859,14 @@ "lineno": 284, "message": "comm-server: TX -> (8): 34 7d e8 ee d8 5c 3a 3e", "module": "__init__", - "msecs": 211.9131088256836, + "msecs": 711.1330032348633, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12364.636182785034, - "thread": 139854159521536, + "relativeCreated": 12366.543054580688, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81811,8 +81874,8 @@ "comm-client:", "(8): 34 7d e8 ee d8 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:16,212", - "created": 1610360716.212044, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.71121, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81822,14 +81885,14 @@ "lineno": 414, "message": "comm-client: RX <- (8): 34 7d e8 ee d8 5c 3a 3e", "module": "__init__", - "msecs": 212.04400062561035, + "msecs": 711.2100124359131, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12364.767074584961, - "thread": 139854159521536, + "relativeCreated": 12366.620063781738, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81837,8 +81900,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,212", - "created": 1610360716.212173, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.711276, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81848,14 +81911,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 212.1729850769043, + "msecs": 711.2760543823242, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12364.896059036255, - "thread": 139854159521536, + "relativeCreated": 12366.68610572815, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81864,8 +81927,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:16,212", - "created": 1610360716.212278, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.711333, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81875,14 +81938,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": 212.27788925170898, + "msecs": 711.3330364227295, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12365.00096321106, - "thread": 139854159521536, + "relativeCreated": 12366.743087768555, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81890,8 +81953,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 11:25:16,212", - "created": 1610360716.212556, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.711457, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81901,14 +81964,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": 212.5558853149414, + "msecs": 711.4570140838623, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12365.278959274292, - "thread": 139854159521536, + "relativeCreated": 12366.867065429688, + "thread": 140378304927488, "threadName": "Thread-16" }, { @@ -81919,8 +81982,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:16,212", - "created": 1610360716.212915, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.711612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81930,22 +81993,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 212.91494369506836, + "msecs": 711.6119861602783, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12365.638017654419, - "thread": 139854159521536, + "relativeCreated": 12367.022037506104, + "thread": 140378304927488, "threadName": "Thread-16" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,213", - "created": 1610360716.213147, + "asctime": "2021-01-11 11:37:20,711", + "created": 1610361440.711714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81955,35 +82018,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": 213.14692497253418, + "msecs": 711.7140293121338, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12365.869998931885, - "thread": 139854159521536, + "relativeCreated": 12367.124080657959, + "thread": 140378304927488, "threadName": "Thread-16" } ], - "msecs": 351.6969680786133, + "msecs": 854.6080589294434, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12504.420042037964, - "thread": 139854989064000, + "relativeCreated": 12510.018110275269, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.1385500431060791 + "time_consumption": 0.14289402961730957 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:16,352", - "created": 1610360716.352641, + "asctime": "2021-01-11 11:37:20,855", + "created": 1610361440.855809, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82000,8 +82063,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:16,352", - "created": 1610360716.352254, + "asctime": "2021-01-11 11:37:20,855", + "created": 1610361440.855382, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82011,14 +82074,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 352.25391387939453, + "msecs": 855.381965637207, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12504.976987838745, - "thread": 139854989064000, + "relativeCreated": 12510.792016983032, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82027,8 +82090,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:16,352", - "created": 1610360716.352461, + "asctime": "2021-01-11 11:37:20,855", + "created": 1610361440.855606, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82038,35 +82101,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 352.4610996246338, + "msecs": 855.6060791015625, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12505.184173583984, - "thread": 139854989064000, + "relativeCreated": 12511.016130447388, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 352.64110565185547, + "msecs": 855.8089733123779, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12505.364179611206, - "thread": 139854989064000, + "relativeCreated": 12511.219024658203, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.0002028942108154297 }, { "args": [ "{u'status': 1, u'service_id': 18, u'data': None, u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:16,353", - "created": 1610360716.353357, + "asctime": "2021-01-11 11:37:20,856", + "created": 1610361440.85648, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82083,8 +82146,8 @@ "{u'status': 1, u'service_id': 18, u'data': None, u'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:16,352", - "created": 1610360716.35298, + "asctime": "2021-01-11 11:37:20,856", + "created": 1610361440.856105, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82094,14 +82157,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": 352.9798984527588, + "msecs": 856.1050891876221, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12505.70297241211, - "thread": 139854989064000, + "relativeCreated": 12511.515140533447, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82110,8 +82173,8 @@ "{'status': 1, 'service_id': 18, 'data': None, 'data_id': 34}", "" ], - "asctime": "2021-01-11 11:25:16,353", - "created": 1610360716.353161, + "asctime": "2021-01-11 11:37:20,856", + "created": 1610361440.856299, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82121,39 +82184,39 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 1, 'service_id': 18, 'data': None, 'data_id': 34} ()", "module": "test", - "msecs": 353.161096572876, + "msecs": 856.2989234924316, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12505.884170532227, - "thread": 139854989064000, + "relativeCreated": 12511.708974838257, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 353.35707664489746, + "msecs": 856.4798831939697, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12506.080150604248, - "thread": 139854989064000, + "relativeCreated": 12511.889934539795, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00019598007202148438 + "time_consumption": 0.00018095970153808594 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.860522985458374, - "time_finished": "2021-01-11 11:25:16,353", - "time_start": "2021-01-11 11:25:15,492" + "time_consumption": 0.8648149967193604, + "time_finished": "2021-01-11 11:37:20,856", + "time_start": "2021-01-11 11:37:19,991" }, "_k7opsE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:18,802", - "created": 1610360718.802102, + "asctime": "2021-01-11 11:37:23,299", + "created": 1610361443.299403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82164,18 +82227,18 @@ "message": "_k7opsE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 802.1020889282227, + "msecs": 299.40295219421387, "msg": "_k7opsE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14954.825162887573, + "relativeCreated": 14954.813003540039, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810851, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.305502, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -82190,8 +82253,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:18,803", - "created": 1610360718.803828, + "asctime": "2021-01-11 11:37:23,300", + "created": 1610361443.300507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82201,22 +82264,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 803.8280010223389, + "msecs": 300.5070686340332, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14956.55107498169, - "thread": 139854989064000, + "relativeCreated": 14955.917119979858, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,804", - "created": 1610360718.804737, + "asctime": "2021-01-11 11:37:23,301", + "created": 1610361443.301509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82226,22 +82289,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 804.7370910644531, + "msecs": 301.50890350341797, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14957.460165023804, - "thread": 139854989064000, + "relativeCreated": 14956.918954849243, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,805", - "created": 1610360718.805114, + "asctime": "2021-01-11 11:37:23,301", + "created": 1610361443.301674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82251,22 +82314,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 805.1140308380127, + "msecs": 301.67388916015625, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14957.837104797363, - "thread": 139854989064000, + "relativeCreated": 14957.083940505981, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:18,806", - "created": 1610360718.806065, + "asctime": "2021-01-11 11:37:23,301", + "created": 1610361443.301875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82276,14 +82339,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 806.0650825500488, + "msecs": 301.87511444091797, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14958.7881565094, - "thread": 139854989064000, + "relativeCreated": 14957.285165786743, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82292,25 +82355,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:18,806", - "created": 1610360718.806323, + "asctime": "2021-01-11 11:37:23,301", + "created": 1610361443.301969, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 806.3230514526367, + "msecs": 301.969051361084, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14959.046125411987, - "thread": 139854989064000, + "relativeCreated": 14957.37910270691, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82318,25 +82381,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,806", - "created": 1610360718.806632, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302082, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 806.6320419311523, + "msecs": 302.0820617675781, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14959.355115890503, - "thread": 139854989064000, + "relativeCreated": 14957.492113113403, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82344,25 +82407,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,806", - "created": 1610360718.806857, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302161, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 806.8571090698242, + "msecs": 302.16097831726074, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14959.580183029175, - "thread": 139854989064000, + "relativeCreated": 14957.571029663086, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82370,25 +82433,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:18,807", - "created": 1610360718.807099, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.30223, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 807.0991039276123, + "msecs": 302.2298812866211, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14959.822177886963, - "thread": 139854989064000, + "relativeCreated": 14957.639932632446, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82396,25 +82459,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:18,807", - "created": 1610360718.807338, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302295, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 807.3379993438721, + "msecs": 302.2949695587158, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14960.061073303223, - "thread": 139854989064000, + "relativeCreated": 14957.705020904541, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82424,8 +82487,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:18,807", - "created": 1610360718.807587, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302368, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82435,14 +82498,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 807.5869083404541, + "msecs": 302.3679256439209, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14960.309982299805, - "thread": 139854989064000, + "relativeCreated": 14957.777976989746, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82452,8 +82515,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:18,807", - "created": 1610360718.807828, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302462, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82463,14 +82526,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 807.8279495239258, + "msecs": 302.462100982666, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14960.551023483276, - "thread": 139854989064000, + "relativeCreated": 14957.872152328491, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82480,8 +82543,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:18,808", - "created": 1610360718.808433, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82491,14 +82554,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 808.4330558776855, + "msecs": 302.5679588317871, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14961.156129837036, - "thread": 139854989064000, + "relativeCreated": 14957.978010177612, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82508,8 +82571,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:18,808", - "created": 1610360718.808771, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.30268, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82519,22 +82582,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 808.7708950042725, + "msecs": 302.68001556396484, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14961.493968963623, - "thread": 139854989064000, + "relativeCreated": 14958.09006690979, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:18,808", - "created": 1610360718.808907, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82544,14 +82607,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 808.9070320129395, + "msecs": 302.7780055999756, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14961.63010597229, - "thread": 139854989064000, + "relativeCreated": 14958.1880569458, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82560,25 +82623,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:18,808", - "created": 1610360718.80899, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302886, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 808.9900016784668, + "msecs": 302.8860092163086, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14961.713075637817, - "thread": 139854989064000, + "relativeCreated": 14958.296060562134, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82586,25 +82649,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809143, + "asctime": "2021-01-11 11:37:23,302", + "created": 1610361443.302986, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 809.14306640625, + "msecs": 302.98590660095215, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14961.8661403656, - "thread": 139854989064000, + "relativeCreated": 14958.395957946777, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82612,25 +82675,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809205, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303077, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 809.2050552368164, + "msecs": 303.07698249816895, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14961.928129196167, - "thread": 139854989064000, + "relativeCreated": 14958.487033843994, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82640,8 +82703,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809263, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303172, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82651,14 +82714,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 809.2629909515381, + "msecs": 303.17211151123047, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14961.986064910889, - "thread": 139854989064000, + "relativeCreated": 14958.582162857056, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82668,8 +82731,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809324, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82679,14 +82742,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 809.3240261077881, + "msecs": 303.26390266418457, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.047100067139, - "thread": 139854989064000, + "relativeCreated": 14958.67395401001, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82695,25 +82758,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809381, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303364, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 809.3810081481934, + "msecs": 303.3640384674072, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.104082107544, - "thread": 139854989064000, + "relativeCreated": 14958.774089813232, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82722,25 +82785,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809436, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303453, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 809.4360828399658, + "msecs": 303.4529685974121, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.159156799316, - "thread": 139854989064000, + "relativeCreated": 14958.863019943237, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82749,33 +82812,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809486, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303545, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 809.485912322998, + "msecs": 303.5449981689453, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.208986282349, - "thread": 139854989064000, + "relativeCreated": 14958.95504951477, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809539, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82785,22 +82848,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 809.5390796661377, + "msecs": 303.6370277404785, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.262153625488, - "thread": 139854989064000, + "relativeCreated": 14959.047079086304, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809669, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82810,14 +82873,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 809.669017791748, + "msecs": 303.91502380371094, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.392091751099, - "thread": 139854989064000, + "relativeCreated": 14959.325075149536, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82826,25 +82889,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.80973, + "asctime": "2021-01-11 11:37:23,303", + "created": 1610361443.303996, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 809.730052947998, + "msecs": 303.99608612060547, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.453126907349, - "thread": 139854989064000, + "relativeCreated": 14959.40613746643, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82852,25 +82915,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809802, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304097, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 809.8020553588867, + "msecs": 304.09693717956543, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.525129318237, - "thread": 139854989064000, + "relativeCreated": 14959.50698852539, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82878,25 +82941,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.80986, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304168, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 809.8599910736084, + "msecs": 304.1679859161377, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.583065032959, - "thread": 139854989064000, + "relativeCreated": 14959.578037261963, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82904,25 +82967,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.80992, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304234, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 809.920072555542, + "msecs": 304.2340278625488, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.643146514893, - "thread": 139854989064000, + "relativeCreated": 14959.644079208374, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82930,25 +82993,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:18,809", - "created": 1610360718.809984, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304303, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 809.9839687347412, + "msecs": 304.3029308319092, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.707042694092, - "thread": 139854989064000, + "relativeCreated": 14959.712982177734, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82958,8 +83021,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810054, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82969,14 +83032,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 810.0540637969971, + "msecs": 304.37207221984863, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.777137756348, - "thread": 139854989064000, + "relativeCreated": 14959.782123565674, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -82986,8 +83049,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810137, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304443, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82997,14 +83060,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 810.1370334625244, + "msecs": 304.4428825378418, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.860107421875, - "thread": 139854989064000, + "relativeCreated": 14959.852933883667, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83014,8 +83077,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810216, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83025,14 +83088,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 810.215950012207, + "msecs": 304.51297760009766, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14962.939023971558, - "thread": 139854989064000, + "relativeCreated": 14959.923028945923, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83042,8 +83105,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.81028, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83053,22 +83116,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 810.2800846099854, + "msecs": 304.5821189880371, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.003158569336, - "thread": 139854989064000, + "relativeCreated": 14959.992170333862, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810349, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83078,14 +83141,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 810.3489875793457, + "msecs": 304.6550750732422, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.072061538696, - "thread": 139854989064000, + "relativeCreated": 14960.065126419067, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83094,25 +83157,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.81041, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.30473, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 810.4100227355957, + "msecs": 304.7299385070801, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.133096694946, - "thread": 139854989064000, + "relativeCreated": 14960.139989852905, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83120,25 +83183,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810473, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304818, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 810.4729652404785, + "msecs": 304.81791496276855, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.19603919983, - "thread": 139854989064000, + "relativeCreated": 14960.227966308594, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83146,25 +83209,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810533, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304885, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 810.5330467224121, + "msecs": 304.8849105834961, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.256120681763, - "thread": 139854989064000, + "relativeCreated": 14960.294961929321, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83174,8 +83237,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810582, + "asctime": "2021-01-11 11:37:23,304", + "created": 1610361443.304981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83185,14 +83248,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 810.5819225311279, + "msecs": 304.980993270874, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.304996490479, - "thread": 139854989064000, + "relativeCreated": 14960.3910446167, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83202,8 +83265,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810632, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.305091, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83213,14 +83276,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 810.6319904327393, + "msecs": 305.09090423583984, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.35506439209, - "thread": 139854989064000, + "relativeCreated": 14960.500955581665, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83229,25 +83292,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810678, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.305176, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 810.6780052185059, + "msecs": 305.1760196685791, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.401079177856, - "thread": 139854989064000, + "relativeCreated": 14960.586071014404, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83256,25 +83319,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810719, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.305255, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 810.7190132141113, + "msecs": 305.2549362182617, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.442087173462, - "thread": 139854989064000, + "relativeCreated": 14960.664987564087, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83283,33 +83346,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.81076, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.30534, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 810.7600212097168, + "msecs": 305.340051651001, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.483095169067, - "thread": 139854989064000, + "relativeCreated": 14960.750102996826, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810804, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.30542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83319,32 +83382,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 810.8038902282715, + "msecs": 305.419921875, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.526964187622, - "thread": 139854989064000, + "relativeCreated": 14960.829973220825, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 810.8510971069336, + "msecs": 305.50193786621094, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.574171066284, - "thread": 139854989064000, + "relativeCreated": 14960.911989212036, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 4.7206878662109375e-05 + "time_consumption": 8.20159912109375e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:19,154", - "created": 1610360719.154614, + "asctime": "2021-01-11 11:37:23,649", + "created": 1610361443.649988, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -83359,8 +83422,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:18,810", - "created": 1610360718.810954, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.305679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83370,22 +83433,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 810.9540939331055, + "msecs": 305.6790828704834, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.677167892456, - "thread": 139854989064000, + "relativeCreated": 14961.089134216309, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:18,811", - "created": 1610360718.811001, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.305777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83395,22 +83458,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 811.0010623931885, + "msecs": 305.77707290649414, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.724136352539, - "thread": 139854989064000, + "relativeCreated": 14961.18712425232, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:18,811", - "created": 1610360718.811047, + "asctime": "2021-01-11 11:37:23,305", + "created": 1610361443.30592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83420,14 +83483,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 811.0470771789551, + "msecs": 305.919885635376, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.770151138306, - "thread": 139854989064000, + "relativeCreated": 14961.329936981201, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83438,8 +83501,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,811", - "created": 1610360718.811126, + "asctime": "2021-01-11 11:37:23,306", + "created": 1610361443.306061, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83449,22 +83512,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 811.1259937286377, + "msecs": 306.0610294342041, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.849067687988, - "thread": 139854989064000, + "relativeCreated": 14961.47108078003, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,811", - "created": 1610360718.811273, + "asctime": "2021-01-11 11:37:23,306", + "created": 1610361443.306324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83474,22 +83537,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 811.2730979919434, + "msecs": 306.3240051269531, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14963.996171951294, - "thread": 139854989064000, + "relativeCreated": 14961.734056472778, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:18,811", - "created": 1610360718.811324, + "asctime": "2021-01-11 11:37:23,306", + "created": 1610361443.306424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83499,39 +83562,14 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 811.323881149292, + "msecs": 306.4239025115967, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14964.046955108643, - "thread": 139854989064000, - "threadName": "MainThread" - }, - { - "args": [ - "prot-server:" - ], - "asctime": "2021-01-11 11:25:18,811", - "created": 1610360718.811374, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__clean_receive_buffer__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 427, - "message": "prot-server: Cleaning up receive-buffer", - "module": "__init__", - "msecs": 811.3739490509033, - "msg": "%s Cleaning up receive-buffer", - "name": "root.socket_protocol.all_others", - "pathname": "src/socket_protocol/__init__.py", - "process": 33692, - "processName": "MainProcess", - "relativeCreated": 14964.097023010254, - "thread": 139854989064000, + "relativeCreated": 14961.833953857422, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -83539,8 +83577,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 11:25:18,812", - "created": 1610360718.812295, + "asctime": "2021-01-11 11:37:23,306", + "created": 1610361443.306617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83550,23 +83588,48 @@ "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": 812.2949600219727, + "msecs": 306.61702156066895, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.018033981323, - "thread": 139853127743232, + "relativeCreated": 14962.027072906494, + "thread": 140377751271168, "threadName": "Thread-25" }, + { + "args": [ + "prot-server:" + ], + "asctime": "2021-01-11 11:37:23,306", + "created": 1610361443.306727, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__clean_receive_buffer__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 427, + "message": "prot-server: Cleaning up receive-buffer", + "module": "__init__", + "msecs": 306.72693252563477, + "msg": "%s Cleaning up receive-buffer", + "name": "root.socket_protocol.all_others", + "pathname": "src/socket_protocol/__init__.py", + "process": 36164, + "processName": "MainProcess", + "relativeCreated": 14962.13698387146, + "thread": 140379336402752, + "threadName": "MainThread" + }, { "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 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 11:25:18,812", - "created": 1610360718.812431, + "asctime": "2021-01-11 11:37:23,306", + "created": 1610361443.306962, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83576,14 +83639,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": 812.4310970306396, + "msecs": 306.9620132446289, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.15417098999, - "thread": 139853127743232, + "relativeCreated": 14962.372064590454, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83591,8 +83654,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,812", - "created": 1610360718.812497, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307059, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83602,14 +83665,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 812.4969005584717, + "msecs": 307.05904960632324, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.219974517822, - "thread": 139853127743232, + "relativeCreated": 14962.469100952148, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83618,8 +83681,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,812", - "created": 1610360718.812561, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83629,14 +83692,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 812.56103515625, + "msecs": 307.14893341064453, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.2841091156, - "thread": 139853127743232, + "relativeCreated": 14962.55898475647, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83644,8 +83707,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,812", - "created": 1610360718.812651, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307254, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83655,14 +83718,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 812.6509189605713, + "msecs": 307.2540760040283, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.373992919922, - "thread": 139853127743232, + "relativeCreated": 14962.664127349854, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83671,8 +83734,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,812", - "created": 1610360718.81272, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83682,14 +83745,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 812.7200603485107, + "msecs": 307.33203887939453, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.443134307861, - "thread": 139853127743232, + "relativeCreated": 14962.74209022522, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83697,8 +83760,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,812", - "created": 1610360718.812823, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307459, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83708,14 +83771,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 812.8230571746826, + "msecs": 307.45911598205566, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.546131134033, - "thread": 139853127743232, + "relativeCreated": 14962.86916732788, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83724,8 +83787,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,812", - "created": 1610360718.812889, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307562, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83735,14 +83798,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 812.8890991210938, + "msecs": 307.56211280822754, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.612173080444, - "thread": 139853127743232, + "relativeCreated": 14962.972164154053, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83750,8 +83813,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,812", - "created": 1610360718.812977, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.30768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83761,14 +83824,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 812.9770755767822, + "msecs": 307.6798915863037, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.700149536133, - "thread": 139853127743232, + "relativeCreated": 14963.089942932129, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83777,8 +83840,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813039, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83788,14 +83851,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 813.0390644073486, + "msecs": 307.7719211578369, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.7621383667, - "thread": 139853127743232, + "relativeCreated": 14963.181972503662, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83803,8 +83866,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813137, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307907, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83814,14 +83877,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 813.1370544433594, + "msecs": 307.9071044921875, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.86012840271, - "thread": 139853127743232, + "relativeCreated": 14963.317155838013, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83830,8 +83893,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813205, + "asctime": "2021-01-11 11:37:23,307", + "created": 1610361443.307999, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83841,14 +83904,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 813.2050037384033, + "msecs": 307.9988956451416, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14965.928077697754, - "thread": 139853127743232, + "relativeCreated": 14963.408946990967, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83856,8 +83919,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813307, + "asctime": "2021-01-11 11:37:23,308", + "created": 1610361443.308137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83867,14 +83930,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 813.3070468902588, + "msecs": 308.1369400024414, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.03012084961, - "thread": 139853127743232, + "relativeCreated": 14963.546991348267, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83882,8 +83945,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813374, + "asctime": "2021-01-11 11:37:23,308", + "created": 1610361443.308252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83893,14 +83956,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 813.3740425109863, + "msecs": 308.25209617614746, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.097116470337, - "thread": 139853127743232, + "relativeCreated": 14963.662147521973, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83908,8 +83971,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.81344, + "asctime": "2021-01-11 11:37:23,308", + "created": 1610361443.308343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83919,14 +83982,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 813.4400844573975, + "msecs": 308.34293365478516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.163158416748, - "thread": 139853127743232, + "relativeCreated": 14963.75298500061, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83935,8 +83998,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813496, + "asctime": "2021-01-11 11:37:23,308", + "created": 1610361443.308419, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83946,14 +84009,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": 813.4961128234863, + "msecs": 308.41898918151855, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.219186782837, - "thread": 139853127743232, + "relativeCreated": 14963.829040527344, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83961,8 +84024,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 11:25:18,813", - "created": 1610360718.81361, + "asctime": "2021-01-11 11:37:23,308", + "created": 1610361443.308584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83972,14 +84035,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": 813.6100769042969, + "msecs": 308.58397483825684, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.333150863647, - "thread": 139853127743232, + "relativeCreated": 14963.994026184082, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -83990,8 +84053,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813733, + "asctime": "2021-01-11 11:37:23,308", + "created": 1610361443.308763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84001,14 +84064,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 813.7331008911133, + "msecs": 308.7630271911621, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.456174850464, - "thread": 139853127743232, + "relativeCreated": 14964.173078536987, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84016,25 +84079,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813803, + "asctime": "2021-01-11 11:37:23,308", + "created": 1610361443.308871, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 813.80295753479, + "msecs": 308.8710308074951, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.52603149414, - "thread": 139853127743232, + "relativeCreated": 14964.28108215332, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84045,8 +84108,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,813", - "created": 1610360718.813889, + "asctime": "2021-01-11 11:37:23,309", + "created": 1610361443.309017, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84056,14 +84119,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 813.8890266418457, + "msecs": 309.0169429779053, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14966.612100601196, - "thread": 139853127743232, + "relativeCreated": 14964.42699432373, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84071,8 +84134,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 11:25:18,815", - "created": 1610360718.815032, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310001, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84082,14 +84145,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": 815.0320053100586, + "msecs": 310.0008964538574, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14967.75507926941, - "thread": 139853119350528, + "relativeCreated": 14965.410947799683, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84097,8 +84160,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 11:25:18,815", - "created": 1610360718.815167, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.31017, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84108,14 +84171,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": 815.1669502258301, + "msecs": 310.16993522644043, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14967.89002418518, - "thread": 139853119350528, + "relativeCreated": 14965.579986572266, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84123,8 +84186,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815228, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.31026, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84134,14 +84197,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 815.2279853820801, + "msecs": 310.2600574493408, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14967.95105934143, - "thread": 139853119350528, + "relativeCreated": 14965.670108795166, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84150,8 +84213,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815302, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84161,14 +84224,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.3018951416016, + "msecs": 310.3940486907959, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.024969100952, - "thread": 139853119350528, + "relativeCreated": 14965.804100036621, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84176,8 +84239,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815386, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310537, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84187,14 +84250,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.3860569000244, + "msecs": 310.53709983825684, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.109130859375, - "thread": 139853119350528, + "relativeCreated": 14965.947151184082, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84203,8 +84266,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815446, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310604, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84214,14 +84277,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.4458999633789, + "msecs": 310.6040954589844, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.16897392273, - "thread": 139853119350528, + "relativeCreated": 14966.01414680481, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84229,8 +84292,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815534, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310692, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84240,14 +84303,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.5341148376465, + "msecs": 310.69207191467285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.257188796997, - "thread": 139853119350528, + "relativeCreated": 14966.102123260498, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84256,8 +84319,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815597, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84267,14 +84330,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.5970573425293, + "msecs": 310.75501441955566, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.32013130188, - "thread": 139853119350528, + "relativeCreated": 14966.16506576538, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84282,8 +84345,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815676, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84293,14 +84356,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.6759738922119, + "msecs": 310.84203720092773, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.399047851562, - "thread": 139853119350528, + "relativeCreated": 14966.252088546753, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84309,8 +84372,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815724, + "asctime": "2021-01-11 11:37:23,310", + "created": 1610361443.310914, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84320,14 +84383,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.7238960266113, + "msecs": 310.9140396118164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.446969985962, - "thread": 139853119350528, + "relativeCreated": 14966.324090957642, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84335,8 +84398,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815789, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.311025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84346,14 +84409,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.788984298706, + "msecs": 311.02490425109863, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.512058258057, - "thread": 139853119350528, + "relativeCreated": 14966.434955596924, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84362,8 +84425,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815836, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.311106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84373,14 +84436,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.8359527587891, + "msecs": 311.10596656799316, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.55902671814, - "thread": 139853119350528, + "relativeCreated": 14966.516017913818, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84388,8 +84451,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.81591, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.311227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84399,14 +84462,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 815.9101009368896, + "msecs": 311.22708320617676, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.63317489624, - "thread": 139853119350528, + "relativeCreated": 14966.637134552002, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84414,8 +84477,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:18,815", - "created": 1610360718.815967, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.311323, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84425,14 +84488,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 815.9670829772949, + "msecs": 311.3229274749756, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.690156936646, - "thread": 139853119350528, + "relativeCreated": 14966.7329788208, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84440,8 +84503,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:18,816", - "created": 1610360718.816021, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.311425, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84451,14 +84514,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 816.0209655761719, + "msecs": 311.42497062683105, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.744039535522, - "thread": 139853119350528, + "relativeCreated": 14966.835021972656, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84467,8 +84530,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:18,816", - "created": 1610360718.816068, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.311517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84478,14 +84541,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.0679340362549, + "msecs": 311.51700019836426, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.791007995605, - "thread": 139853119350528, + "relativeCreated": 14966.92705154419, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84493,8 +84556,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 11:25:18,816", - "created": 1610360718.816171, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.311698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84504,14 +84567,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.1709308624268, + "msecs": 311.69795989990234, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14968.894004821777, - "thread": 139853119350528, + "relativeCreated": 14967.108011245728, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84522,8 +84585,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:18,816", - "created": 1610360718.816292, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.31188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84533,14 +84596,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 816.2920475006104, + "msecs": 311.88011169433594, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14969.015121459961, - "thread": 139853119350528, + "relativeCreated": 14967.290163040161, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -84548,8 +84611,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:18,816", - "created": 1610360718.816346, + "asctime": "2021-01-11 11:37:23,311", + "created": 1610361443.31199, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84559,32 +84622,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 816.3459300994873, + "msecs": 311.99002265930176, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 14969.069004058838, - "thread": 139853119350528, + "relativeCreated": 14967.400074005127, + "thread": 140377742878464, "threadName": "Thread-26" } ], - "msecs": 154.61397171020508, + "msecs": 649.9879360198975, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15307.337045669556, - "thread": 139854989064000, + "relativeCreated": 15305.397987365723, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3382680416107178 + "time_consumption": 0.3379979133605957 }, { "args": [], - "asctime": "2021-01-11 11:25:19,155", - "created": 1610360719.155821, + "asctime": "2021-01-11 11:37:23,650", + "created": 1610361443.650546, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -84602,8 +84665,8 @@ "None", "None" ], - "asctime": "2021-01-11 11:25:19,155", - "created": 1610360719.155539, + "asctime": "2021-01-11 11:37:23,650", + "created": 1610361443.650409, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84613,32 +84676,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=None", "module": "__init__", - "msecs": 155.53903579711914, + "msecs": 650.4089832305908, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15308.26210975647, - "thread": 139854989064000, + "relativeCreated": 15305.819034576416, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 155.8210849761963, + "msecs": 650.5460739135742, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15308.544158935547, - "thread": 139854989064000, + "relativeCreated": 15305.9561252594, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00028204917907714844 + "time_consumption": 0.00013709068298339844 }, { "args": [], - "asctime": "2021-01-11 11:25:19,357", - "created": 1610360719.357649, + "asctime": "2021-01-11 11:37:23,851", + "created": 1610361443.851664, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -84657,8 +84720,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:19,156", - "created": 1610360719.156392, + "asctime": "2021-01-11 11:37:23,650", + "created": 1610361443.650797, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84668,14 +84731,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 156.39209747314453, + "msecs": 650.7968902587891, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15309.115171432495, - "thread": 139854989064000, + "relativeCreated": 15306.206941604614, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -84683,8 +84746,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 11:25:19,179", - "created": 1610360719.179617, + "asctime": "2021-01-11 11:37:23,674", + "created": 1610361443.674197, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84694,14 +84757,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": 179.61692810058594, + "msecs": 674.1969585418701, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15332.340002059937, - "thread": 139853127743232, + "relativeCreated": 15329.607009887695, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84709,8 +84772,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 11:25:19,180", - "created": 1610360719.180322, + "asctime": "2021-01-11 11:37:23,674", + "created": 1610361443.674859, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84720,14 +84783,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": 180.32193183898926, + "msecs": 674.8590469360352, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15333.04500579834, - "thread": 139853127743232, + "relativeCreated": 15330.26909828186, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84735,8 +84798,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,180", - "created": 1610360719.180614, + "asctime": "2021-01-11 11:37:23,675", + "created": 1610361443.675129, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84746,14 +84809,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 180.61399459838867, + "msecs": 675.1289367675781, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15333.33706855774, - "thread": 139853127743232, + "relativeCreated": 15330.538988113403, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84762,8 +84825,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,180", - "created": 1610360719.180876, + "asctime": "2021-01-11 11:37:23,675", + "created": 1610361443.675365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84773,14 +84836,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 180.8760166168213, + "msecs": 675.3649711608887, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15333.599090576172, - "thread": 139853127743232, + "relativeCreated": 15330.775022506714, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84788,8 +84851,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,181", - "created": 1610360719.181189, + "asctime": "2021-01-11 11:37:23,675", + "created": 1610361443.675662, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84799,14 +84862,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 181.18906021118164, + "msecs": 675.6620407104492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15333.912134170532, - "thread": 139853127743232, + "relativeCreated": 15331.072092056274, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84815,8 +84878,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,181", - "created": 1610360719.181656, + "asctime": "2021-01-11 11:37:23,675", + "created": 1610361443.67588, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84826,14 +84889,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 181.6558837890625, + "msecs": 675.879955291748, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15334.378957748413, - "thread": 139853127743232, + "relativeCreated": 15331.290006637573, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84841,8 +84904,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,182", - "created": 1610360719.182169, + "asctime": "2021-01-11 11:37:23,676", + "created": 1610361443.67622, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84852,14 +84915,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 182.16896057128906, + "msecs": 676.2199401855469, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15334.89203453064, - "thread": 139853127743232, + "relativeCreated": 15331.629991531372, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84868,8 +84931,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,182", - "created": 1610360719.182649, + "asctime": "2021-01-11 11:37:23,676", + "created": 1610361443.676452, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84879,14 +84942,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 182.6488971710205, + "msecs": 676.4519214630127, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15335.371971130371, - "thread": 139853127743232, + "relativeCreated": 15331.861972808838, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84894,8 +84957,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,183", - "created": 1610360719.183158, + "asctime": "2021-01-11 11:37:23,676", + "created": 1610361443.676719, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84905,14 +84968,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 183.15792083740234, + "msecs": 676.7189502716064, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15335.880994796753, - "thread": 139853127743232, + "relativeCreated": 15332.129001617432, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84921,8 +84984,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,183", - "created": 1610360719.183387, + "asctime": "2021-01-11 11:37:23,677", + "created": 1610361443.677083, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84932,14 +84995,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.38704109191895, + "msecs": 677.0830154418945, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15336.11011505127, - "thread": 139853127743232, + "relativeCreated": 15332.49306678772, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84947,8 +85010,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,183", - "created": 1610360719.183673, + "asctime": "2021-01-11 11:37:23,677", + "created": 1610361443.677475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84958,14 +85021,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 183.67290496826172, + "msecs": 677.4749755859375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15336.395978927612, - "thread": 139853127743232, + "relativeCreated": 15332.885026931763, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -84974,8 +85037,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,183", - "created": 1610360719.183873, + "asctime": "2021-01-11 11:37:23,677", + "created": 1610361443.677658, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84985,14 +85048,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.87293815612793, + "msecs": 677.6580810546875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15336.596012115479, - "thread": 139853127743232, + "relativeCreated": 15333.068132400513, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85000,8 +85063,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:19,184", - "created": 1610360719.184233, + "asctime": "2021-01-11 11:37:23,677", + "created": 1610361443.677974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85011,14 +85074,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 184.2329502105713, + "msecs": 677.9739856719971, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15336.956024169922, - "thread": 139853127743232, + "relativeCreated": 15333.384037017822, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85026,8 +85089,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:19,184", - "created": 1610360719.184573, + "asctime": "2021-01-11 11:37:23,678", + "created": 1610361443.678216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85037,14 +85100,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 184.57293510437012, + "msecs": 678.2159805297852, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15337.29600906372, - "thread": 139853127743232, + "relativeCreated": 15333.62603187561, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85052,8 +85115,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,184", - "created": 1610360719.184873, + "asctime": "2021-01-11 11:37:23,678", + "created": 1610361443.678471, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85063,14 +85126,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 184.87310409545898, + "msecs": 678.4710884094238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15337.59617805481, - "thread": 139853127743232, + "relativeCreated": 15333.881139755249, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85079,8 +85142,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,185", - "created": 1610360719.185111, + "asctime": "2021-01-11 11:37:23,678", + "created": 1610361443.678718, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85090,14 +85153,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.11104583740234, + "msecs": 678.718090057373, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15337.834119796753, - "thread": 139853127743232, + "relativeCreated": 15334.128141403198, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85105,8 +85168,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 11:25:19,185", - "created": 1610360719.18559, + "asctime": "2021-01-11 11:37:23,678", + "created": 1610361443.678917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85116,14 +85179,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": 185.59002876281738, + "msecs": 678.9169311523438, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15338.313102722168, - "thread": 139853127743232, + "relativeCreated": 15334.326982498169, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85134,8 +85197,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:19,186", - "created": 1610360719.186079, + "asctime": "2021-01-11 11:37:23,679", + "created": 1610361443.679149, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85145,14 +85208,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 186.0790252685547, + "msecs": 679.1489124298096, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15338.802099227905, - "thread": 139853127743232, + "relativeCreated": 15334.558963775635, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85160,25 +85223,25 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:19,186", - "created": 1610360719.186381, + "asctime": "2021-01-11 11:37:23,679", + "created": 1610361443.679354, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 186.38110160827637, + "msecs": 679.3539524078369, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15339.104175567627, - "thread": 139853127743232, + "relativeCreated": 15334.764003753662, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85189,8 +85252,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:19,186", - "created": 1610360719.186784, + "asctime": "2021-01-11 11:37:23,679", + "created": 1610361443.679509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85200,14 +85263,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 186.784029006958, + "msecs": 679.5089244842529, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15339.507102966309, - "thread": 139853127743232, + "relativeCreated": 15334.918975830078, + "thread": 140377751271168, "threadName": "Thread-25" }, { @@ -85215,8 +85278,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 11:25:19,217", - "created": 1610360719.217859, + "asctime": "2021-01-11 11:37:23,713", + "created": 1610361443.713556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85226,14 +85289,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": 217.85902976989746, + "msecs": 713.5560512542725, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15370.582103729248, - "thread": 139853119350528, + "relativeCreated": 15368.966102600098, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85241,8 +85304,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 11:25:19,218", - "created": 1610360719.218722, + "asctime": "2021-01-11 11:37:23,714", + "created": 1610361443.714229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85252,14 +85315,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": 218.72210502624512, + "msecs": 714.2291069030762, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15371.445178985596, - "thread": 139853119350528, + "relativeCreated": 15369.639158248901, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85267,8 +85330,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,218", - "created": 1610360719.21899, + "asctime": "2021-01-11 11:37:23,714", + "created": 1610361443.714492, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85278,14 +85341,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 218.99008750915527, + "msecs": 714.4920825958252, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15371.713161468506, - "thread": 139853119350528, + "relativeCreated": 15369.90213394165, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85294,8 +85357,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,219", - "created": 1610360719.219244, + "asctime": "2021-01-11 11:37:23,714", + "created": 1610361443.714799, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85305,14 +85368,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 219.24400329589844, + "msecs": 714.7989273071289, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15371.967077255249, - "thread": 139853119350528, + "relativeCreated": 15370.208978652954, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85320,8 +85383,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,219", - "created": 1610360719.219437, + "asctime": "2021-01-11 11:37:23,715", + "created": 1610361443.71525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85331,14 +85394,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 219.4368839263916, + "msecs": 715.2500152587891, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15372.159957885742, - "thread": 139853119350528, + "relativeCreated": 15370.660066604614, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85347,8 +85410,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,219", - "created": 1610360719.219596, + "asctime": "2021-01-11 11:37:23,715", + "created": 1610361443.715474, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85358,14 +85421,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 219.59590911865234, + "msecs": 715.4738903045654, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15372.318983078003, - "thread": 139853119350528, + "relativeCreated": 15370.88394165039, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85373,8 +85436,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,219", - "created": 1610360719.219853, + "asctime": "2021-01-11 11:37:23,715", + "created": 1610361443.715888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85384,14 +85447,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 219.85292434692383, + "msecs": 715.8880233764648, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15372.575998306274, - "thread": 139853119350528, + "relativeCreated": 15371.29807472229, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85400,8 +85463,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,220", - "created": 1610360719.220038, + "asctime": "2021-01-11 11:37:23,716", + "created": 1610361443.716137, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85411,14 +85474,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 220.03793716430664, + "msecs": 716.1369323730469, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15372.761011123657, - "thread": 139853119350528, + "relativeCreated": 15371.546983718872, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85426,8 +85489,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,220", - "created": 1610360719.220264, + "asctime": "2021-01-11 11:37:23,716", + "created": 1610361443.716475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85437,14 +85500,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 220.26395797729492, + "msecs": 716.4750099182129, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15372.987031936646, - "thread": 139853119350528, + "relativeCreated": 15371.885061264038, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85453,8 +85516,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,220", - "created": 1610360719.220433, + "asctime": "2021-01-11 11:37:23,716", + "created": 1610361443.716689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85464,14 +85527,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 220.43299674987793, + "msecs": 716.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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15373.156070709229, - "thread": 139853119350528, + "relativeCreated": 15372.099161148071, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85479,8 +85542,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,220", - "created": 1610360719.220674, + "asctime": "2021-01-11 11:37:23,717", + "created": 1610361443.717033, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85490,14 +85553,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 220.6740379333496, + "msecs": 717.0329093933105, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15373.3971118927, - "thread": 139853119350528, + "relativeCreated": 15372.442960739136, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85506,8 +85569,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,220", - "created": 1610360719.220909, + "asctime": "2021-01-11 11:37:23,717", + "created": 1610361443.717258, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85517,14 +85580,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 220.90911865234375, + "msecs": 717.2579765319824, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15373.632192611694, - "thread": 139853119350528, + "relativeCreated": 15372.668027877808, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85532,8 +85595,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:19,221", - "created": 1610360719.221446, + "asctime": "2021-01-11 11:37:23,717", + "created": 1610361443.717759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85543,14 +85606,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 221.44603729248047, + "msecs": 717.7588939666748, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15374.169111251831, - "thread": 139853119350528, + "relativeCreated": 15373.1689453125, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85558,8 +85621,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:19,221", - "created": 1610360719.2218, + "asctime": "2021-01-11 11:37:23,718", + "created": 1610361443.718399, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85569,14 +85632,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 221.8000888824463, + "msecs": 718.3990478515625, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15374.523162841797, - "thread": 139853119350528, + "relativeCreated": 15373.809099197388, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85584,8 +85647,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,221", - "created": 1610360719.221953, + "asctime": "2021-01-11 11:37:23,718", + "created": 1610361443.718607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85595,14 +85658,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 221.9529151916504, + "msecs": 718.6069488525391, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15374.675989151001, - "thread": 139853119350528, + "relativeCreated": 15374.017000198364, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85611,8 +85674,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,222", - "created": 1610360719.222061, + "asctime": "2021-01-11 11:37:23,718", + "created": 1610361443.718825, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85622,14 +85685,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": 222.0609188079834, + "msecs": 718.825101852417, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15374.783992767334, - "thread": 139853119350528, + "relativeCreated": 15374.235153198242, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85637,8 +85700,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 11:25:19,222", - "created": 1610360719.222281, + "asctime": "2021-01-11 11:37:23,719", + "created": 1610361443.719232, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85648,14 +85711,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": 222.28097915649414, + "msecs": 719.2320823669434, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15375.004053115845, - "thread": 139853119350528, + "relativeCreated": 15374.642133712769, + "thread": 140377742878464, "threadName": "Thread-26" }, { @@ -85666,8 +85729,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:19,222", - "created": 1610360719.222537, + "asctime": "2021-01-11 11:37:23,719", + "created": 1610361443.719688, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85677,22 +85740,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 222.53704071044922, + "msecs": 719.6879386901855, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15375.2601146698, - "thread": 139853119350528, + "relativeCreated": 15375.09799003601, + "thread": 140377742878464, "threadName": "Thread-26" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:19,222", - "created": 1610360719.222686, + "asctime": "2021-01-11 11:37:23,719", + "created": 1610361443.719989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85702,35 +85765,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": 222.6860523223877, + "msecs": 719.9890613555908, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15375.409126281738, - "thread": 139853119350528, + "relativeCreated": 15375.399112701416, + "thread": 140377742878464, "threadName": "Thread-26" } ], - "msecs": 357.6490879058838, + "msecs": 851.6640663146973, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15510.372161865234, - "thread": 139854989064000, + "relativeCreated": 15507.074117660522, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.1349630355834961 + "time_consumption": 0.13167500495910645 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,358", - "created": 1610360719.358641, + "asctime": "2021-01-11 11:37:23,852", + "created": 1610361443.852833, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85747,8 +85810,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,358", - "created": 1610360719.358223, + "asctime": "2021-01-11 11:37:23,852", + "created": 1610361443.852232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85758,14 +85821,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": 358.22296142578125, + "msecs": 852.2319793701172, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15510.946035385132, - "thread": 139854989064000, + "relativeCreated": 15507.642030715942, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -85774,8 +85837,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,358", - "created": 1610360719.358443, + "asctime": "2021-01-11 11:37:23,852", + "created": 1610361443.852523, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85785,35 +85848,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 358.443021774292, + "msecs": 852.5230884552002, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15511.166095733643, - "thread": 139854989064000, + "relativeCreated": 15507.933139801025, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 358.6409091949463, + "msecs": 852.8330326080322, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15511.363983154297, - "thread": 139854989064000, + "relativeCreated": 15508.243083953857, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00019788742065429688 + "time_consumption": 0.00030994415283203125 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,359", - "created": 1610360719.359329, + "asctime": "2021-01-11 11:37:23,853", + "created": 1610361443.853774, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85830,8 +85893,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,358", - "created": 1610360719.358923, + "asctime": "2021-01-11 11:37:23,853", + "created": 1610361443.853265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85841,14 +85904,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": 358.92295837402344, + "msecs": 853.2650470733643, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15511.646032333374, - "thread": 139854989064000, + "relativeCreated": 15508.67509841919, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -85857,8 +85920,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,359", - "created": 1610360719.359097, + "asctime": "2021-01-11 11:37:23,853", + "created": 1610361443.853589, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85868,39 +85931,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 359.0970039367676, + "msecs": 853.5890579223633, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15511.820077896118, - "thread": 139854989064000, + "relativeCreated": 15508.999109268188, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 359.3289852142334, + "msecs": 853.7740707397461, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15512.052059173584, - "thread": 139854989064000, + "relativeCreated": 15509.184122085571, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002319812774658203 + "time_consumption": 0.0001850128173828125 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.5572268962860107, - "time_finished": "2021-01-11 11:25:19,359", - "time_start": "2021-01-11 11:25:18,802" + "time_consumption": 0.5543711185455322, + "time_finished": "2021-01-11 11:37:23,853", + "time_start": "2021-01-11 11:37:23,299" }, "_r9srME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:16,710", - "created": 1610360716.710848, + "asctime": "2021-01-11 11:37:21,211", + "created": 1610361441.211067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85911,18 +85974,18 @@ "message": "_r9srME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 710.8480930328369, + "msecs": 211.06696128845215, "msg": "_r9srME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12863.571166992188, + "relativeCreated": 12866.477012634277, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721991, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219543, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -85937,8 +86000,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:16,712", - "created": 1610360716.712349, + "asctime": "2021-01-11 11:37:21,212", + "created": 1610361441.212354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85948,22 +86011,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 712.3489379882812, + "msecs": 212.35394477844238, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12865.072011947632, - "thread": 139854989064000, + "relativeCreated": 12867.763996124268, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,713", - "created": 1610360716.713768, + "asctime": "2021-01-11 11:37:21,213", + "created": 1610361441.213759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85973,22 +86036,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 713.7680053710938, + "msecs": 213.7589454650879, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12866.491079330444, - "thread": 139854989064000, + "relativeCreated": 12869.168996810913, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,714", - "created": 1610360716.714134, + "asctime": "2021-01-11 11:37:21,214", + "created": 1610361441.214093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85998,22 +86061,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 714.1339778900146, + "msecs": 214.09296989440918, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12866.857051849365, - "thread": 139854989064000, + "relativeCreated": 12869.503021240234, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,715", - "created": 1610360716.715177, + "asctime": "2021-01-11 11:37:21,214", + "created": 1610361441.214866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86023,14 +86086,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 715.177059173584, + "msecs": 214.86592292785645, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12867.900133132935, - "thread": 139854989064000, + "relativeCreated": 12870.275974273682, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86039,25 +86102,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:16,715", - "created": 1610360716.715487, + "asctime": "2021-01-11 11:37:21,215", + "created": 1610361441.215165, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 715.487003326416, + "msecs": 215.1648998260498, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12868.210077285767, - "thread": 139854989064000, + "relativeCreated": 12870.574951171875, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86065,25 +86128,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,715", - "created": 1610360716.715843, + "asctime": "2021-01-11 11:37:21,215", + "created": 1610361441.215515, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 715.8429622650146, + "msecs": 215.5148983001709, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12868.566036224365, - "thread": 139854989064000, + "relativeCreated": 12870.924949645996, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86091,25 +86154,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,716", - "created": 1610360716.716097, + "asctime": "2021-01-11 11:37:21,215", + "created": 1610361441.215833, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 716.0971164703369, + "msecs": 215.83294868469238, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12868.820190429688, - "thread": 139854989064000, + "relativeCreated": 12871.243000030518, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86117,25 +86180,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:16,716", - "created": 1610360716.716913, + "asctime": "2021-01-11 11:37:21,216", + "created": 1610361441.216047, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 716.9129848480225, + "msecs": 216.0470485687256, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12869.636058807373, - "thread": 139854989064000, + "relativeCreated": 12871.45709991455, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86143,25 +86206,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:16,717", - "created": 1610360716.717171, + "asctime": "2021-01-11 11:37:21,216", + "created": 1610361441.216255, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 717.1709537506104, + "msecs": 216.25494956970215, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12869.894027709961, - "thread": 139854989064000, + "relativeCreated": 12871.665000915527, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86171,8 +86234,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:16,717", - "created": 1610360716.717467, + "asctime": "2021-01-11 11:37:21,216", + "created": 1610361441.216499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86182,14 +86245,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 717.4670696258545, + "msecs": 216.49909019470215, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12870.190143585205, - "thread": 139854989064000, + "relativeCreated": 12871.909141540527, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86199,8 +86262,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:16,717", - "created": 1610360716.717729, + "asctime": "2021-01-11 11:37:21,216", + "created": 1610361441.21679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86210,14 +86273,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 717.7290916442871, + "msecs": 216.78996086120605, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12870.452165603638, - "thread": 139854989064000, + "relativeCreated": 12872.200012207031, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86227,8 +86290,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:16,717", - "created": 1610360716.717985, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86238,14 +86301,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 717.9849147796631, + "msecs": 217.0419692993164, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12870.707988739014, - "thread": 139854989064000, + "relativeCreated": 12872.452020645142, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86255,8 +86318,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:16,718", - "created": 1610360716.718317, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86266,22 +86329,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 718.3170318603516, + "msecs": 217.2870635986328, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12871.040105819702, - "thread": 139854989064000, + "relativeCreated": 12872.697114944458, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,718", - "created": 1610360716.718587, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86291,14 +86354,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 718.5869216918945, + "msecs": 217.51689910888672, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12871.309995651245, - "thread": 139854989064000, + "relativeCreated": 12872.926950454712, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86307,25 +86370,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:16,718", - "created": 1610360716.718838, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217616, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 718.8379764556885, + "msecs": 217.61608123779297, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12871.561050415039, - "thread": 139854989064000, + "relativeCreated": 12873.026132583618, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86333,25 +86396,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.719085, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.21769, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 719.0849781036377, + "msecs": 217.68999099731445, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12871.808052062988, - "thread": 139854989064000, + "relativeCreated": 12873.10004234314, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86359,25 +86422,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.719331, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217755, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 719.3310260772705, + "msecs": 217.75507926940918, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.054100036621, - "thread": 139854989064000, + "relativeCreated": 12873.165130615234, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86387,8 +86450,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.719559, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217823, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86398,14 +86461,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 719.5589542388916, + "msecs": 217.82302856445312, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.282028198242, - "thread": 139854989064000, + "relativeCreated": 12873.233079910278, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86415,8 +86478,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.719649, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86426,14 +86489,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 719.649076461792, + "msecs": 217.89193153381348, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.372150421143, - "thread": 139854989064000, + "relativeCreated": 12873.301982879639, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86442,25 +86505,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.719735, + "asctime": "2021-01-11 11:37:21,217", + "created": 1610361441.217961, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 719.7349071502686, + "msecs": 217.96107292175293, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.45798110962, - "thread": 139854989064000, + "relativeCreated": 12873.371124267578, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86469,25 +86532,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.719817, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218021, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 719.8169231414795, + "msecs": 218.02091598510742, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.53999710083, - "thread": 139854989064000, + "relativeCreated": 12873.430967330933, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86496,33 +86559,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.719893, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218082, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 719.8929786682129, + "msecs": 218.08195114135742, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.616052627563, - "thread": 139854989064000, + "relativeCreated": 12873.492002487183, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,719", - "created": 1610360716.71997, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86532,22 +86595,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 719.9699878692627, + "msecs": 218.15800666809082, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.693061828613, - "thread": 139854989064000, + "relativeCreated": 12873.568058013916, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.72022, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.21829, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86557,14 +86620,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 720.2200889587402, + "msecs": 218.2900905609131, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12872.94316291809, - "thread": 139854989064000, + "relativeCreated": 12873.700141906738, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86573,25 +86636,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720336, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218349, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 720.3359603881836, + "msecs": 218.34897994995117, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.059034347534, - "thread": 139854989064000, + "relativeCreated": 12873.759031295776, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86599,25 +86662,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720458, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218419, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 720.4580307006836, + "msecs": 218.41907501220703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.181104660034, - "thread": 139854989064000, + "relativeCreated": 12873.829126358032, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86625,25 +86688,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720556, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218475, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 720.5560207366943, + "msecs": 218.4751033782959, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.279094696045, - "thread": 139854989064000, + "relativeCreated": 12873.885154724121, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86651,25 +86714,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720649, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218525, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 720.649003982544, + "msecs": 218.52493286132812, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.372077941895, - "thread": 139854989064000, + "relativeCreated": 12873.934984207153, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86677,25 +86740,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720756, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218574, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 720.7560539245605, + "msecs": 218.57404708862305, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.479127883911, - "thread": 139854989064000, + "relativeCreated": 12873.984098434448, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86705,8 +86768,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720828, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86716,14 +86779,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 720.8280563354492, + "msecs": 218.80793571472168, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.5511302948, - "thread": 139854989064000, + "relativeCreated": 12874.217987060547, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86733,8 +86796,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720901, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218871, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86744,14 +86807,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 720.9010124206543, + "msecs": 218.8711166381836, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.624086380005, - "thread": 139854989064000, + "relativeCreated": 12874.281167984009, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86761,8 +86824,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:16,720", - "created": 1610360716.720973, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86772,14 +86835,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 720.973014831543, + "msecs": 218.93310546875, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.696088790894, - "thread": 139854989064000, + "relativeCreated": 12874.343156814575, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86789,8 +86852,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721052, + "asctime": "2021-01-11 11:37:21,218", + "created": 1610361441.218997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86800,22 +86863,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 721.0519313812256, + "msecs": 218.99700164794922, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12873.775005340576, - "thread": 139854989064000, + "relativeCreated": 12874.407052993774, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721326, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219039, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86825,14 +86888,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 721.3261127471924, + "msecs": 219.0389633178711, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.049186706543, - "thread": 139854989064000, + "relativeCreated": 12874.449014663696, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86841,25 +86904,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721407, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219105, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 721.4069366455078, + "msecs": 219.10500526428223, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.130010604858, - "thread": 139854989064000, + "relativeCreated": 12874.515056610107, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86867,25 +86930,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721481, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219164, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 721.4810848236084, + "msecs": 219.1638946533203, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.204158782959, - "thread": 139854989064000, + "relativeCreated": 12874.573945999146, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86893,25 +86956,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721546, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219219, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 721.545934677124, + "msecs": 219.21896934509277, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.269008636475, - "thread": 139854989064000, + "relativeCreated": 12874.629020690918, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86921,8 +86984,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721614, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86932,14 +86995,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 721.613883972168, + "msecs": 219.27809715270996, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.336957931519, - "thread": 139854989064000, + "relativeCreated": 12874.688148498535, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86949,8 +87012,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721682, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86960,14 +87023,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 721.682071685791, + "msecs": 219.32601928710938, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.405145645142, - "thread": 139854989064000, + "relativeCreated": 12874.736070632935, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -86976,25 +87039,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721746, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219375, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 721.7459678649902, + "msecs": 219.3748950958252, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.46904182434, - "thread": 139854989064000, + "relativeCreated": 12874.78494644165, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -87003,25 +87066,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721806, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219417, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 721.8060493469238, + "msecs": 219.41709518432617, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.529123306274, - "thread": 139854989064000, + "relativeCreated": 12874.827146530151, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -87030,33 +87093,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721865, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219458, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 721.8649387359619, + "msecs": 219.45810317993164, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.588012695312, - "thread": 139854989064000, + "relativeCreated": 12874.868154525757, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,721", - "created": 1610360716.721929, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.2195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87066,32 +87129,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 721.9290733337402, + "msecs": 219.50006484985352, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.65214729309, - "thread": 139854989064000, + "relativeCreated": 12874.910116195679, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 721.9910621643066, + "msecs": 219.5429801940918, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.714136123657, - "thread": 139854989064000, + "relativeCreated": 12874.953031539917, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 6.198883056640625e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:17,065", - "created": 1610360717.065991, + "asctime": "2021-01-11 11:37:21,563", + "created": 1610361441.563358, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -87106,8 +87169,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:16,722", - "created": 1610360716.722122, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87117,22 +87180,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 722.1219539642334, + "msecs": 219.6369171142578, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.845027923584, - "thread": 139854989064000, + "relativeCreated": 12875.046968460083, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:16,722", - "created": 1610360716.722198, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219696, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87142,22 +87205,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 722.1980094909668, + "msecs": 219.696044921875, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12874.921083450317, - "thread": 139854989064000, + "relativeCreated": 12875.1060962677, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:16,722", - "created": 1610360716.722278, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219751, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87167,14 +87230,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 722.2781181335449, + "msecs": 219.75088119506836, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12875.001192092896, - "thread": 139854989064000, + "relativeCreated": 12875.160932540894, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -87185,8 +87248,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,722", - "created": 1610360716.722403, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87196,22 +87259,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 722.4030494689941, + "msecs": 219.84505653381348, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12875.126123428345, - "thread": 139854989064000, + "relativeCreated": 12875.255107879639, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,722", - "created": 1610360716.722665, + "asctime": "2021-01-11 11:37:21,219", + "created": 1610361441.219991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87221,22 +87284,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 722.6650714874268, + "msecs": 219.99096870422363, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12875.388145446777, - "thread": 139854989064000, + "relativeCreated": 12875.401020050049, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:16,722", - "created": 1610360716.722728, + "asctime": "2021-01-11 11:37:21,220", + "created": 1610361441.220053, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87246,22 +87309,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 722.7280139923096, + "msecs": 220.05295753479004, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12875.45108795166, - "thread": 139854989064000, + "relativeCreated": 12875.463008880615, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:16,722", - "created": 1610360716.722783, + "asctime": "2021-01-11 11:37:21,220", + "created": 1610361441.220111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87271,14 +87334,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 722.783088684082, + "msecs": 220.11089324951172, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12875.506162643433, - "thread": 139854989064000, + "relativeCreated": 12875.520944595337, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -87286,8 +87349,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 11:25:16,728", - "created": 1610360716.728928, + "asctime": "2021-01-11 11:37:21,221", + "created": 1610361441.221714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87297,14 +87360,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": 728.9280891418457, + "msecs": 221.71401977539062, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12881.651163101196, - "thread": 139853656221440, + "relativeCreated": 12877.124071121216, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87312,8 +87375,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 11:25:16,729", - "created": 1610360716.729109, + "asctime": "2021-01-11 11:37:21,221", + "created": 1610361441.221838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87323,14 +87386,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": 729.1090488433838, + "msecs": 221.83799743652344, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12881.832122802734, - "thread": 139853656221440, + "relativeCreated": 12877.248048782349, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87338,8 +87401,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729176, + "asctime": "2021-01-11 11:37:21,221", + "created": 1610361441.221893, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87349,14 +87412,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 729.1760444641113, + "msecs": 221.8930721282959, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12881.899118423462, - "thread": 139853656221440, + "relativeCreated": 12877.303123474121, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87365,8 +87428,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729238, + "asctime": "2021-01-11 11:37:21,221", + "created": 1610361441.221943, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87376,14 +87439,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.2380332946777, + "msecs": 221.94290161132812, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12881.961107254028, - "thread": 139853656221440, + "relativeCreated": 12877.352952957153, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87391,8 +87454,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729307, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87402,14 +87465,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.3069362640381, + "msecs": 222.00703620910645, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.030010223389, - "thread": 139853656221440, + "relativeCreated": 12877.417087554932, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87418,8 +87481,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729357, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87429,14 +87492,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.3570041656494, + "msecs": 222.05591201782227, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.080078125, - "thread": 139853656221440, + "relativeCreated": 12877.465963363647, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87444,8 +87507,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729423, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87455,14 +87518,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.4230461120605, + "msecs": 222.1219539642334, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.146120071411, - "thread": 139853656221440, + "relativeCreated": 12877.532005310059, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87471,8 +87534,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729475, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.22218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87482,14 +87545,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.4750213623047, + "msecs": 222.17988967895508, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.198095321655, - "thread": 139853656221440, + "relativeCreated": 12877.58994102478, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87497,8 +87560,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729555, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222258, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87508,14 +87571,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.5548915863037, + "msecs": 222.2580909729004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.277965545654, - "thread": 139853656221440, + "relativeCreated": 12877.668142318726, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87524,8 +87587,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729626, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222305, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87535,14 +87598,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.625940322876, + "msecs": 222.3050594329834, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.349014282227, - "thread": 139853656221440, + "relativeCreated": 12877.715110778809, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87550,8 +87613,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729728, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.22237, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87561,14 +87624,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.7279834747314, + "msecs": 222.36990928649902, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.451057434082, - "thread": 139853656221440, + "relativeCreated": 12877.779960632324, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87577,8 +87640,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729802, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87588,14 +87651,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.8018932342529, + "msecs": 222.41592407226562, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.524967193604, - "thread": 139853656221440, + "relativeCreated": 12877.82597541809, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87603,8 +87666,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:16,729", - "created": 1610360716.729908, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87614,14 +87677,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 729.9079895019531, + "msecs": 222.4869728088379, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.631063461304, - "thread": 139853656221440, + "relativeCreated": 12877.897024154663, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87629,8 +87692,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:16,730", - "created": 1610360716.730017, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87640,14 +87703,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 730.0169467926025, + "msecs": 222.55611419677734, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.740020751953, - "thread": 139853656221440, + "relativeCreated": 12877.966165542603, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87655,8 +87718,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,730", - "created": 1610360716.730102, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.22261, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87666,14 +87729,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 730.1020622253418, + "msecs": 222.6099967956543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.825136184692, - "thread": 139853656221440, + "relativeCreated": 12878.02004814148, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87682,8 +87745,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:16,730", - "created": 1610360716.730174, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222657, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87693,14 +87756,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": 730.1740646362305, + "msecs": 222.6569652557373, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12882.897138595581, - "thread": 139853656221440, + "relativeCreated": 12878.067016601562, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87708,8 +87771,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 11:25:16,730", - "created": 1610360716.73032, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222759, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87719,14 +87782,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": 730.3199768066406, + "msecs": 222.75900840759277, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12883.043050765991, - "thread": 139853656221440, + "relativeCreated": 12878.169059753418, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87737,8 +87800,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,730", - "created": 1610360716.730482, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87748,14 +87811,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 730.4821014404297, + "msecs": 222.87607192993164, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12883.20517539978, - "thread": 139853656221440, + "relativeCreated": 12878.286123275757, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87763,25 +87826,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:16,730", - "created": 1610360716.730561, + "asctime": "2021-01-11 11:37:21,222", + "created": 1610361441.222938, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 730.5610179901123, + "msecs": 222.93806076049805, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12883.284091949463, - "thread": 139853656221440, + "relativeCreated": 12878.348112106323, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87792,8 +87855,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,730", - "created": 1610360716.730653, + "asctime": "2021-01-11 11:37:21,223", + "created": 1610361441.223023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87803,14 +87866,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 730.6530475616455, + "msecs": 223.0229377746582, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12883.376121520996, - "thread": 139853656221440, + "relativeCreated": 12878.432989120483, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -87818,8 +87881,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 11:25:16,732", - "created": 1610360716.732913, + "asctime": "2021-01-11 11:37:21,230", + "created": 1610361441.230517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87829,14 +87892,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": 732.9130172729492, + "msecs": 230.51691055297852, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12885.6360912323, - "thread": 139853647828736, + "relativeCreated": 12885.926961898804, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -87844,8 +87907,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 11:25:16,733", - "created": 1610360716.73316, + "asctime": "2021-01-11 11:37:21,230", + "created": 1610361441.23084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87855,14 +87918,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": 733.1600189208984, + "msecs": 230.83996772766113, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12885.883092880249, - "thread": 139853647828736, + "relativeCreated": 12886.250019073486, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -87870,8 +87933,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.73327, + "asctime": "2021-01-11 11:37:21,230", + "created": 1610361441.230965, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87881,14 +87944,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 733.2699298858643, + "msecs": 230.96489906311035, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12885.993003845215, - "thread": 139853647828736, + "relativeCreated": 12886.374950408936, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -87897,8 +87960,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.733369, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231082, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87908,14 +87971,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 733.3691120147705, + "msecs": 231.08196258544922, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.092185974121, - "thread": 139853647828736, + "relativeCreated": 12886.492013931274, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -87923,8 +87986,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.733486, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231242, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87934,14 +87997,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 733.4859371185303, + "msecs": 231.24194145202637, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.20901107788, - "thread": 139853647828736, + "relativeCreated": 12886.651992797852, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -87950,8 +88013,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.733573, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87961,14 +88024,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 733.5729598999023, + "msecs": 231.32705688476562, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.296033859253, - "thread": 139853647828736, + "relativeCreated": 12886.73710823059, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -87976,8 +88039,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.73369, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87987,14 +88050,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 733.6900234222412, + "msecs": 231.43601417541504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.413097381592, - "thread": 139853647828736, + "relativeCreated": 12886.84606552124, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88003,8 +88066,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.733774, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88014,14 +88077,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 733.773946762085, + "msecs": 231.51493072509766, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.497020721436, - "thread": 139853647828736, + "relativeCreated": 12886.924982070923, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88029,8 +88092,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.733887, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88040,14 +88103,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 733.8869571685791, + "msecs": 231.62603378295898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.61003112793, - "thread": 139853647828736, + "relativeCreated": 12887.036085128784, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88056,8 +88119,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,733", - "created": 1610360716.733975, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231704, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88067,14 +88130,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 733.9749336242676, + "msecs": 231.7039966583252, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.698007583618, - "thread": 139853647828736, + "relativeCreated": 12887.11404800415, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88082,8 +88145,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,734", - "created": 1610360716.734114, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.23181, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88093,14 +88156,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 734.1139316558838, + "msecs": 231.8100929260254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.837005615234, - "thread": 139853647828736, + "relativeCreated": 12887.22014427185, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88109,8 +88172,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:16,734", - "created": 1610360716.734217, + "asctime": "2021-01-11 11:37:21,231", + "created": 1610361441.231916, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88120,14 +88183,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 734.2169284820557, + "msecs": 231.91595077514648, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12886.940002441406, - "thread": 139853647828736, + "relativeCreated": 12887.326002120972, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88135,8 +88198,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:16,734", - "created": 1610360716.734374, + "asctime": "2021-01-11 11:37:21,232", + "created": 1610361441.232105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88146,14 +88209,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 734.3740463256836, + "msecs": 232.10501670837402, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12887.097120285034, - "thread": 139853647828736, + "relativeCreated": 12887.5150680542, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88161,8 +88224,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:16,734", - "created": 1610360716.734482, + "asctime": "2021-01-11 11:37:21,232", + "created": 1610361441.232206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88172,14 +88235,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 734.4820499420166, + "msecs": 232.2061061859131, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12887.205123901367, - "thread": 139853647828736, + "relativeCreated": 12887.616157531738, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88187,8 +88250,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:16,734", - "created": 1610360716.734578, + "asctime": "2021-01-11 11:37:21,232", + "created": 1610361441.23229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88198,14 +88261,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 734.5778942108154, + "msecs": 232.29002952575684, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12887.300968170166, - "thread": 139853647828736, + "relativeCreated": 12887.700080871582, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88214,8 +88277,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:16,734", - "created": 1610360716.734662, + "asctime": "2021-01-11 11:37:21,232", + "created": 1610361441.232363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88225,14 +88288,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": 734.6620559692383, + "msecs": 232.3629856109619, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12887.385129928589, - "thread": 139853647828736, + "relativeCreated": 12887.773036956787, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88240,8 +88303,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 11:25:16,734", - "created": 1610360716.734852, + "asctime": "2021-01-11 11:37:21,232", + "created": 1610361441.232566, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88251,14 +88314,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": 734.8520755767822, + "msecs": 232.56611824035645, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12887.575149536133, - "thread": 139853647828736, + "relativeCreated": 12887.976169586182, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88269,8 +88332,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:16,735", - "created": 1610360716.73508, + "asctime": "2021-01-11 11:37:21,232", + "created": 1610361441.232805, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88280,14 +88343,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 735.0800037384033, + "msecs": 232.8050136566162, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12887.803077697754, - "thread": 139853647828736, + "relativeCreated": 12888.215065002441, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88295,8 +88358,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:16,735", - "created": 1610360716.735212, + "asctime": "2021-01-11 11:37:21,232", + "created": 1610361441.232927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88306,32 +88369,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 735.2120876312256, + "msecs": 232.9270839691162, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 12887.935161590576, - "thread": 139853647828736, + "relativeCreated": 12888.337135314941, + "thread": 140378271356672, "threadName": "Thread-20" } ], - "msecs": 65.99092483520508, + "msecs": 563.3580684661865, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13218.713998794556, - "thread": 139854989064000, + "relativeCreated": 13218.768119812012, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3307788372039795 + "time_consumption": 0.3304309844970703 }, { "args": [], - "asctime": "2021-01-11 11:25:17,066", - "created": 1610360717.066823, + "asctime": "2021-01-11 11:37:21,564", + "created": 1610361441.564207, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -88349,8 +88412,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:17,066", - "created": 1610360717.066606, + "asctime": "2021-01-11 11:37:21,563", + "created": 1610361441.563985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88360,32 +88423,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 66.60604476928711, + "msecs": 563.9851093292236, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13219.329118728638, - "thread": 139854989064000, + "relativeCreated": 13219.395160675049, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 66.82300567626953, + "msecs": 564.2070770263672, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13219.54607963562, - "thread": 139854989064000, + "relativeCreated": 13219.617128372192, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021696090698242188 + "time_consumption": 0.0002219676971435547 }, { "args": [], - "asctime": "2021-01-11 11:25:17,269", - "created": 1610360717.269578, + "asctime": "2021-01-11 11:37:21,766", + "created": 1610361441.766279, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -88404,8 +88467,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:17,067", - "created": 1610360717.067301, + "asctime": "2021-01-11 11:37:21,564", + "created": 1610361441.564664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88415,14 +88478,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 67.30103492736816, + "msecs": 564.6638870239258, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13220.024108886719, - "thread": 139854989064000, + "relativeCreated": 13220.073938369751, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -88430,8 +88493,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 11:25:17,096", - "created": 1610360717.096189, + "asctime": "2021-01-11 11:37:21,588", + "created": 1610361441.588671, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88441,14 +88504,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": 96.18902206420898, + "msecs": 588.6709690093994, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13248.91209602356, - "thread": 139853656221440, + "relativeCreated": 13244.081020355225, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88456,8 +88519,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 11:25:17,096", - "created": 1610360717.096714, + "asctime": "2021-01-11 11:37:21,589", + "created": 1610361441.58938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88467,14 +88530,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": 96.71401977539062, + "msecs": 589.3800258636475, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13249.437093734741, - "thread": 139853656221440, + "relativeCreated": 13244.790077209473, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88482,8 +88545,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,097", - "created": 1610360717.097027, + "asctime": "2021-01-11 11:37:21,589", + "created": 1610361441.589664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88493,14 +88556,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 97.02706336975098, + "msecs": 589.6639823913574, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13249.750137329102, - "thread": 139853656221440, + "relativeCreated": 13245.074033737183, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88509,8 +88572,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,097", - "created": 1610360717.097289, + "asctime": "2021-01-11 11:37:21,589", + "created": 1610361441.589916, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88520,14 +88583,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 97.2890853881836, + "msecs": 589.9159908294678, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13250.012159347534, - "thread": 139853656221440, + "relativeCreated": 13245.326042175293, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88535,8 +88598,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,097", - "created": 1610360717.097686, + "asctime": "2021-01-11 11:37:21,590", + "created": 1610361441.590367, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88546,14 +88609,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 97.6860523223877, + "msecs": 590.3670787811279, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13250.409126281738, - "thread": 139853656221440, + "relativeCreated": 13245.777130126953, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88562,8 +88625,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,097", - "created": 1610360717.097972, + "asctime": "2021-01-11 11:37:21,590", + "created": 1610361441.590613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88573,14 +88636,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.97191619873047, + "msecs": 590.6128883361816, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13250.694990158081, - "thread": 139853656221440, + "relativeCreated": 13246.022939682007, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88588,8 +88651,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,098", - "created": 1610360717.098315, + "asctime": "2021-01-11 11:37:21,591", + "created": 1610361441.591177, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88599,14 +88662,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.31500053405762, + "msecs": 591.1769866943359, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13251.038074493408, - "thread": 139853656221440, + "relativeCreated": 13246.587038040161, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88615,8 +88678,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,098", - "created": 1610360717.098558, + "asctime": "2021-01-11 11:37:21,591", + "created": 1610361441.591418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88626,14 +88689,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.55794906616211, + "msecs": 591.4180278778076, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13251.281023025513, - "thread": 139853656221440, + "relativeCreated": 13246.828079223633, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88641,8 +88704,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,098", - "created": 1610360717.09887, + "asctime": "2021-01-11 11:37:21,591", + "created": 1610361441.591731, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88652,14 +88715,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.87003898620605, + "msecs": 591.731071472168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13251.593112945557, - "thread": 139853656221440, + "relativeCreated": 13247.141122817993, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88668,8 +88731,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,099", - "created": 1610360717.0991, + "asctime": "2021-01-11 11:37:21,591", + "created": 1610361441.59197, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88679,14 +88742,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 99.10011291503906, + "msecs": 591.9699668884277, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13251.82318687439, - "thread": 139853656221440, + "relativeCreated": 13247.380018234253, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88694,8 +88757,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,099", - "created": 1610360717.099435, + "asctime": "2021-01-11 11:37:21,592", + "created": 1610361441.592195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88705,14 +88768,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 99.43509101867676, + "msecs": 592.1950340270996, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13252.158164978027, - "thread": 139853656221440, + "relativeCreated": 13247.605085372925, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88721,8 +88784,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,099", - "created": 1610360717.099682, + "asctime": "2021-01-11 11:37:21,592", + "created": 1610361441.59235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88732,14 +88795,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 99.68209266662598, + "msecs": 592.3500061035156, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13252.405166625977, - "thread": 139853656221440, + "relativeCreated": 13247.76005744934, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88747,8 +88810,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:17,100", - "created": 1610360717.100079, + "asctime": "2021-01-11 11:37:21,592", + "created": 1610361441.59259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88758,14 +88821,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 100.07905960083008, + "msecs": 592.5900936126709, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13252.80213356018, - "thread": 139853656221440, + "relativeCreated": 13248.000144958496, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88773,8 +88836,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:17,100", - "created": 1610360717.100568, + "asctime": "2021-01-11 11:37:21,592", + "created": 1610361441.592812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88784,14 +88847,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 100.56805610656738, + "msecs": 592.8120613098145, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13253.291130065918, - "thread": 139853656221440, + "relativeCreated": 13248.22211265564, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88799,8 +88862,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,101", - "created": 1610360717.101029, + "asctime": "2021-01-11 11:37:21,593", + "created": 1610361441.593054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88810,14 +88873,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 101.0289192199707, + "msecs": 593.0540561676025, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13253.751993179321, - "thread": 139853656221440, + "relativeCreated": 13248.464107513428, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88826,8 +88889,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,101", - "created": 1610360717.101298, + "asctime": "2021-01-11 11:37:21,593", + "created": 1610361441.593298, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88837,14 +88900,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": 101.29809379577637, + "msecs": 593.2979583740234, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13254.021167755127, - "thread": 139853656221440, + "relativeCreated": 13248.708009719849, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88852,8 +88915,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 11:25:17,101", - "created": 1610360717.101624, + "asctime": "2021-01-11 11:37:21,593", + "created": 1610361441.59379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88863,14 +88926,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": 101.6240119934082, + "msecs": 593.7900543212891, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13254.347085952759, - "thread": 139853656221440, + "relativeCreated": 13249.200105667114, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88881,8 +88944,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:17,101", - "created": 1610360717.101973, + "asctime": "2021-01-11 11:37:21,594", + "created": 1610361441.59427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88892,14 +88955,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 101.97305679321289, + "msecs": 594.2699909210205, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13254.696130752563, - "thread": 139853656221440, + "relativeCreated": 13249.680042266846, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88907,25 +88970,25 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:17,102", - "created": 1610360717.102165, + "asctime": "2021-01-11 11:37:21,594", + "created": 1610361441.59463, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 102.16498374938965, + "msecs": 594.6300029754639, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13254.88805770874, - "thread": 139853656221440, + "relativeCreated": 13250.040054321289, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88936,8 +88999,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:17,102", - "created": 1610360717.102403, + "asctime": "2021-01-11 11:37:21,594", + "created": 1610361441.594896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88947,14 +89010,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 102.40292549133301, + "msecs": 594.8960781097412, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13255.125999450684, - "thread": 139853656221440, + "relativeCreated": 13250.306129455566, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -88962,8 +89025,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 11:25:17,102", - "created": 1610360717.102982, + "asctime": "2021-01-11 11:37:21,598", + "created": 1610361441.598339, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88973,14 +89036,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": 102.9820442199707, + "msecs": 598.3390808105469, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13255.705118179321, - "thread": 139853647828736, + "relativeCreated": 13253.749132156372, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -88988,8 +89051,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 11:25:17,103", - "created": 1610360717.103107, + "asctime": "2021-01-11 11:37:21,598", + "created": 1610361441.598991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88999,14 +89062,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": 103.10697555541992, + "msecs": 598.9909172058105, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13255.83004951477, - "thread": 139853647828736, + "relativeCreated": 13254.400968551636, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89014,8 +89077,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103165, + "asctime": "2021-01-11 11:37:21,599", + "created": 1610361441.599279, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89025,14 +89088,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 103.1649112701416, + "msecs": 599.2789268493652, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13255.887985229492, - "thread": 139853647828736, + "relativeCreated": 13254.68897819519, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89041,8 +89104,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103222, + "asctime": "2021-01-11 11:37:21,599", + "created": 1610361441.599521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89052,14 +89115,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 103.22189331054688, + "msecs": 599.5209217071533, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13255.944967269897, - "thread": 139853647828736, + "relativeCreated": 13254.930973052979, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89067,8 +89130,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103287, + "asctime": "2021-01-11 11:37:21,599", + "created": 1610361441.599839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89078,14 +89141,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 103.2869815826416, + "msecs": 599.8389720916748, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.010055541992, - "thread": 139853647828736, + "relativeCreated": 13255.2490234375, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89094,8 +89157,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103339, + "asctime": "2021-01-11 11:37:21,600", + "created": 1610361441.600066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89105,14 +89168,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 103.33895683288574, + "msecs": 600.0659465789795, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.062030792236, - "thread": 139853647828736, + "relativeCreated": 13255.475997924805, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89120,8 +89183,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103408, + "asctime": "2021-01-11 11:37:21,600", + "created": 1610361441.600394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89131,14 +89194,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 103.4080982208252, + "msecs": 600.3940105438232, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.131172180176, - "thread": 139853647828736, + "relativeCreated": 13255.804061889648, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89147,8 +89210,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103458, + "asctime": "2021-01-11 11:37:21,600", + "created": 1610361441.600631, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89158,14 +89221,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 103.45792770385742, + "msecs": 600.6309986114502, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.181001663208, - "thread": 139853647828736, + "relativeCreated": 13256.041049957275, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89173,8 +89236,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103518, + "asctime": "2021-01-11 11:37:21,600", + "created": 1610361441.600837, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89184,14 +89247,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 103.51800918579102, + "msecs": 600.836992263794, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.241083145142, - "thread": 139853647828736, + "relativeCreated": 13256.24704360962, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89200,8 +89263,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103565, + "asctime": "2021-01-11 11:37:21,600", + "created": 1610361441.600944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89211,14 +89274,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 103.56497764587402, + "msecs": 600.9440422058105, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.288051605225, - "thread": 139853647828736, + "relativeCreated": 13256.354093551636, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89226,8 +89289,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103639, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601053, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89237,14 +89300,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 103.63888740539551, + "msecs": 601.05299949646, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.361961364746, - "thread": 139853647828736, + "relativeCreated": 13256.463050842285, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89253,8 +89316,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103686, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601132, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89264,14 +89327,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 103.68609428405762, + "msecs": 601.1319160461426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.409168243408, - "thread": 139853647828736, + "relativeCreated": 13256.541967391968, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89279,8 +89342,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.10376, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89290,14 +89353,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 103.7600040435791, + "msecs": 601.254940032959, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.48307800293, - "thread": 139853647828736, + "relativeCreated": 13256.664991378784, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89305,8 +89368,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103817, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89316,14 +89379,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 103.81698608398438, + "msecs": 601.3660430908203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.540060043335, - "thread": 139853647828736, + "relativeCreated": 13256.776094436646, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89331,8 +89394,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.10387, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89342,14 +89405,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 103.86991500854492, + "msecs": 601.4459133148193, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.592988967896, - "thread": 139853647828736, + "relativeCreated": 13256.855964660645, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89358,8 +89421,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,103", - "created": 1610360717.103917, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89369,14 +89432,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": 103.91688346862793, + "msecs": 601.525068283081, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.639957427979, - "thread": 139853647828736, + "relativeCreated": 13256.935119628906, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89384,8 +89447,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 11:25:17,104", - "created": 1610360717.104059, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601662, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89395,14 +89458,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": 104.05898094177246, + "msecs": 601.6619205474854, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.782054901123, - "thread": 139853647828736, + "relativeCreated": 13257.07197189331, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -89413,8 +89476,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:17,104", - "created": 1610360717.104197, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601786, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89424,22 +89487,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 104.19702529907227, + "msecs": 601.7858982086182, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13256.920099258423, - "thread": 139853647828736, + "relativeCreated": 13257.195949554443, + "thread": 140378271356672, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:17,104", - "created": 1610360717.104301, + "asctime": "2021-01-11 11:37:21,601", + "created": 1610361441.601876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89449,35 +89512,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": 104.30097579956055, + "msecs": 601.8760204315186, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13257.024049758911, - "thread": 139853647828736, + "relativeCreated": 13257.286071777344, + "thread": 140378271356672, "threadName": "Thread-20" } ], - "msecs": 269.5779800415039, + "msecs": 766.2789821624756, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13422.301054000854, - "thread": 139854989064000, + "relativeCreated": 13421.6890335083, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.16527700424194336 + "time_consumption": 0.16440296173095703 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,270", - "created": 1610360717.270822, + "asctime": "2021-01-11 11:37:21,767", + "created": 1610361441.767771, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89494,8 +89557,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,270", - "created": 1610360717.270237, + "asctime": "2021-01-11 11:37:21,767", + "created": 1610361441.767018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89505,14 +89568,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": 270.2369689941406, + "msecs": 767.0180797576904, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13422.960042953491, - "thread": 139854989064000, + "relativeCreated": 13422.428131103516, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -89521,8 +89584,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,270", - "created": 1610360717.270494, + "asctime": "2021-01-11 11:37:21,767", + "created": 1610361441.767303, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89532,35 +89595,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 270.4939842224121, + "msecs": 767.3029899597168, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13423.217058181763, - "thread": 139854989064000, + "relativeCreated": 13422.713041305542, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 270.82204818725586, + "msecs": 767.7710056304932, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13423.545122146606, - "thread": 139854989064000, + "relativeCreated": 13423.181056976318, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00032806396484375 + "time_consumption": 0.0004680156707763672 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,271", - "created": 1610360717.271528, + "asctime": "2021-01-11 11:37:21,768", + "created": 1610361441.76853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89577,8 +89640,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,271", - "created": 1610360717.271128, + "asctime": "2021-01-11 11:37:21,768", + "created": 1610361441.768164, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89588,14 +89651,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": 271.12793922424316, + "msecs": 768.1639194488525, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13423.851013183594, - "thread": 139854989064000, + "relativeCreated": 13423.573970794678, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -89604,8 +89667,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,271", - "created": 1610360717.271349, + "asctime": "2021-01-11 11:37:21,768", + "created": 1610361441.76835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89615,32 +89678,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 271.3489532470703, + "msecs": 768.3498859405518, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13424.07202720642, - "thread": 139854989064000, + "relativeCreated": 13423.759937286377, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 271.5280055999756, + "msecs": 768.5298919677734, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13424.251079559326, - "thread": 139854989064000, + "relativeCreated": 13423.939943313599, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017905235290527344 + "time_consumption": 0.0001800060272216797 }, { "args": [], - "asctime": "2021-01-11 11:25:17,272", - "created": 1610360717.272034, + "asctime": "2021-01-11 11:37:21,769", + "created": 1610361441.76928, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -89659,8 +89722,8 @@ "0", "'__callback_error__'" ], - "asctime": "2021-01-11 11:25:17,271", - "created": 1610360717.271842, + "asctime": "2021-01-11 11:37:21,768", + "created": 1610361441.768933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89670,32 +89733,32 @@ "lineno": 168, "message": "prot-server: Overwriting existing callback '__callback__' for service_id (10) and data_id (0) to '__callback_error__'!", "module": "__init__", - "msecs": 271.84200286865234, + "msecs": 768.9330577850342, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13424.565076828003, - "thread": 139854989064000, + "relativeCreated": 13424.34310913086, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 272.0339298248291, + "msecs": 769.279956817627, "msg": "Overwriting existing Callback using one with faulty (too many) return values", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13424.75700378418, - "thread": 139854989064000, + "relativeCreated": 13424.690008163452, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001919269561767578 + "time_consumption": 0.00034689903259277344 }, { "args": [], - "asctime": "2021-01-11 11:25:17,473", - "created": 1610360717.473774, + "asctime": "2021-01-11 11:37:21,971", + "created": 1610361441.971718, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -89714,8 +89777,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:17,272", - "created": 1610360717.272511, + "asctime": "2021-01-11 11:37:21,770", + "created": 1610361441.770128, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89725,14 +89788,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 272.5110054016113, + "msecs": 770.1280117034912, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13425.234079360962, - "thread": 139854989064000, + "relativeCreated": 13425.538063049316, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -89740,8 +89803,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 11:25:17,303", - "created": 1610360717.30348, + "asctime": "2021-01-11 11:37:21,796", + "created": 1610361441.796141, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89751,14 +89814,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": 303.4799098968506, + "msecs": 796.1409091949463, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13456.202983856201, - "thread": 139853656221440, + "relativeCreated": 13451.550960540771, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89766,8 +89829,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 11:25:17,303", - "created": 1610360717.30395, + "asctime": "2021-01-11 11:37:21,796", + "created": 1610361441.796592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89777,14 +89840,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": 303.95007133483887, + "msecs": 796.5919971466064, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13456.67314529419, - "thread": 139853656221440, + "relativeCreated": 13452.002048492432, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89792,8 +89855,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,304", - "created": 1610360717.304148, + "asctime": "2021-01-11 11:37:21,796", + "created": 1610361441.79684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89803,14 +89866,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 304.14795875549316, + "msecs": 796.8399524688721, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13456.871032714844, - "thread": 139853656221440, + "relativeCreated": 13452.250003814697, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89819,8 +89882,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,304", - "created": 1610360717.304309, + "asctime": "2021-01-11 11:37:21,797", + "created": 1610361441.797024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89830,14 +89893,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 304.3088912963867, + "msecs": 797.0240116119385, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13457.031965255737, - "thread": 139853656221440, + "relativeCreated": 13452.434062957764, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89845,8 +89908,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,304", - "created": 1610360717.304502, + "asctime": "2021-01-11 11:37:21,797", + "created": 1610361441.797221, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89856,14 +89919,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 304.502010345459, + "msecs": 797.2209453582764, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13457.22508430481, - "thread": 139853656221440, + "relativeCreated": 13452.630996704102, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89872,8 +89935,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,304", - "created": 1610360717.304702, + "asctime": "2021-01-11 11:37:21,797", + "created": 1610361441.797375, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89883,14 +89946,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 304.7020435333252, + "msecs": 797.374963760376, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13457.425117492676, - "thread": 139853656221440, + "relativeCreated": 13452.785015106201, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89898,8 +89961,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,305", - "created": 1610360717.305371, + "asctime": "2021-01-11 11:37:21,797", + "created": 1610361441.79757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89909,14 +89972,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 305.3710460662842, + "msecs": 797.569990158081, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13458.094120025635, - "thread": 139853656221440, + "relativeCreated": 13452.980041503906, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89925,8 +89988,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,305", - "created": 1610360717.305807, + "asctime": "2021-01-11 11:37:21,797", + "created": 1610361441.79771, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89936,14 +89999,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 305.80711364746094, + "msecs": 797.7099418640137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13458.530187606812, - "thread": 139853656221440, + "relativeCreated": 13453.119993209839, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89951,8 +90014,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,306", - "created": 1610360717.306021, + "asctime": "2021-01-11 11:37:21,797", + "created": 1610361441.797894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89962,14 +90025,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.02097511291504, + "msecs": 797.8940010070801, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13458.744049072266, - "thread": 139853656221440, + "relativeCreated": 13453.304052352905, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -89978,8 +90041,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,306", - "created": 1610360717.306184, + "asctime": "2021-01-11 11:37:21,798", + "created": 1610361441.798031, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89989,14 +90052,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 306.1840534210205, + "msecs": 798.0310916900635, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13458.907127380371, - "thread": 139853656221440, + "relativeCreated": 13453.441143035889, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90004,8 +90067,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,306", - "created": 1610360717.306527, + "asctime": "2021-01-11 11:37:21,798", + "created": 1610361441.798215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90015,14 +90078,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.52689933776855, + "msecs": 798.2149124145508, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13459.24997329712, - "thread": 139853656221440, + "relativeCreated": 13453.624963760376, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90031,8 +90094,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,306", - "created": 1610360717.30678, + "asctime": "2021-01-11 11:37:21,798", + "created": 1610361441.79835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90042,14 +90105,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 306.7800998687744, + "msecs": 798.3500957489014, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13459.503173828125, - "thread": 139853656221440, + "relativeCreated": 13453.760147094727, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90057,8 +90120,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:17,307", - "created": 1610360717.307144, + "asctime": "2021-01-11 11:37:21,798", + "created": 1610361441.798577, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90068,14 +90131,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 307.1439266204834, + "msecs": 798.577070236206, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13459.867000579834, - "thread": 139853656221440, + "relativeCreated": 13453.987121582031, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90083,8 +90146,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:17,307", - "created": 1610360717.307298, + "asctime": "2021-01-11 11:37:21,798", + "created": 1610361441.798744, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90094,14 +90157,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 307.297945022583, + "msecs": 798.7439632415771, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.021018981934, - "thread": 139853656221440, + "relativeCreated": 13454.154014587402, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90109,8 +90172,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,307", - "created": 1610360717.307396, + "asctime": "2021-01-11 11:37:21,799", + "created": 1610361441.799039, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90120,14 +90183,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 307.39593505859375, + "msecs": 799.0388870239258, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.119009017944, - "thread": 139853656221440, + "relativeCreated": 13454.448938369751, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90136,8 +90199,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,307", - "created": 1610360717.307479, + "asctime": "2021-01-11 11:37:21,799", + "created": 1610361441.799506, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90147,14 +90210,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": 307.4789047241211, + "msecs": 799.5059490203857, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.201978683472, - "thread": 139853656221440, + "relativeCreated": 13454.916000366211, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90162,8 +90225,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 11:25:17,307", - "created": 1610360717.307641, + "asctime": "2021-01-11 11:37:21,799", + "created": 1610361441.8, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90173,14 +90236,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": 307.64102935791016, + "msecs": 799.9999523162842, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.36410331726, - "thread": 139853656221440, + "relativeCreated": 13455.41000366211, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90191,8 +90254,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:17,307", - "created": 1610360717.307852, + "asctime": "2021-01-11 11:37:21,800", + "created": 1610361441.800523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90202,14 +90265,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 307.85202980041504, + "msecs": 800.523042678833, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.575103759766, - "thread": 139853656221440, + "relativeCreated": 13455.933094024658, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90217,31 +90280,31 @@ "prot-server:", "__callback_error__" ], - "asctime": "2021-01-11 11:25:17,307", - "created": 1610360717.307961, + "asctime": "2021-01-11 11:37:21,800", + "created": 1610361441.800856, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback_error__ to process received data", "module": "__init__", - "msecs": 307.96098709106445, + "msecs": 800.8561134338379, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.684061050415, - "thread": 139853656221440, + "relativeCreated": 13456.266164779663, + "thread": 140378279749376, "threadName": "Thread-19" }, { "args": [], - "asctime": "2021-01-11 11:25:17,308", - "created": 1610360717.308063, + "asctime": "2021-01-11 11:37:21,801", + "created": 1610361441.801228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90249,16 +90312,16 @@ "levelname": "ERROR", "levelno": 40, "lineno": 482, - "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", + "message": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack\" and it's return values for service: read data request, data_id: 0", "module": "__init__", - "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", + "msecs": 801.2280464172363, + "msg": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack\" and it's return values for service: read data request, data_id: 0", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.78610420227, - "thread": 139853656221440, + "relativeCreated": 13456.638097763062, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90269,8 +90332,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 11:25:17,308", - "created": 1610360717.308192, + "asctime": "2021-01-11 11:37:21,801", + "created": 1610361441.801577, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90280,14 +90343,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 308.19201469421387, + "msecs": 801.577091217041, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13460.915088653564, - "thread": 139853656221440, + "relativeCreated": 13456.987142562866, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -90295,8 +90358,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 11:25:17,309", - "created": 1610360717.309339, + "asctime": "2021-01-11 11:37:21,802", + "created": 1610361441.802889, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90306,14 +90369,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": 309.3390464782715, + "msecs": 802.8891086578369, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13462.062120437622, - "thread": 139853647828736, + "relativeCreated": 13458.299160003662, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90321,8 +90384,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 11:25:17,309", - "created": 1610360717.309613, + "asctime": "2021-01-11 11:37:21,803", + "created": 1610361441.803498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90332,14 +90395,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": 309.6129894256592, + "msecs": 803.4980297088623, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13462.33606338501, - "thread": 139853647828736, + "relativeCreated": 13458.908081054688, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90347,8 +90410,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,309", - "created": 1610360717.309763, + "asctime": "2021-01-11 11:37:21,803", + "created": 1610361441.803759, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90358,14 +90421,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 309.76295471191406, + "msecs": 803.7590980529785, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13462.486028671265, - "thread": 139853647828736, + "relativeCreated": 13459.169149398804, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90374,8 +90437,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,309", - "created": 1610360717.309889, + "asctime": "2021-01-11 11:37:21,804", + "created": 1610361441.804007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90385,14 +90448,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 309.8890781402588, + "msecs": 804.0070533752441, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13462.61215209961, - "thread": 139853647828736, + "relativeCreated": 13459.41710472107, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90400,8 +90463,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.310037, + "asctime": "2021-01-11 11:37:21,804", + "created": 1610361441.804626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90411,14 +90474,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 310.03689765930176, + "msecs": 804.6259880065918, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13462.759971618652, - "thread": 139853647828736, + "relativeCreated": 13460.036039352417, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90427,8 +90490,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.310164, + "asctime": "2021-01-11 11:37:21,804", + "created": 1610361441.804894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90438,14 +90501,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 310.1639747619629, + "msecs": 804.893970489502, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13462.887048721313, - "thread": 139853647828736, + "relativeCreated": 13460.304021835327, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90453,8 +90516,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.310321, + "asctime": "2021-01-11 11:37:21,805", + "created": 1610361441.805211, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90464,14 +90527,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 310.3210926055908, + "msecs": 805.211067199707, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.044166564941, - "thread": 139853647828736, + "relativeCreated": 13460.621118545532, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90480,8 +90543,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.310436, + "asctime": "2021-01-11 11:37:21,805", + "created": 1610361441.805449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90491,14 +90554,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 310.4360103607178, + "msecs": 805.4490089416504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.159084320068, - "thread": 139853647828736, + "relativeCreated": 13460.859060287476, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90506,8 +90569,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.310574, + "asctime": "2021-01-11 11:37:21,805", + "created": 1610361441.805716, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90517,14 +90580,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 310.5740547180176, + "msecs": 805.7160377502441, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.297128677368, - "thread": 139853647828736, + "relativeCreated": 13461.12608909607, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90533,8 +90596,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.31068, + "asctime": "2021-01-11 11:37:21,805", + "created": 1610361441.805945, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90544,14 +90607,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 310.6799125671387, + "msecs": 805.9449195861816, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.40298652649, - "thread": 139853647828736, + "relativeCreated": 13461.354970932007, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90559,8 +90622,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.310835, + "asctime": "2021-01-11 11:37:21,806", + "created": 1610361441.806228, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90570,14 +90633,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 310.8348846435547, + "msecs": 806.2279224395752, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.557958602905, - "thread": 139853647828736, + "relativeCreated": 13461.6379737854, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90586,8 +90649,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,310", - "created": 1610360717.310935, + "asctime": "2021-01-11 11:37:21,806", + "created": 1610361441.806423, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90597,14 +90660,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 310.93502044677734, + "msecs": 806.4229488372803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.658094406128, - "thread": 139853647828736, + "relativeCreated": 13461.833000183105, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90612,8 +90675,8 @@ "comm-server:", "(7): 7d 3f 8f 7d 86 3a 3e" ], - "asctime": "2021-01-11 11:25:17,311", - "created": 1610360717.311101, + "asctime": "2021-01-11 11:37:21,806", + "created": 1610361441.806732, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90623,14 +90686,14 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d 3f 8f 7d 86 3a 3e", "module": "__init__", - "msecs": 311.10095977783203, + "msecs": 806.7319393157959, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.824033737183, - "thread": 139853647828736, + "relativeCreated": 13462.141990661621, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90638,8 +90701,8 @@ "comm-client:", "(7): 7d 3f 8f 7d 86 3a 3e" ], - "asctime": "2021-01-11 11:25:17,311", - "created": 1610360717.311231, + "asctime": "2021-01-11 11:37:21,806", + "created": 1610361441.806898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90649,14 +90712,14 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d 3f 8f 7d 86 3a 3e", "module": "__init__", - "msecs": 311.2308979034424, + "msecs": 806.8981170654297, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13463.953971862793, - "thread": 139853647828736, + "relativeCreated": 13462.308168411255, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90664,8 +90727,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,311", - "created": 1610360717.3114, + "asctime": "2021-01-11 11:37:21,807", + "created": 1610361441.807012, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90675,14 +90738,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 311.3999366760254, + "msecs": 807.0120811462402, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13464.123010635376, - "thread": 139853647828736, + "relativeCreated": 13462.422132492065, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90691,8 +90754,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,311", - "created": 1610360717.311519, + "asctime": "2021-01-11 11:37:21,807", + "created": 1610361441.807094, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90702,14 +90765,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": 311.51890754699707, + "msecs": 807.0940971374512, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13464.241981506348, - "thread": 139853647828736, + "relativeCreated": 13462.504148483276, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90717,8 +90780,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 11:25:17,311", - "created": 1610360717.311754, + "asctime": "2021-01-11 11:37:21,807", + "created": 1610361441.80725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90728,14 +90791,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": 311.7539882659912, + "msecs": 807.2500228881836, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13464.477062225342, - "thread": 139853647828736, + "relativeCreated": 13462.660074234009, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -90746,8 +90809,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 11:25:17,311", - "created": 1610360717.311986, + "asctime": "2021-01-11 11:37:21,807", + "created": 1610361441.80739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90757,22 +90820,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 311.98596954345703, + "msecs": 807.3899745941162, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13464.709043502808, - "thread": 139853647828736, + "relativeCreated": 13462.800025939941, + "thread": 140378271356672, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:17,312", - "created": 1610360717.312144, + "asctime": "2021-01-11 11:37:21,807", + "created": 1610361441.807496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90782,35 +90845,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": 312.14404106140137, + "msecs": 807.4960708618164, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13464.867115020752, - "thread": 139853647828736, + "relativeCreated": 13462.906122207642, + "thread": 140378271356672, "threadName": "Thread-20" } ], - "msecs": 473.7739562988281, + "msecs": 971.7180728912354, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13626.497030258179, - "thread": 139854989064000, + "relativeCreated": 13627.12812423706, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.16162991523742676 + "time_consumption": 0.16422200202941895 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,474", - "created": 1610360717.474941, + "asctime": "2021-01-11 11:37:21,973", + "created": 1610361441.973507, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90827,8 +90890,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,474", - "created": 1610360717.474423, + "asctime": "2021-01-11 11:37:21,972", + "created": 1610361441.972725, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90838,14 +90901,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": 474.4229316711426, + "msecs": 972.7249145507812, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13627.146005630493, - "thread": 139854989064000, + "relativeCreated": 13628.134965896606, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -90854,8 +90917,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,474", - "created": 1610360717.474686, + "asctime": "2021-01-11 11:37:21,973", + "created": 1610361441.973239, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90865,35 +90928,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 474.6859073638916, + "msecs": 973.2389450073242, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13627.408981323242, - "thread": 139854989064000, + "relativeCreated": 13628.64899635315, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 474.9410152435303, + "msecs": 973.5069274902344, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13627.66408920288, - "thread": 139854989064000, + "relativeCreated": 13628.91697883606, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002551078796386719 + "time_consumption": 0.00026798248291015625 }, { "args": [ "{u'status': 2, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,475", - "created": 1610360717.475726, + "asctime": "2021-01-11 11:37:21,974", + "created": 1610361441.974769, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90910,8 +90973,8 @@ "{u'status': 2, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,475", - "created": 1610360717.475296, + "asctime": "2021-01-11 11:37:21,974", + "created": 1610361441.97425, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90921,14 +90984,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": 475.2960205078125, + "msecs": 974.250078201294, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13628.019094467163, - "thread": 139854989064000, + "relativeCreated": 13629.66012954712, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -90937,8 +91000,8 @@ "{'status': 2, 'service_id': 11, 'data': None, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,475", - "created": 1610360717.475509, + "asctime": "2021-01-11 11:37:21,974", + "created": 1610361441.974508, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90948,32 +91011,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 2, 'service_id': 11, 'data': None, 'data_id': 0} ()", "module": "test", - "msecs": 475.5089282989502, + "msecs": 974.5080471038818, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13628.2320022583, - "thread": 139854989064000, + "relativeCreated": 13629.918098449707, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 475.7258892059326, + "msecs": 974.769115447998, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13628.448963165283, - "thread": 139854989064000, + "relativeCreated": 13630.179166793823, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00021696090698242188 + "time_consumption": 0.00026106834411621094 }, { "args": [], - "asctime": "2021-01-11 11:25:17,476", - "created": 1610360717.476494, + "asctime": "2021-01-11 11:37:21,975", + "created": 1610361441.9756, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -90991,8 +91054,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:17,476", - "created": 1610360717.476312, + "asctime": "2021-01-11 11:37:21,975", + "created": 1610361441.97534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91002,32 +91065,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback_error__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 476.31192207336426, + "msecs": 975.3398895263672, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13629.034996032715, - "thread": 139854989064000, + "relativeCreated": 13630.749940872192, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 476.49407386779785, + "msecs": 975.600004196167, "msg": "Removing the registered Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13629.217147827148, - "thread": 139854989064000, + "relativeCreated": 13631.010055541992, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018215179443359375 + "time_consumption": 0.0002601146697998047 }, { "args": [], - "asctime": "2021-01-11 11:25:17,678", - "created": 1610360717.678431, + "asctime": "2021-01-11 11:37:22,177", + "created": 1610361442.177538, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -91046,8 +91109,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:17,476", - "created": 1610360717.47695, + "asctime": "2021-01-11 11:37:21,976", + "created": 1610361441.97622, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91057,14 +91120,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 476.94993019104004, + "msecs": 976.219892501831, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13629.67300415039, - "thread": 139854989064000, + "relativeCreated": 13631.629943847656, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -91072,8 +91135,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 11:25:17,509", - "created": 1610360717.509213, + "asctime": "2021-01-11 11:37:22,003", + "created": 1610361442.003261, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91083,14 +91146,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": 509.2129707336426, + "msecs": 3.261089324951172, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13661.936044692993, - "thread": 139853656221440, + "relativeCreated": 13658.671140670776, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91098,8 +91161,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 11:25:17,509", - "created": 1610360717.509869, + "asctime": "2021-01-11 11:37:22,003", + "created": 1610361442.003743, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91109,14 +91172,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": 509.8690986633301, + "msecs": 3.7429332733154297, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13662.59217262268, - "thread": 139853656221440, + "relativeCreated": 13659.15298461914, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91124,8 +91187,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,510", - "created": 1610360717.510151, + "asctime": "2021-01-11 11:37:22,004", + "created": 1610361442.004088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91135,14 +91198,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 510.1509094238281, + "msecs": 4.087924957275391, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13662.873983383179, - "thread": 139853656221440, + "relativeCreated": 13659.4979763031, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91151,8 +91214,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,510", - "created": 1610360717.510457, + "asctime": "2021-01-11 11:37:22,004", + "created": 1610361442.004293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91162,14 +91225,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 510.45703887939453, + "msecs": 4.292964935302734, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13663.180112838745, - "thread": 139853656221440, + "relativeCreated": 13659.703016281128, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91177,8 +91240,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,510", - "created": 1610360717.510761, + "asctime": "2021-01-11 11:37:22,004", + "created": 1610361442.004477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91188,14 +91251,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 510.761022567749, + "msecs": 4.477024078369141, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13663.4840965271, - "thread": 139853656221440, + "relativeCreated": 13659.887075424194, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91204,8 +91267,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,511", - "created": 1610360717.511206, + "asctime": "2021-01-11 11:37:22,004", + "created": 1610361442.004611, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91215,14 +91278,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 511.20591163635254, + "msecs": 4.611015319824219, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13663.928985595703, - "thread": 139853656221440, + "relativeCreated": 13660.02106666565, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91230,8 +91293,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,511", - "created": 1610360717.51157, + "asctime": "2021-01-11 11:37:22,004", + "created": 1610361442.004826, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91241,14 +91304,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 511.5699768066406, + "msecs": 4.826068878173828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13664.293050765991, - "thread": 139853656221440, + "relativeCreated": 13660.236120223999, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91257,8 +91320,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,511", - "created": 1610360717.51184, + "asctime": "2021-01-11 11:37:22,004", + "created": 1610361442.00496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91268,14 +91331,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 511.8401050567627, + "msecs": 4.960060119628906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13664.563179016113, - "thread": 139853656221440, + "relativeCreated": 13660.370111465454, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91283,8 +91346,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,512", - "created": 1610360717.512238, + "asctime": "2021-01-11 11:37:22,005", + "created": 1610361442.00512, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91294,14 +91357,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 512.2380256652832, + "msecs": 5.120038986206055, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13664.961099624634, - "thread": 139853656221440, + "relativeCreated": 13660.530090332031, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91310,8 +91373,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,512", - "created": 1610360717.512427, + "asctime": "2021-01-11 11:37:22,005", + "created": 1610361442.005259, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91321,14 +91384,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 512.4270915985107, + "msecs": 5.259037017822266, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13665.150165557861, - "thread": 139853656221440, + "relativeCreated": 13660.669088363647, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91336,8 +91399,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,512", - "created": 1610360717.512642, + "asctime": "2021-01-11 11:37:22,005", + "created": 1610361442.005422, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91347,14 +91410,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 512.6419067382812, + "msecs": 5.422115325927734, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13665.364980697632, - "thread": 139853656221440, + "relativeCreated": 13660.832166671753, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91363,8 +91426,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,512", - "created": 1610360717.512918, + "asctime": "2021-01-11 11:37:22,005", + "created": 1610361442.005544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91374,14 +91437,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 512.9179954528809, + "msecs": 5.543947219848633, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13665.641069412231, - "thread": 139853656221440, + "relativeCreated": 13660.953998565674, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91389,8 +91452,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:17,513", - "created": 1610360717.513312, + "asctime": "2021-01-11 11:37:22,005", + "created": 1610361442.00574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91400,14 +91463,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 513.3121013641357, + "msecs": 5.739927291870117, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13666.035175323486, - "thread": 139853656221440, + "relativeCreated": 13661.149978637695, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91415,8 +91478,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:17,513", - "created": 1610360717.513609, + "asctime": "2021-01-11 11:37:22,005", + "created": 1610361442.005899, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91426,14 +91489,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 513.6089324951172, + "msecs": 5.898952484130859, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13666.332006454468, - "thread": 139853656221440, + "relativeCreated": 13661.309003829956, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91441,8 +91504,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,514", - "created": 1610360717.51401, + "asctime": "2021-01-11 11:37:22,006", + "created": 1610361442.006037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91452,14 +91515,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 514.009952545166, + "msecs": 6.036996841430664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13666.733026504517, - "thread": 139853656221440, + "relativeCreated": 13661.447048187256, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91468,8 +91531,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,514", - "created": 1610360717.514437, + "asctime": "2021-01-11 11:37:22,006", + "created": 1610361442.006224, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91479,14 +91542,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": 514.4369602203369, + "msecs": 6.223917007446289, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13667.160034179688, - "thread": 139853656221440, + "relativeCreated": 13661.633968353271, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91494,8 +91557,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 11:25:17,514", - "created": 1610360717.5148, + "asctime": "2021-01-11 11:37:22,006", + "created": 1610361442.00651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91505,14 +91568,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": 514.8000717163086, + "msecs": 6.510019302368164, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13667.52314567566, - "thread": 139853656221440, + "relativeCreated": 13661.920070648193, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91523,8 +91586,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:17,515", - "created": 1610360717.515259, + "asctime": "2021-01-11 11:37:22,006", + "created": 1610361442.006814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91534,22 +91597,22 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 515.2590274810791, + "msecs": 6.814002990722656, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13667.98210144043, - "thread": 139853656221440, + "relativeCreated": 13662.224054336548, + "thread": 140378279749376, "threadName": "Thread-19" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:17,515", - "created": 1610360717.515534, + "asctime": "2021-01-11 11:37:22,006", + "created": 1610361442.006985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91559,14 +91622,14 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 515.5339241027832, + "msecs": 6.984949111938477, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13668.256998062134, - "thread": 139853656221440, + "relativeCreated": 13662.395000457764, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91577,8 +91640,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:17,515", - "created": 1610360717.5159, + "asctime": "2021-01-11 11:37:22,007", + "created": 1610361442.007211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91588,14 +91651,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": 515.8998966217041, + "msecs": 7.210969924926758, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13668.622970581055, - "thread": 139853656221440, + "relativeCreated": 13662.621021270752, + "thread": 140378279749376, "threadName": "Thread-19" }, { @@ -91603,8 +91666,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 11:25:17,516", - "created": 1610360717.516811, + "asctime": "2021-01-11 11:37:22,008", + "created": 1610361442.008587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91614,14 +91677,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": 516.8108940124512, + "msecs": 8.586883544921875, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13669.533967971802, - "thread": 139853647828736, + "relativeCreated": 13663.996934890747, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91629,8 +91692,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 11:25:17,517", - "created": 1610360717.517046, + "asctime": "2021-01-11 11:37:22,008", + "created": 1610361442.008919, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91640,14 +91703,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": 517.0459747314453, + "msecs": 8.919000625610352, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13669.769048690796, - "thread": 139853647828736, + "relativeCreated": 13664.329051971436, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91655,8 +91718,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517143, + "asctime": "2021-01-11 11:37:22,009", + "created": 1610361442.009074, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91666,14 +91729,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 517.1430110931396, + "msecs": 9.073972702026367, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13669.86608505249, - "thread": 139853647828736, + "relativeCreated": 13664.484024047852, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91682,8 +91745,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517233, + "asctime": "2021-01-11 11:37:22,009", + "created": 1610361442.009231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91693,14 +91756,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 517.2328948974609, + "msecs": 9.231090545654297, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13669.955968856812, - "thread": 139853647828736, + "relativeCreated": 13664.64114189148, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91708,8 +91771,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517339, + "asctime": "2021-01-11 11:37:22,009", + "created": 1610361442.009407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91719,14 +91782,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 517.3389911651611, + "msecs": 9.40704345703125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.062065124512, - "thread": 139853647828736, + "relativeCreated": 13664.817094802856, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91735,8 +91798,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517412, + "asctime": "2021-01-11 11:37:22,009", + "created": 1610361442.009631, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91746,14 +91809,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 517.4119472503662, + "msecs": 9.630918502807617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.135021209717, - "thread": 139853647828736, + "relativeCreated": 13665.040969848633, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91761,8 +91824,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517511, + "asctime": "2021-01-11 11:37:22,009", + "created": 1610361442.009857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91772,14 +91835,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 517.5108909606934, + "msecs": 9.856939315795898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.233964920044, - "thread": 139853647828736, + "relativeCreated": 13665.266990661621, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91788,8 +91851,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517596, + "asctime": "2021-01-11 11:37:22,010", + "created": 1610361442.010023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91799,14 +91862,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 517.5960063934326, + "msecs": 10.023117065429688, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.319080352783, - "thread": 139853647828736, + "relativeCreated": 13665.433168411255, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91814,8 +91877,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517695, + "asctime": "2021-01-11 11:37:22,010", + "created": 1610361442.010222, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91825,14 +91888,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 517.6949501037598, + "msecs": 10.22195816040039, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.41802406311, - "thread": 139853647828736, + "relativeCreated": 13665.632009506226, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91841,8 +91904,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517769, + "asctime": "2021-01-11 11:37:22,010", + "created": 1610361442.010476, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91852,14 +91915,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 517.7690982818604, + "msecs": 10.476112365722656, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.492172241211, - "thread": 139853647828736, + "relativeCreated": 13665.886163711548, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91867,8 +91930,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517869, + "asctime": "2021-01-11 11:37:22,010", + "created": 1610361442.010668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91878,14 +91941,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 517.8689956665039, + "msecs": 10.668039321899414, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.592069625854, - "thread": 139853647828736, + "relativeCreated": 13666.078090667725, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91894,8 +91957,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:17,517", - "created": 1610360717.517938, + "asctime": "2021-01-11 11:37:22,010", + "created": 1610361442.010895, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91905,14 +91968,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 517.9378986358643, + "msecs": 10.895013809204102, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.660972595215, - "thread": 139853647828736, + "relativeCreated": 13666.30506515503, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91920,8 +91983,8 @@ "comm-server:", "(7): 7d 79 5d 48 e2 3a 3e" ], - "asctime": "2021-01-11 11:25:17,518", - "created": 1610360717.518044, + "asctime": "2021-01-11 11:37:22,011", + "created": 1610361442.0111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91931,14 +91994,14 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d 79 5d 48 e2 3a 3e", "module": "__init__", - "msecs": 518.0439949035645, + "msecs": 11.100053787231445, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.767068862915, - "thread": 139853647828736, + "relativeCreated": 13666.510105133057, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91946,8 +92009,8 @@ "comm-client:", "(7): 7d 79 5d 48 e2 3a 3e" ], - "asctime": "2021-01-11 11:25:17,518", - "created": 1610360717.51813, + "asctime": "2021-01-11 11:37:22,011", + "created": 1610361442.011269, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91957,14 +92020,14 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d 79 5d 48 e2 3a 3e", "module": "__init__", - "msecs": 518.1300640106201, + "msecs": 11.269092559814453, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.85313796997, - "thread": 139853647828736, + "relativeCreated": 13666.67914390564, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91972,8 +92035,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:17,518", - "created": 1610360717.51821, + "asctime": "2021-01-11 11:37:22,011", + "created": 1610361442.011409, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91983,14 +92046,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 518.2099342346191, + "msecs": 11.40904426574707, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13670.93300819397, - "thread": 139853647828736, + "relativeCreated": 13666.819095611572, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -91999,8 +92062,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:17,518", - "created": 1610360717.518279, + "asctime": "2021-01-11 11:37:22,011", + "created": 1610361442.011515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -92010,14 +92073,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": 518.2790756225586, + "msecs": 11.514902114868164, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13671.00214958191, - "thread": 139853647828736, + "relativeCreated": 13666.924953460693, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -92025,8 +92088,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 11:25:17,518", - "created": 1610360717.518416, + "asctime": "2021-01-11 11:37:22,011", + "created": 1610361442.011789, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -92036,14 +92099,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": 518.4159278869629, + "msecs": 11.789083480834961, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13671.139001846313, - "thread": 139853647828736, + "relativeCreated": 13667.19913482666, + "thread": 140378271356672, "threadName": "Thread-20" }, { @@ -92054,8 +92117,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:17,518", - "created": 1610360717.518565, + "asctime": "2021-01-11 11:37:22,012", + "created": 1610361442.012055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92065,22 +92128,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": 518.5649394989014, + "msecs": 12.054920196533203, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13671.288013458252, - "thread": 139853647828736, + "relativeCreated": 13667.464971542358, + "thread": 140378271356672, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:17,518", - "created": 1610360717.518664, + "asctime": "2021-01-11 11:37:22,012", + "created": 1610361442.012243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92090,35 +92153,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": 518.6638832092285, + "msecs": 12.243032455444336, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13671.38695716858, - "thread": 139853647828736, + "relativeCreated": 13667.65308380127, + "thread": 140378271356672, "threadName": "Thread-20" } ], - "msecs": 678.4310340881348, + "msecs": 177.5379180908203, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13831.154108047485, - "thread": 139854989064000, + "relativeCreated": 13832.947969436646, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.15976715087890625 + "time_consumption": 0.16529488563537598 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:17,679", - "created": 1610360717.679691, + "asctime": "2021-01-11 11:37:22,178", + "created": 1610361442.178811, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92135,8 +92198,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:17,679", - "created": 1610360717.679135, + "asctime": "2021-01-11 11:37:22,178", + "created": 1610361442.17819, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92146,14 +92209,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): None ()", "module": "test", - "msecs": 679.1350841522217, + "msecs": 178.1899929046631, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13831.858158111572, - "thread": 139854989064000, + "relativeCreated": 13833.600044250488, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92162,8 +92225,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:17,679", - "created": 1610360717.679432, + "asctime": "2021-01-11 11:37:22,178", + "created": 1610361442.178614, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92173,35 +92236,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = None ()", "module": "test", - "msecs": 679.4319152832031, + "msecs": 178.61390113830566, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13832.154989242554, - "thread": 139854989064000, + "relativeCreated": 13834.02395248413, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 679.6910762786865, + "msecs": 178.81107330322266, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13832.414150238037, - "thread": 139854989064000, + "relativeCreated": 13834.221124649048, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00025916099548339844 + "time_consumption": 0.0001971721649169922 }, { "args": [ "{u'status': 1, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,680", - "created": 1610360717.68089, + "asctime": "2021-01-11 11:37:22,179", + "created": 1610361442.1796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92218,8 +92281,8 @@ "{u'status': 1, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,680", - "created": 1610360717.680371, + "asctime": "2021-01-11 11:37:22,179", + "created": 1610361442.179165, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92229,14 +92292,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": 680.3710460662842, + "msecs": 179.16488647460938, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13833.094120025635, - "thread": 139854989064000, + "relativeCreated": 13834.574937820435, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92245,8 +92308,8 @@ "{'status': 1, 'service_id': 11, 'data': None, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:17,680", - "created": 1610360717.68065, + "asctime": "2021-01-11 11:37:22,179", + "created": 1610361442.179391, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92256,39 +92319,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 1, 'service_id': 11, 'data': None, 'data_id': 0} ()", "module": "test", - "msecs": 680.649995803833, + "msecs": 179.39090728759766, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13833.373069763184, - "thread": 139854989064000, + "relativeCreated": 13834.800958633423, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 680.8900833129883, + "msecs": 179.60000038146973, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 13833.613157272339, - "thread": 139854989064000, + "relativeCreated": 13835.010051727295, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00024008750915527344 + "time_consumption": 0.0002090930938720703 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.9700419902801514, - "time_finished": "2021-01-11 11:25:17,680", - "time_start": "2021-01-11 11:25:16,710" + "time_consumption": 0.9685330390930176, + "time_finished": "2021-01-11 11:37:22,179", + "time_start": "2021-01-11 11:37:21,211" }, "_tb5akE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:19,360", - "created": 1610360719.360137, + "asctime": "2021-01-11 11:37:23,854", + "created": 1610361443.854289, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92299,18 +92362,18 @@ "message": "_tb5akE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 360.1369857788086, + "msecs": 854.2890548706055, "msg": "_tb5akE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15512.86005973816, + "relativeCreated": 15509.69910621643, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.369139, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.86171, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -92325,8 +92388,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:19,361", - "created": 1610360719.361648, + "asctime": "2021-01-11 11:37:23,855", + "created": 1610361443.855417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92336,22 +92399,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 361.6480827331543, + "msecs": 855.417013168335, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15514.371156692505, - "thread": 139854989064000, + "relativeCreated": 15510.82706451416, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:19,362", - "created": 1610360719.362638, + "asctime": "2021-01-11 11:37:23,856", + "created": 1610361443.856657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92361,22 +92424,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 362.637996673584, + "msecs": 856.6570281982422, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15515.361070632935, - "thread": 139854989064000, + "relativeCreated": 15512.067079544067, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:19,362", - "created": 1610360719.36297, + "asctime": "2021-01-11 11:37:23,856", + "created": 1610361443.856974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92386,22 +92449,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 362.97011375427246, + "msecs": 856.9738864898682, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15515.693187713623, - "thread": 139854989064000, + "relativeCreated": 15512.383937835693, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:19,363", - "created": 1610360719.363615, + "asctime": "2021-01-11 11:37:23,857", + "created": 1610361443.857446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92411,14 +92474,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 363.6150360107422, + "msecs": 857.4459552764893, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15516.338109970093, - "thread": 139854989064000, + "relativeCreated": 15512.856006622314, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92427,25 +92490,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:19,363", - "created": 1610360719.363855, + "asctime": "2021-01-11 11:37:23,857", + "created": 1610361443.857663, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 363.85488510131836, + "msecs": 857.6629161834717, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15516.577959060669, - "thread": 139854989064000, + "relativeCreated": 15513.072967529297, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92453,25 +92516,25 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:19,364", - "created": 1610360719.364112, + "asctime": "2021-01-11 11:37:23,857", + "created": 1610361443.857959, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 364.11190032958984, + "msecs": 857.9590320587158, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15516.83497428894, - "thread": 139854989064000, + "relativeCreated": 15513.369083404541, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92479,25 +92542,25 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:19,364", - "created": 1610360719.364296, + "asctime": "2021-01-11 11:37:23,858", + "created": 1610361443.858189, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 364.29595947265625, + "msecs": 858.1891059875488, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15517.019033432007, - "thread": 139854989064000, + "relativeCreated": 15513.599157333374, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92505,25 +92568,25 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:19,364", - "created": 1610360719.364485, + "asctime": "2021-01-11 11:37:23,858", + "created": 1610361443.858395, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 364.4850254058838, + "msecs": 858.3950996398926, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15517.208099365234, - "thread": 139854989064000, + "relativeCreated": 15513.805150985718, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92531,25 +92594,25 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:19,364", - "created": 1610360719.364773, + "asctime": "2021-01-11 11:37:23,858", + "created": 1610361443.858596, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 364.7730350494385, + "msecs": 858.5960865020752, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15517.496109008789, - "thread": 139854989064000, + "relativeCreated": 15514.0061378479, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92559,8 +92622,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:19,365", - "created": 1610360719.365065, + "asctime": "2021-01-11 11:37:23,858", + "created": 1610361443.858912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92570,14 +92633,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 365.0650978088379, + "msecs": 858.9119911193848, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15517.788171768188, - "thread": 139854989064000, + "relativeCreated": 15514.32204246521, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92587,8 +92650,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:19,365", - "created": 1610360719.365342, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92598,14 +92661,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 365.3419017791748, + "msecs": 859.1148853302002, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15518.064975738525, - "thread": 139854989064000, + "relativeCreated": 15514.524936676025, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92615,8 +92678,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:19,365", - "created": 1610360719.365603, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92626,14 +92689,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 365.602970123291, + "msecs": 859.2970371246338, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15518.326044082642, - "thread": 139854989064000, + "relativeCreated": 15514.707088470459, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92643,8 +92706,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:19,365", - "created": 1610360719.365857, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92654,22 +92717,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 365.8568859100342, + "msecs": 859.3521118164062, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15518.579959869385, - "thread": 139854989064000, + "relativeCreated": 15514.762163162231, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:19,366", - "created": 1610360719.366093, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92679,14 +92742,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 366.0929203033447, + "msecs": 859.4040870666504, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15518.815994262695, - "thread": 139854989064000, + "relativeCreated": 15514.814138412476, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92695,25 +92758,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:19,366", - "created": 1610360719.36636, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859465, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 366.3599491119385, + "msecs": 859.4648838043213, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15519.083023071289, - "thread": 139854989064000, + "relativeCreated": 15514.874935150146, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92721,25 +92784,25 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:19,366", - "created": 1610360719.366614, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859528, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 366.61410331726074, + "msecs": 859.5280647277832, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15519.337177276611, - "thread": 139854989064000, + "relativeCreated": 15514.938116073608, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92747,25 +92810,25 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:19,366", - "created": 1610360719.366897, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859579, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 366.8971061706543, + "msecs": 859.5790863037109, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15519.620180130005, - "thread": 139854989064000, + "relativeCreated": 15514.989137649536, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92775,8 +92838,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.367147, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.859638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92786,14 +92849,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 367.14696884155273, + "msecs": 859.637975692749, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15519.870042800903, - "thread": 139854989064000, + "relativeCreated": 15515.048027038574, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92803,8 +92866,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.367392, + "asctime": "2021-01-11 11:37:23,859", + "created": 1610361443.85974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92814,14 +92877,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 367.39206314086914, + "msecs": 859.7400188446045, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.11513710022, - "thread": 139854989064000, + "relativeCreated": 15515.15007019043, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92830,25 +92893,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.367578, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.86002, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 367.57802963256836, + "msecs": 860.0199222564697, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.301103591919, - "thread": 139854989064000, + "relativeCreated": 15515.429973602295, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92857,25 +92920,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.367658, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860099, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 367.6578998565674, + "msecs": 860.0990772247314, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.380973815918, - "thread": 139854989064000, + "relativeCreated": 15515.509128570557, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92884,33 +92947,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.36771, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860167, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 367.7101135253906, + "msecs": 860.1670265197754, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.433187484741, - "thread": 139854989064000, + "relativeCreated": 15515.5770778656, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.36776, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860235, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92920,22 +92983,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 367.75994300842285, + "msecs": 860.2349758148193, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.483016967773, - "thread": 139854989064000, + "relativeCreated": 15515.645027160645, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.367886, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92945,14 +93008,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 367.8860664367676, + "msecs": 860.4040145874023, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.609140396118, - "thread": 139854989064000, + "relativeCreated": 15515.814065933228, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92961,25 +93024,25 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:19,367", - "created": 1610360719.367945, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860482, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 367.94495582580566, + "msecs": 860.4819774627686, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.668029785156, - "thread": 139854989064000, + "relativeCreated": 15515.892028808594, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -92987,25 +93050,25 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368015, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860555, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 368.0150508880615, + "msecs": 860.5549335479736, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.738124847412, - "thread": 139854989064000, + "relativeCreated": 15515.964984893799, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93013,25 +93076,25 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368067, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860615, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 368.06702613830566, + "msecs": 860.6150150299072, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.790100097656, - "thread": 139854989064000, + "relativeCreated": 15516.025066375732, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93039,25 +93102,25 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368124, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860674, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 368.12400817871094, + "msecs": 860.6739044189453, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.847082138062, - "thread": 139854989064000, + "relativeCreated": 15516.08395576477, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93065,25 +93128,25 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368184, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860724, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 368.18408966064453, + "msecs": 860.7239723205566, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.907163619995, - "thread": 139854989064000, + "relativeCreated": 15516.134023666382, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93093,8 +93156,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368258, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93104,14 +93167,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 368.257999420166, + "msecs": 860.788106918335, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15520.981073379517, - "thread": 139854989064000, + "relativeCreated": 15516.19815826416, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93121,8 +93184,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368327, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860851, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93132,14 +93195,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 368.32690238952637, + "msecs": 860.8510494232178, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.049976348877, - "thread": 139854989064000, + "relativeCreated": 15516.261100769043, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93149,8 +93212,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368396, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93160,14 +93223,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 368.3960437774658, + "msecs": 860.9180450439453, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.119117736816, - "thread": 139854989064000, + "relativeCreated": 15516.32809638977, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93177,8 +93240,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368461, + "asctime": "2021-01-11 11:37:23,860", + "created": 1610361443.860996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93188,22 +93251,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 368.46089363098145, + "msecs": 860.9960079193115, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.183967590332, - "thread": 139854989064000, + "relativeCreated": 15516.406059265137, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368524, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93213,14 +93276,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 368.52407455444336, + "msecs": 861.0661029815674, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.247148513794, - "thread": 139854989064000, + "relativeCreated": 15516.476154327393, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93229,25 +93292,25 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368603, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861136, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 368.602991104126, + "msecs": 861.1359596252441, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.326065063477, - "thread": 139854989064000, + "relativeCreated": 15516.54601097107, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93255,25 +93318,25 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368661, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861203, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 368.66092681884766, + "msecs": 861.2029552459717, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.384000778198, - "thread": 139854989064000, + "relativeCreated": 15516.613006591797, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93281,25 +93344,25 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368717, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861269, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 368.7169551849365, + "msecs": 861.2689971923828, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.440029144287, - "thread": 139854989064000, + "relativeCreated": 15516.679048538208, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93309,8 +93372,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.36878, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93320,14 +93383,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 368.77989768981934, + "msecs": 861.3359928131104, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.50297164917, - "thread": 139854989064000, + "relativeCreated": 15516.746044158936, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93337,8 +93400,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368835, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.8614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93348,14 +93411,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 368.8349723815918, + "msecs": 861.3998889923096, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.558046340942, - "thread": 139854989064000, + "relativeCreated": 15516.809940338135, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93364,25 +93427,25 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368889, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861467, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 368.88909339904785, + "msecs": 861.4668846130371, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.612167358398, - "thread": 139854989064000, + "relativeCreated": 15516.876935958862, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93391,25 +93454,25 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368938, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861527, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 368.9379692077637, + "msecs": 861.5269660949707, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.661043167114, - "thread": 139854989064000, + "relativeCreated": 15516.937017440796, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93418,33 +93481,33 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:19,368", - "created": 1610360719.368986, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861587, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 368.9858913421631, + "msecs": 861.5870475769043, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.708965301514, - "thread": 139854989064000, + "relativeCreated": 15516.99709892273, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.369073, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93454,32 +93517,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 369.07291412353516, + "msecs": 861.6480827331543, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.795988082886, - "thread": 139854989064000, + "relativeCreated": 15517.05813407898, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 369.1389560699463, + "msecs": 861.7100715637207, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15521.862030029297, - "thread": 139854989064000, + "relativeCreated": 15517.120122909546, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 6.604194641113281e-05 + "time_consumption": 6.198883056640625e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:19,713", - "created": 1610360719.713181, + "asctime": "2021-01-11 11:37:24,205", + "created": 1610361444.205478, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -93494,8 +93557,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.369285, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861841, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93505,22 +93568,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 369.28510665893555, + "msecs": 861.8409633636475, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15522.008180618286, - "thread": 139854989064000, + "relativeCreated": 15517.251014709473, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.369343, + "asctime": "2021-01-11 11:37:23,861", + "created": 1610361443.861953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93530,22 +93593,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 369.3430423736572, + "msecs": 861.9530200958252, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15522.066116333008, - "thread": 139854989064000, + "relativeCreated": 15517.36307144165, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.369443, + "asctime": "2021-01-11 11:37:23,862", + "created": 1610361443.862004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93555,14 +93618,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 369.4429397583008, + "msecs": 862.0040416717529, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15522.166013717651, - "thread": 139854989064000, + "relativeCreated": 15517.414093017578, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93573,8 +93636,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.369537, + "asctime": "2021-01-11 11:37:23,862", + "created": 1610361443.862082, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93584,22 +93647,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 369.5371150970459, + "msecs": 862.0820045471191, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15522.260189056396, - "thread": 139854989064000, + "relativeCreated": 15517.492055892944, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.369724, + "asctime": "2021-01-11 11:37:23,862", + "created": 1610361443.862229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93609,22 +93672,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 369.7240352630615, + "msecs": 862.2291088104248, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15522.447109222412, - "thread": 139854989064000, + "relativeCreated": 15517.63916015625, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:19,369", - "created": 1610360719.36998, + "asctime": "2021-01-11 11:37:23,862", + "created": 1610361443.862285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93634,22 +93697,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 369.9800968170166, + "msecs": 862.2848987579346, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15522.703170776367, - "thread": 139854989064000, + "relativeCreated": 15517.69495010376, + "thread": 140379336402752, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:19,370", - "created": 1610360719.37006, + "asctime": "2021-01-11 11:37:23,862", + "created": 1610361443.862332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93659,14 +93722,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 370.0599670410156, + "msecs": 862.3321056365967, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15522.783041000366, - "thread": 139854989064000, + "relativeCreated": 15517.742156982422, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -93674,8 +93737,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 11:25:19,371", - "created": 1610360719.371682, + "asctime": "2021-01-11 11:37:23,862", + "created": 1610361443.862835, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93685,14 +93748,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": 371.68192863464355, + "msecs": 862.8349304199219, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.405002593994, - "thread": 139853110957824, + "relativeCreated": 15518.244981765747, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93700,8 +93763,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 11:25:19,371", - "created": 1610360719.371831, + "asctime": "2021-01-11 11:37:23,862", + "created": 1610361443.86294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93711,14 +93774,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": 371.83094024658203, + "msecs": 862.9400730133057, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.554014205933, - "thread": 139853110957824, + "relativeCreated": 15518.35012435913, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93726,8 +93789,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,371", - "created": 1610360719.371896, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93737,14 +93800,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 371.89602851867676, + "msecs": 863.0070686340332, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.619102478027, - "thread": 139853110957824, + "relativeCreated": 15518.417119979858, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93753,8 +93816,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,371", - "created": 1610360719.371951, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93764,14 +93827,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 371.9511032104492, + "msecs": 863.0681037902832, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.6741771698, - "thread": 139853110957824, + "relativeCreated": 15518.478155136108, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93779,8 +93842,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372024, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863147, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93790,14 +93853,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 372.0240592956543, + "msecs": 863.1470203399658, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.747133255005, - "thread": 139853110957824, + "relativeCreated": 15518.557071685791, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93806,8 +93869,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372077, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.8632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93817,14 +93880,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 372.07698822021484, + "msecs": 863.1999492645264, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.800062179565, - "thread": 139853110957824, + "relativeCreated": 15518.610000610352, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93832,8 +93895,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372145, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93843,14 +93906,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 372.1449375152588, + "msecs": 863.2659912109375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.86801147461, - "thread": 139853110957824, + "relativeCreated": 15518.676042556763, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93859,8 +93922,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372196, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863312, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93870,14 +93933,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 372.1959590911865, + "msecs": 863.3120059967041, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.919033050537, - "thread": 139853110957824, + "relativeCreated": 15518.72205734253, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93885,8 +93948,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372254, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863369, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93896,14 +93959,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 372.2538948059082, + "msecs": 863.3689880371094, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15524.976968765259, - "thread": 139853110957824, + "relativeCreated": 15518.779039382935, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93912,8 +93975,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372304, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93923,14 +93986,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 372.30396270751953, + "msecs": 863.4169101715088, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.02703666687, - "thread": 139853110957824, + "relativeCreated": 15518.826961517334, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93938,8 +94001,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.37237, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93949,14 +94012,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 372.37000465393066, + "msecs": 863.4810447692871, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.093078613281, - "thread": 139853110957824, + "relativeCreated": 15518.891096115112, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93965,8 +94028,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372417, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93976,14 +94039,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 372.4169731140137, + "msecs": 863.5358810424805, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.140047073364, - "thread": 139853110957824, + "relativeCreated": 15518.945932388306, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -93991,8 +94054,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372488, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94002,14 +94065,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 372.48802185058594, + "msecs": 863.6319637298584, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.211095809937, - "thread": 139853110957824, + "relativeCreated": 15519.042015075684, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94017,8 +94080,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372549, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94028,14 +94091,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 372.54905700683594, + "msecs": 863.7139797210693, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.272130966187, - "thread": 139853110957824, + "relativeCreated": 15519.124031066895, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94043,8 +94106,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372603, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863791, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94054,14 +94117,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 372.6029396057129, + "msecs": 863.7909889221191, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.326013565063, - "thread": 139853110957824, + "relativeCreated": 15519.201040267944, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94070,8 +94133,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372655, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94081,14 +94144,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": 372.65491485595703, + "msecs": 863.8648986816406, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.377988815308, - "thread": 139853110957824, + "relativeCreated": 15519.274950027466, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94096,8 +94159,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 11:25:19,372", - "created": 1610360719.372763, + "asctime": "2021-01-11 11:37:23,863", + "created": 1610361443.863962, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94107,14 +94170,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": 372.76291847229004, + "msecs": 863.961935043335, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.48599243164, - "thread": 139853110957824, + "relativeCreated": 15519.37198638916, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94125,8 +94188,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372888, + "asctime": "2021-01-11 11:37:23,864", + "created": 1610361443.864078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94136,14 +94199,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 372.88808822631836, + "msecs": 864.0780448913574, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.611162185669, - "thread": 139853110957824, + "relativeCreated": 15519.488096237183, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94151,25 +94214,25 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:19,372", - "created": 1610360719.372954, + "asctime": "2021-01-11 11:37:23,864", + "created": 1610361443.864132, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 372.9538917541504, + "msecs": 864.1319274902344, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.676965713501, - "thread": 139853110957824, + "relativeCreated": 15519.54197883606, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94180,8 +94243,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:19,373", - "created": 1610360719.373041, + "asctime": "2021-01-11 11:37:23,864", + "created": 1610361443.864201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94191,14 +94254,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 373.04091453552246, + "msecs": 864.2010688781738, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15525.763988494873, - "thread": 139853110957824, + "relativeCreated": 15519.611120223999, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94206,8 +94269,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 11:25:19,374", - "created": 1610360719.37427, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94217,14 +94280,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": 374.269962310791, + "msecs": 865.217924118042, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15526.993036270142, - "thread": 139853102565120, + "relativeCreated": 15520.627975463867, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94232,8 +94295,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 11:25:19,374", - "created": 1610360719.374424, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94243,14 +94306,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": 374.4239807128906, + "msecs": 865.3919696807861, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.147054672241, - "thread": 139853102565120, + "relativeCreated": 15520.802021026611, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94258,8 +94321,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.374501, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94269,14 +94332,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 374.50098991394043, + "msecs": 865.4830455780029, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.224063873291, - "thread": 139853102565120, + "relativeCreated": 15520.893096923828, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94285,8 +94348,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.374626, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865541, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94296,14 +94359,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.62592124938965, + "msecs": 865.5409812927246, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.34899520874, - "thread": 139853102565120, + "relativeCreated": 15520.95103263855, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94311,8 +94374,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.374695, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.86561, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94322,14 +94385,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.6950626373291, + "msecs": 865.609884262085, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.41813659668, - "thread": 139853102565120, + "relativeCreated": 15521.01993560791, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94338,8 +94401,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.374745, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.86566, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94349,14 +94412,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.7448921203613, + "msecs": 865.6599521636963, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.467966079712, - "thread": 139853102565120, + "relativeCreated": 15521.070003509521, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94364,8 +94427,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.374811, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865729, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94375,14 +94438,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.81093406677246, + "msecs": 865.7290935516357, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.534008026123, - "thread": 139853102565120, + "relativeCreated": 15521.139144897461, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94391,8 +94454,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.37486, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865777, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94402,14 +94465,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.8600482940674, + "msecs": 865.7770156860352, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.583122253418, - "thread": 139853102565120, + "relativeCreated": 15521.18706703186, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94417,8 +94480,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.374922, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94428,14 +94491,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.9220371246338, + "msecs": 865.8390045166016, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.645111083984, - "thread": 139853102565120, + "relativeCreated": 15521.249055862427, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94444,8 +94507,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,374", - "created": 1610360719.37497, + "asctime": "2021-01-11 11:37:23,865", + "created": 1610361443.865897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94455,14 +94518,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.9699592590332, + "msecs": 865.8969402313232, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.693033218384, - "thread": 139853102565120, + "relativeCreated": 15521.306991577148, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94470,8 +94533,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.375035, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.866023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94481,14 +94544,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 375.03504753112793, + "msecs": 866.023063659668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.758121490479, - "thread": 139853102565120, + "relativeCreated": 15521.433115005493, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94497,8 +94560,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.375082, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.86607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94508,14 +94571,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 375.08201599121094, + "msecs": 866.070032119751, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.805089950562, - "thread": 139853102565120, + "relativeCreated": 15521.480083465576, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94523,8 +94586,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.375152, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.86614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94534,14 +94597,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 375.1521110534668, + "msecs": 866.1398887634277, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.875185012817, - "thread": 139853102565120, + "relativeCreated": 15521.549940109253, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94549,8 +94612,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.375213, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.866194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94560,14 +94623,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 375.2129077911377, + "msecs": 866.1940097808838, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.935981750488, - "thread": 139853102565120, + "relativeCreated": 15521.604061126709, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94575,8 +94638,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.375267, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.866245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94586,14 +94649,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 375.26702880859375, + "msecs": 866.2450313568115, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15527.990102767944, - "thread": 139853102565120, + "relativeCreated": 15521.655082702637, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94602,8 +94665,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.375318, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.866292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94613,14 +94676,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": 375.3180503845215, + "msecs": 866.2919998168945, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15528.041124343872, - "thread": 139853102565120, + "relativeCreated": 15521.70205116272, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94628,8 +94691,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 11:25:19,375", - "created": 1610360719.375417, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.866384, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94639,14 +94702,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": 375.41699409484863, + "msecs": 866.3840293884277, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15528.1400680542, - "thread": 139853102565120, + "relativeCreated": 15521.794080734253, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94657,8 +94720,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.37551, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.866489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94668,14 +94731,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 375.50997734069824, + "msecs": 866.4889335632324, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15528.233051300049, - "thread": 139853102565120, + "relativeCreated": 15521.898984909058, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -94683,8 +94746,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:19,375", - "created": 1610360719.375564, + "asctime": "2021-01-11 11:37:23,866", + "created": 1610361443.866549, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94694,32 +94757,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 375.5640983581543, + "msecs": 866.549015045166, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15528.287172317505, - "thread": 139853102565120, + "relativeCreated": 15521.959066390991, + "thread": 140377247971072, "threadName": "Thread-28" } ], - "msecs": 713.1810188293457, + "msecs": 205.47795295715332, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15865.904092788696, - "thread": 139854989064000, + "relativeCreated": 15860.888004302979, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.3376169204711914 + "time_consumption": 0.3389289379119873 }, { "args": [], - "asctime": "2021-01-11 11:25:19,715", - "created": 1610360719.715191, + "asctime": "2021-01-11 11:37:24,207", + "created": 1610361444.207149, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -94737,8 +94800,8 @@ "None", "None" ], - "asctime": "2021-01-11 11:25:19,714", - "created": 1610360719.71403, + "asctime": "2021-01-11 11:37:24,206", + "created": 1610361444.206104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94748,14 +94811,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback3__' for SID=None and DID=None", "module": "__init__", - "msecs": 714.0300273895264, + "msecs": 206.10404014587402, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15866.753101348877, - "thread": 139854989064000, + "relativeCreated": 15861.5140914917, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -94765,8 +94828,8 @@ "None", "0" ], - "asctime": "2021-01-11 11:25:19,714", - "created": 1610360719.714365, + "asctime": "2021-01-11 11:37:24,206", + "created": 1610361444.206394, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94776,14 +94839,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback2__' for SID=None and DID=0", "module": "__init__", - "msecs": 714.3650054931641, + "msecs": 206.39395713806152, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15867.088079452515, - "thread": 139854989064000, + "relativeCreated": 15861.804008483887, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -94793,8 +94856,8 @@ "10", "None" ], - "asctime": "2021-01-11 11:25:19,714", - "created": 1610360719.714657, + "asctime": "2021-01-11 11:37:24,206", + "created": 1610361444.206656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94804,14 +94867,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback1__' for SID=10 and DID=None", "module": "__init__", - "msecs": 714.6570682525635, + "msecs": 206.65597915649414, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15867.380142211914, - "thread": 139854989064000, + "relativeCreated": 15862.06603050232, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -94821,8 +94884,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:19,714", - "created": 1610360719.714965, + "asctime": "2021-01-11 11:37:24,206", + "created": 1610361444.206939, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94832,32 +94895,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 714.9651050567627, + "msecs": 206.9389820098877, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15867.688179016113, - "thread": 139854989064000, + "relativeCreated": 15862.349033355713, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 715.1908874511719, + "msecs": 207.14902877807617, "msg": "Registering all kind of Callbacks", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15867.913961410522, - "thread": 139854989064000, + "relativeCreated": 15862.559080123901, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002257823944091797 + "time_consumption": 0.00021004676818847656 }, { "args": [], - "asctime": "2021-01-11 11:25:19,916", - "created": 1610360719.916958, + "asctime": "2021-01-11 11:37:24,408", + "created": 1610361444.408824, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -94876,8 +94939,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:19,715", - "created": 1610360719.715754, + "asctime": "2021-01-11 11:37:24,207", + "created": 1610361444.207759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94887,14 +94950,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 715.7540321350098, + "msecs": 207.75890350341797, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15868.47710609436, - "thread": 139854989064000, + "relativeCreated": 15863.168954849243, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -94902,8 +94965,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 11:25:19,738", - "created": 1610360719.738212, + "asctime": "2021-01-11 11:37:24,229", + "created": 1610361444.229831, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94913,14 +94976,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": 738.2121086120605, + "msecs": 229.83098030090332, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15890.935182571411, - "thread": 139853110957824, + "relativeCreated": 15885.241031646729, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94928,8 +94991,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 11:25:19,739", - "created": 1610360719.739005, + "asctime": "2021-01-11 11:37:24,230", + "created": 1610361444.230406, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94939,14 +95002,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": 739.0050888061523, + "msecs": 230.4060459136963, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15891.728162765503, - "thread": 139853110957824, + "relativeCreated": 15885.816097259521, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94954,8 +95017,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,739", - "created": 1610360719.739265, + "asctime": "2021-01-11 11:37:24,230", + "created": 1610361444.230692, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94965,14 +95028,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 739.264965057373, + "msecs": 230.69190979003906, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15891.988039016724, - "thread": 139853110957824, + "relativeCreated": 15886.101961135864, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -94981,8 +95044,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,739", - "created": 1610360719.739527, + "asctime": "2021-01-11 11:37:24,230", + "created": 1610361444.23093, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94992,14 +95055,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 739.5269870758057, + "msecs": 230.93008995056152, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15892.250061035156, - "thread": 139853110957824, + "relativeCreated": 15886.340141296387, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95007,8 +95070,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,739", - "created": 1610360719.739839, + "asctime": "2021-01-11 11:37:24,231", + "created": 1610361444.231214, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95018,14 +95081,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 739.8390769958496, + "msecs": 231.21404647827148, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15892.5621509552, - "thread": 139853110957824, + "relativeCreated": 15886.624097824097, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95034,8 +95097,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,740", - "created": 1610360719.740375, + "asctime": "2021-01-11 11:37:24,231", + "created": 1610361444.231429, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95045,14 +95108,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.3750419616699, + "msecs": 231.4291000366211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15893.09811592102, - "thread": 139853110957824, + "relativeCreated": 15886.839151382446, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95060,8 +95123,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,740", - "created": 1610360719.740726, + "asctime": "2021-01-11 11:37:24,231", + "created": 1610361444.231942, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95071,14 +95134,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 740.7259941101074, + "msecs": 231.94193840026855, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15893.449068069458, - "thread": 139853110957824, + "relativeCreated": 15887.351989746094, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95087,8 +95150,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,741", - "created": 1610360719.741002, + "asctime": "2021-01-11 11:37:24,232", + "created": 1610361444.232207, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95098,14 +95161,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.002082824707, + "msecs": 232.2070598602295, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15893.725156784058, - "thread": 139853110957824, + "relativeCreated": 15887.617111206055, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95113,8 +95176,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,741", - "created": 1610360719.741374, + "asctime": "2021-01-11 11:37:24,232", + "created": 1610361444.232423, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95124,14 +95187,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 741.3740158081055, + "msecs": 232.4230670928955, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15894.097089767456, - "thread": 139853110957824, + "relativeCreated": 15887.83311843872, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95140,8 +95203,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,741", - "created": 1610360719.741699, + "asctime": "2021-01-11 11:37:24,232", + "created": 1610361444.232568, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95151,14 +95214,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.6989803314209, + "msecs": 232.56802558898926, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15894.422054290771, - "thread": 139853110957824, + "relativeCreated": 15887.978076934814, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95166,8 +95229,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,741", - "created": 1610360719.741975, + "asctime": "2021-01-11 11:37:24,232", + "created": 1610361444.232806, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95177,14 +95240,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 741.9750690460205, + "msecs": 232.80596733093262, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15894.698143005371, - "thread": 139853110957824, + "relativeCreated": 15888.216018676758, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95193,8 +95256,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,742", - "created": 1610360719.742175, + "asctime": "2021-01-11 11:37:24,232", + "created": 1610361444.232959, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95204,14 +95267,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.1751022338867, + "msecs": 232.95903205871582, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15894.898176193237, - "thread": 139853110957824, + "relativeCreated": 15888.369083404541, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95219,8 +95282,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:19,742", - "created": 1610360719.742577, + "asctime": "2021-01-11 11:37:24,233", + "created": 1610361444.233259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95230,14 +95293,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 742.577075958252, + "msecs": 233.2589626312256, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15895.300149917603, - "thread": 139853110957824, + "relativeCreated": 15888.66901397705, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95245,8 +95308,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:19,742", - "created": 1610360719.742776, + "asctime": "2021-01-11 11:37:24,233", + "created": 1610361444.233486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95256,14 +95319,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 742.7759170532227, + "msecs": 233.48593711853027, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15895.498991012573, - "thread": 139853110957824, + "relativeCreated": 15888.895988464355, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95271,8 +95334,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,742", - "created": 1610360719.742964, + "asctime": "2021-01-11 11:37:24,233", + "created": 1610361444.233676, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95282,14 +95345,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 742.9640293121338, + "msecs": 233.67595672607422, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15895.687103271484, - "thread": 139853110957824, + "relativeCreated": 15889.0860080719, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95298,8 +95361,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,743", - "created": 1610360719.743119, + "asctime": "2021-01-11 11:37:24,233", + "created": 1610361444.23383, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95309,14 +95372,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": 743.1190013885498, + "msecs": 233.82997512817383, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15895.8420753479, - "thread": 139853110957824, + "relativeCreated": 15889.240026473999, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95324,8 +95387,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 11:25:19,743", - "created": 1610360719.743439, + "asctime": "2021-01-11 11:37:24,234", + "created": 1610361444.23413, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95335,14 +95398,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": 743.4389591217041, + "msecs": 234.1299057006836, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15896.162033081055, - "thread": 139853110957824, + "relativeCreated": 15889.539957046509, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95353,8 +95416,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:19,743", - "created": 1610360719.743994, + "asctime": "2021-01-11 11:37:24,234", + "created": 1610361444.234489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95364,14 +95427,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 743.9939975738525, + "msecs": 234.48896408081055, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15896.717071533203, - "thread": 139853110957824, + "relativeCreated": 15889.899015426636, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95379,25 +95442,25 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:19,744", - "created": 1610360719.744282, + "asctime": "2021-01-11 11:37:24,234", + "created": 1610361444.234667, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 744.2820072174072, + "msecs": 234.6670627593994, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15897.005081176758, - "thread": 139853110957824, + "relativeCreated": 15890.077114105225, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95408,8 +95471,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:19,744", - "created": 1610360719.744679, + "asctime": "2021-01-11 11:37:24,234", + "created": 1610361444.234864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95419,14 +95482,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 744.6789741516113, + "msecs": 234.8639965057373, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15897.402048110962, - "thread": 139853110957824, + "relativeCreated": 15890.274047851562, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -95434,8 +95497,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 11:25:19,776", - "created": 1610360719.77684, + "asctime": "2021-01-11 11:37:24,267", + "created": 1610361444.267963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95445,14 +95508,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": 776.8399715423584, + "msecs": 267.9629325866699, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15929.563045501709, - "thread": 139853102565120, + "relativeCreated": 15923.372983932495, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95460,8 +95523,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 11:25:19,777", - "created": 1610360719.777492, + "asctime": "2021-01-11 11:37:24,268", + "created": 1610361444.268818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95471,14 +95534,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": 777.4920463562012, + "msecs": 268.8179016113281, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15930.215120315552, - "thread": 139853102565120, + "relativeCreated": 15924.227952957153, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95486,8 +95549,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,777", - "created": 1610360719.777762, + "asctime": "2021-01-11 11:37:24,269", + "created": 1610361444.269119, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95497,14 +95560,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 777.7619361877441, + "msecs": 269.1190242767334, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15930.485010147095, - "thread": 139853102565120, + "relativeCreated": 15924.529075622559, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95513,8 +95576,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,778", - "created": 1610360719.778011, + "asctime": "2021-01-11 11:37:24,269", + "created": 1610361444.269377, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95524,14 +95587,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 778.0110836029053, + "msecs": 269.3769931793213, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15930.734157562256, - "thread": 139853102565120, + "relativeCreated": 15924.787044525146, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95539,8 +95602,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,778", - "created": 1610360719.778327, + "asctime": "2021-01-11 11:37:24,269", + "created": 1610361444.269693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95550,14 +95613,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 778.3269882202148, + "msecs": 269.69289779663086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15931.050062179565, - "thread": 139853102565120, + "relativeCreated": 15925.102949142456, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95566,8 +95629,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,778", - "created": 1610360719.778566, + "asctime": "2021-01-11 11:37:24,269", + "created": 1610361444.269936, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95577,14 +95640,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 778.5658836364746, + "msecs": 269.93608474731445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15931.288957595825, - "thread": 139853102565120, + "relativeCreated": 15925.34613609314, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95592,8 +95655,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,779", - "created": 1610360719.779058, + "asctime": "2021-01-11 11:37:24,270", + "created": 1610361444.270297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95603,14 +95666,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 779.0579795837402, + "msecs": 270.2970504760742, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15931.78105354309, - "thread": 139853102565120, + "relativeCreated": 15925.7071018219, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95619,8 +95682,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,779", - "created": 1610360719.779327, + "asctime": "2021-01-11 11:37:24,270", + "created": 1610361444.270649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95630,14 +95693,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 779.3269157409668, + "msecs": 270.6489562988281, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15932.049989700317, - "thread": 139853102565120, + "relativeCreated": 15926.059007644653, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95645,8 +95708,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,779", - "created": 1610360719.779749, + "asctime": "2021-01-11 11:37:24,270", + "created": 1610361444.270857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95656,14 +95719,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 779.7489166259766, + "msecs": 270.8570957183838, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15932.471990585327, - "thread": 139853102565120, + "relativeCreated": 15926.267147064209, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95672,8 +95735,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,780", - "created": 1610360719.780036, + "asctime": "2021-01-11 11:37:24,271", + "created": 1610361444.271011, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95683,14 +95746,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 780.0359725952148, + "msecs": 271.0111141204834, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15932.759046554565, - "thread": 139853102565120, + "relativeCreated": 15926.421165466309, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95698,8 +95761,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,780", - "created": 1610360719.780367, + "asctime": "2021-01-11 11:37:24,271", + "created": 1610361444.271279, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95709,14 +95772,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 780.3668975830078, + "msecs": 271.27909660339355, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15933.089971542358, - "thread": 139853102565120, + "relativeCreated": 15926.689147949219, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95725,8 +95788,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,780", - "created": 1610360719.780486, + "asctime": "2021-01-11 11:37:24,271", + "created": 1610361444.271471, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95736,14 +95799,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 780.4861068725586, + "msecs": 271.4710235595703, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15933.20918083191, - "thread": 139853102565120, + "relativeCreated": 15926.881074905396, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95751,8 +95814,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:19,780", - "created": 1610360719.78076, + "asctime": "2021-01-11 11:37:24,271", + "created": 1610361444.271827, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95762,14 +95825,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 780.7600498199463, + "msecs": 271.82698249816895, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15933.483123779297, - "thread": 139853102565120, + "relativeCreated": 15927.237033843994, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95777,8 +95840,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 11:25:19,781", - "created": 1610360719.781021, + "asctime": "2021-01-11 11:37:24,272", + "created": 1610361444.272116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95788,14 +95851,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 781.0211181640625, + "msecs": 272.11594581604004, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15933.744192123413, - "thread": 139853102565120, + "relativeCreated": 15927.525997161865, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95803,8 +95866,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,781", - "created": 1610360719.781215, + "asctime": "2021-01-11 11:37:24,272", + "created": 1610361444.272429, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95814,14 +95877,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 781.2149524688721, + "msecs": 272.4289894104004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15933.938026428223, - "thread": 139853102565120, + "relativeCreated": 15927.839040756226, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95830,8 +95893,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,781", - "created": 1610360719.78139, + "asctime": "2021-01-11 11:37:24,272", + "created": 1610361444.272627, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95841,14 +95904,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": 781.3899517059326, + "msecs": 272.6271152496338, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15934.113025665283, - "thread": 139853102565120, + "relativeCreated": 15928.037166595459, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95856,8 +95919,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 11:25:19,781", - "created": 1610360719.781624, + "asctime": "2021-01-11 11:37:24,273", + "created": 1610361444.273078, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95867,14 +95930,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": 781.6240787506104, + "msecs": 273.07796478271484, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15934.347152709961, - "thread": 139853102565120, + "relativeCreated": 15928.48801612854, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -95885,8 +95948,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:19,781", - "created": 1610360719.781922, + "asctime": "2021-01-11 11:37:24,273", + "created": 1610361444.273335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95896,22 +95959,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 781.9221019744873, + "msecs": 273.3349800109863, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15934.645175933838, - "thread": 139853102565120, + "relativeCreated": 15928.745031356812, + "thread": 140377247971072, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:19,782", - "created": 1610360719.78213, + "asctime": "2021-01-11 11:37:24,273", + "created": 1610361444.273421, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95921,35 +95984,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": 782.1300029754639, + "msecs": 273.421049118042, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 15934.853076934814, - "thread": 139853102565120, + "relativeCreated": 15928.831100463867, + "thread": 140377247971072, "threadName": "Thread-28" } ], - "msecs": 916.9580936431885, + "msecs": 408.82396697998047, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16069.681167602539, - "thread": 139854989064000, + "relativeCreated": 16064.234018325806, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.1348280906677246 + "time_consumption": 0.13540291786193848 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,918", - "created": 1610360719.918124, + "asctime": "2021-01-11 11:37:24,410", + "created": 1610361444.41029, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -95966,8 +96029,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,917", - "created": 1610360719.917617, + "asctime": "2021-01-11 11:37:24,409", + "created": 1610361444.409638, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -95977,14 +96040,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": 917.6170825958252, + "msecs": 409.6379280090332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16070.340156555176, - "thread": 139854989064000, + "relativeCreated": 16065.047979354858, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -95993,8 +96056,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,917", - "created": 1610360719.917879, + "asctime": "2021-01-11 11:37:24,410", + "created": 1610361444.41, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96004,35 +96067,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 917.8791046142578, + "msecs": 410.0000858306885, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16070.602178573608, - "thread": 139854989064000, + "relativeCreated": 16065.410137176514, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 918.1239604949951, + "msecs": 410.290002822876, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16070.847034454346, - "thread": 139854989064000, + "relativeCreated": 16065.700054168701, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002448558807373047 + "time_consumption": 0.0002899169921875 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,918", - "created": 1610360719.918994, + "asctime": "2021-01-11 11:37:24,411", + "created": 1610361444.41114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96049,8 +96112,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,918", - "created": 1610360719.918489, + "asctime": "2021-01-11 11:37:24,410", + "created": 1610361444.410754, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96060,14 +96123,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": 918.4889793395996, + "msecs": 410.7539653778076, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16071.21205329895, - "thread": 139854989064000, + "relativeCreated": 16066.164016723633, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -96076,8 +96139,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:19,918", - "created": 1610360719.91872, + "asctime": "2021-01-11 11:37:24,410", + "created": 1610361444.410946, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96087,32 +96150,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 918.720006942749, + "msecs": 410.9458923339844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16071.4430809021, - "thread": 139854989064000, + "relativeCreated": 16066.35594367981, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 918.9939498901367, + "msecs": 411.13996505737305, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16071.717023849487, - "thread": 139854989064000, + "relativeCreated": 16066.550016403198, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002739429473876953 + "time_consumption": 0.00019407272338867188 }, { "args": [], - "asctime": "2021-01-11 11:25:19,919", - "created": 1610360719.919674, + "asctime": "2021-01-11 11:37:24,411", + "created": 1610361444.411694, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -96130,8 +96193,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:19,919", - "created": 1610360719.919469, + "asctime": "2021-01-11 11:37:24,411", + "created": 1610361444.411474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96141,32 +96204,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 919.4691181182861, + "msecs": 411.47398948669434, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16072.192192077637, - "thread": 139854989064000, + "relativeCreated": 16066.88404083252, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 919.6739196777344, + "msecs": 411.6940498352051, "msg": "Removing Callback for a specific Data- and Service-ID", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16072.396993637085, - "thread": 139854989064000, + "relativeCreated": 16067.10410118103, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002048015594482422 + "time_consumption": 0.0002200603485107422 }, { "args": [], - "asctime": "2021-01-11 11:25:20,121", - "created": 1610360720.121625, + "asctime": "2021-01-11 11:37:24,613", + "created": 1610361444.613275, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -96185,8 +96248,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:19,920", - "created": 1610360719.920124, + "asctime": "2021-01-11 11:37:24,412", + "created": 1610361444.41213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96196,14 +96259,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 920.1240539550781, + "msecs": 412.13011741638184, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16072.847127914429, - "thread": 139854989064000, + "relativeCreated": 16067.540168762207, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -96211,8 +96274,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 11:25:19,945", - "created": 1610360719.945721, + "asctime": "2021-01-11 11:37:24,436", + "created": 1610361444.436242, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96222,14 +96285,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": 945.720911026001, + "msecs": 436.24210357666016, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16098.443984985352, - "thread": 139853110957824, + "relativeCreated": 16091.652154922485, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96237,8 +96300,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 11:25:19,946", - "created": 1610360719.946319, + "asctime": "2021-01-11 11:37:24,436", + "created": 1610361444.436889, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96248,14 +96311,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": 946.3191032409668, + "msecs": 436.8889331817627, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16099.042177200317, - "thread": 139853110957824, + "relativeCreated": 16092.298984527588, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96263,8 +96326,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,946", - "created": 1610360719.94656, + "asctime": "2021-01-11 11:37:24,437", + "created": 1610361444.437257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96274,14 +96337,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 946.5599060058594, + "msecs": 437.2570514678955, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16099.28297996521, - "thread": 139853110957824, + "relativeCreated": 16092.66710281372, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96290,8 +96353,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,946", - "created": 1610360719.946793, + "asctime": "2021-01-11 11:37:24,437", + "created": 1610361444.437462, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96301,14 +96364,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 946.7930793762207, + "msecs": 437.46209144592285, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16099.516153335571, - "thread": 139853110957824, + "relativeCreated": 16092.872142791748, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96316,8 +96379,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,947", - "created": 1610360719.947047, + "asctime": "2021-01-11 11:37:24,437", + "created": 1610361444.437753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96327,14 +96390,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 947.0469951629639, + "msecs": 437.75296211242676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16099.770069122314, - "thread": 139853110957824, + "relativeCreated": 16093.163013458252, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96343,8 +96406,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,947", - "created": 1610360719.947241, + "asctime": "2021-01-11 11:37:24,437", + "created": 1610361444.437944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96354,14 +96417,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 947.2410678863525, + "msecs": 437.9439353942871, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16099.964141845703, - "thread": 139853110957824, + "relativeCreated": 16093.353986740112, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96369,8 +96432,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,947", - "created": 1610360719.947523, + "asctime": "2021-01-11 11:37:24,438", + "created": 1610361444.438197, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96380,14 +96443,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 947.5231170654297, + "msecs": 438.19689750671387, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16100.24619102478, - "thread": 139853110957824, + "relativeCreated": 16093.606948852539, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96396,8 +96459,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,947", - "created": 1610360719.947711, + "asctime": "2021-01-11 11:37:24,438", + "created": 1610361444.438373, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96407,14 +96470,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 947.7109909057617, + "msecs": 438.3730888366699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16100.434064865112, - "thread": 139853110957824, + "relativeCreated": 16093.783140182495, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96422,8 +96485,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,947", - "created": 1610360719.947959, + "asctime": "2021-01-11 11:37:24,438", + "created": 1610361444.438613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96433,14 +96496,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 947.9589462280273, + "msecs": 438.6129379272461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16100.682020187378, - "thread": 139853110957824, + "relativeCreated": 16094.022989273071, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96449,8 +96512,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,948", - "created": 1610360719.948177, + "asctime": "2021-01-11 11:37:24,438", + "created": 1610361444.438787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96460,14 +96523,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 948.1770992279053, + "msecs": 438.78698348999023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16100.900173187256, - "thread": 139853110957824, + "relativeCreated": 16094.197034835815, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96475,8 +96538,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,948", - "created": 1610360719.948346, + "asctime": "2021-01-11 11:37:24,439", + "created": 1610361444.439022, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96486,14 +96549,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 948.3458995819092, + "msecs": 439.0220642089844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16101.06897354126, - "thread": 139853110957824, + "relativeCreated": 16094.43211555481, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96502,8 +96565,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,948", - "created": 1610360719.948482, + "asctime": "2021-01-11 11:37:24,439", + "created": 1610361444.439201, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96513,14 +96576,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 948.4820365905762, + "msecs": 439.20111656188965, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16101.205110549927, - "thread": 139853110957824, + "relativeCreated": 16094.611167907715, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96528,8 +96591,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:19,948", - "created": 1610360719.948672, + "asctime": "2021-01-11 11:37:24,439", + "created": 1610361444.439531, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96539,14 +96602,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 948.6720561981201, + "msecs": 439.5310878753662, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16101.39513015747, - "thread": 139853110957824, + "relativeCreated": 16094.941139221191, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96554,8 +96617,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:19,948", - "created": 1610360719.948863, + "asctime": "2021-01-11 11:37:24,439", + "created": 1610361444.439804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96565,14 +96628,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 948.8630294799805, + "msecs": 439.8040771484375, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16101.586103439331, - "thread": 139853110957824, + "relativeCreated": 16095.214128494263, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96580,8 +96643,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,949", - "created": 1610360719.949111, + "asctime": "2021-01-11 11:37:24,440", + "created": 1610361444.440066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96591,14 +96654,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 949.1109848022461, + "msecs": 440.0660991668701, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16101.834058761597, - "thread": 139853110957824, + "relativeCreated": 16095.476150512695, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96607,8 +96670,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,949", - "created": 1610360719.949331, + "asctime": "2021-01-11 11:37:24,440", + "created": 1610361444.440296, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96618,14 +96681,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": 949.3310451507568, + "msecs": 440.295934677124, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16102.054119110107, - "thread": 139853110957824, + "relativeCreated": 16095.70598602295, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96633,8 +96696,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 11:25:19,949", - "created": 1610360719.949903, + "asctime": "2021-01-11 11:37:24,440", + "created": 1610361444.440813, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96644,14 +96707,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": 949.9030113220215, + "msecs": 440.8130645751953, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16102.626085281372, - "thread": 139853110957824, + "relativeCreated": 16096.22311592102, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96662,8 +96725,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:19,950", - "created": 1610360719.950298, + "asctime": "2021-01-11 11:37:24,441", + "created": 1610361444.441332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96673,14 +96736,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 950.2980709075928, + "msecs": 441.3321018218994, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16103.021144866943, - "thread": 139853110957824, + "relativeCreated": 16096.742153167725, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96688,25 +96751,25 @@ "prot-server:", "__callback1__" ], - "asctime": "2021-01-11 11:25:19,950", - "created": 1610360719.950494, + "asctime": "2021-01-11 11:37:24,441", + "created": 1610361444.441612, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback1__ to process received data", "module": "__init__", - "msecs": 950.4940509796143, + "msecs": 441.61200523376465, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16103.217124938965, - "thread": 139853110957824, + "relativeCreated": 16097.02205657959, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96717,8 +96780,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 11:25:19,950", - "created": 1610360719.950725, + "asctime": "2021-01-11 11:37:24,442", + "created": 1610361444.442037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96728,14 +96791,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 950.7250785827637, + "msecs": 442.03710556030273, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16103.448152542114, - "thread": 139853110957824, + "relativeCreated": 16097.447156906128, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -96743,8 +96806,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 11:25:19,982", - "created": 1610360719.982954, + "asctime": "2021-01-11 11:37:24,474", + "created": 1610361444.474254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96754,14 +96817,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": 982.9540252685547, + "msecs": 474.25389289855957, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16135.677099227905, - "thread": 139853102565120, + "relativeCreated": 16129.663944244385, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96769,8 +96832,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 11:25:19,983", - "created": 1610360719.983556, + "asctime": "2021-01-11 11:37:24,474", + "created": 1610361444.47489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96780,14 +96843,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": 983.5560321807861, + "msecs": 474.88999366760254, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16136.279106140137, - "thread": 139853102565120, + "relativeCreated": 16130.300045013428, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96795,8 +96858,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,983", - "created": 1610360719.9838, + "asctime": "2021-01-11 11:37:24,475", + "created": 1610361444.475107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96806,14 +96869,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 983.799934387207, + "msecs": 475.10695457458496, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16136.523008346558, - "thread": 139853102565120, + "relativeCreated": 16130.51700592041, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96822,8 +96885,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:19,984", - "created": 1610360719.984183, + "asctime": "2021-01-11 11:37:24,475", + "created": 1610361444.475265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96833,14 +96896,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.1830730438232, + "msecs": 475.2650260925293, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16136.906147003174, - "thread": 139853102565120, + "relativeCreated": 16130.675077438354, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96848,8 +96911,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,984", - "created": 1610360719.98443, + "asctime": "2021-01-11 11:37:24,475", + "created": 1610361444.475439, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96859,14 +96922,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.4300746917725, + "msecs": 475.43907165527344, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16137.153148651123, - "thread": 139853102565120, + "relativeCreated": 16130.849123001099, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96875,8 +96938,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,984", - "created": 1610360719.984654, + "asctime": "2021-01-11 11:37:24,475", + "created": 1610361444.475589, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96886,14 +96949,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.6539497375488, + "msecs": 475.5890369415283, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16137.3770236969, - "thread": 139853102565120, + "relativeCreated": 16130.999088287354, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96901,8 +96964,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,984", - "created": 1610360719.984964, + "asctime": "2021-01-11 11:37:24,475", + "created": 1610361444.475804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96912,14 +96975,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.9638938903809, + "msecs": 475.80409049987793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16137.686967849731, - "thread": 139853102565120, + "relativeCreated": 16131.214141845703, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96928,8 +96991,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,985", - "created": 1610360719.985145, + "asctime": "2021-01-11 11:37:24,476", + "created": 1610361444.476011, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96939,14 +97002,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.145092010498, + "msecs": 476.0110378265381, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16137.868165969849, - "thread": 139853102565120, + "relativeCreated": 16131.421089172363, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96954,8 +97017,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,985", - "created": 1610360719.985474, + "asctime": "2021-01-11 11:37:24,476", + "created": 1610361444.47618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96965,14 +97028,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 985.4741096496582, + "msecs": 476.1800765991211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16138.197183609009, - "thread": 139853102565120, + "relativeCreated": 16131.590127944946, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -96981,8 +97044,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,985", - "created": 1610360719.985976, + "asctime": "2021-01-11 11:37:24,476", + "created": 1610361444.476326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96992,14 +97055,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.975980758667, + "msecs": 476.32598876953125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16138.699054718018, - "thread": 139853102565120, + "relativeCreated": 16131.736040115356, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97007,8 +97070,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,986", - "created": 1610360719.986315, + "asctime": "2021-01-11 11:37:24,476", + "created": 1610361444.476493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97018,14 +97081,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 986.3150119781494, + "msecs": 476.49288177490234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16139.0380859375, - "thread": 139853102565120, + "relativeCreated": 16131.902933120728, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97034,8 +97097,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:19,986", - "created": 1610360719.98655, + "asctime": "2021-01-11 11:37:24,476", + "created": 1610361444.476615, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97045,14 +97108,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 986.5500926971436, + "msecs": 476.61495208740234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16139.273166656494, - "thread": 139853102565120, + "relativeCreated": 16132.025003433228, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97060,8 +97123,8 @@ "comm-server:", "(5): 3f 83 36 3a 3e" ], - "asctime": "2021-01-11 11:25:19,987", - "created": 1610360719.987173, + "asctime": "2021-01-11 11:37:24,476", + "created": 1610361444.476864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97071,14 +97134,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 3f 83 36 3a 3e", "module": "__init__", - "msecs": 987.1730804443359, + "msecs": 476.8640995025635, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16139.896154403687, - "thread": 139853102565120, + "relativeCreated": 16132.274150848389, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97086,8 +97149,8 @@ "comm-client:", "(5): 3f 83 36 3a 3e" ], - "asctime": "2021-01-11 11:25:19,987", - "created": 1610360719.987447, + "asctime": "2021-01-11 11:37:24,477", + "created": 1610361444.477037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97097,14 +97160,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 3f 83 36 3a 3e", "module": "__init__", - "msecs": 987.4470233917236, + "msecs": 477.0369529724121, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16140.170097351074, - "thread": 139853102565120, + "relativeCreated": 16132.447004318237, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97112,8 +97175,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:19,987", - "created": 1610360719.987645, + "asctime": "2021-01-11 11:37:24,477", + "created": 1610361444.477246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97123,14 +97186,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 987.6449108123779, + "msecs": 477.2460460662842, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16140.367984771729, - "thread": 139853102565120, + "relativeCreated": 16132.65609741211, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97139,8 +97202,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:19,987", - "created": 1610360719.987905, + "asctime": "2021-01-11 11:37:24,477", + "created": 1610361444.477419, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97150,14 +97213,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": 987.9050254821777, + "msecs": 477.4188995361328, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16140.628099441528, - "thread": 139853102565120, + "relativeCreated": 16132.828950881958, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97165,8 +97228,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 11:25:19,988", - "created": 1610360719.988355, + "asctime": "2021-01-11 11:37:24,477", + "created": 1610361444.477782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97176,14 +97239,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": 988.3549213409424, + "msecs": 477.7820110321045, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16141.077995300293, - "thread": 139853102565120, + "relativeCreated": 16133.19206237793, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -97194,8 +97257,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 11:25:19,988", - "created": 1610360719.988864, + "asctime": "2021-01-11 11:37:24,478", + "created": 1610361444.478137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97205,22 +97268,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 988.8639450073242, + "msecs": 478.1370162963867, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16141.587018966675, - "thread": 139853102565120, + "relativeCreated": 16133.547067642212, + "thread": 140377247971072, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:19,989", - "created": 1610360719.989164, + "asctime": "2021-01-11 11:37:24,478", + "created": 1610361444.478403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97230,35 +97293,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": 989.1641139984131, + "msecs": 478.40309143066406, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16141.887187957764, - "thread": 139853102565120, + "relativeCreated": 16133.81314277649, + "thread": 140377247971072, "threadName": "Thread-28" } ], - "msecs": 121.62494659423828, + "msecs": 613.2750511169434, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16274.348020553589, - "thread": 139854989064000, + "relativeCreated": 16268.685102462769, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.1324608325958252 + "time_consumption": 0.1348719596862793 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,122", - "created": 1610360720.122841, + "asctime": "2021-01-11 11:37:24,614", + "created": 1610361444.614549, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97275,8 +97338,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,122", - "created": 1610360720.122257, + "asctime": "2021-01-11 11:37:24,613", + "created": 1610361444.613855, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97286,14 +97349,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": 122.25699424743652, + "msecs": 613.8548851013184, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16274.980068206787, - "thread": 139854989064000, + "relativeCreated": 16269.264936447144, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -97302,8 +97365,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,122", - "created": 1610360720.122538, + "asctime": "2021-01-11 11:37:24,614", + "created": 1610361444.61418, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97313,35 +97376,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 122.53808975219727, + "msecs": 614.1800880432129, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16275.261163711548, - "thread": 139854989064000, + "relativeCreated": 16269.590139389038, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 122.84088134765625, + "msecs": 614.548921585083, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16275.563955307007, - "thread": 139854989064000, + "relativeCreated": 16269.958972930908, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0003027915954589844 + "time_consumption": 0.0003688335418701172 }, { "args": [ "{u'status': 6, u'service_id': 11, u'data': 34, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,123", - "created": 1610360720.123678, + "asctime": "2021-01-11 11:37:24,615", + "created": 1610361444.615981, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97358,8 +97421,8 @@ "{u'status': 6, u'service_id': 11, u'data': 34, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,123", - "created": 1610360720.123304, + "asctime": "2021-01-11 11:37:24,615", + "created": 1610361444.6151, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97369,14 +97432,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": 123.30389022827148, + "msecs": 615.0999069213867, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16276.026964187622, - "thread": 139854989064000, + "relativeCreated": 16270.509958267212, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -97385,8 +97448,8 @@ "{'status': 6, 'service_id': 11, 'data': 34, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,123", - "created": 1610360720.123498, + "asctime": "2021-01-11 11:37:24,615", + "created": 1610361444.615378, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97396,32 +97459,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 6, 'service_id': 11, 'data': 34, 'data_id': 0} ()", "module": "test", - "msecs": 123.49796295166016, + "msecs": 615.3779029846191, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16276.22103691101, - "thread": 139854989064000, + "relativeCreated": 16270.787954330444, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 123.67796897888184, + "msecs": 615.9811019897461, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16276.401042938232, - "thread": 139854989064000, + "relativeCreated": 16271.391153335571, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.0006031990051269531 }, { "args": [], - "asctime": "2021-01-11 11:25:20,124", - "created": 1610360720.124168, + "asctime": "2021-01-11 11:37:24,617", + "created": 1610361444.617011, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -97439,8 +97502,8 @@ "10", "None" ], - "asctime": "2021-01-11 11:25:20,123", - "created": 1610360720.123989, + "asctime": "2021-01-11 11:37:24,616", + "created": 1610361444.616709, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97450,32 +97513,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback1__' for service_id (10) and data_id (None)!", "module": "__init__", - "msecs": 123.98910522460938, + "msecs": 616.7089939117432, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16276.71217918396, - "thread": 139854989064000, + "relativeCreated": 16272.119045257568, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 124.16791915893555, + "msecs": 617.0110702514648, "msg": "Removing Callback for a specific Service-ID and all Data-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16276.890993118286, - "thread": 139854989064000, + "relativeCreated": 16272.42112159729, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00017881393432617188 + "time_consumption": 0.0003020763397216797 }, { "args": [], - "asctime": "2021-01-11 11:25:20,325", - "created": 1610360720.325543, + "asctime": "2021-01-11 11:37:24,818", + "created": 1610361444.818849, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -97494,8 +97557,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:20,124", - "created": 1610360720.124541, + "asctime": "2021-01-11 11:37:24,617", + "created": 1610361444.617539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97505,14 +97568,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 124.54104423522949, + "msecs": 617.5389289855957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16277.26411819458, - "thread": 139854989064000, + "relativeCreated": 16272.94898033142, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -97520,8 +97583,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 11:25:20,152", - "created": 1610360720.152217, + "asctime": "2021-01-11 11:37:24,643", + "created": 1610361444.643281, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97531,14 +97594,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": 152.21691131591797, + "msecs": 643.2809829711914, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16304.939985275269, - "thread": 139853110957824, + "relativeCreated": 16298.691034317017, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97546,8 +97609,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 11:25:20,152", - "created": 1610360720.152715, + "asctime": "2021-01-11 11:37:24,643", + "created": 1610361444.643775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97557,14 +97620,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": 152.71496772766113, + "msecs": 643.7749862670898, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16305.438041687012, - "thread": 139853110957824, + "relativeCreated": 16299.185037612915, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97572,8 +97635,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,152", - "created": 1610360720.152984, + "asctime": "2021-01-11 11:37:24,644", + "created": 1610361444.644009, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97583,14 +97646,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 152.9839038848877, + "msecs": 644.0091133117676, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16305.706977844238, - "thread": 139853110957824, + "relativeCreated": 16299.419164657593, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97599,8 +97662,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,153", - "created": 1610360720.153167, + "asctime": "2021-01-11 11:37:24,644", + "created": 1610361444.644188, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97610,14 +97673,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 153.1670093536377, + "msecs": 644.1879272460938, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16305.890083312988, - "thread": 139853110957824, + "relativeCreated": 16299.597978591919, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97625,8 +97688,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,153", - "created": 1610360720.153382, + "asctime": "2021-01-11 11:37:24,644", + "created": 1610361444.6444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97636,14 +97699,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 153.3820629119873, + "msecs": 644.399881362915, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16306.105136871338, - "thread": 139853110957824, + "relativeCreated": 16299.80993270874, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97652,8 +97715,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,153", - "created": 1610360720.153605, + "asctime": "2021-01-11 11:37:24,644", + "created": 1610361444.644561, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97663,14 +97726,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 153.60498428344727, + "msecs": 644.5610523223877, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16306.328058242798, - "thread": 139853110957824, + "relativeCreated": 16299.971103668213, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97678,8 +97741,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,154", - "created": 1610360720.154085, + "asctime": "2021-01-11 11:37:24,644", + "created": 1610361444.644807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97689,14 +97752,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 154.0849208831787, + "msecs": 644.8071002960205, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16306.80799484253, - "thread": 139853110957824, + "relativeCreated": 16300.217151641846, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97705,8 +97768,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,154", - "created": 1610360720.154332, + "asctime": "2021-01-11 11:37:24,644", + "created": 1610361444.644982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97716,14 +97779,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 154.33192253112793, + "msecs": 644.982099533081, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16307.054996490479, - "thread": 139853110957824, + "relativeCreated": 16300.392150878906, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97731,8 +97794,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,154", - "created": 1610360720.15456, + "asctime": "2021-01-11 11:37:24,645", + "created": 1610361444.645181, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97742,14 +97805,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 154.56008911132812, + "msecs": 645.1809406280518, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16307.283163070679, - "thread": 139853110957824, + "relativeCreated": 16300.590991973877, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97758,8 +97821,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,154", - "created": 1610360720.154744, + "asctime": "2021-01-11 11:37:24,645", + "created": 1610361444.645346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97769,14 +97832,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 154.74390983581543, + "msecs": 645.34592628479, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16307.466983795166, - "thread": 139853110957824, + "relativeCreated": 16300.755977630615, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97784,8 +97847,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,154", - "created": 1610360720.154957, + "asctime": "2021-01-11 11:37:24,645", + "created": 1610361444.645553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97795,14 +97858,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 154.95705604553223, + "msecs": 645.5531120300293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16307.680130004883, - "thread": 139853110957824, + "relativeCreated": 16300.963163375854, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97811,8 +97874,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,155", - "created": 1610360720.15517, + "asctime": "2021-01-11 11:37:24,645", + "created": 1610361444.645707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97822,14 +97885,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 155.16996383666992, + "msecs": 645.7068920135498, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16307.89303779602, - "thread": 139853110957824, + "relativeCreated": 16301.116943359375, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97837,8 +97900,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:20,155", - "created": 1610360720.155584, + "asctime": "2021-01-11 11:37:24,645", + "created": 1610361444.645975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97848,14 +97911,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 155.58409690856934, + "msecs": 645.9751129150391, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16308.30717086792, - "thread": 139853110957824, + "relativeCreated": 16301.385164260864, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97863,8 +97926,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:20,155", - "created": 1610360720.155915, + "asctime": "2021-01-11 11:37:24,646", + "created": 1610361444.646162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97874,14 +97937,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 155.9150218963623, + "msecs": 646.1620330810547, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16308.638095855713, - "thread": 139853110957824, + "relativeCreated": 16301.57208442688, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97889,8 +97952,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,156", - "created": 1610360720.156107, + "asctime": "2021-01-11 11:37:24,646", + "created": 1610361444.646334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97900,14 +97963,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 156.10694885253906, + "msecs": 646.3339328765869, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16308.83002281189, - "thread": 139853110957824, + "relativeCreated": 16301.743984222412, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97916,8 +97979,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,156", - "created": 1610360720.156265, + "asctime": "2021-01-11 11:37:24,646", + "created": 1610361444.646658, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97927,14 +97990,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": 156.2650203704834, + "msecs": 646.6579437255859, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16308.988094329834, - "thread": 139853110957824, + "relativeCreated": 16302.067995071411, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97942,8 +98005,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 11:25:20,156", - "created": 1610360720.156608, + "asctime": "2021-01-11 11:37:24,647", + "created": 1610361444.647134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97953,14 +98016,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": 156.60810470581055, + "msecs": 647.1340656280518, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16309.331178665161, - "thread": 139853110957824, + "relativeCreated": 16302.544116973877, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97971,8 +98034,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:20,157", - "created": 1610360720.1572, + "asctime": "2021-01-11 11:37:24,647", + "created": 1610361444.64753, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97982,14 +98045,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 157.20009803771973, + "msecs": 647.5300788879395, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16309.92317199707, - "thread": 139853110957824, + "relativeCreated": 16302.940130233765, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -97997,25 +98060,25 @@ "prot-server:", "__callback2__" ], - "asctime": "2021-01-11 11:25:20,157", - "created": 1610360720.157432, + "asctime": "2021-01-11 11:37:24,647", + "created": 1610361444.647747, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback2__ to process received data", "module": "__init__", - "msecs": 157.43207931518555, + "msecs": 647.7470397949219, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16310.155153274536, - "thread": 139853110957824, + "relativeCreated": 16303.157091140747, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98026,8 +98089,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 11:25:20,157", - "created": 1610360720.157695, + "asctime": "2021-01-11 11:37:24,648", + "created": 1610361444.64811, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98037,14 +98100,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 157.69505500793457, + "msecs": 648.1099128723145, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16310.418128967285, - "thread": 139853110957824, + "relativeCreated": 16303.51996421814, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98052,8 +98115,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 11:25:20,190", - "created": 1610360720.190314, + "asctime": "2021-01-11 11:37:24,679", + "created": 1610361444.67959, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98063,14 +98126,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": 190.31405448913574, + "msecs": 679.5899868011475, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16343.037128448486, - "thread": 139853102565120, + "relativeCreated": 16335.000038146973, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98078,8 +98141,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 11:25:20,191", - "created": 1610360720.191017, + "asctime": "2021-01-11 11:37:24,680", + "created": 1610361444.68004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98089,14 +98152,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": 191.01691246032715, + "msecs": 680.0398826599121, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16343.739986419678, - "thread": 139853102565120, + "relativeCreated": 16335.449934005737, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98104,8 +98167,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,191", - "created": 1610360720.191291, + "asctime": "2021-01-11 11:37:24,680", + "created": 1610361444.680226, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98115,14 +98178,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 191.29109382629395, + "msecs": 680.2260875701904, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16344.014167785645, - "thread": 139853102565120, + "relativeCreated": 16335.636138916016, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98131,8 +98194,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,191", - "created": 1610360720.191649, + "asctime": "2021-01-11 11:37:24,680", + "created": 1610361444.680413, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98142,14 +98205,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 191.6489601135254, + "msecs": 680.413007736206, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16344.372034072876, - "thread": 139853102565120, + "relativeCreated": 16335.823059082031, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98157,8 +98220,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,191", - "created": 1610360720.191971, + "asctime": "2021-01-11 11:37:24,680", + "created": 1610361444.680725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98168,14 +98231,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 191.9710636138916, + "msecs": 680.72509765625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16344.694137573242, - "thread": 139853102565120, + "relativeCreated": 16336.135149002075, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98184,8 +98247,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,192", - "created": 1610360720.192211, + "asctime": "2021-01-11 11:37:24,680", + "created": 1610361444.680928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98195,14 +98258,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 192.21091270446777, + "msecs": 680.9279918670654, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16344.933986663818, - "thread": 139853102565120, + "relativeCreated": 16336.33804321289, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98210,8 +98273,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,192", - "created": 1610360720.19261, + "asctime": "2021-01-11 11:37:24,681", + "created": 1610361444.681137, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98221,14 +98284,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 192.6100254058838, + "msecs": 681.1370849609375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16345.333099365234, - "thread": 139853102565120, + "relativeCreated": 16336.547136306763, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98237,8 +98300,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,192", - "created": 1610360720.192913, + "asctime": "2021-01-11 11:37:24,681", + "created": 1610361444.681278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98248,14 +98311,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 192.91305541992188, + "msecs": 681.2779903411865, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16345.636129379272, - "thread": 139853102565120, + "relativeCreated": 16336.688041687012, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98263,8 +98326,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,193", - "created": 1610360720.193202, + "asctime": "2021-01-11 11:37:24,681", + "created": 1610361444.681459, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98274,14 +98337,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.20201873779297, + "msecs": 681.4589500427246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16345.925092697144, - "thread": 139853102565120, + "relativeCreated": 16336.86900138855, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98290,8 +98353,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,193", - "created": 1610360720.1934, + "asctime": "2021-01-11 11:37:24,681", + "created": 1610361444.68169, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98301,14 +98364,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.39990615844727, + "msecs": 681.689977645874, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16346.122980117798, - "thread": 139853102565120, + "relativeCreated": 16337.1000289917, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98316,8 +98379,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,193", - "created": 1610360720.193701, + "asctime": "2021-01-11 11:37:24,681", + "created": 1610361444.681904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98327,14 +98390,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.70102882385254, + "msecs": 681.9040775299072, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16346.424102783203, - "thread": 139853102565120, + "relativeCreated": 16337.314128875732, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98343,8 +98406,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,193", - "created": 1610360720.19393, + "asctime": "2021-01-11 11:37:24,682", + "created": 1610361444.682072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98354,14 +98417,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.92991065979004, + "msecs": 682.0719242095947, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16346.65298461914, - "thread": 139853102565120, + "relativeCreated": 16337.48197555542, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98369,8 +98432,8 @@ "comm-server:", "(5): 57 12 a7 3a 3e" ], - "asctime": "2021-01-11 11:25:20,194", - "created": 1610360720.194437, + "asctime": "2021-01-11 11:37:24,682", + "created": 1610361444.682244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98380,14 +98443,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 57 12 a7 3a 3e", "module": "__init__", - "msecs": 194.43702697753906, + "msecs": 682.244062423706, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16347.16010093689, - "thread": 139853102565120, + "relativeCreated": 16337.654113769531, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98395,8 +98458,8 @@ "comm-client:", "(5): 57 12 a7 3a 3e" ], - "asctime": "2021-01-11 11:25:20,194", - "created": 1610360720.194742, + "asctime": "2021-01-11 11:37:24,682", + "created": 1610361444.682447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98406,14 +98469,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 57 12 a7 3a 3e", "module": "__init__", - "msecs": 194.74196434020996, + "msecs": 682.4469566345215, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16347.46503829956, - "thread": 139853102565120, + "relativeCreated": 16337.857007980347, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98421,8 +98484,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,194", - "created": 1610360720.194924, + "asctime": "2021-01-11 11:37:24,682", + "created": 1610361444.682614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98432,14 +98495,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 194.92411613464355, + "msecs": 682.6140880584717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16347.647190093994, - "thread": 139853102565120, + "relativeCreated": 16338.024139404297, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98448,8 +98511,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,195", - "created": 1610360720.195094, + "asctime": "2021-01-11 11:37:24,682", + "created": 1610361444.682765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98459,14 +98522,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": 195.09410858154297, + "msecs": 682.765007019043, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16347.817182540894, - "thread": 139853102565120, + "relativeCreated": 16338.175058364868, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98474,8 +98537,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 11:25:20,195", - "created": 1610360720.195423, + "asctime": "2021-01-11 11:37:24,683", + "created": 1610361444.683077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98485,14 +98548,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": 195.42288780212402, + "msecs": 683.0770969390869, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16348.145961761475, - "thread": 139853102565120, + "relativeCreated": 16338.487148284912, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -98503,8 +98566,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 11:25:20,195", - "created": 1610360720.195872, + "asctime": "2021-01-11 11:37:24,683", + "created": 1610361444.683444, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98514,22 +98577,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 195.87206840515137, + "msecs": 683.4440231323242, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16348.595142364502, - "thread": 139853102565120, + "relativeCreated": 16338.85407447815, + "thread": 140377247971072, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,196", - "created": 1610360720.196193, + "asctime": "2021-01-11 11:37:24,683", + "created": 1610361444.683622, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98539,35 +98602,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": 196.19297981262207, + "msecs": 683.621883392334, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16348.916053771973, - "thread": 139853102565120, + "relativeCreated": 16339.03193473816, + "thread": 140377247971072, "threadName": "Thread-28" } ], - "msecs": 325.5429267883301, + "msecs": 818.8490867614746, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16478.26600074768, - "thread": 139854989064000, + "relativeCreated": 16474.2591381073, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.129349946975708 + "time_consumption": 0.13522720336914062 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,327", - "created": 1610360720.327093, + "asctime": "2021-01-11 11:37:24,819", + "created": 1610361444.819868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98584,8 +98647,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,326", - "created": 1610360720.32649, + "asctime": "2021-01-11 11:37:24,819", + "created": 1610361444.819407, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98595,14 +98658,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": 326.4899253845215, + "msecs": 819.4069862365723, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16479.212999343872, - "thread": 139854989064000, + "relativeCreated": 16474.817037582397, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -98611,8 +98674,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,326", - "created": 1610360720.326806, + "asctime": "2021-01-11 11:37:24,819", + "created": 1610361444.819629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98622,35 +98685,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 326.80606842041016, + "msecs": 819.6289539337158, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16479.52914237976, - "thread": 139854989064000, + "relativeCreated": 16475.03900527954, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 327.09288597106934, + "msecs": 819.8680877685547, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16479.81595993042, - "thread": 139854989064000, + "relativeCreated": 16475.27813911438, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002868175506591797 + "time_consumption": 0.0002391338348388672 }, { "args": [ "{u'status': 6, u'service_id': 11, u'data': 35, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,329", - "created": 1610360720.329625, + "asctime": "2021-01-11 11:37:24,821", + "created": 1610361444.821602, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98667,8 +98730,8 @@ "{u'status': 6, u'service_id': 11, u'data': 35, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,328", - "created": 1610360720.328126, + "asctime": "2021-01-11 11:37:24,820", + "created": 1610361444.8205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98678,14 +98741,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": 328.1259536743164, + "msecs": 820.4998970031738, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16480.849027633667, - "thread": 139854989064000, + "relativeCreated": 16475.909948349, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -98694,8 +98757,8 @@ "{'status': 6, 'service_id': 11, 'data': 35, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,328", - "created": 1610360720.328623, + "asctime": "2021-01-11 11:37:24,821", + "created": 1610361444.82131, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98705,32 +98768,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 6, 'service_id': 11, 'data': 35, 'data_id': 0} ()", "module": "test", - "msecs": 328.62305641174316, + "msecs": 821.3100433349609, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16481.346130371094, - "thread": 139854989064000, + "relativeCreated": 16476.720094680786, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 329.62489128112793, + "msecs": 821.6021060943604, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16482.34796524048, - "thread": 139854989064000, + "relativeCreated": 16477.012157440186, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0010018348693847656 + "time_consumption": 0.00029206275939941406 }, { "args": [], - "asctime": "2021-01-11 11:25:20,330", - "created": 1610360720.330383, + "asctime": "2021-01-11 11:37:24,822", + "created": 1610361444.822331, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -98748,8 +98811,8 @@ "None", "0" ], - "asctime": "2021-01-11 11:25:20,330", - "created": 1610360720.330108, + "asctime": "2021-01-11 11:37:24,822", + "created": 1610361444.822043, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98759,32 +98822,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback2__' for service_id (None) and data_id (0)!", "module": "__init__", - "msecs": 330.1079273223877, + "msecs": 822.0429420471191, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16482.83100128174, - "thread": 139854989064000, + "relativeCreated": 16477.452993392944, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 330.3830623626709, + "msecs": 822.3309516906738, "msg": "Removing Callback for a specific Data-ID and all Serice-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16483.10613632202, - "thread": 139854989064000, + "relativeCreated": 16477.7410030365, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0002751350402832031 + "time_consumption": 0.0002880096435546875 }, { "args": [], - "asctime": "2021-01-11 11:25:20,532", - "created": 1610360720.532159, + "asctime": "2021-01-11 11:37:25,024", + "created": 1610361445.024689, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -98803,8 +98866,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:20,330", - "created": 1610360720.330899, + "asctime": "2021-01-11 11:37:24,822", + "created": 1610361444.822825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98814,14 +98877,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 330.8990001678467, + "msecs": 822.8249549865723, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16483.622074127197, - "thread": 139854989064000, + "relativeCreated": 16478.235006332397, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -98829,8 +98892,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 11:25:20,359", - "created": 1610360720.359099, + "asctime": "2021-01-11 11:37:24,849", + "created": 1610361444.8497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98840,14 +98903,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": 359.0989112854004, + "msecs": 849.6999740600586, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16511.82198524475, - "thread": 139853110957824, + "relativeCreated": 16505.110025405884, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98855,8 +98918,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 11:25:20,359", - "created": 1610360720.359695, + "asctime": "2021-01-11 11:37:24,850", + "created": 1610361444.850196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98866,14 +98929,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": 359.6949577331543, + "msecs": 850.1958847045898, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16512.418031692505, - "thread": 139853110957824, + "relativeCreated": 16505.605936050415, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98881,8 +98944,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,359", - "created": 1610360720.359999, + "asctime": "2021-01-11 11:37:24,850", + "created": 1610361444.850408, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98892,14 +98955,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 359.9989414215088, + "msecs": 850.4080772399902, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16512.72201538086, - "thread": 139853110957824, + "relativeCreated": 16505.818128585815, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98908,8 +98971,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,360", - "created": 1610360720.360326, + "asctime": "2021-01-11 11:37:24,850", + "created": 1610361444.850587, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98919,14 +98982,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 360.32605171203613, + "msecs": 850.5868911743164, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16513.049125671387, - "thread": 139853110957824, + "relativeCreated": 16505.99694252014, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98934,8 +98997,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,360", - "created": 1610360720.36072, + "asctime": "2021-01-11 11:37:24,850", + "created": 1610361444.850801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98945,14 +99008,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 360.7199192047119, + "msecs": 850.8009910583496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16513.442993164062, - "thread": 139853110957824, + "relativeCreated": 16506.211042404175, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98961,8 +99024,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,360", - "created": 1610360720.360923, + "asctime": "2021-01-11 11:37:24,850", + "created": 1610361444.850987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98972,14 +99035,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 360.92305183410645, + "msecs": 850.9869575500488, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16513.646125793457, - "thread": 139853110957824, + "relativeCreated": 16506.397008895874, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -98987,8 +99050,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,361", - "created": 1610360720.361146, + "asctime": "2021-01-11 11:37:24,851", + "created": 1610361444.851208, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98998,14 +99061,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 361.1459732055664, + "msecs": 851.207971572876, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16513.869047164917, - "thread": 139853110957824, + "relativeCreated": 16506.6180229187, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99014,8 +99077,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,361", - "created": 1610360720.361331, + "asctime": "2021-01-11 11:37:24,851", + "created": 1610361444.851367, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99025,14 +99088,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 361.3309860229492, + "msecs": 851.3669967651367, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16514.0540599823, - "thread": 139853110957824, + "relativeCreated": 16506.777048110962, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99040,8 +99103,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,361", - "created": 1610360720.361664, + "asctime": "2021-01-11 11:37:24,851", + "created": 1610361444.851576, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99051,14 +99114,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 361.6640567779541, + "msecs": 851.5760898590088, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16514.387130737305, - "thread": 139853110957824, + "relativeCreated": 16506.986141204834, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99067,8 +99130,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,361", - "created": 1610360720.361914, + "asctime": "2021-01-11 11:37:24,851", + "created": 1610361444.851744, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99078,14 +99141,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 361.91391944885254, + "msecs": 851.7439365386963, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16514.636993408203, - "thread": 139853110957824, + "relativeCreated": 16507.15398788452, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99093,8 +99156,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,362", - "created": 1610360720.362465, + "asctime": "2021-01-11 11:37:24,852", + "created": 1610361444.852118, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99104,14 +99167,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 362.46490478515625, + "msecs": 852.1180152893066, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16515.187978744507, - "thread": 139853110957824, + "relativeCreated": 16507.528066635132, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99120,8 +99183,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,362", - "created": 1610360720.362713, + "asctime": "2021-01-11 11:37:24,852", + "created": 1610361444.852277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99131,14 +99194,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 362.713098526001, + "msecs": 852.2770404815674, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16515.43617248535, - "thread": 139853110957824, + "relativeCreated": 16507.687091827393, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99146,8 +99209,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:20,363", - "created": 1610360720.363076, + "asctime": "2021-01-11 11:37:24,852", + "created": 1610361444.852519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99157,14 +99220,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 363.07597160339355, + "msecs": 852.5190353393555, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16515.799045562744, - "thread": 139853110957824, + "relativeCreated": 16507.92908668518, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99172,8 +99235,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 11:25:20,363", - "created": 1610360720.363365, + "asctime": "2021-01-11 11:37:24,852", + "created": 1610361444.852717, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99183,14 +99246,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 363.36493492126465, + "msecs": 852.7169227600098, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16516.088008880615, - "thread": 139853110957824, + "relativeCreated": 16508.126974105835, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99198,8 +99261,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,363", - "created": 1610360720.363616, + "asctime": "2021-01-11 11:37:24,852", + "created": 1610361444.852934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99209,14 +99272,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 363.6159896850586, + "msecs": 852.9338836669922, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16516.33906364441, - "thread": 139853110957824, + "relativeCreated": 16508.343935012817, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99225,8 +99288,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,364", - "created": 1610360720.364033, + "asctime": "2021-01-11 11:37:24,853", + "created": 1610361444.85309, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99236,14 +99299,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": 364.0329837799072, + "msecs": 853.0900478363037, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16516.756057739258, - "thread": 139853110957824, + "relativeCreated": 16508.50009918213, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99251,8 +99314,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 11:25:20,364", - "created": 1610360720.364453, + "asctime": "2021-01-11 11:37:24,853", + "created": 1610361444.853412, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99262,14 +99325,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": 364.4530773162842, + "msecs": 853.4119129180908, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16517.176151275635, - "thread": 139853110957824, + "relativeCreated": 16508.821964263916, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99280,8 +99343,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:20,364", - "created": 1610360720.364933, + "asctime": "2021-01-11 11:37:24,853", + "created": 1610361444.853796, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99291,14 +99354,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 364.9330139160156, + "msecs": 853.7960052490234, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16517.656087875366, - "thread": 139853110957824, + "relativeCreated": 16509.20605659485, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99306,25 +99369,25 @@ "prot-server:", "__callback3__" ], - "asctime": "2021-01-11 11:25:20,365", - "created": 1610360720.365183, + "asctime": "2021-01-11 11:37:24,854", + "created": 1610361444.854126, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback3__ to process received data", "module": "__init__", - "msecs": 365.18311500549316, + "msecs": 854.1259765625, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16517.906188964844, - "thread": 139853110957824, + "relativeCreated": 16509.536027908325, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99335,8 +99398,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 11:25:20,365", - "created": 1610360720.36547, + "asctime": "2021-01-11 11:37:24,854", + "created": 1610361444.85453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99346,14 +99409,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 365.46993255615234, + "msecs": 854.5300960540771, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16518.193006515503, - "thread": 139853110957824, + "relativeCreated": 16509.940147399902, + "thread": 140377734485760, "threadName": "Thread-27" }, { @@ -99361,8 +99424,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 11:25:20,397", - "created": 1610360720.397251, + "asctime": "2021-01-11 11:37:24,884", + "created": 1610361444.884537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99372,14 +99435,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": 397.2508907318115, + "msecs": 884.5369815826416, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16549.973964691162, - "thread": 139853102565120, + "relativeCreated": 16539.947032928467, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99387,8 +99450,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 11:25:20,398", - "created": 1610360720.398184, + "asctime": "2021-01-11 11:37:24,885", + "created": 1610361444.885317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99398,14 +99461,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": 398.18406105041504, + "msecs": 885.3170871734619, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16550.907135009766, - "thread": 139853102565120, + "relativeCreated": 16540.727138519287, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99413,8 +99476,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,398", - "created": 1610360720.398484, + "asctime": "2021-01-11 11:37:24,885", + "created": 1610361444.885602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99424,14 +99487,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 398.4839916229248, + "msecs": 885.6019973754883, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16551.207065582275, - "thread": 139853102565120, + "relativeCreated": 16541.012048721313, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99440,8 +99503,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:20,398", - "created": 1610360720.398738, + "asctime": "2021-01-11 11:37:24,885", + "created": 1610361444.885827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99451,14 +99514,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 398.73790740966797, + "msecs": 885.8270645141602, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16551.46098136902, - "thread": 139853102565120, + "relativeCreated": 16541.237115859985, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99466,8 +99529,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,399", - "created": 1610360720.399075, + "asctime": "2021-01-11 11:37:24,886", + "created": 1610361444.886083, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99477,14 +99540,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 399.0750312805176, + "msecs": 886.0828876495361, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16551.798105239868, - "thread": 139853102565120, + "relativeCreated": 16541.49293899536, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99493,8 +99556,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,399", - "created": 1610360720.399335, + "asctime": "2021-01-11 11:37:24,886", + "created": 1610361444.886998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99504,14 +99567,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 399.3349075317383, + "msecs": 886.9979381561279, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16552.05798149109, - "thread": 139853102565120, + "relativeCreated": 16542.407989501953, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99519,8 +99582,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,400", - "created": 1610360720.400013, + "asctime": "2021-01-11 11:37:24,887", + "created": 1610361444.887446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99530,14 +99593,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.0129699707031, + "msecs": 887.4459266662598, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16552.736043930054, - "thread": 139853102565120, + "relativeCreated": 16542.855978012085, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99546,8 +99609,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,400", - "created": 1610360720.400272, + "asctime": "2021-01-11 11:37:24,887", + "created": 1610361444.887758, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99557,14 +99620,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.2718925476074, + "msecs": 887.7580165863037, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16552.994966506958, - "thread": 139853102565120, + "relativeCreated": 16543.16806793213, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99572,8 +99635,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,400", - "created": 1610360720.400481, + "asctime": "2021-01-11 11:37:24,888", + "created": 1610361444.888074, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99583,14 +99646,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.4809856414795, + "msecs": 888.0739212036133, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16553.20405960083, - "thread": 139853102565120, + "relativeCreated": 16543.48397254944, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99599,8 +99662,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,400", - "created": 1610360720.400636, + "asctime": "2021-01-11 11:37:24,888", + "created": 1610361444.888311, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99610,14 +99673,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.6359577178955, + "msecs": 888.3109092712402, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16553.359031677246, - "thread": 139853102565120, + "relativeCreated": 16543.720960617065, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99625,8 +99688,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,400", - "created": 1610360720.400903, + "asctime": "2021-01-11 11:37:24,888", + "created": 1610361444.888619, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99636,14 +99699,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.90298652648926, + "msecs": 888.6189460754395, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16553.62606048584, - "thread": 139853102565120, + "relativeCreated": 16544.028997421265, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99652,8 +99715,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:20,401", - "created": 1610360720.401102, + "asctime": "2021-01-11 11:37:24,888", + "created": 1610361444.888863, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99663,14 +99726,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.10206604003906, + "msecs": 888.8630867004395, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16553.82513999939, - "thread": 139853102565120, + "relativeCreated": 16544.273138046265, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99678,8 +99741,8 @@ "comm-server:", "(5): 5b f9 7e 3a 3e" ], - "asctime": "2021-01-11 11:25:20,401", - "created": 1610360720.40141, + "asctime": "2021-01-11 11:37:24,889", + "created": 1610361444.889545, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99689,14 +99752,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 5b f9 7e 3a 3e", "module": "__init__", - "msecs": 401.4101028442383, + "msecs": 889.5449638366699, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16554.13317680359, - "thread": 139853102565120, + "relativeCreated": 16544.955015182495, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99704,8 +99767,8 @@ "comm-client:", "(5): 5b f9 7e 3a 3e" ], - "asctime": "2021-01-11 11:25:20,401", - "created": 1610360720.401663, + "asctime": "2021-01-11 11:37:24,889", + "created": 1610361444.889733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99715,14 +99778,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 5b f9 7e 3a 3e", "module": "__init__", - "msecs": 401.66306495666504, + "msecs": 889.733076095581, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16554.386138916016, - "thread": 139853102565120, + "relativeCreated": 16545.143127441406, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99730,8 +99793,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:20,401", - "created": 1610360720.401845, + "asctime": "2021-01-11 11:37:24,889", + "created": 1610361444.889913, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99741,14 +99804,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 401.84497833251953, + "msecs": 889.9130821228027, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16554.56805229187, - "thread": 139853102565120, + "relativeCreated": 16545.323133468628, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99757,8 +99820,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:20,402", - "created": 1610360720.402003, + "asctime": "2021-01-11 11:37:24,890", + "created": 1610361444.890062, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99768,14 +99831,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": 402.00304985046387, + "msecs": 890.0620937347412, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16554.726123809814, - "thread": 139853102565120, + "relativeCreated": 16545.472145080566, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99783,8 +99846,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 11:25:20,402", - "created": 1610360720.402417, + "asctime": "2021-01-11 11:37:24,890", + "created": 1610361444.890416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99794,14 +99857,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": 402.4169445037842, + "msecs": 890.4159069061279, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16555.140018463135, - "thread": 139853102565120, + "relativeCreated": 16545.825958251953, + "thread": 140377247971072, "threadName": "Thread-28" }, { @@ -99812,8 +99875,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 11:25:20,402", - "created": 1610360720.402895, + "asctime": "2021-01-11 11:37:24,890", + "created": 1610361444.890868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99823,22 +99886,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 402.8949737548828, + "msecs": 890.8679485321045, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16555.618047714233, - "thread": 139853102565120, + "relativeCreated": 16546.27799987793, + "thread": 140377247971072, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:20,403", - "created": 1610360720.403227, + "asctime": "2021-01-11 11:37:24,891", + "created": 1610361444.891165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99848,35 +99911,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": 403.2270908355713, + "msecs": 891.165018081665, "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": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16555.950164794922, - "thread": 139853102565120, + "relativeCreated": 16546.57506942749, + "thread": 140377247971072, "threadName": "Thread-28" } ], - "msecs": 532.1590900421143, + "msecs": 24.6889591217041, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16684.882164001465, - "thread": 139854989064000, + "relativeCreated": 16680.09901046753, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.12893199920654297 + "time_consumption": 0.13352394104003906 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,533", - "created": 1610360720.533576, + "asctime": "2021-01-11 11:37:25,026", + "created": 1610361445.026688, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99893,8 +99956,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,532", - "created": 1610360720.532834, + "asctime": "2021-01-11 11:37:25,025", + "created": 1610361445.025949, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99904,14 +99967,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": 532.8340530395508, + "msecs": 25.94900131225586, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16685.5571269989, - "thread": 139854989064000, + "relativeCreated": 16681.35905265808, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -99920,8 +99983,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,533", - "created": 1610360720.533143, + "asctime": "2021-01-11 11:37:25,026", + "created": 1610361445.026371, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99931,35 +99994,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 533.1430435180664, + "msecs": 26.371002197265625, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16685.866117477417, - "thread": 139854989064000, + "relativeCreated": 16681.78105354309, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 533.5760116577148, + "msecs": 26.688098907470703, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16686.299085617065, - "thread": 139854989064000, + "relativeCreated": 16682.098150253296, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.0004329681396484375 + "time_consumption": 0.0003170967102050781 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 36, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,534", - "created": 1610360720.534413, + "asctime": "2021-01-11 11:37:25,027", + "created": 1610361445.027776, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99976,8 +100039,8 @@ "{u'status': 0, u'service_id': 11, u'data': 36, u'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,533", - "created": 1610360720.53397, + "asctime": "2021-01-11 11:37:25,027", + "created": 1610361445.027212, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99987,14 +100050,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": 533.9701175689697, + "msecs": 27.211904525756836, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16686.69319152832, - "thread": 139854989064000, + "relativeCreated": 16682.621955871582, + "thread": 140379336402752, "threadName": "MainThread" }, { @@ -100003,8 +100066,8 @@ "{'status': 0, 'service_id': 11, 'data': 36, 'data_id': 0}", "" ], - "asctime": "2021-01-11 11:25:20,534", - "created": 1610360720.534231, + "asctime": "2021-01-11 11:37:25,027", + "created": 1610361445.027514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100014,38 +100077,38 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 36, 'data_id': 0} ()", "module": "test", - "msecs": 534.2309474945068, + "msecs": 27.513980865478516, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16686.954021453857, - "thread": 139854989064000, + "relativeCreated": 16682.924032211304, + "thread": 140379336402752, "threadName": "MainThread" } ], - "msecs": 534.4130992889404, + "msecs": 27.776002883911133, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33692, + "process": 36164, "processName": "MainProcess", - "relativeCreated": 16687.13617324829, - "thread": 139854989064000, + "relativeCreated": 16683.186054229736, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 0.00018215179443359375 + "time_consumption": 0.0002620220184326172 } ], - "thread": 139854989064000, + "thread": 140379336402752, "threadName": "MainThread", - "time_consumption": 1.1742761135101318, - "time_finished": "2021-01-11 11:25:20,534", - "time_start": "2021-01-11 11:25:19,360" + "time_consumption": 1.1734869480133057, + "time_finished": "2021-01-11 11:37:25,027", + "time_start": "2021-01-11 11:37:23,854" } }, "testrun_id": "p2", - "time_consumption": 19.275540828704834, + "time_consumption": 19.273849964141846, "uid_list_sorted": [ "_XzMFcHYZEem_kd-7nxt1sg", "_7izDUEzYEeuiHtQbLi1mZg", @@ -100117,8 +100180,8 @@ "testcases": { "_-UtxUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.022634, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5516422, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100129,21 +100192,21 @@ "message": "_-UtxUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 22.634029388427734, + "msecs": 551.6421794891357, "msg": "_-UtxUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.65933990478516, + "relativeCreated": 115.36955833435059, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.022699, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5517068, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -100154,15 +100217,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 22.69911766052246, + "msecs": 551.7067909240723, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.72442817687988, + "relativeCreated": 115.43416976928711, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -100170,8 +100233,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0228207, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5518312, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100188,8 +100251,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0227542, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.551762, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100199,15 +100262,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": 22.754192352294922, + "msecs": 551.7621040344238, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.77950286865234, + "relativeCreated": 115.48948287963867, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100215,8 +100278,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0227883, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5517993, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100226,36 +100289,36 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 22.788286209106445, + "msecs": 551.7992973327637, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.81359672546387, + "relativeCreated": 115.52667617797852, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 22.820711135864258, + "msecs": 551.8312454223633, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.84602165222168, + "relativeCreated": 115.55862426757812, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.24249267578125e-05 + "time_consumption": 3.1948089599609375e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0228786, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5518894, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -100266,15 +100329,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 22.878646850585938, + "msecs": 551.8894195556641, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.90395736694336, + "relativeCreated": 115.6167984008789, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -100282,8 +100345,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0230381, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5520144, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100300,8 +100363,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.022932, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5519428, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100311,15 +100374,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": 22.932052612304688, + "msecs": 551.9428253173828, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.95736312866211, + "relativeCreated": 115.67020416259766, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100327,8 +100390,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0229838, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5519795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100338,37 +100401,37 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 22.983789443969727, + "msecs": 551.9795417785645, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.00909996032715, + "relativeCreated": 115.7069206237793, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 23.038148880004883, + "msecs": 552.0143508911133, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.0634593963623, + "relativeCreated": 115.74172973632812, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 5.435943603515625e-05 + "time_consumption": 3.4809112548828125e-05 }, { "args": [ "'DID'", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0231729, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5521393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100385,8 +100448,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0230997, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.552071, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100396,15 +100459,15 @@ "lineno": 22, "message": "Result (Content in message object for data_id): 'DID' ()", "module": "test", - "msecs": 23.099660873413086, + "msecs": 552.0710945129395, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.12497138977051, + "relativeCreated": 115.7984733581543, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100413,8 +100476,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0231378, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5521052, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100424,41 +100487,41 @@ "lineno": 26, "message": "Expectation (Content in message object for data_id): result = 'DID' ()", "module": "test", - "msecs": 23.137807846069336, + "msecs": 552.105188369751, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.16311836242676, + "relativeCreated": 115.83256721496582, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 23.172855377197266, + "msecs": 552.1392822265625, "msg": "Content in message object for data_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.19816589355469, + "relativeCreated": 115.86666107177734, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 3.409385681152344e-05 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0005388259887695312, - "time_finished": "2021-01-11 11:25:25,023", - "time_start": "2021-01-11 11:25:25,022" + "time_consumption": 0.0004971027374267578, + "time_finished": "2021-01-11 11:37:29,552", + "time_start": "2021-01-11 11:37:29,551" }, "_2pi_8EzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0238779, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.552866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100469,19 +100532,19 @@ "message": "_2pi_8EzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 23.877859115600586, + "msecs": 552.8659820556641, "msg": "_2pi_8EzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.90316963195801, + "relativeCreated": 116.5933609008789, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0264926, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5555074, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -100496,8 +100559,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:25,024", - "created": 1610360725.0243452, + "asctime": "2021-01-11 11:37:29,553", + "created": 1610361449.553348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100507,23 +100570,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 24.34515953063965, + "msecs": 553.3480644226074, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 109.37047004699707, + "relativeCreated": 117.07544326782227, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,024", - "created": 1610360725.024595, + "asctime": "2021-01-11 11:37:29,553", + "created": 1610361449.5536923, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100533,23 +100596,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 24.595022201538086, + "msecs": 553.6923408508301, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 109.62033271789551, + "relativeCreated": 117.41971969604492, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,024", - "created": 1610360725.0246506, + "asctime": "2021-01-11 11:37:29,553", + "created": 1610361449.553762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100559,23 +100622,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 24.65057373046875, + "msecs": 553.7619590759277, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 109.67588424682617, + "relativeCreated": 117.48933792114258, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,024", - "created": 1610360725.0247946, + "asctime": "2021-01-11 11:37:29,553", + "created": 1610361449.5538719, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100585,15 +100648,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 24.794578552246094, + "msecs": 553.8718700408936, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 109.81988906860352, + "relativeCreated": 117.5992488861084, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100602,26 +100665,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:25,024", - "created": 1610360725.0248528, + "asctime": "2021-01-11 11:37:29,553", + "created": 1610361449.5539293, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 24.852752685546875, + "msecs": 553.929328918457, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 109.8780632019043, + "relativeCreated": 117.65670776367188, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100629,26 +100692,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,024", - "created": 1610360725.02493, + "asctime": "2021-01-11 11:37:29,553", + "created": 1610361449.5539942, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 24.93000030517578, + "msecs": 553.9941787719727, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 109.9553108215332, + "relativeCreated": 117.7215576171875, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100656,26 +100719,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,024", - "created": 1610360725.0249724, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.554036, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 24.97243881225586, + "msecs": 554.0359020233154, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 109.99774932861328, + "relativeCreated": 117.76328086853027, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100683,26 +100746,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0250115, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5540736, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 25.011539459228516, + "msecs": 554.0735721588135, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.03684997558594, + "relativeCreated": 117.80095100402832, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100710,26 +100773,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0250514, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5541122, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 25.051355361938477, + "msecs": 554.1121959686279, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.0766658782959, + "relativeCreated": 117.83957481384277, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100739,8 +100802,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.025095, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5541565, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100750,15 +100813,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 25.094985961914062, + "msecs": 554.1565418243408, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.12029647827148, + "relativeCreated": 117.88392066955566, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100768,8 +100831,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0251436, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5542014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100779,15 +100842,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 25.14362335205078, + "msecs": 554.2013645172119, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.1689338684082, + "relativeCreated": 117.92874336242676, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100797,8 +100860,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0251853, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.554241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100808,15 +100871,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 25.185346603393555, + "msecs": 554.2409420013428, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.21065711975098, + "relativeCreated": 117.96832084655762, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100826,8 +100889,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0252252, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.55428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100837,23 +100900,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 25.225162506103516, + "msecs": 554.2800426483154, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.25047302246094, + "relativeCreated": 118.00742149353027, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0252655, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5543187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100863,15 +100926,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 25.26545524597168, + "msecs": 554.3186664581299, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.2907657623291, + "relativeCreated": 118.04604530334473, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100880,26 +100943,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0253065, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5543582, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 25.30646324157715, + "msecs": 554.3582439422607, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.33177375793457, + "relativeCreated": 118.08562278747559, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100907,26 +100970,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0253499, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5544043, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 25.349855422973633, + "msecs": 554.4042587280273, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.37516593933105, + "relativeCreated": 118.13163757324219, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100934,26 +100997,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0253875, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5544415, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 25.38752555847168, + "msecs": 554.4414520263672, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.4128360748291, + "relativeCreated": 118.16883087158203, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100963,8 +101026,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.025429, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5544825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100974,15 +101037,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 25.42901039123535, + "msecs": 554.4824600219727, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.45432090759277, + "relativeCreated": 118.2098388671875, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -100992,8 +101055,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0254724, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5545266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101003,15 +101066,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 25.472402572631836, + "msecs": 554.5265674591064, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.49771308898926, + "relativeCreated": 118.25394630432129, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101020,26 +101083,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0255113, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.554564, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 25.51126480102539, + "msecs": 554.5639991760254, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.53657531738281, + "relativeCreated": 118.29137802124023, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101048,26 +101111,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0255475, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5545993, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 25.547504425048828, + "msecs": 554.5992851257324, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.57281494140625, + "relativeCreated": 118.32666397094727, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101076,34 +101139,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.025583, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5546336, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 25.58302879333496, + "msecs": 554.633617401123, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.60833930969238, + "relativeCreated": 118.36099624633789, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0256286, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5546782, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101113,23 +101176,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 25.62856674194336, + "msecs": 554.678201675415, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.65387725830078, + "relativeCreated": 118.40558052062988, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0257077, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5547512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101139,15 +101202,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 25.707721710205078, + "msecs": 554.7511577606201, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.7330322265625, + "relativeCreated": 118.47853660583496, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101156,26 +101219,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0257502, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.554791, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 25.750160217285156, + "msecs": 554.7909736633301, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.77547073364258, + "relativeCreated": 118.51835250854492, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101183,26 +101246,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.025803, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.554841, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 25.803089141845703, + "msecs": 554.8410415649414, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.82839965820312, + "relativeCreated": 118.56842041015625, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101210,26 +101273,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0258427, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.554879, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 25.842666625976562, + "msecs": 554.8789501190186, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.86797714233398, + "relativeCreated": 118.6063289642334, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101237,26 +101300,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0258834, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5549145, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 25.88343620300293, + "msecs": 554.9144744873047, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.90874671936035, + "relativeCreated": 118.64185333251953, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101264,26 +101327,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0259278, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5549495, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 25.92778205871582, + "msecs": 554.9495220184326, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.95309257507324, + "relativeCreated": 118.67690086364746, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101293,8 +101356,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:25,025", - "created": 1610360725.0259662, + "asctime": "2021-01-11 11:37:29,554", + "created": 1610361449.5549867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101304,15 +101367,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 25.966167449951172, + "msecs": 554.9867153167725, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 110.9914779663086, + "relativeCreated": 118.7140941619873, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101322,8 +101385,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.026005, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5550249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101333,15 +101396,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 26.005029678344727, + "msecs": 555.0248622894287, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.03034019470215, + "relativeCreated": 118.75224113464355, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101351,8 +101414,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.026043, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5550628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101362,15 +101425,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 26.042938232421875, + "msecs": 555.0627708435059, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.0682487487793, + "relativeCreated": 118.7901496887207, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101380,8 +101443,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0260808, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5551004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101391,23 +101454,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 26.080846786499023, + "msecs": 555.1004409790039, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.10615730285645, + "relativeCreated": 118.82781982421875, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0261145, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5551343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101417,15 +101480,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 26.114463806152344, + "msecs": 555.1342964172363, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.13977432250977, + "relativeCreated": 118.86167526245117, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101434,26 +101497,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0261555, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.555181, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 26.155471801757812, + "msecs": 555.1810264587402, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.18078231811523, + "relativeCreated": 118.90840530395508, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101461,26 +101524,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0261967, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5552235, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 26.196718215942383, + "msecs": 555.2234649658203, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.2220287322998, + "relativeCreated": 118.95084381103516, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101488,26 +101551,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0262375, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5552604, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 26.23748779296875, + "msecs": 555.260419845581, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.26279830932617, + "relativeCreated": 118.9877986907959, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101517,8 +101580,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0262756, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5552962, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101528,15 +101591,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 26.275634765625, + "msecs": 555.2961826324463, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.30094528198242, + "relativeCreated": 119.02356147766113, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101546,8 +101609,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.026317, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.555334, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101557,15 +101620,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 26.31688117980957, + "msecs": 555.3340911865234, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.34219169616699, + "relativeCreated": 119.06147003173828, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101574,26 +101637,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.026354, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5553703, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 26.354074478149414, + "msecs": 555.3703308105469, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.37938499450684, + "relativeCreated": 119.09770965576172, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101602,26 +101665,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0263894, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5554051, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 26.389360427856445, + "msecs": 555.4051399230957, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.41467094421387, + "relativeCreated": 119.13251876831055, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101630,34 +101693,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0264237, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5554388, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 26.42369270324707, + "msecs": 555.438756942749, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.44900321960449, + "relativeCreated": 119.16613578796387, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0264595, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5554745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101667,34 +101730,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 26.459455490112305, + "msecs": 555.4745197296143, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.48476600646973, + "relativeCreated": 119.2018985748291, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 26.492595672607422, + "msecs": 555.5074214935303, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.51790618896484, + "relativeCreated": 119.23480033874512, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 3.2901763916015625e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:25,370", - "created": 1610360725.370337, + "asctime": "2021-01-11 11:37:29,899", + "created": 1610361449.8992105, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -101709,8 +101772,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.02657, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5555835, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101720,23 +101783,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 26.57008171081543, + "msecs": 555.5834770202637, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.59539222717285, + "relativeCreated": 119.31085586547852, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.026607, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.55562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101746,23 +101809,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 26.607036590576172, + "msecs": 555.6199550628662, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.6323471069336, + "relativeCreated": 119.34733390808105, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0266469, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.555659, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101772,15 +101835,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 26.646852493286133, + "msecs": 555.6590557098389, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.67216300964355, + "relativeCreated": 119.38643455505371, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101791,8 +101854,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,026", - "created": 1610360725.0267887, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5557244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101802,23 +101865,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 26.788711547851562, + "msecs": 555.7243824005127, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 111.81402206420898, + "relativeCreated": 119.45176124572754, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,027", - "created": 1610360725.0270169, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5559053, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101828,23 +101891,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 27.016878128051758, + "msecs": 555.9053421020508, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 112.04218864440918, + "relativeCreated": 119.63272094726562, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,027", - "created": 1610360725.0270624, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.5559583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101854,23 +101917,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 27.062416076660156, + "msecs": 555.9582710266113, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 112.08772659301758, + "relativeCreated": 119.68564987182617, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,027", - "created": 1610360725.0271013, + "asctime": "2021-01-11 11:37:29,555", + "created": 1610361449.555996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101880,15 +101943,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 27.10127830505371, + "msecs": 555.9959411621094, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 112.12658882141113, + "relativeCreated": 119.72332000732422, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -101896,8 +101959,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 11:25:25,027", - "created": 1610360725.0272255, + "asctime": "2021-01-11 11:37:29,556", + "created": 1610361449.55612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101907,15 +101970,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": 27.225494384765625, + "msecs": 556.1199188232422, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 112.25080490112305, + "relativeCreated": 119.84729766845703, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -101923,8 +101986,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 11:25:25,035", - "created": 1610360725.0353966, + "asctime": "2021-01-11 11:37:29,564", + "created": 1610361449.5643775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101934,15 +101997,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": 35.396575927734375, + "msecs": 564.3775463104248, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 120.4218864440918, + "relativeCreated": 128.10492515563965, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -101950,8 +102013,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,035", - "created": 1610360725.0356054, + "asctime": "2021-01-11 11:37:29,564", + "created": 1610361449.5648494, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -101961,15 +102024,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 35.605430603027344, + "msecs": 564.8493766784668, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 120.63074111938477, + "relativeCreated": 128.57675552368164, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -101978,8 +102041,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:25,035", - "created": 1610360725.03567, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.565069, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -101989,15 +102052,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 35.67004203796387, + "msecs": 565.0689601898193, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 120.69535255432129, + "relativeCreated": 128.79633903503418, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102005,8 +102068,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,035", - "created": 1610360725.0357516, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.5652092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102016,15 +102079,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 35.7515811920166, + "msecs": 565.209150314331, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 120.77689170837402, + "relativeCreated": 128.9365291595459, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102033,8 +102096,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,035", - "created": 1610360725.0358086, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.5652592, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102044,15 +102107,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 35.808563232421875, + "msecs": 565.2592182159424, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 120.8338737487793, + "relativeCreated": 128.98659706115723, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102060,8 +102123,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,035", - "created": 1610360725.0359025, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.565319, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102071,15 +102134,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 35.90250015258789, + "msecs": 565.3190612792969, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 120.92781066894531, + "relativeCreated": 129.04644012451172, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102088,8 +102151,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,035", - "created": 1610360725.0359576, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.5653753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102099,15 +102162,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 35.95757484436035, + "msecs": 565.3753280639648, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 120.98288536071777, + "relativeCreated": 129.1027069091797, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102115,8 +102178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,036", - "created": 1610360725.036023, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.5654588, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102126,15 +102189,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 36.02290153503418, + "msecs": 565.4587745666504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 121.0482120513916, + "relativeCreated": 129.18615341186523, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102143,8 +102206,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,036", - "created": 1610360725.0360687, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.5655148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102154,15 +102217,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 36.06867790222168, + "msecs": 565.5148029327393, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 121.0939884185791, + "relativeCreated": 129.2421817779541, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102170,8 +102233,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,036", - "created": 1610360725.0361288, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.5655699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102181,15 +102244,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 36.12875938415527, + "msecs": 565.5698776245117, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 121.1540699005127, + "relativeCreated": 129.29725646972656, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102198,8 +102261,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,036", - "created": 1610360725.0361717, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.565606, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102209,15 +102272,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 36.171674728393555, + "msecs": 565.6061172485352, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 121.19698524475098, + "relativeCreated": 129.33349609375, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102225,8 +102288,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:25,036", - "created": 1610360725.0362594, + "asctime": "2021-01-11 11:37:29,565", + "created": 1610361449.5657272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102236,15 +102299,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 36.25941276550293, + "msecs": 565.7272338867188, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 121.28472328186035, + "relativeCreated": 129.4546127319336, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102252,8 +102315,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:25,037", - "created": 1610360725.0371976, + "asctime": "2021-01-11 11:37:29,566", + "created": 1610361449.56673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102263,15 +102326,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 37.19758987426758, + "msecs": 566.7300224304199, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 122.222900390625, + "relativeCreated": 130.45740127563477, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102279,8 +102342,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,037", - "created": 1610360725.0373464, + "asctime": "2021-01-11 11:37:29,566", + "created": 1610361449.5668952, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102290,15 +102353,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 37.34636306762695, + "msecs": 566.8952465057373, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 122.37167358398438, + "relativeCreated": 130.62262535095215, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102307,8 +102370,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:25,037", - "created": 1610360725.0374131, + "asctime": "2021-01-11 11:37:29,567", + "created": 1610361449.5670002, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102318,15 +102381,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": 37.41312026977539, + "msecs": 567.000150680542, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 122.43843078613281, + "relativeCreated": 130.72752952575684, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102334,8 +102397,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 11:25:25,037", - "created": 1610360725.0375404, + "asctime": "2021-01-11 11:37:29,567", + "created": 1610361449.567186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102345,15 +102408,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": 37.540435791015625, + "msecs": 567.1861171722412, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 122.56574630737305, + "relativeCreated": 130.91349601745605, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102364,8 +102427,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,037", - "created": 1610360725.0378828, + "asctime": "2021-01-11 11:37:29,567", + "created": 1610361449.567518, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102375,15 +102438,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 37.88280487060547, + "msecs": 567.5179958343506, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 122.90811538696289, + "relativeCreated": 131.24537467956543, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102391,26 +102454,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:25,038", - "created": 1610360725.0380037, + "asctime": "2021-01-11 11:37:29,567", + "created": 1610361449.5676374, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 38.00368309020996, + "msecs": 567.6374435424805, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 123.02899360656738, + "relativeCreated": 131.3648223876953, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102421,8 +102484,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,038", - "created": 1610360725.038171, + "asctime": "2021-01-11 11:37:29,567", + "created": 1610361449.5677395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102432,15 +102495,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 38.17105293273926, + "msecs": 567.7394866943359, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 123.19636344909668, + "relativeCreated": 131.46686553955078, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -102448,8 +102511,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 11:25:25,038", - "created": 1610360725.0386336, + "asctime": "2021-01-11 11:37:29,568", + "created": 1610361449.568001, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102459,15 +102522,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": 38.63358497619629, + "msecs": 568.0010318756104, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 123.65889549255371, + "relativeCreated": 131.7284107208252, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102475,8 +102538,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 11:25:25,046", - "created": 1610360725.0468757, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.576123, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102486,15 +102549,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": 46.875715255737305, + "msecs": 576.1229991912842, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 131.90102577209473, + "relativeCreated": 139.85037803649902, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102502,8 +102565,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.0471098, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5762796, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102513,15 +102576,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 47.10984230041504, + "msecs": 576.2796401977539, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.13515281677246, + "relativeCreated": 140.00701904296875, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102530,8 +102593,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.0472379, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5763893, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102541,15 +102604,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.23787307739258, + "msecs": 576.3893127441406, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.26318359375, + "relativeCreated": 140.11669158935547, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102557,8 +102620,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.0473793, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5764723, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102568,15 +102631,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 47.379255294799805, + "msecs": 576.472282409668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.40456581115723, + "relativeCreated": 140.1996612548828, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102585,8 +102648,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.047473, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5765295, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102596,15 +102659,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.47295379638672, + "msecs": 576.5295028686523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.49826431274414, + "relativeCreated": 140.2568817138672, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102612,8 +102675,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.0475962, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.576621, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102623,15 +102686,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 47.59621620178223, + "msecs": 576.6210556030273, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.62152671813965, + "relativeCreated": 140.3484344482422, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102640,8 +102703,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.047681, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5766754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102651,15 +102714,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.68109321594238, + "msecs": 576.6754150390625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.7064037322998, + "relativeCreated": 140.40279388427734, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102667,8 +102730,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.0477967, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5767655, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102678,15 +102741,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 47.79672622680664, + "msecs": 576.7655372619629, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.82203674316406, + "relativeCreated": 140.49291610717773, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102695,8 +102758,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.04788, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5768366, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102706,15 +102769,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 47.879934310913086, + "msecs": 576.8365859985352, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 132.9052448272705, + "relativeCreated": 140.56396484375, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102722,8 +102785,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,047", - "created": 1610360725.0479825, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5769043, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102733,15 +102796,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 47.98245429992676, + "msecs": 576.904296875, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 133.00776481628418, + "relativeCreated": 140.63167572021484, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102750,8 +102813,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,048", - "created": 1610360725.0480707, + "asctime": "2021-01-11 11:37:29,576", + "created": 1610361449.5769646, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102761,15 +102824,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 48.070669174194336, + "msecs": 576.9646167755127, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 133.09597969055176, + "relativeCreated": 140.69199562072754, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102777,8 +102840,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:25,048", - "created": 1610360725.0481956, + "asctime": "2021-01-11 11:37:29,577", + "created": 1610361449.5770738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102788,15 +102851,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 48.195600509643555, + "msecs": 577.0738124847412, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 133.22091102600098, + "relativeCreated": 140.80119132995605, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102804,8 +102867,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:25,049", - "created": 1610360725.0491345, + "asctime": "2021-01-11 11:37:29,577", + "created": 1610361449.5779934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102815,15 +102878,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 49.13449287414551, + "msecs": 577.9933929443359, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 134.15980339050293, + "relativeCreated": 141.72077178955078, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102831,8 +102894,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,049", - "created": 1610360725.049291, + "asctime": "2021-01-11 11:37:29,578", + "created": 1610361449.578106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102842,15 +102905,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 49.29089546203613, + "msecs": 578.1059265136719, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 134.31620597839355, + "relativeCreated": 141.83330535888672, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102859,8 +102922,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:25,049", - "created": 1610360725.0493877, + "asctime": "2021-01-11 11:37:29,578", + "created": 1610361449.5781755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102870,15 +102933,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": 49.38769340515137, + "msecs": 578.1755447387695, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 134.4130039215088, + "relativeCreated": 141.90292358398438, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102886,8 +102949,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 11:25:25,049", - "created": 1610360725.0495114, + "asctime": "2021-01-11 11:37:29,578", + "created": 1610361449.5782733, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102897,15 +102960,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": 49.51143264770508, + "msecs": 578.2732963562012, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 134.5367431640625, + "relativeCreated": 142.00067520141602, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102916,8 +102979,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,049", - "created": 1610360725.0497284, + "asctime": "2021-01-11 11:37:29,578", + "created": 1610361449.5784736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102927,15 +102990,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 49.7283935546875, + "msecs": 578.4735679626465, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 134.75370407104492, + "relativeCreated": 142.20094680786133, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -102943,8 +103006,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:25,049", - "created": 1610360725.0498314, + "asctime": "2021-01-11 11:37:29,578", + "created": 1610361449.57856, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102954,34 +103017,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 49.831390380859375, + "msecs": 578.5601139068604, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 134.8567008972168, + "relativeCreated": 142.2874927520752, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" } ], - "msecs": 370.33700942993164, + "msecs": 899.2104530334473, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 455.36231994628906, + "relativeCreated": 462.9378318786621, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.32050561904907227 + "time_consumption": 0.3206503391265869 }, { "args": [], - "asctime": "2021-01-11 11:25:25,572", - "created": 1610360725.572219, + "asctime": "2021-01-11 11:37:30,100", + "created": 1610361450.10086, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -103000,8 +103063,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:25,370", - "created": 1610360725.370941, + "asctime": "2021-01-11 11:37:29,899", + "created": 1610361449.8997083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103011,15 +103074,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 370.9409236907959, + "msecs": 899.7082710266113, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 455.9662342071533, + "relativeCreated": 463.4356498718262, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -103027,8 +103090,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 11:25:25,371", - "created": 1610360725.3718662, + "asctime": "2021-01-11 11:37:29,900", + "created": 1610361449.9004738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103038,15 +103101,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": 371.86622619628906, + "msecs": 900.4738330841064, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 456.8915367126465, + "relativeCreated": 464.2012119293213, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103054,8 +103117,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 11:25:25,380", - "created": 1610360725.380362, + "asctime": "2021-01-11 11:37:29,908", + "created": 1610361449.9089139, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103065,15 +103128,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": 380.36203384399414, + "msecs": 908.9138507843018, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 465.38734436035156, + "relativeCreated": 472.6412296295166, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103081,8 +103144,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,380", - "created": 1610360725.3806849, + "asctime": "2021-01-11 11:37:29,909", + "created": 1610361449.9091544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103092,15 +103155,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 380.68485260009766, + "msecs": 909.1544151306152, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 465.7101631164551, + "relativeCreated": 472.8817939758301, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103109,8 +103172,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:25,380", - "created": 1610360725.3808877, + "asctime": "2021-01-11 11:37:29,909", + "created": 1610361449.9093847, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103120,15 +103183,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 380.8877468109131, + "msecs": 909.3847274780273, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 465.9130573272705, + "relativeCreated": 473.1121063232422, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103136,8 +103199,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,381", - "created": 1610360725.381092, + "asctime": "2021-01-11 11:37:29,909", + "created": 1610361449.9096103, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103147,15 +103210,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 381.0920715332031, + "msecs": 909.6102714538574, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 466.11738204956055, + "relativeCreated": 473.33765029907227, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103164,8 +103227,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,381", - "created": 1610360725.3812523, + "asctime": "2021-01-11 11:37:29,909", + "created": 1610361449.9097388, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103175,15 +103238,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 381.2522888183594, + "msecs": 909.7387790679932, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 466.2775993347168, + "relativeCreated": 473.466157913208, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103191,8 +103254,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,381", - "created": 1610360725.381463, + "asctime": "2021-01-11 11:37:29,909", + "created": 1610361449.9099264, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103202,15 +103265,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 381.46305084228516, + "msecs": 909.9264144897461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 466.4883613586426, + "relativeCreated": 473.65379333496094, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103219,8 +103282,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,381", - "created": 1610360725.3815997, + "asctime": "2021-01-11 11:37:29,910", + "created": 1610361449.9100378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103230,15 +103293,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 381.59966468811035, + "msecs": 910.0377559661865, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 466.6249752044678, + "relativeCreated": 473.76513481140137, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103246,8 +103309,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,381", - "created": 1610360725.38179, + "asctime": "2021-01-11 11:37:29,910", + "created": 1610361449.9101913, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103257,15 +103320,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 381.7899227142334, + "msecs": 910.1912975311279, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 466.8152332305908, + "relativeCreated": 473.9186763763428, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103274,8 +103337,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,381", - "created": 1610360725.381923, + "asctime": "2021-01-11 11:37:29,910", + "created": 1610361449.9102983, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103285,15 +103348,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 381.92296028137207, + "msecs": 910.2983474731445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 466.9482707977295, + "relativeCreated": 474.0257263183594, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103301,8 +103364,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,382", - "created": 1610360725.3820987, + "asctime": "2021-01-11 11:37:29,910", + "created": 1610361449.9104373, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103312,15 +103375,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 382.0986747741699, + "msecs": 910.4373455047607, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 467.12398529052734, + "relativeCreated": 474.1647243499756, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103329,8 +103392,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,382", - "created": 1610360725.3822396, + "asctime": "2021-01-11 11:37:29,910", + "created": 1610361449.9105432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103340,15 +103403,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.23958015441895, + "msecs": 910.5432033538818, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 467.26489067077637, + "relativeCreated": 474.2705821990967, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103356,8 +103419,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 11:25:25,382", - "created": 1610360725.3825157, + "asctime": "2021-01-11 11:37:29,910", + "created": 1610361449.910763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103367,15 +103430,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": 382.51566886901855, + "msecs": 910.7630252838135, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 467.540979385376, + "relativeCreated": 474.4904041290283, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103383,8 +103446,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 11:25:25,386", - "created": 1610360725.386939, + "asctime": "2021-01-11 11:37:29,915", + "created": 1610361449.915122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103394,15 +103457,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": 386.93904876708984, + "msecs": 915.1220321655273, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 471.96435928344727, + "relativeCreated": 478.8494110107422, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103410,8 +103473,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,387", - "created": 1610360725.3873584, + "asctime": "2021-01-11 11:37:29,915", + "created": 1610361449.9154801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103421,15 +103484,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 387.3584270477295, + "msecs": 915.4801368713379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 472.3837375640869, + "relativeCreated": 479.20751571655273, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103438,8 +103501,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:25,387", - "created": 1610360725.3875296, + "asctime": "2021-01-11 11:37:29,915", + "created": 1610361449.9156232, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103449,15 +103512,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": 387.5296115875244, + "msecs": 915.6231880187988, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 472.55492210388184, + "relativeCreated": 479.3505668640137, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103465,8 +103528,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 11:25:25,387", - "created": 1610360725.3878207, + "asctime": "2021-01-11 11:37:29,915", + "created": 1610361449.9158583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103476,15 +103539,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": 387.8207206726074, + "msecs": 915.858268737793, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 472.84603118896484, + "relativeCreated": 479.5856475830078, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { @@ -103495,8 +103558,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:25,388", - "created": 1610360725.3882113, + "asctime": "2021-01-11 11:37:29,916", + "created": 1610361449.9161608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103506,23 +103569,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 388.2112503051758, + "msecs": 916.1608219146729, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 473.2365608215332, + "relativeCreated": 479.8882007598877, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,388", - "created": 1610360725.3884342, + "asctime": "2021-01-11 11:37:29,916", + "created": 1610361449.9163415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103532,37 +103595,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": 388.43417167663574, + "msecs": 916.3415431976318, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 473.45948219299316, + "relativeCreated": 480.0689220428467, "stack_info": null, - "thread": 140654298703616, + "thread": 139977394222848, "threadName": "Thread-1" } ], - "msecs": 572.2188949584961, + "msecs": 100.8601188659668, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 657.2442054748535, + "relativeCreated": 664.5874977111816, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.18378472328186035 + "time_consumption": 0.18451857566833496 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:25,573", - "created": 1610360725.5730658, + "asctime": "2021-01-11 11:37:30,101", + "created": 1610361450.1014369, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103579,8 +103642,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:25,572", - "created": 1610360725.5726786, + "asctime": "2021-01-11 11:37:30,101", + "created": 1610361450.1011949, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103590,15 +103653,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 572.6785659790039, + "msecs": 101.19485855102539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 657.7038764953613, + "relativeCreated": 664.9222373962402, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -103607,8 +103670,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:25,572", - "created": 1610360725.572906, + "asctime": "2021-01-11 11:37:30,101", + "created": 1610361450.1013243, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103618,37 +103681,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 572.9060173034668, + "msecs": 101.32431983947754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 657.9313278198242, + "relativeCreated": 665.0516986846924, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 573.0657577514648, + "msecs": 101.43685340881348, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 658.0910682678223, + "relativeCreated": 665.1642322540283, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015974044799804688 + "time_consumption": 0.0001125335693359375 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:25,573", - "created": 1610360725.5736244, + "asctime": "2021-01-11 11:37:30,101", + "created": 1610361450.1018617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103665,8 +103728,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:25,573", - "created": 1610360725.5733132, + "asctime": "2021-01-11 11:37:30,101", + "created": 1610361450.101633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103676,15 +103739,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": 573.3132362365723, + "msecs": 101.63307189941406, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 658.3385467529297, + "relativeCreated": 665.3604507446289, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -103693,8 +103756,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:25,573", - "created": 1610360725.5734713, + "asctime": "2021-01-11 11:37:30,101", + "created": 1610361450.1017532, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103704,34 +103767,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": 573.4713077545166, + "msecs": 101.75323486328125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 658.496618270874, + "relativeCreated": 665.4806137084961, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 573.6243724822998, + "msecs": 101.86171531677246, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 658.6496829986572, + "relativeCreated": 665.5890941619873, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.00010848045349121094 }, { "args": [], - "asctime": "2021-01-11 11:25:25,775", - "created": 1610360725.775215, + "asctime": "2021-01-11 11:37:30,303", + "created": 1610361450.3032367, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -103750,8 +103813,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:25,574", - "created": 1610360725.5740228, + "asctime": "2021-01-11 11:37:30,102", + "created": 1610361450.1021338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103761,15 +103824,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": 574.0227699279785, + "msecs": 102.13375091552734, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 659.0480804443359, + "relativeCreated": 665.8611297607422, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -103777,8 +103840,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 11:25:25,574", - "created": 1610360725.574916, + "asctime": "2021-01-11 11:37:30,102", + "created": 1610361450.1028013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103788,15 +103851,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": 574.915885925293, + "msecs": 102.80132293701172, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 659.9411964416504, + "relativeCreated": 666.5287017822266, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103804,8 +103867,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 11:25:25,583", - "created": 1610360725.5832915, + "asctime": "2021-01-11 11:37:30,111", + "created": 1610361450.111207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103815,15 +103878,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": 583.2915306091309, + "msecs": 111.2070083618164, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 668.3168411254883, + "relativeCreated": 674.9343872070312, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103831,8 +103894,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,583", - "created": 1610360725.5835283, + "asctime": "2021-01-11 11:37:30,111", + "created": 1610361450.1114922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103842,15 +103905,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 583.5282802581787, + "msecs": 111.49215698242188, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 668.5535907745361, + "relativeCreated": 675.2195358276367, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103859,8 +103922,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:25,583", - "created": 1610360725.5837364, + "asctime": "2021-01-11 11:37:30,111", + "created": 1610361450.1116617, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103870,15 +103933,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 583.7364196777344, + "msecs": 111.66167259216309, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 668.7617301940918, + "relativeCreated": 675.3890514373779, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103886,8 +103949,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,584", - "created": 1610360725.5840306, + "asctime": "2021-01-11 11:37:30,111", + "created": 1610361450.111865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103897,15 +103960,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 584.0306282043457, + "msecs": 111.86504364013672, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 669.0559387207031, + "relativeCreated": 675.5924224853516, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103914,8 +103977,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,584", - "created": 1610360725.5842524, + "asctime": "2021-01-11 11:37:30,112", + "created": 1610361450.1120079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103925,15 +103988,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 584.2523574829102, + "msecs": 112.00785636901855, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 669.2776679992676, + "relativeCreated": 675.7352352142334, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103941,8 +104004,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,584", - "created": 1610360725.584554, + "asctime": "2021-01-11 11:37:30,112", + "created": 1610361450.1122162, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103952,15 +104015,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 584.5539569854736, + "msecs": 112.21623420715332, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 669.579267501831, + "relativeCreated": 675.9436130523682, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103969,8 +104032,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,584", - "created": 1610360725.5848079, + "asctime": "2021-01-11 11:37:30,112", + "created": 1610361450.1123514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103980,15 +104043,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 584.8078727722168, + "msecs": 112.3514175415039, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 669.8331832885742, + "relativeCreated": 676.0787963867188, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -103996,8 +104059,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,584", - "created": 1610360725.58497, + "asctime": "2021-01-11 11:37:30,112", + "created": 1610361450.112542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104007,15 +104070,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 584.9699974060059, + "msecs": 112.54191398620605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 669.9953079223633, + "relativeCreated": 676.2692928314209, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104024,8 +104087,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,585", - "created": 1610360725.5850759, + "asctime": "2021-01-11 11:37:30,112", + "created": 1610361450.1126752, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104035,15 +104098,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.075855255127, + "msecs": 112.67518997192383, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 670.1011657714844, + "relativeCreated": 676.4025688171387, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104051,8 +104114,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,585", - "created": 1610360725.5852563, + "asctime": "2021-01-11 11:37:30,112", + "created": 1610361450.1128979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104062,15 +104125,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 585.2563381195068, + "msecs": 112.89787292480469, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 670.2816486358643, + "relativeCreated": 676.6252517700195, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104079,8 +104142,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,585", - "created": 1610360725.585382, + "asctime": "2021-01-11 11:37:30,113", + "created": 1610361450.1130698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104090,15 +104153,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.3819847106934, + "msecs": 113.06977272033691, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 670.4072952270508, + "relativeCreated": 676.7971515655518, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104106,8 +104169,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 11:25:25,585", - "created": 1610360725.5856016, + "asctime": "2021-01-11 11:37:30,113", + "created": 1610361450.1133413, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104117,15 +104180,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": 585.6015682220459, + "msecs": 113.3413314819336, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 670.6268787384033, + "relativeCreated": 677.0687103271484, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104133,8 +104196,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 11:25:25,589", - "created": 1610360725.5899353, + "asctime": "2021-01-11 11:37:30,117", + "created": 1610361450.1176946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104144,15 +104207,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": 589.935302734375, + "msecs": 117.69461631774902, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 674.9606132507324, + "relativeCreated": 681.4219951629639, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104160,8 +104223,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,590", - "created": 1610360725.5903683, + "asctime": "2021-01-11 11:37:30,118", + "created": 1610361450.1181123, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104171,15 +104234,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 590.3682708740234, + "msecs": 118.11232566833496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 675.3935813903809, + "relativeCreated": 681.8397045135498, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104188,8 +104251,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:25,590", - "created": 1610360725.5905626, + "asctime": "2021-01-11 11:37:30,118", + "created": 1610361450.1182876, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104199,15 +104262,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": 590.5625820159912, + "msecs": 118.28756332397461, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 675.5878925323486, + "relativeCreated": 682.0149421691895, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104215,8 +104278,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 11:25:25,590", - "created": 1610360725.5908558, + "asctime": "2021-01-11 11:37:30,118", + "created": 1610361450.1186037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104226,15 +104289,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": 590.8558368682861, + "msecs": 118.60370635986328, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 675.8811473846436, + "relativeCreated": 682.3310852050781, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { @@ -104245,8 +104308,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:25,591", - "created": 1610360725.5913546, + "asctime": "2021-01-11 11:37:30,118", + "created": 1610361450.1189919, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104256,23 +104319,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": 591.3546085357666, + "msecs": 118.99185180664062, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 676.379919052124, + "relativeCreated": 682.7192306518555, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,591", - "created": 1610360725.5916152, + "asctime": "2021-01-11 11:37:30,119", + "created": 1610361450.1192188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104282,37 +104345,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": 591.6152000427246, + "msecs": 119.21882629394531, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 676.640510559082, + "relativeCreated": 682.9462051391602, "stack_info": null, - "thread": 140654290310912, + "thread": 139977385568000, "threadName": "Thread-2" } ], - "msecs": 775.2149105072021, + "msecs": 303.236722946167, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 860.2402210235596, + "relativeCreated": 866.9641017913818, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.18359971046447754 + "time_consumption": 0.18401789665222168 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:25,775", - "created": 1610360725.7755628, + "asctime": "2021-01-11 11:37:30,304", + "created": 1610361450.3042758, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104329,8 +104392,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:25,775", - "created": 1610360725.7754216, + "asctime": "2021-01-11 11:37:30,303", + "created": 1610361450.303931, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104340,15 +104403,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 775.4216194152832, + "msecs": 303.93099784851074, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 860.4469299316406, + "relativeCreated": 867.6583766937256, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104357,8 +104420,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:25,775", - "created": 1610360725.775502, + "asctime": "2021-01-11 11:37:30,304", + "created": 1610361450.3041155, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104368,37 +104431,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 775.5019664764404, + "msecs": 304.11553382873535, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 860.5272769927979, + "relativeCreated": 867.8429126739502, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 775.5627632141113, + "msecs": 304.2757511138916, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 860.5880737304688, + "relativeCreated": 868.0031299591064, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 6.079673767089844e-05 + "time_consumption": 0.00016021728515625 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:25,775", - "created": 1610360725.7759047, + "asctime": "2021-01-11 11:37:30,304", + "created": 1610361450.3048937, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104415,8 +104478,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:25,775", - "created": 1610360725.7757728, + "asctime": "2021-01-11 11:37:30,304", + "created": 1610361450.3045404, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104426,15 +104489,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": 775.7728099822998, + "msecs": 304.54039573669434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 860.7981204986572, + "relativeCreated": 868.2677745819092, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104443,8 +104506,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:25,775", - "created": 1610360725.7758422, + "asctime": "2021-01-11 11:37:30,304", + "created": 1610361450.3046932, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104454,41 +104517,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": 775.8421897888184, + "msecs": 304.69322204589844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 860.8675003051758, + "relativeCreated": 868.4206008911133, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 775.904655456543, + "msecs": 304.89373207092285, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 860.9299659729004, + "relativeCreated": 868.6211109161377, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 6.246566772460938e-05 + "time_consumption": 0.00020051002502441406 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.7520267963409424, - "time_finished": "2021-01-11 11:25:25,775", - "time_start": "2021-01-11 11:25:25,023" + "time_consumption": 0.7520277500152588, + "time_finished": "2021-01-11 11:37:30,304", + "time_start": "2021-01-11 11:37:29,552" }, "_4w4SsE1DEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:27,699", - "created": 1610360727.6994593, + "asctime": "2021-01-11 11:37:32,235", + "created": 1610361452.2353706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104499,19 +104562,19 @@ "message": "_4w4SsE1DEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 699.4593143463135, + "msecs": 235.37063598632812, "msg": "_4w4SsE1DEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2784.484624862671, + "relativeCreated": 2799.098014831543, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.708801, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2407222, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -104526,8 +104589,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:27,701", - "created": 1610360727.7010436, + "asctime": "2021-01-11 11:37:32,236", + "created": 1610361452.2366586, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104537,23 +104600,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 701.0436058044434, + "msecs": 236.65857315063477, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2786.068916320801, + "relativeCreated": 2800.3859519958496, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:27,701", - "created": 1610360727.7019203, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2371037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104563,23 +104626,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 701.9202709197998, + "msecs": 237.10370063781738, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2786.945581436157, + "relativeCreated": 2800.831079483032, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:27,702", - "created": 1610360727.7021348, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2372139, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104589,23 +104652,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 702.1348476409912, + "msecs": 237.2138500213623, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2787.1601581573486, + "relativeCreated": 2800.941228866577, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:27,702", - "created": 1610360727.7024643, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2373872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104615,15 +104678,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 702.4643421173096, + "msecs": 237.38718032836914, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2787.489652633667, + "relativeCreated": 2801.114559173584, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104632,26 +104695,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:27,702", - "created": 1610360727.702646, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2374823, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 702.646017074585, + "msecs": 237.48230934143066, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2787.6713275909424, + "relativeCreated": 2801.2096881866455, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104659,26 +104722,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:27,702", - "created": 1610360727.7028637, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2375991, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 702.8636932373047, + "msecs": 237.59913444519043, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2787.889003753662, + "relativeCreated": 2801.3265132904053, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104686,26 +104749,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:27,703", - "created": 1610360727.7030187, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2376912, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 703.0186653137207, + "msecs": 237.69116401672363, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2788.043975830078, + "relativeCreated": 2801.4185428619385, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104713,26 +104776,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:27,703", - "created": 1610360727.7031655, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2377744, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 703.1655311584473, + "msecs": 237.77437210083008, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2788.1908416748047, + "relativeCreated": 2801.501750946045, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104740,26 +104803,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:27,703", - "created": 1610360727.703328, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2378485, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 703.3278942108154, + "msecs": 237.84852027893066, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2788.353204727173, + "relativeCreated": 2801.5758991241455, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104769,8 +104832,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:27,703", - "created": 1610360727.7034907, + "asctime": "2021-01-11 11:37:32,237", + "created": 1610361452.2379327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104780,15 +104843,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 703.4907341003418, + "msecs": 237.93268203735352, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2788.516044616699, + "relativeCreated": 2801.6600608825684, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104798,8 +104861,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:27,703", - "created": 1610360727.7036607, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2380176, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104809,15 +104872,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 703.6607265472412, + "msecs": 238.01755905151367, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2788.6860370635986, + "relativeCreated": 2801.7449378967285, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104827,8 +104890,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:27,703", - "created": 1610360727.7038183, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.238102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104838,15 +104901,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 703.8183212280273, + "msecs": 238.10195922851562, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2788.8436317443848, + "relativeCreated": 2801.8293380737305, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104856,8 +104919,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:27,703", - "created": 1610360727.7039707, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2381823, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104867,23 +104930,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 703.9706707000732, + "msecs": 238.18230628967285, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2788.9959812164307, + "relativeCreated": 2801.9096851348877, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:27,704", - "created": 1610360727.7041082, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2382543, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104893,15 +104956,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 704.1082382202148, + "msecs": 238.25430870056152, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2789.1335487365723, + "relativeCreated": 2801.9816875457764, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104910,26 +104973,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:27,704", - "created": 1610360727.7042594, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2383342, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 704.2593955993652, + "msecs": 238.33417892456055, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2789.2847061157227, + "relativeCreated": 2802.0615577697754, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104937,26 +105000,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:27,704", - "created": 1610360727.704424, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2384226, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 704.4239044189453, + "msecs": 238.42263221740723, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2789.4492149353027, + "relativeCreated": 2802.150011062622, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104964,26 +105027,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:27,704", - "created": 1610360727.704567, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.238499, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 704.5669555664062, + "msecs": 238.49892616271973, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2789.5922660827637, + "relativeCreated": 2802.2263050079346, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -104993,8 +105056,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:27,704", - "created": 1610360727.7047188, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.238583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105004,15 +105067,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 704.718828201294, + "msecs": 238.58308792114258, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2789.7441387176514, + "relativeCreated": 2802.3104667663574, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105022,8 +105085,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:27,704", - "created": 1610360727.704913, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2386656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105033,15 +105096,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 704.9129009246826, + "msecs": 238.66558074951172, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2789.93821144104, + "relativeCreated": 2802.3929595947266, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105050,26 +105113,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:27,705", - "created": 1610360727.7050643, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2387433, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 705.0642967224121, + "msecs": 238.74330520629883, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2790.0896072387695, + "relativeCreated": 2802.4706840515137, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105078,26 +105141,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:27,705", - "created": 1610360727.705215, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2388165, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 705.2149772644043, + "msecs": 238.816499710083, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2790.2402877807617, + "relativeCreated": 2802.543878555298, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105106,34 +105169,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:27,705", - "created": 1610360727.7053523, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2388878, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 705.3523063659668, + "msecs": 238.88778686523438, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2790.377616882324, + "relativeCreated": 2802.615165710449, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:27,705", - "created": 1610360727.7054892, + "asctime": "2021-01-11 11:37:32,238", + "created": 1610361452.2389612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105143,23 +105206,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 705.4891586303711, + "msecs": 238.96121978759766, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2790.5144691467285, + "relativeCreated": 2802.6885986328125, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:27,705", - "created": 1610360727.7057695, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2391124, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105169,15 +105232,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 705.7695388793945, + "msecs": 239.11237716674805, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2790.794849395752, + "relativeCreated": 2802.839756011963, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105186,26 +105249,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:27,705", - "created": 1610360727.7059288, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2391977, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 705.9288024902344, + "msecs": 239.1977310180664, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2790.954113006592, + "relativeCreated": 2802.9251098632812, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105213,26 +105276,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:27,706", - "created": 1610360727.706128, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2393036, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 706.1278820037842, + "msecs": 239.3035888671875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2791.1531925201416, + "relativeCreated": 2803.0309677124023, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105240,26 +105303,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:27,706", - "created": 1610360727.7062786, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.239383, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 706.2785625457764, + "msecs": 239.38298225402832, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2791.303873062134, + "relativeCreated": 2803.110361099243, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105267,26 +105330,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:27,706", - "created": 1610360727.7064326, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2394803, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 706.432580947876, + "msecs": 239.48025703430176, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2791.4578914642334, + "relativeCreated": 2803.2076358795166, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105294,26 +105357,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:27,706", - "created": 1610360727.7065725, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2395568, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 706.5725326538086, + "msecs": 239.55678939819336, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2791.597843170166, + "relativeCreated": 2803.284168243408, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105323,8 +105386,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:27,706", - "created": 1610360727.7067332, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.239636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105334,15 +105397,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 706.733226776123, + "msecs": 239.63594436645508, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2791.7585372924805, + "relativeCreated": 2803.36332321167, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105352,8 +105415,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:27,706", - "created": 1610360727.7068987, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2397165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105363,15 +105426,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 706.8986892700195, + "msecs": 239.7165298461914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2791.923999786377, + "relativeCreated": 2803.4439086914062, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105381,8 +105444,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:27,707", - "created": 1610360727.7070622, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2397966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105392,15 +105455,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 707.0622444152832, + "msecs": 239.79663848876953, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2792.0875549316406, + "relativeCreated": 2803.5240173339844, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105410,8 +105473,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:27,707", - "created": 1610360727.7072146, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2398758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105421,23 +105484,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 707.2145938873291, + "msecs": 239.87579345703125, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2792.2399044036865, + "relativeCreated": 2803.603172302246, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:27,707", - "created": 1610360727.7073498, + "asctime": "2021-01-11 11:37:32,239", + "created": 1610361452.2399461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105447,15 +105510,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 707.3497772216797, + "msecs": 239.9461269378662, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2792.375087738037, + "relativeCreated": 2803.673505783081, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105464,26 +105527,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:27,707", - "created": 1610360727.707499, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2400253, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 707.4990272521973, + "msecs": 240.02528190612793, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2792.5243377685547, + "relativeCreated": 2803.752660751343, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105491,26 +105554,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:27,707", - "created": 1610360727.707663, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2401109, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 707.6630592346191, + "msecs": 240.1108741760254, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2792.6883697509766, + "relativeCreated": 2803.8382530212402, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105518,26 +105581,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:27,707", - "created": 1610360727.7078104, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2401884, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 707.8104019165039, + "msecs": 240.1883602142334, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2792.8357124328613, + "relativeCreated": 2803.9157390594482, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105547,8 +105610,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:27,707", - "created": 1610360727.7079587, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2402658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105558,15 +105621,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 707.9586982727051, + "msecs": 240.2658462524414, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2792.9840087890625, + "relativeCreated": 2803.9932250976562, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105576,8 +105639,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.7081108, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2403514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105587,15 +105650,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 708.1108093261719, + "msecs": 240.35143852233887, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.1361198425293, + "relativeCreated": 2804.0788173675537, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105604,26 +105667,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.708267, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2404342, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 708.2669734954834, + "msecs": 240.4341697692871, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.292284011841, + "relativeCreated": 2804.161548614502, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105632,26 +105695,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.7084217, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2405074, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 708.4217071533203, + "msecs": 240.5073642730713, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.4470176696777, + "relativeCreated": 2804.234743118286, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105660,34 +105723,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.708558, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2405791, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 708.5580825805664, + "msecs": 240.57912826538086, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.583393096924, + "relativeCreated": 2804.3065071105957, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.7086954, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2406533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105697,34 +105760,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 708.6954116821289, + "msecs": 240.65327644348145, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.7207221984863, + "relativeCreated": 2804.3806552886963, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 708.8010311126709, + "msecs": 240.7221794128418, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.8263416290283, + "relativeCreated": 2804.4495582580566, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00010561943054199219 + "time_consumption": 6.890296936035156e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:28,052", - "created": 1610360728.0526369, + "asctime": "2021-01-11 11:37:32,584", + "created": 1610361452.5848649, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -105739,8 +105802,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.7089038, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.240891, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105750,23 +105813,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 708.9037895202637, + "msecs": 240.8909797668457, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.929100036621, + "relativeCreated": 2804.6183586120605, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.7089517, + "asctime": "2021-01-11 11:37:32,240", + "created": 1610361452.2409673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105776,23 +105839,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 708.9517116546631, + "msecs": 240.9672737121582, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2793.9770221710205, + "relativeCreated": 2804.694652557373, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:27,708", - "created": 1610360727.708998, + "asctime": "2021-01-11 11:37:32,241", + "created": 1610361452.2410414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105802,15 +105865,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 708.9979648590088, + "msecs": 241.0414218902588, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2794.023275375366, + "relativeCreated": 2804.7688007354736, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105821,8 +105884,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,709", - "created": 1610360727.709085, + "asctime": "2021-01-11 11:37:32,241", + "created": 1610361452.2411778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105832,23 +105895,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 709.0849876403809, + "msecs": 241.17779731750488, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2794.1102981567383, + "relativeCreated": 2804.9051761627197, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:27,709", - "created": 1610360727.7092733, + "asctime": "2021-01-11 11:37:32,241", + "created": 1610361452.2414806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105858,23 +105921,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 709.2733383178711, + "msecs": 241.48058891296387, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2794.2986488342285, + "relativeCreated": 2805.2079677581787, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:27,709", - "created": 1610360727.709329, + "asctime": "2021-01-11 11:37:32,241", + "created": 1610361452.2415726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105884,23 +105947,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 709.3288898468018, + "msecs": 241.57261848449707, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2794.354200363159, + "relativeCreated": 2805.299997329712, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:27,709", - "created": 1610360727.7093785, + "asctime": "2021-01-11 11:37:32,241", + "created": 1610361452.2416503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105910,15 +105973,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 709.3784809112549, + "msecs": 241.65034294128418, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2794.4037914276123, + "relativeCreated": 2805.377721786499, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -105926,8 +105989,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 11:25:27,709", - "created": 1610360727.7095437, + "asctime": "2021-01-11 11:37:32,241", + "created": 1610361452.241897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105937,15 +106000,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": 709.5437049865723, + "msecs": 241.8971061706543, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2794.5690155029297, + "relativeCreated": 2805.624485015869, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -105953,8 +106016,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 11:25:27,717", - "created": 1610360727.717713, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2501605, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105964,15 +106027,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": 717.7131175994873, + "msecs": 250.16045570373535, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2802.7384281158447, + "relativeCreated": 2813.88783454895, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -105980,8 +106043,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,717", - "created": 1610360727.7178493, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2503328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -105991,15 +106054,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 717.8492546081543, + "msecs": 250.33283233642578, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2802.8745651245117, + "relativeCreated": 2814.0602111816406, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106008,8 +106071,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,717", - "created": 1610360727.7179108, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2504241, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106019,15 +106082,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.9107666015625, + "msecs": 250.42414665222168, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2802.93607711792, + "relativeCreated": 2814.1515254974365, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106035,8 +106098,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,717", - "created": 1610360727.7179792, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2505317, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106046,15 +106109,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.9791927337646, + "msecs": 250.53167343139648, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.004503250122, + "relativeCreated": 2814.2590522766113, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106063,8 +106126,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.7180264, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2506068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106074,15 +106137,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.0263996124268, + "msecs": 250.60677528381348, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.051710128784, + "relativeCreated": 2814.3341541290283, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106090,8 +106153,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.7180958, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2507162, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106101,15 +106164,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 718.0957794189453, + "msecs": 250.7162094116211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.1210899353027, + "relativeCreated": 2814.443588256836, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106118,8 +106181,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.7181406, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.250803, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106129,15 +106192,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.1406021118164, + "msecs": 250.80299377441406, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.165912628174, + "relativeCreated": 2814.530372619629, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106145,8 +106208,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.7182019, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2509015, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106156,15 +106219,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 718.2018756866455, + "msecs": 250.901460647583, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.227186203003, + "relativeCreated": 2814.628839492798, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106173,8 +106236,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.718246, + "asctime": "2021-01-11 11:37:32,250", + "created": 1610361452.2509727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106184,15 +106247,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.2459831237793, + "msecs": 250.97274780273438, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.2712936401367, + "relativeCreated": 2814.700126647949, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106200,8 +106263,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.718305, + "asctime": "2021-01-11 11:37:32,251", + "created": 1610361452.2510679, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106211,15 +106274,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 718.3051109313965, + "msecs": 251.0678768157959, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.330421447754, + "relativeCreated": 2814.7952556610107, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106228,8 +106291,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.7183492, + "asctime": "2021-01-11 11:37:32,251", + "created": 1610361452.2511384, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106239,15 +106302,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.3492183685303, + "msecs": 251.13844871520996, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.3745288848877, + "relativeCreated": 2814.865827560425, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106255,8 +106318,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:27,718", - "created": 1610360727.718439, + "asctime": "2021-01-11 11:37:32,251", + "created": 1610361452.2512834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106266,15 +106329,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 718.4391021728516, + "msecs": 251.2834072113037, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2803.464412689209, + "relativeCreated": 2815.0107860565186, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106282,8 +106345,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:27,719", - "created": 1610360727.7193866, + "asctime": "2021-01-11 11:37:32,252", + "created": 1610361452.2522883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106293,15 +106356,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 719.3865776062012, + "msecs": 252.2883415222168, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2804.4118881225586, + "relativeCreated": 2816.0157203674316, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106309,8 +106372,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,719", - "created": 1610360727.719525, + "asctime": "2021-01-11 11:37:32,252", + "created": 1610361452.2524738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106320,15 +106383,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 719.5250988006592, + "msecs": 252.4738311767578, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2804.5504093170166, + "relativeCreated": 2816.2012100219727, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106337,8 +106400,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,719", - "created": 1610360727.7196116, + "asctime": "2021-01-11 11:37:32,252", + "created": 1610361452.252581, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106348,15 +106411,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": 719.611644744873, + "msecs": 252.5808811187744, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2804.6369552612305, + "relativeCreated": 2816.3082599639893, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106364,8 +106427,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 11:25:27,719", - "created": 1610360727.7196987, + "asctime": "2021-01-11 11:37:32,252", + "created": 1610361452.2527137, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106375,15 +106438,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": 719.6986675262451, + "msecs": 252.71368026733398, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2804.7239780426025, + "relativeCreated": 2816.441059112549, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106394,8 +106457,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,719", - "created": 1610360727.7198367, + "asctime": "2021-01-11 11:37:32,252", + "created": 1610361452.2529495, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106405,15 +106468,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 719.8367118835449, + "msecs": 252.94947624206543, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2804.8620223999023, + "relativeCreated": 2816.6768550872803, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106421,26 +106484,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:27,719", - "created": 1610360727.719911, + "asctime": "2021-01-11 11:37:32,253", + "created": 1610361452.2530508, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 719.9110984802246, + "msecs": 253.0508041381836, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2804.936408996582, + "relativeCreated": 2816.7781829833984, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106451,8 +106514,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,720", - "created": 1610360727.7200027, + "asctime": "2021-01-11 11:37:32,253", + "created": 1610361452.2531862, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106462,15 +106525,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 720.0026512145996, + "msecs": 253.18622589111328, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2805.027961730957, + "relativeCreated": 2816.913604736328, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -106478,8 +106541,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 11:25:27,720", - "created": 1610360727.720288, + "asctime": "2021-01-11 11:37:32,253", + "created": 1610361452.2536225, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106489,15 +106552,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": 720.2880382537842, + "msecs": 253.62253189086914, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2805.3133487701416, + "relativeCreated": 2817.349910736084, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106505,8 +106568,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 11:25:27,728", - "created": 1610360727.72853, + "asctime": "2021-01-11 11:37:32,261", + "created": 1610361452.2619257, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106516,15 +106579,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": 728.5299301147461, + "msecs": 261.92569732666016, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2813.5552406311035, + "relativeCreated": 2825.653076171875, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106532,8 +106595,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,728", - "created": 1610360727.7287097, + "asctime": "2021-01-11 11:37:32,262", + "created": 1610361452.262148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106543,15 +106606,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 728.7096977233887, + "msecs": 262.1479034423828, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2813.735008239746, + "relativeCreated": 2825.8752822875977, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106560,8 +106623,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,728", - "created": 1610360727.728841, + "asctime": "2021-01-11 11:37:32,262", + "created": 1610361452.2622666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106571,15 +106634,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 728.8410663604736, + "msecs": 262.2666358947754, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2813.866376876831, + "relativeCreated": 2825.9940147399902, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106587,8 +106650,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,728", - "created": 1610360727.7289636, + "asctime": "2021-01-11 11:37:32,262", + "created": 1610361452.2624307, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106598,15 +106661,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 728.9636135101318, + "msecs": 262.43066787719727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2813.9889240264893, + "relativeCreated": 2826.158046722412, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106615,8 +106678,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.7290463, + "asctime": "2021-01-11 11:37:32,262", + "created": 1610361452.2625356, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106626,15 +106689,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.0463447570801, + "msecs": 262.53557205200195, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.0716552734375, + "relativeCreated": 2826.262950897217, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106642,8 +106705,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.7291634, + "asctime": "2021-01-11 11:37:32,262", + "created": 1610361452.2626827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106653,15 +106716,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.163408279419, + "msecs": 262.6826763153076, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.1887187957764, + "relativeCreated": 2826.4100551605225, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106670,8 +106733,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.7292404, + "asctime": "2021-01-11 11:37:32,262", + "created": 1610361452.2627795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106681,15 +106744,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.2404174804688, + "msecs": 262.77947425842285, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.265727996826, + "relativeCreated": 2826.5068531036377, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106697,8 +106760,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.7293446, + "asctime": "2021-01-11 11:37:32,262", + "created": 1610361452.2629197, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106708,15 +106771,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.3446063995361, + "msecs": 262.91966438293457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.3699169158936, + "relativeCreated": 2826.6470432281494, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106725,8 +106788,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.729422, + "asctime": "2021-01-11 11:37:32,263", + "created": 1610361452.2630303, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106736,15 +106799,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.4220924377441, + "msecs": 263.0302906036377, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.4474029541016, + "relativeCreated": 2826.7576694488525, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106752,8 +106815,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.729521, + "asctime": "2021-01-11 11:37:32,263", + "created": 1610361452.2631583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106763,15 +106826,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.5210361480713, + "msecs": 263.15832138061523, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.5463466644287, + "relativeCreated": 2826.88570022583, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106780,8 +106843,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.7295954, + "asctime": "2021-01-11 11:37:32,263", + "created": 1610361452.263253, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106791,15 +106854,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 729.595422744751, + "msecs": 263.25297355651855, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.6207332611084, + "relativeCreated": 2826.9803524017334, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106807,8 +106870,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:27,729", - "created": 1610360727.7297368, + "asctime": "2021-01-11 11:37:32,263", + "created": 1610361452.2634232, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106818,15 +106881,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 729.7368049621582, + "msecs": 263.42320442199707, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2814.7621154785156, + "relativeCreated": 2827.150583267212, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106834,8 +106897,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:27,730", - "created": 1610360727.730657, + "asctime": "2021-01-11 11:37:32,264", + "created": 1610361452.2644224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106845,15 +106908,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 730.6571006774902, + "msecs": 264.4224166870117, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2815.6824111938477, + "relativeCreated": 2828.1497955322266, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106861,8 +106924,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,730", - "created": 1610360727.730811, + "asctime": "2021-01-11 11:37:32,264", + "created": 1610361452.2646024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106872,15 +106935,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 730.8111190795898, + "msecs": 264.6024227142334, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2815.8364295959473, + "relativeCreated": 2828.3298015594482, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106889,8 +106952,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,730", - "created": 1610360727.7309084, + "asctime": "2021-01-11 11:37:32,264", + "created": 1610361452.2647235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106900,15 +106963,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": 730.9083938598633, + "msecs": 264.723539352417, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2815.9337043762207, + "relativeCreated": 2828.450918197632, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106916,8 +106979,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 11:25:27,731", - "created": 1610360727.7310622, + "asctime": "2021-01-11 11:37:32,264", + "created": 1610361452.264935, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106927,15 +106990,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": 731.0621738433838, + "msecs": 264.9350166320801, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2816.087484359741, + "relativeCreated": 2828.662395477295, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106946,8 +107009,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,731", - "created": 1610360727.7312822, + "asctime": "2021-01-11 11:37:32,265", + "created": 1610361452.2652137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106957,15 +107020,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 731.2822341918945, + "msecs": 265.2137279510498, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2816.307544708252, + "relativeCreated": 2828.9411067962646, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -106973,8 +107036,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:27,731", - "created": 1610360727.731391, + "asctime": "2021-01-11 11:37:32,265", + "created": 1610361452.265349, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106984,34 +107047,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 731.3909530639648, + "msecs": 265.3489112854004, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2816.4162635803223, + "relativeCreated": 2829.0762901306152, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" } ], - "msecs": 52.63686180114746, + "msecs": 584.8648548126221, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3137.662172317505, + "relativeCreated": 3148.592233657837, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3212459087371826 + "time_consumption": 0.3195159435272217 }, { "args": [], - "asctime": "2021-01-11 11:25:28,053", - "created": 1610360728.0531487, + "asctime": "2021-01-11 11:37:32,585", + "created": 1610361452.5853188, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -107022,15 +107085,15 @@ "message": "Identical secrets set and automatic authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 53.148746490478516, + "msecs": 585.3188037872314, "msg": "Identical secrets set and automatic authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3138.174057006836, + "relativeCreated": 3149.0461826324463, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -107039,8 +107102,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:28,053", - "created": 1610360728.0537307, + "asctime": "2021-01-11 11:37:32,585", + "created": 1610361452.5858984, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107057,8 +107120,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:28,053", - "created": 1610360728.0534205, + "asctime": "2021-01-11 11:37:32,585", + "created": 1610361452.5855854, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107068,15 +107131,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 53.4205436706543, + "msecs": 585.585355758667, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3138.4458541870117, + "relativeCreated": 3149.312734603882, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -107085,8 +107148,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:28,053", - "created": 1610360728.0535824, + "asctime": "2021-01-11 11:37:32,585", + "created": 1610361452.5857482, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107096,37 +107159,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 53.58242988586426, + "msecs": 585.7481956481934, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3138.6077404022217, + "relativeCreated": 3149.475574493408, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 53.73072624206543, + "msecs": 585.8983993530273, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3138.756036758423, + "relativeCreated": 3149.625778198242, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014829635620117188 + "time_consumption": 0.00015020370483398438 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:28,054", - "created": 1610360728.054226, + "asctime": "2021-01-11 11:37:32,586", + "created": 1610361452.5864465, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107143,8 +107206,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:28,053", - "created": 1610360728.0539527, + "asctime": "2021-01-11 11:37:32,586", + "created": 1610361452.5861268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107154,15 +107217,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 53.952693939208984, + "msecs": 586.1268043518066, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3138.9780044555664, + "relativeCreated": 3149.8541831970215, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -107171,8 +107234,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:28,054", - "created": 1610360728.054092, + "asctime": "2021-01-11 11:37:32,586", + "created": 1610361452.5863056, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107182,34 +107245,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 54.0919303894043, + "msecs": 586.3056182861328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3139.1172409057617, + "relativeCreated": 3150.0329971313477, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 54.225921630859375, + "msecs": 586.4465236663818, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3139.251232147217, + "relativeCreated": 3150.1739025115967, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 0.00014090538024902344 }, { "args": [], - "asctime": "2021-01-11 11:25:30,405", - "created": 1610360730.405892, + "asctime": "2021-01-11 11:37:34,937", + "created": 1610361454.9374611, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -107224,8 +107287,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:28,054", - "created": 1610360728.0544355, + "asctime": "2021-01-11 11:37:32,586", + "created": 1610361452.586662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107235,23 +107298,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 54.43549156188965, + "msecs": 586.6620540618896, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3139.460802078247, + "relativeCreated": 3150.3894329071045, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:28,054", - "created": 1610360728.0546324, + "asctime": "2021-01-11 11:37:32,586", + "created": 1610361452.5868332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107261,23 +107324,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 54.63242530822754, + "msecs": 586.8332386016846, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3139.657735824585, + "relativeCreated": 3150.5606174468994, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:28,054", - "created": 1610360728.0547764, + "asctime": "2021-01-11 11:37:32,586", + "created": 1610361452.5869772, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107287,23 +107350,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 54.77643013000488, + "msecs": 586.9772434234619, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3139.8017406463623, + "relativeCreated": 3150.7046222686768, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:28,054", - "created": 1610360728.0549216, + "asctime": "2021-01-11 11:37:32,587", + "created": 1610361452.587115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107313,23 +107376,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 54.921627044677734, + "msecs": 587.1150493621826, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3139.946937561035, + "relativeCreated": 3150.8424282073975, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:28,055", - "created": 1610360728.055067, + "asctime": "2021-01-11 11:37:32,587", + "created": 1610361452.5872695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107339,23 +107402,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 55.06706237792969, + "msecs": 587.2695446014404, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3140.092372894287, + "relativeCreated": 3150.9969234466553, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:28,055", - "created": 1610360728.0552037, + "asctime": "2021-01-11 11:37:32,587", + "created": 1610361452.587404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107365,23 +107428,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 55.20367622375488, + "msecs": 587.4040126800537, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3140.2289867401123, + "relativeCreated": 3151.1313915252686, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:28,055", - "created": 1610360728.0553405, + "asctime": "2021-01-11 11:37:32,587", + "created": 1610361452.58754, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107391,15 +107454,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 55.34052848815918, + "msecs": 587.5399112701416, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3140.3658390045166, + "relativeCreated": 3151.2672901153564, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -107410,8 +107473,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:28,055", - "created": 1610360728.0555997, + "asctime": "2021-01-11 11:37:32,587", + "created": 1610361452.5878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107421,15 +107484,15 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 55.59968948364258, + "msecs": 587.8000259399414, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3140.625, + "relativeCreated": 3151.5274047851562, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -107440,8 +107503,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:28,056", - "created": 1610360728.0562487, + "asctime": "2021-01-11 11:37:32,588", + "created": 1610361452.5884585, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107451,15 +107514,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 56.24866485595703, + "msecs": 588.4585380554199, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3141.2739753723145, + "relativeCreated": 3152.1859169006348, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -107467,8 +107530,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 11:25:28,057", - "created": 1610360728.0570583, + "asctime": "2021-01-11 11:37:32,589", + "created": 1610361452.58924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107478,15 +107541,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": 57.05833435058594, + "msecs": 589.2400741577148, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3142.0836448669434, + "relativeCreated": 3152.9674530029297, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107494,8 +107557,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 11:25:28,065", - "created": 1610360728.0654888, + "asctime": "2021-01-11 11:37:32,597", + "created": 1610361452.5976863, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107505,15 +107568,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": 65.48881530761719, + "msecs": 597.6862907409668, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3150.5141258239746, + "relativeCreated": 3161.4136695861816, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107521,8 +107584,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:28,065", - "created": 1610360728.0657794, + "asctime": "2021-01-11 11:37:32,597", + "created": 1610361452.5979993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107532,15 +107595,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 65.77944755554199, + "msecs": 597.9993343353271, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3150.8047580718994, + "relativeCreated": 3161.726713180542, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107549,8 +107612,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:28,065", - "created": 1610360728.0659788, + "asctime": "2021-01-11 11:37:32,598", + "created": 1610361452.5981681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107560,15 +107623,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 65.9787654876709, + "msecs": 598.168134689331, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3151.0040760040283, + "relativeCreated": 3161.895513534546, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107576,8 +107639,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:28,066", - "created": 1610360728.0661929, + "asctime": "2021-01-11 11:37:32,598", + "created": 1610361452.5983794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107587,15 +107650,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 66.1928653717041, + "msecs": 598.379373550415, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3151.2181758880615, + "relativeCreated": 3162.10675239563, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107604,8 +107667,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:28,066", - "created": 1610360728.0663357, + "asctime": "2021-01-11 11:37:32,598", + "created": 1610361452.5985203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107615,15 +107678,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.33567810058594, + "msecs": 598.5202789306641, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3151.3609886169434, + "relativeCreated": 3162.247657775879, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107631,8 +107694,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:28,066", - "created": 1610360728.066541, + "asctime": "2021-01-11 11:37:32,598", + "created": 1610361452.598723, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107642,15 +107705,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 66.54095649719238, + "msecs": 598.7229347229004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3151.56626701355, + "relativeCreated": 3162.4503135681152, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107659,8 +107722,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:28,066", - "created": 1610360728.0666857, + "asctime": "2021-01-11 11:37:32,598", + "created": 1610361452.598855, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107670,15 +107733,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.68567657470703, + "msecs": 598.8550186157227, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3151.7109870910645, + "relativeCreated": 3162.5823974609375, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107686,8 +107749,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:28,066", - "created": 1610360728.066875, + "asctime": "2021-01-11 11:37:32,599", + "created": 1610361452.599039, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107697,15 +107760,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 66.87498092651367, + "msecs": 599.0390777587891, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3151.900291442871, + "relativeCreated": 3162.766456604004, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107714,8 +107777,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:28,067", - "created": 1610360728.067008, + "asctime": "2021-01-11 11:37:32,599", + "created": 1610361452.599171, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107725,15 +107788,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 67.00801849365234, + "msecs": 599.1709232330322, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3152.0333290100098, + "relativeCreated": 3162.898302078247, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107741,8 +107804,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:28,067", - "created": 1610360728.0671823, + "asctime": "2021-01-11 11:37:32,599", + "created": 1610361452.5993438, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107752,15 +107815,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 67.18230247497559, + "msecs": 599.3437767028809, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3152.207612991333, + "relativeCreated": 3163.0711555480957, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107769,8 +107832,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:28,067", - "created": 1610360728.0673125, + "asctime": "2021-01-11 11:37:32,599", + "created": 1610361452.5994885, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107780,15 +107843,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 67.31247901916504, + "msecs": 599.4884967803955, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3152.3377895355225, + "relativeCreated": 3163.2158756256104, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107796,8 +107859,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:28,067", - "created": 1610360728.06756, + "asctime": "2021-01-11 11:37:32,599", + "created": 1610361452.5997329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107807,15 +107870,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 67.55995750427246, + "msecs": 599.7328758239746, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3152.58526802063, + "relativeCreated": 3163.4602546691895, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107823,8 +107886,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:28,068", - "created": 1610360728.0686483, + "asctime": "2021-01-11 11:37:32,600", + "created": 1610361452.6008832, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107834,15 +107897,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 68.6483383178711, + "msecs": 600.8832454681396, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3153.6736488342285, + "relativeCreated": 3164.6106243133545, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107850,8 +107913,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:28,068", - "created": 1610360728.0689278, + "asctime": "2021-01-11 11:37:32,601", + "created": 1610361452.601195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107861,15 +107924,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 68.92776489257812, + "msecs": 601.1950969696045, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3153.9530754089355, + "relativeCreated": 3164.9224758148193, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107878,8 +107941,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:28,069", - "created": 1610360728.0690536, + "asctime": "2021-01-11 11:37:32,601", + "created": 1610361452.6013649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107889,15 +107952,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": 69.05364990234375, + "msecs": 601.3648509979248, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3154.078960418701, + "relativeCreated": 3165.0922298431396, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107905,8 +107968,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 11:25:28,069", - "created": 1610360728.069248, + "asctime": "2021-01-11 11:37:32,601", + "created": 1610361452.6016521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107916,15 +107979,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": 69.24796104431152, + "msecs": 601.6521453857422, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3154.273271560669, + "relativeCreated": 3165.379524230957, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107935,8 +107998,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:28,069", - "created": 1610360728.0695295, + "asctime": "2021-01-11 11:37:32,602", + "created": 1610361452.6020405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107946,15 +108009,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 69.52953338623047, + "msecs": 602.0405292510986, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3154.554843902588, + "relativeCreated": 3165.7679080963135, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107962,26 +108025,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:28,069", - "created": 1610360728.0696664, + "asctime": "2021-01-11 11:37:32,602", + "created": 1610361452.6022387, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 69.66638565063477, + "msecs": 602.238655090332, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3154.691696166992, + "relativeCreated": 3165.966033935547, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -107992,8 +108055,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:28,069", - "created": 1610360728.06985, + "asctime": "2021-01-11 11:37:32,602", + "created": 1610361452.6024945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108003,23 +108066,23 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 69.84996795654297, + "msecs": 602.494478225708, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 3154.8752784729004, + "relativeCreated": 3166.221857070923, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:30,062", - "created": 1610360730.0621526, + "asctime": "2021-01-11 11:37:34,593", + "created": 1610361454.5937903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108029,23 +108092,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 62.15262413024902, + "msecs": 593.7902927398682, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5147.177934646606, + "relativeCreated": 5157.517671585083, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:30,062", - "created": 1610360730.062442, + "asctime": "2021-01-11 11:37:34,594", + "created": 1610361454.5940578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108055,23 +108118,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 62.44206428527832, + "msecs": 594.0577983856201, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5147.467374801636, + "relativeCreated": 5157.785177230835, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:30,062", - "created": 1610360730.062616, + "asctime": "2021-01-11 11:37:34,594", + "created": 1610361454.5942113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108081,15 +108144,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 62.61610984802246, + "msecs": 594.2113399505615, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5147.64142036438, + "relativeCreated": 5157.938718795776, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -108097,8 +108160,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 11:25:30,075", - "created": 1610360730.0756462, + "asctime": "2021-01-11 11:37:34,608", + "created": 1610361454.608526, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108108,15 +108171,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": 75.64616203308105, + "msecs": 608.5259914398193, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5160.6714725494385, + "relativeCreated": 5172.253370285034, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108124,8 +108187,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 11:25:30,076", - "created": 1610360730.0761502, + "asctime": "2021-01-11 11:37:34,609", + "created": 1610361454.6090362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108135,15 +108198,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": 76.15017890930176, + "msecs": 609.0362071990967, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5161.175489425659, + "relativeCreated": 5172.7635860443115, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108151,8 +108214,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 11:25:30,084", - "created": 1610360730.0841892, + "asctime": "2021-01-11 11:37:34,617", + "created": 1610361454.6171029, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108162,15 +108225,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": 84.18917655944824, + "msecs": 617.102861404419, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5169.214487075806, + "relativeCreated": 5180.830240249634, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108178,8 +108241,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,084", - "created": 1610360730.084479, + "asctime": "2021-01-11 11:37:34,617", + "created": 1610361454.6173918, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108189,15 +108252,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 84.47909355163574, + "msecs": 617.39182472229, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5169.504404067993, + "relativeCreated": 5181.119203567505, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108206,8 +108269,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,084", - "created": 1610360730.0846477, + "asctime": "2021-01-11 11:37:34,617", + "created": 1610361454.6175632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108217,15 +108280,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.64765548706055, + "msecs": 617.5632476806641, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5169.672966003418, + "relativeCreated": 5181.290626525879, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108233,8 +108296,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,084", - "created": 1610360730.0849228, + "asctime": "2021-01-11 11:37:34,617", + "created": 1610361454.6177857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108244,15 +108307,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.92279052734375, + "msecs": 617.7856922149658, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5169.948101043701, + "relativeCreated": 5181.513071060181, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108261,8 +108324,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,085", - "created": 1610360730.0850735, + "asctime": "2021-01-11 11:37:34,617", + "created": 1610361454.6179278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108272,15 +108335,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 85.07347106933594, + "msecs": 617.9277896881104, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5170.098781585693, + "relativeCreated": 5181.655168533325, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108288,8 +108351,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,085", - "created": 1610360730.0852818, + "asctime": "2021-01-11 11:37:34,618", + "created": 1610361454.6181285, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108299,15 +108362,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 85.2818489074707, + "msecs": 618.1285381317139, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5170.307159423828, + "relativeCreated": 5181.855916976929, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108316,8 +108379,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,085", - "created": 1610360730.0854187, + "asctime": "2021-01-11 11:37:34,618", + "created": 1610361454.6182625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108327,15 +108390,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 85.418701171875, + "msecs": 618.262529373169, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5170.444011688232, + "relativeCreated": 5181.989908218384, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108343,8 +108406,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,085", - "created": 1610360730.085604, + "asctime": "2021-01-11 11:37:34,618", + "created": 1610361454.618443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108354,15 +108417,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 85.60395240783691, + "msecs": 618.4430122375488, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5170.629262924194, + "relativeCreated": 5182.170391082764, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108371,8 +108434,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,085", - "created": 1610360730.085738, + "asctime": "2021-01-11 11:37:34,618", + "created": 1610361454.6185849, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108382,15 +108445,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 85.73794364929199, + "msecs": 618.5848712921143, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5170.763254165649, + "relativeCreated": 5182.312250137329, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108398,8 +108461,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,085", - "created": 1610360730.0859141, + "asctime": "2021-01-11 11:37:34,618", + "created": 1610361454.6187675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108409,15 +108472,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 85.91413497924805, + "msecs": 618.767499923706, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5170.9394454956055, + "relativeCreated": 5182.494878768921, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108426,8 +108489,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,086", - "created": 1610360730.0860467, + "asctime": "2021-01-11 11:37:34,618", + "created": 1610361454.618899, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108437,15 +108500,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 86.04669570922852, + "msecs": 618.8991069793701, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5171.072006225586, + "relativeCreated": 5182.626485824585, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108453,8 +108516,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:30,086", - "created": 1610360730.0863454, + "asctime": "2021-01-11 11:37:34,619", + "created": 1610361454.619135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108464,15 +108527,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 86.34543418884277, + "msecs": 619.1349029541016, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5171.3707447052, + "relativeCreated": 5182.862281799316, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108480,8 +108543,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 11:25:30,086", - "created": 1610360730.0866966, + "asctime": "2021-01-11 11:37:34,619", + "created": 1610361454.6194224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108491,15 +108554,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": 86.69662475585938, + "msecs": 619.422435760498, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5171.721935272217, + "relativeCreated": 5183.149814605713, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108507,8 +108570,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,086", - "created": 1610360730.0869281, + "asctime": "2021-01-11 11:37:34,619", + "created": 1610361454.619565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108518,15 +108581,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 86.92812919616699, + "msecs": 619.5650100708008, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5171.953439712524, + "relativeCreated": 5183.292388916016, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108535,8 +108598,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,087", - "created": 1610360730.0870945, + "asctime": "2021-01-11 11:37:34,619", + "created": 1610361454.6196654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108546,15 +108609,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 87.09454536437988, + "msecs": 619.6653842926025, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5172.119855880737, + "relativeCreated": 5183.392763137817, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108562,8 +108625,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,087", - "created": 1610360730.0873122, + "asctime": "2021-01-11 11:37:34,619", + "created": 1610361454.619808, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108573,15 +108636,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 87.31222152709961, + "msecs": 619.8079586029053, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5172.337532043457, + "relativeCreated": 5183.53533744812, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108590,8 +108653,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,087", - "created": 1610360730.0874548, + "asctime": "2021-01-11 11:37:34,619", + "created": 1610361454.6198955, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108601,15 +108664,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 87.45479583740234, + "msecs": 619.8954582214355, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5172.48010635376, + "relativeCreated": 5183.62283706665, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108617,8 +108680,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,087", - "created": 1610360730.087657, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.6200192, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108628,15 +108691,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 87.65697479248047, + "msecs": 620.0191974639893, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5172.682285308838, + "relativeCreated": 5183.746576309204, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108645,8 +108708,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,087", - "created": 1610360730.08779, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.6200998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108656,15 +108719,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 87.79001235961914, + "msecs": 620.0997829437256, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5172.815322875977, + "relativeCreated": 5183.82716178894, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108672,8 +108735,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,087", - "created": 1610360730.0879738, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.6202111, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108683,15 +108746,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 87.97383308410645, + "msecs": 620.211124420166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5172.999143600464, + "relativeCreated": 5183.938503265381, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108700,8 +108763,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,088", - "created": 1610360730.0881176, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.620291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108711,15 +108774,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 88.11759948730469, + "msecs": 620.290994644165, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5173.142910003662, + "relativeCreated": 5184.01837348938, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108727,8 +108790,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,088", - "created": 1610360730.088294, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.620397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108738,15 +108801,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 88.29402923583984, + "msecs": 620.3970909118652, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5173.319339752197, + "relativeCreated": 5184.12446975708, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108755,8 +108818,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,088", - "created": 1610360730.0884264, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.6204767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108766,15 +108829,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 88.42635154724121, + "msecs": 620.4767227172852, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5173.451662063599, + "relativeCreated": 5184.2041015625, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108782,8 +108845,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:30,088", - "created": 1610360730.088673, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.6206124, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108793,15 +108856,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 88.67311477661133, + "msecs": 620.612382888794, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5173.698425292969, + "relativeCreated": 5184.339761734009, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -108809,8 +108872,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:30,089", - "created": 1610360730.0890005, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.6207967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108820,15 +108883,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 89.00046348571777, + "msecs": 620.7966804504395, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5174.025774002075, + "relativeCreated": 5184.524059295654, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108836,8 +108899,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,089", - "created": 1610360730.0892546, + "asctime": "2021-01-11 11:37:34,620", + "created": 1610361454.6209514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108847,15 +108910,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 89.25461769104004, + "msecs": 620.9514141082764, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5174.2799282073975, + "relativeCreated": 5184.678792953491, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108864,8 +108927,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,089", - "created": 1610360730.0894237, + "asctime": "2021-01-11 11:37:34,621", + "created": 1610361454.6210644, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108875,15 +108938,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": 89.42365646362305, + "msecs": 621.0644245147705, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5174.4489669799805, + "relativeCreated": 5184.791803359985, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108891,8 +108954,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 11:25:30,089", - "created": 1610360730.0896878, + "asctime": "2021-01-11 11:37:34,621", + "created": 1610361454.6212199, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108902,15 +108965,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": 89.68782424926758, + "msecs": 621.2198734283447, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5174.713134765625, + "relativeCreated": 5184.94725227356, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108921,8 +108984,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:30,090", - "created": 1610360730.0900714, + "asctime": "2021-01-11 11:37:34,621", + "created": 1610361454.621473, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108932,15 +108995,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 90.07143974304199, + "msecs": 621.4730739593506, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5175.096750259399, + "relativeCreated": 5185.200452804565, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108948,26 +109011,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:30,090", - "created": 1610360730.090263, + "asctime": "2021-01-11 11:37:34,621", + "created": 1610361454.6215885, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 90.26288986206055, + "msecs": 621.5884685516357, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5175.288200378418, + "relativeCreated": 5185.315847396851, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -108976,10 +109039,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'" + "'f25a5d4fab0ff3c13555e0d256a23a7e3a6fc9f8217320c929c4f95082842ac6'" ], - "asctime": "2021-01-11 11:25:30,090", - "created": 1610360730.0905616, + "asctime": "2021-01-11 11:37:34,621", + "created": 1610361454.6217713, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108987,17 +109050,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'f25a5d4fab0ff3c13555e0d256a23a7e3a6fc9f8217320c929c4f95082842ac6'\"", "module": "__init__", - "msecs": 90.5616283416748, + "msecs": 621.7713356018066, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5175.586938858032, + "relativeCreated": 5185.4987144470215, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109005,8 +109068,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:30,091", - "created": 1610360730.091355, + "asctime": "2021-01-11 11:37:34,622", + "created": 1610361454.6222866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109016,15 +109079,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 91.3550853729248, + "msecs": 622.2865581512451, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5176.380395889282, + "relativeCreated": 5186.01393699646, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109032,8 +109095,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,091", - "created": 1610360730.0916066, + "asctime": "2021-01-11 11:37:34,622", + "created": 1610361454.6224532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109043,15 +109106,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 91.60661697387695, + "msecs": 622.4532127380371, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5176.631927490234, + "relativeCreated": 5186.180591583252, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109060,8 +109123,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,091", - "created": 1610360730.091771, + "asctime": "2021-01-11 11:37:34,622", + "created": 1610361454.6225555, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109071,15 +109134,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": 91.77088737487793, + "msecs": 622.5554943084717, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5176.796197891235, + "relativeCreated": 5186.2828731536865, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109087,8 +109150,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 11:25:30,092", - "created": 1610360730.092013, + "asctime": "2021-01-11 11:37:34,622", + "created": 1610361454.622704, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109098,15 +109161,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": 92.01288223266602, + "msecs": 622.704029083252, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5177.038192749023, + "relativeCreated": 5186.431407928467, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109117,8 +109180,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:30,092", - "created": 1610360730.0923615, + "asctime": "2021-01-11 11:37:34,622", + "created": 1610361454.6229105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109128,15 +109191,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 92.3614501953125, + "msecs": 622.9104995727539, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5177.38676071167, + "relativeCreated": 5186.637878417969, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109144,8 +109207,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:30,092", - "created": 1610360730.0925424, + "asctime": "2021-01-11 11:37:34,623", + "created": 1610361454.6230206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109155,24 +109218,24 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 92.54240989685059, + "msecs": 623.0206489562988, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5177.567720413208, + "relativeCreated": 5186.748027801514, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { "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 62 65 30 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 66 32 35 61" ], - "asctime": "2021-01-11 11:25:30,092", - "created": 1610360730.092893, + "asctime": "2021-01-11 11:37:34,623", + "created": 1610361454.6232135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109180,26 +109243,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 62 65 30 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 66 32 35 61", "module": "__init__", - "msecs": 92.89288520812988, + "msecs": 623.213529586792, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5177.918195724487, + "relativeCreated": 5186.940908432007, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "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 62 65 30 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 66 32 35 61" ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1011739, + "asctime": "2021-01-11 11:37:34,631", + "created": 1610361454.6315086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109207,17 +109270,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 62 65 30 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 66 32 35 61", "module": "__init__", - "msecs": 101.17387771606445, + "msecs": 631.5085887908936, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5186.199188232422, + "relativeCreated": 5195.235967636108, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109225,8 +109288,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1013453, + "asctime": "2021-01-11 11:37:34,631", + "created": 1610361454.6317048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109236,15 +109299,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 101.34530067443848, + "msecs": 631.7048072814941, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5186.370611190796, + "relativeCreated": 5195.432186126709, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109253,8 +109316,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1014357, + "asctime": "2021-01-11 11:37:34,631", + "created": 1610361454.631807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109264,15 +109327,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 101.43566131591797, + "msecs": 631.8070888519287, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5186.460971832275, + "relativeCreated": 5195.534467697144, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109280,8 +109343,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1015928, + "asctime": "2021-01-11 11:37:34,631", + "created": 1610361454.6319675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109291,15 +109354,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 101.5927791595459, + "msecs": 631.9675445556641, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5186.618089675903, + "relativeCreated": 5195.694923400879, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109308,8 +109371,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1016712, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.632056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109319,15 +109382,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 101.67121887207031, + "msecs": 632.0559978485107, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5186.696529388428, + "relativeCreated": 5195.783376693726, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109335,8 +109398,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1017976, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.6321862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109346,15 +109409,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 101.79758071899414, + "msecs": 632.1861743927002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5186.822891235352, + "relativeCreated": 5195.913553237915, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109363,8 +109426,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1018717, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.6322682, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109374,15 +109437,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 101.87172889709473, + "msecs": 632.2681903839111, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5186.897039413452, + "relativeCreated": 5195.995569229126, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109390,8 +109453,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,101", - "created": 1610360730.1019874, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.6323805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109401,15 +109464,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 101.98736190795898, + "msecs": 632.380485534668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5187.012672424316, + "relativeCreated": 5196.107864379883, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109418,8 +109481,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,102", - "created": 1610360730.1020584, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.6324615, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109429,15 +109492,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 102.05841064453125, + "msecs": 632.4615478515625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5187.083721160889, + "relativeCreated": 5196.188926696777, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109445,8 +109508,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,102", - "created": 1610360730.1021502, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.632569, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109456,15 +109519,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 102.15020179748535, + "msecs": 632.5690746307373, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5187.175512313843, + "relativeCreated": 5196.296453475952, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109473,8 +109536,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,102", - "created": 1610360730.1022189, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.6326494, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109484,24 +109547,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 102.2188663482666, + "msecs": 632.6494216918945, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5187.244176864624, + "relativeCreated": 5196.376800537109, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(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" + "(64): 35 64 34 66 61 62 30 66 66 33 63 31 33 35 35 35 65 30 64 32 35 36 61 32 33 61 37 65 33 61 36 66 63 39 66 38 32 31 37 33 32 30 63 39 32 39 63 34 66 39 35 30 38 32 38 34 32 61 63 36 22 7d c0 35" ], - "asctime": "2021-01-11 11:25:30,102", - "created": 1610360730.1024005, + "asctime": "2021-01-11 11:37:34,632", + "created": 1610361454.6328819, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109509,26 +109572,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 35 64 34 66 61 62 30 66 66 33 63 31 33 35 35 35 65 30 64 32 35 36 61 32 33 61 37 65 33 61 36 66 63 39 66 38 32 31 37 33 32 30 63 39 32 39 63 34 66 39 35 30 38 32 38 34 32 61 63 36 22 7d c0 35", "module": "__init__", - "msecs": 102.40054130554199, + "msecs": 632.8818798065186, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5187.425851821899, + "relativeCreated": 5196.609258651733, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(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" + "(64): 35 64 34 66 61 62 30 66 66 33 63 31 33 35 35 35 65 30 64 32 35 36 61 32 33 61 37 65 33 61 36 66 63 39 66 38 32 31 37 33 32 30 63 39 32 39 63 34 66 39 35 30 38 32 38 34 32 61 63 36 22 7d c0 35" ], - "asctime": "2021-01-11 11:25:30,110", - "created": 1610360730.1107438, + "asctime": "2021-01-11 11:37:34,641", + "created": 1610361454.6410894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109536,26 +109599,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 35 64 34 66 61 62 30 66 66 33 63 31 33 35 35 35 65 30 64 32 35 36 61 32 33 61 37 65 33 61 36 66 63 39 66 38 32 31 37 33 32 30 63 39 32 39 63 34 66 39 35 30 38 32 38 34 32 61 63 36 22 7d c0 35", "module": "__init__", - "msecs": 110.74376106262207, + "msecs": 641.0894393920898, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5195.7690715789795, + "relativeCreated": 5204.816818237305, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(4): 76 4a 3a 3e" + "(4): a1 15 3a 3e" ], - "asctime": "2021-01-11 11:25:30,111", - "created": 1610360730.1113248, + "asctime": "2021-01-11 11:37:34,641", + "created": 1610361454.641494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109563,26 +109626,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 76 4a 3a 3e", + "message": "comm-server: TX -> (4): a1 15 3a 3e", "module": "__init__", - "msecs": 111.32478713989258, + "msecs": 641.4940357208252, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5196.35009765625, + "relativeCreated": 5205.22141456604, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(4): 76 4a 3a 3e" + "(4): a1 15 3a 3e" ], - "asctime": "2021-01-11 11:25:30,112", - "created": 1610360730.1120687, + "asctime": "2021-01-11 11:37:34,642", + "created": 1610361454.6422029, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109590,17 +109653,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 76 4a 3a 3e", + "message": "comm-client: RX <- (4): a1 15 3a 3e", "module": "__init__", - "msecs": 112.06865310668945, + "msecs": 642.2028541564941, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5197.093963623047, + "relativeCreated": 5205.930233001709, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109608,8 +109671,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,112", - "created": 1610360730.1122277, + "asctime": "2021-01-11 11:37:34,642", + "created": 1610361454.6423144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109619,15 +109682,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 112.2276782989502, + "msecs": 642.3144340515137, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5197.252988815308, + "relativeCreated": 5206.0418128967285, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109636,8 +109699,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,112", - "created": 1610360730.112352, + "asctime": "2021-01-11 11:37:34,642", + "created": 1610361454.6424053, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109647,24 +109710,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": 112.35189437866211, + "msecs": 642.4052715301514, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5197.3772048950195, + "relativeCreated": 5206.132650375366, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "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 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" + "(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 32 35 61 35 64 34 66 61 62 30 66 66 33 63 31 33 35 35 35 65 30 64 32 35 36 61 32 33 61 37 65 33 61 36 66 63 39 66 38 32 31 37 33 32 30 63 39 32 39 63 34 66 39 35 30 38 32 38 34 32 61 63 36 22 7d c0 35 a1 15" ], - "asctime": "2021-01-11 11:25:30,112", - "created": 1610360730.1126432, + "asctime": "2021-01-11 11:37:34,642", + "created": 1610361454.6426256, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109672,17 +109735,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 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", + "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 32 35 61 35 64 34 66 61 62 30 66 66 33 63 31 33 35 35 35 65 30 64 32 35 36 61 32 33 61 37 65 33 61 36 66 63 39 66 38 32 31 37 33 32 30 63 39 32 39 63 34 66 39 35 30 38 32 38 34 32 61 63 36 22 7d c0 35 a1 15", "module": "stp", - "msecs": 112.64324188232422, + "msecs": 642.6255702972412, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5197.668552398682, + "relativeCreated": 5206.352949142456, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109691,10 +109754,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'" + "'f25a5d4fab0ff3c13555e0d256a23a7e3a6fc9f8217320c929c4f95082842ac6'" ], - "asctime": "2021-01-11 11:25:30,112", - "created": 1610360730.1129768, + "asctime": "2021-01-11 11:37:34,642", + "created": 1610361454.6429324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109702,17 +109765,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'f25a5d4fab0ff3c13555e0d256a23a7e3a6fc9f8217320c929c4f95082842ac6'\"", "module": "__init__", - "msecs": 112.9767894744873, + "msecs": 642.9324150085449, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5198.002099990845, + "relativeCreated": 5206.65979385376, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109720,8 +109783,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:30,113", - "created": 1610360730.1131325, + "asctime": "2021-01-11 11:37:34,643", + "created": 1610361454.6430879, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109731,15 +109794,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 113.13247680664062, + "msecs": 643.0878639221191, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5198.157787322998, + "relativeCreated": 5206.815242767334, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -109748,10 +109811,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'" + "'a122b1d5c7e87e2127afb210aa6d298325fc3bd69d4aa493a7b8043830cf679649ad515d570a5b9f30df2acfdf4cd06ba35bb67b520c4e86ecb609c9da05ec25'" ], - "asctime": "2021-01-11 11:25:30,113", - "created": 1610360730.1133637, + "asctime": "2021-01-11 11:37:34,643", + "created": 1610361454.64329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109759,26 +109822,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'a122b1d5c7e87e2127afb210aa6d298325fc3bd69d4aa493a7b8043830cf679649ad515d570a5b9f30df2acfdf4cd06ba35bb67b520c4e86ecb609c9da05ec25'\"", "module": "__init__", - "msecs": 113.36374282836914, + "msecs": 643.2900428771973, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5198.389053344727, + "relativeCreated": 5207.017421722412, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "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 34 63 61 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 61 31 32 32" ], - "asctime": "2021-01-11 11:25:30,114", - "created": 1610360730.1142762, + "asctime": "2021-01-11 11:37:34,644", + "created": 1610361454.6443098, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109786,26 +109849,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 63 61 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 61 31 32 32", "module": "__init__", - "msecs": 114.27617073059082, + "msecs": 644.3097591400146, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5199.301481246948, + "relativeCreated": 5208.0371379852295, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "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 34 63 61 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 61 31 32 32" ], - "asctime": "2021-01-11 11:25:30,122", - "created": 1610360730.1226876, + "asctime": "2021-01-11 11:37:34,652", + "created": 1610361454.6526787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109813,17 +109876,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 63 61 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 61 31 32 32", "module": "__init__", - "msecs": 122.68757820129395, + "msecs": 652.6787281036377, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5207.712888717651, + "relativeCreated": 5216.4061069488525, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109831,8 +109894,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,122", - "created": 1610360730.1229246, + "asctime": "2021-01-11 11:37:34,652", + "created": 1610361454.6529443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109842,15 +109905,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 122.9245662689209, + "msecs": 652.9443264007568, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5207.949876785278, + "relativeCreated": 5216.671705245972, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109859,8 +109922,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,123", - "created": 1610360730.1230576, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.6530693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109870,15 +109933,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 123.05760383605957, + "msecs": 653.069257736206, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5208.082914352417, + "relativeCreated": 5216.796636581421, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109886,8 +109949,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,123", - "created": 1610360730.123249, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.653216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109897,15 +109960,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 123.24905395507812, + "msecs": 653.2158851623535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5208.274364471436, + "relativeCreated": 5216.943264007568, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109914,8 +109977,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,123", - "created": 1610360730.1233666, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.6533175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109925,15 +109988,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 123.3665943145752, + "msecs": 653.3174514770508, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5208.391904830933, + "relativeCreated": 5217.044830322266, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109941,8 +110004,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,123", - "created": 1610360730.123534, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.65347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109952,15 +110015,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 123.53396415710449, + "msecs": 653.4700393676758, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5208.559274673462, + "relativeCreated": 5217.197418212891, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109969,8 +110032,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,123", - "created": 1610360730.1236424, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.6535656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109980,15 +110043,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 123.6424446105957, + "msecs": 653.5656452178955, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5208.667755126953, + "relativeCreated": 5217.29302406311, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -109996,8 +110059,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,123", - "created": 1610360730.123788, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.6536975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110007,15 +110070,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 123.78811836242676, + "msecs": 653.6974906921387, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5208.813428878784, + "relativeCreated": 5217.4248695373535, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110024,8 +110087,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,123", - "created": 1610360730.1238937, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.6537929, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110035,15 +110098,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 123.89373779296875, + "msecs": 653.7928581237793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5208.919048309326, + "relativeCreated": 5217.520236968994, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110051,8 +110114,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,124", - "created": 1610360730.124032, + "asctime": "2021-01-11 11:37:34,653", + "created": 1610361454.6539178, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110062,15 +110125,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 124.03202056884766, + "msecs": 653.9177894592285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5209.057331085205, + "relativeCreated": 5217.645168304443, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110079,8 +110142,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,124", - "created": 1610360730.1241367, + "asctime": "2021-01-11 11:37:34,654", + "created": 1610361454.6540127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110090,24 +110153,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 124.13668632507324, + "msecs": 654.0126800537109, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5209.161996841431, + "relativeCreated": 5217.740058898926, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(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" + "(64): 62 31 64 35 63 37 65 38 37 65 32 31 32 37 61 66 62 32 31 30 61 61 36 64 32 39 38 33 32 35 66 63 33 62 64 36 39 64 34 61 61 34 39 33 61 37 62 38 30 34 33 38 33 30 63 66 36 37 39 36 34 39 61 64" ], - "asctime": "2021-01-11 11:25:30,124", - "created": 1610360730.1244044, + "asctime": "2021-01-11 11:37:34,654", + "created": 1610361454.6542623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110115,26 +110178,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 62 31 64 35 63 37 65 38 37 65 32 31 32 37 61 66 62 32 31 30 61 61 36 64 32 39 38 33 32 35 66 63 33 62 64 36 39 64 34 61 61 34 39 33 61 37 62 38 30 34 33 38 33 30 63 66 36 37 39 36 34 39 61 64", "module": "__init__", - "msecs": 124.4044303894043, + "msecs": 654.2623043060303, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5209.429740905762, + "relativeCreated": 5217.989683151245, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(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" + "(64): 62 31 64 35 63 37 65 38 37 65 32 31 32 37 61 66 62 32 31 30 61 61 36 64 32 39 38 33 32 35 66 63 33 62 64 36 39 64 34 61 61 34 39 33 61 37 62 38 30 34 33 38 33 30 63 66 36 37 39 36 34 39 61 64" ], - "asctime": "2021-01-11 11:25:30,132", - "created": 1610360730.1328292, + "asctime": "2021-01-11 11:37:34,662", + "created": 1610361454.6625805, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110142,26 +110205,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 62 31 64 35 63 37 65 38 37 65 32 31 32 37 61 66 62 32 31 30 61 61 36 64 32 39 38 33 32 35 66 63 33 62 64 36 39 64 34 61 61 34 39 33 61 37 62 38 30 34 33 38 33 30 63 66 36 37 39 36 34 39 61 64", "module": "__init__", - "msecs": 132.8291893005371, + "msecs": 662.5804901123047, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5217.8544998168945, + "relativeCreated": 5226.3078689575195, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(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" + "(64): 35 31 35 64 35 37 30 61 35 62 39 66 33 30 64 66 32 61 63 66 64 66 34 63 64 30 36 62 61 33 35 62 62 36 37 62 35 32 30 63 34 65 38 36 65 63 62 36 30 39 63 39 64 61 30 35 65 63 32 35 22 7d 60 62" ], - "asctime": "2021-01-11 11:25:30,133", - "created": 1610360730.133592, + "asctime": "2021-01-11 11:37:34,663", + "created": 1610361454.6631439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110169,26 +110232,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 35 31 35 64 35 37 30 61 35 62 39 66 33 30 64 66 32 61 63 66 64 66 34 63 64 30 36 62 61 33 35 62 62 36 37 62 35 32 30 63 34 65 38 36 65 63 62 36 30 39 63 39 64 61 30 35 65 63 32 35 22 7d 60 62", "module": "__init__", - "msecs": 133.591890335083, + "msecs": 663.1438732147217, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5218.61720085144, + "relativeCreated": 5226.8712520599365, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(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" + "(64): 35 31 35 64 35 37 30 61 35 62 39 66 33 30 64 66 32 61 63 66 64 66 34 63 64 30 36 62 61 33 35 62 62 36 37 62 35 32 30 63 34 65 38 36 65 63 62 36 30 39 63 39 64 61 30 35 65 63 32 35 22 7d 60 62" ], - "asctime": "2021-01-11 11:25:30,142", - "created": 1610360730.1420116, + "asctime": "2021-01-11 11:37:34,671", + "created": 1610361454.6714814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110196,26 +110259,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 35 31 35 64 35 37 30 61 35 62 39 66 33 30 64 66 32 61 63 66 64 66 34 63 64 30 36 62 61 33 35 62 62 36 37 62 35 32 30 63 34 65 38 36 65 63 62 36 30 39 63 39 64 61 30 35 65 63 32 35 22 7d 60 62", "module": "__init__", - "msecs": 142.0116424560547, + "msecs": 671.4813709259033, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5227.036952972412, + "relativeCreated": 5235.208749771118, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(4): 9a 39 3a 3e" + "(4): 1e 87 3a 3e" ], - "asctime": "2021-01-11 11:25:30,142", - "created": 1610360730.1426663, + "asctime": "2021-01-11 11:37:34,671", + "created": 1610361454.6719503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110223,26 +110286,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 9a 39 3a 3e", + "message": "comm-client: TX -> (4): 1e 87 3a 3e", "module": "__init__", - "msecs": 142.66633987426758, + "msecs": 671.9503402709961, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5227.691650390625, + "relativeCreated": 5235.677719116211, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(4): 9a 39 3a 3e" + "(4): 1e 87 3a 3e" ], - "asctime": "2021-01-11 11:25:30,143", - "created": 1610360730.143498, + "asctime": "2021-01-11 11:37:34,672", + "created": 1610361454.672718, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110250,17 +110313,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 9a 39 3a 3e", + "message": "comm-server: RX <- (4): 1e 87 3a 3e", "module": "__init__", - "msecs": 143.49794387817383, + "msecs": 672.7180480957031, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5228.523254394531, + "relativeCreated": 5236.445426940918, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110268,8 +110331,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,143", - "created": 1610360730.1437347, + "asctime": "2021-01-11 11:37:34,672", + "created": 1610361454.6729202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110279,15 +110342,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 143.73469352722168, + "msecs": 672.9202270507812, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5228.760004043579, + "relativeCreated": 5236.647605895996, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110296,8 +110359,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,143", - "created": 1610360730.143889, + "asctime": "2021-01-11 11:37:34,673", + "created": 1610361454.673043, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110307,24 +110370,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": 143.8889503479004, + "msecs": 673.0430126190186, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5228.914260864258, + "relativeCreated": 5236.770391464233, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "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 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" + "(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 61 31 32 32 62 31 64 35 63 37 65 38 37 65 32 31 32 37 61 66 62 32 31 30 61 61 36 64 32 39 38 33 32 35 66 63 33 62 64 36 39 64 34 61 61 34 39 33 61 37 62 38 30 34 33 38 33 30 63 66 36 37 39 36 34 39 61 64 35 31 35 64 35 37 30 61 35 62 39 66 33 30 64 66 32 61 63 66 64 66 34 63 64 30 36 62 61 33 35 62 62 36 37 62 35 32 30 63 34 65 38 36 65 63 62 36 30 39 63 39 64 61 30 35 65 63 32 35 22 7d 60 62 1e 87" ], - "asctime": "2021-01-11 11:25:30,144", - "created": 1610360730.1442819, + "asctime": "2021-01-11 11:37:34,673", + "created": 1610361454.6733816, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110332,17 +110395,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 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", + "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 61 31 32 32 62 31 64 35 63 37 65 38 37 65 32 31 32 37 61 66 62 32 31 30 61 61 36 64 32 39 38 33 32 35 66 63 33 62 64 36 39 64 34 61 61 34 39 33 61 37 62 38 30 34 33 38 33 30 63 66 36 37 39 36 34 39 61 64 35 31 35 64 35 37 30 61 35 62 39 66 33 30 64 66 32 61 63 66 64 66 34 63 64 30 36 62 61 33 35 62 62 36 37 62 35 32 30 63 34 65 38 36 65 63 62 36 30 39 63 39 64 61 30 35 65 63 32 35 22 7d 60 62 1e 87", "module": "stp", - "msecs": 144.28186416625977, + "msecs": 673.3815670013428, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5229.307174682617, + "relativeCreated": 5237.108945846558, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110351,10 +110414,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'" + "'a122b1d5c7e87e2127afb210aa6d298325fc3bd69d4aa493a7b8043830cf679649ad515d570a5b9f30df2acfdf4cd06ba35bb67b520c4e86ecb609c9da05ec25'" ], - "asctime": "2021-01-11 11:25:30,144", - "created": 1610360730.1446228, + "asctime": "2021-01-11 11:37:34,673", + "created": 1610361454.673675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110362,17 +110425,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'a122b1d5c7e87e2127afb210aa6d298325fc3bd69d4aa493a7b8043830cf679649ad515d570a5b9f30df2acfdf4cd06ba35bb67b520c4e86ecb609c9da05ec25'\"", "module": "__init__", - "msecs": 144.622802734375, + "msecs": 673.6750602722168, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5229.648113250732, + "relativeCreated": 5237.402439117432, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110380,26 +110443,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:30,144", - "created": 1610360730.1448228, + "asctime": "2021-01-11 11:37:34,673", + "created": 1610361454.6738122, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 144.8228359222412, + "msecs": 673.8121509552002, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5229.848146438599, + "relativeCreated": 5237.539529800415, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110410,8 +110473,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:30,145", - "created": 1610360730.1450899, + "asctime": "2021-01-11 11:37:34,674", + "created": 1610361454.6740162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110421,15 +110484,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 145.08986473083496, + "msecs": 674.0162372589111, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5230.115175247192, + "relativeCreated": 5237.743616104126, "stack_info": null, - "thread": 140654172681984, + "thread": 139977002313472, "threadName": "Thread-7" }, { @@ -110437,8 +110500,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 11:25:30,145", - "created": 1610360730.1458106, + "asctime": "2021-01-11 11:37:34,674", + "created": 1610361454.6745903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110448,15 +110511,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": 145.81060409545898, + "msecs": 674.5903491973877, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5230.835914611816, + "relativeCreated": 5238.3177280426025, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110464,8 +110527,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 11:25:30,154", - "created": 1610360730.1542392, + "asctime": "2021-01-11 11:37:34,683", + "created": 1610361454.6830156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110475,15 +110538,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": 154.23917770385742, + "msecs": 683.0155849456787, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5239.264488220215, + "relativeCreated": 5246.742963790894, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110491,8 +110554,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,154", - "created": 1610360730.1545012, + "asctime": "2021-01-11 11:37:34,683", + "created": 1610361454.6832776, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110502,15 +110565,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 154.50119972229004, + "msecs": 683.2776069641113, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5239.5265102386475, + "relativeCreated": 5247.004985809326, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110519,8 +110582,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,154", - "created": 1610360730.154651, + "asctime": "2021-01-11 11:37:34,683", + "created": 1610361454.6834242, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110530,15 +110593,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 154.65092658996582, + "msecs": 683.4242343902588, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5239.676237106323, + "relativeCreated": 5247.151613235474, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110546,8 +110609,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,154", - "created": 1610360730.1549327, + "asctime": "2021-01-11 11:37:34,683", + "created": 1610361454.6836038, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110557,15 +110620,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 154.93273735046387, + "msecs": 683.6037635803223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5239.958047866821, + "relativeCreated": 5247.331142425537, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110574,8 +110637,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,155", - "created": 1610360730.1550727, + "asctime": "2021-01-11 11:37:34,683", + "created": 1610361454.6837564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110585,15 +110648,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.07268905639648, + "msecs": 683.7563514709473, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5240.097999572754, + "relativeCreated": 5247.483730316162, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110601,8 +110664,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,155", - "created": 1610360730.155258, + "asctime": "2021-01-11 11:37:34,683", + "created": 1610361454.6839378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110612,15 +110675,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 155.2579402923584, + "msecs": 683.9377880096436, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5240.283250808716, + "relativeCreated": 5247.665166854858, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110629,8 +110692,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,155", - "created": 1610360730.1553807, + "asctime": "2021-01-11 11:37:34,684", + "created": 1610361454.684056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110640,15 +110703,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.3807258605957, + "msecs": 684.0560436248779, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5240.406036376953, + "relativeCreated": 5247.783422470093, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110656,8 +110719,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,155", - "created": 1610360730.1555443, + "asctime": "2021-01-11 11:37:34,684", + "created": 1610361454.684218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110667,15 +110730,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 155.54428100585938, + "msecs": 684.2179298400879, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5240.569591522217, + "relativeCreated": 5247.945308685303, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110684,8 +110747,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,155", - "created": 1610360730.1556883, + "asctime": "2021-01-11 11:37:34,684", + "created": 1610361454.684334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110695,15 +110758,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.68828582763672, + "msecs": 684.3340396881104, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5240.713596343994, + "relativeCreated": 5248.061418533325, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110711,8 +110774,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,155", - "created": 1610360730.1558506, + "asctime": "2021-01-11 11:37:34,684", + "created": 1610361454.684489, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110722,15 +110785,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 155.85064888000488, + "msecs": 684.4890117645264, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5240.875959396362, + "relativeCreated": 5248.216390609741, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110739,8 +110802,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,155", - "created": 1610360730.15597, + "asctime": "2021-01-11 11:37:34,684", + "created": 1610361454.6846058, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110750,15 +110813,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.97009658813477, + "msecs": 684.6058368682861, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5240.995407104492, + "relativeCreated": 5248.333215713501, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110766,8 +110829,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:30,156", - "created": 1610360730.1561873, + "asctime": "2021-01-11 11:37:34,684", + "created": 1610361454.6848564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110777,15 +110840,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 156.1872959136963, + "msecs": 684.8564147949219, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5241.212606430054, + "relativeCreated": 5248.583793640137, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110793,8 +110856,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:30,157", - "created": 1610360730.1572213, + "asctime": "2021-01-11 11:37:34,685", + "created": 1610361454.6859667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110804,15 +110867,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 157.22131729125977, + "msecs": 685.9667301177979, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5242.246627807617, + "relativeCreated": 5249.694108963013, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110820,8 +110883,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,157", - "created": 1610360730.157496, + "asctime": "2021-01-11 11:37:34,686", + "created": 1610361454.6863236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110831,15 +110894,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.49597549438477, + "msecs": 686.3236427307129, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5242.521286010742, + "relativeCreated": 5250.051021575928, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110848,8 +110911,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,157", - "created": 1610360730.1576836, + "asctime": "2021-01-11 11:37:34,686", + "created": 1610361454.6864967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110859,15 +110922,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": 157.6836109161377, + "msecs": 686.4967346191406, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5242.708921432495, + "relativeCreated": 5250.2241134643555, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110875,8 +110938,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 11:25:30,157", - "created": 1610360730.157904, + "asctime": "2021-01-11 11:37:34,686", + "created": 1610361454.6867573, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110886,15 +110949,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": 157.90390968322754, + "msecs": 686.7573261260986, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5242.929220199585, + "relativeCreated": 5250.4847049713135, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110905,8 +110968,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:30,158", - "created": 1610360730.158233, + "asctime": "2021-01-11 11:37:34,687", + "created": 1610361454.6871486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110916,15 +110979,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 158.2329273223877, + "msecs": 687.1485710144043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5243.258237838745, + "relativeCreated": 5250.875949859619, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { @@ -110932,8 +110995,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:30,158", - "created": 1610360730.1583974, + "asctime": "2021-01-11 11:37:34,687", + "created": 1610361454.6873343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110943,23 +111006,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 158.39743614196777, + "msecs": 687.3342990875244, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5243.422746658325, + "relativeCreated": 5251.061677932739, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:30,158", - "created": 1610360730.158532, + "asctime": "2021-01-11 11:37:34,687", + "created": 1610361454.6874986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110969,37 +111032,37 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 158.53190422058105, + "msecs": 687.4985694885254, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5243.5572147369385, + "relativeCreated": 5251.22594833374, "stack_info": null, - "thread": 140654164289280, + "thread": 139976993920768, "threadName": "Thread-8" } ], - "msecs": 405.89189529418945, + "msecs": 937.4611377716064, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5490.917205810547, + "relativeCreated": 5501.188516616821, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.2473599910736084 + "time_consumption": 0.24996256828308105 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:30,406", - "created": 1610360730.4065843, + "asctime": "2021-01-11 11:37:34,938", + "created": 1610361454.9383667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111016,8 +111079,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:30,406", - "created": 1610360730.4063828, + "asctime": "2021-01-11 11:37:34,938", + "created": 1610361454.9380322, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111027,15 +111090,15 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 406.38279914855957, + "msecs": 938.0321502685547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5491.408109664917, + "relativeCreated": 5501.7595291137695, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111044,8 +111107,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:30,406", - "created": 1610360730.406497, + "asctime": "2021-01-11 11:37:34,938", + "created": 1610361454.938224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111055,37 +111118,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 406.4970016479492, + "msecs": 938.2240772247314, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5491.522312164307, + "relativeCreated": 5501.951456069946, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 406.5842628479004, + "msecs": 938.3666515350342, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5491.609573364258, + "relativeCreated": 5502.094030380249, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 8.726119995117188e-05 + "time_consumption": 0.00014257431030273438 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:30,406", - "created": 1610360730.4068847, + "asctime": "2021-01-11 11:37:34,938", + "created": 1610361454.9388297, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111102,8 +111165,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:30,406", - "created": 1610360730.4067154, + "asctime": "2021-01-11 11:37:34,938", + "created": 1610361454.9385743, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111113,15 +111176,15 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 406.71539306640625, + "msecs": 938.5743141174316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5491.740703582764, + "relativeCreated": 5502.3016929626465, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111130,8 +111193,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:30,406", - "created": 1610360730.4067965, + "asctime": "2021-01-11 11:37:34,938", + "created": 1610361454.938699, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111141,41 +111204,41 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 406.7964553833008, + "msecs": 938.6990070343018, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5491.821765899658, + "relativeCreated": 5502.426385879517, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 406.88467025756836, + "msecs": 938.8296604156494, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5491.909980773926, + "relativeCreated": 5502.557039260864, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 8.821487426757812e-05 + "time_consumption": 0.00013065338134765625 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 2.707425355911255, - "time_finished": "2021-01-11 11:25:30,406", - "time_start": "2021-01-11 11:25:27,699" + "time_consumption": 2.7034590244293213, + "time_finished": "2021-01-11 11:37:34,938", + "time_start": "2021-01-11 11:37:32,235" }, "_7izDUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0220177, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5510361, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111186,21 +111249,21 @@ "message": "_7izDUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 22.017717361450195, + "msecs": 551.0361194610596, "msg": "_7izDUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.04302787780762, + "relativeCreated": 114.76349830627441, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0220904, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5511081, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111211,15 +111274,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 22.090435028076172, + "msecs": 551.1081218719482, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.1157455444336, + "relativeCreated": 114.83550071716309, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111227,8 +111290,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0222182, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.551233, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111245,8 +111308,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0221493, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.551165, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111256,15 +111319,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": 22.149324417114258, + "msecs": 551.1651039123535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.17463493347168, + "relativeCreated": 114.89248275756836, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111272,8 +111335,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0221856, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5512006, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111283,36 +111346,36 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 22.185564041137695, + "msecs": 551.2006282806396, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.21087455749512, + "relativeCreated": 114.92800712585449, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 22.21822738647461, + "msecs": 551.2330532073975, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.24353790283203, + "relativeCreated": 114.9604320526123, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.266334533691406e-05 + "time_consumption": 3.24249267578125e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0222783, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.551292, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111323,15 +111386,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 22.278308868408203, + "msecs": 551.2919425964355, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.30361938476562, + "relativeCreated": 115.01932144165039, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111339,8 +111402,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0224051, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.551417, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111357,8 +111420,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0223324, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5513456, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111368,15 +111431,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": 22.332429885864258, + "msecs": 551.3455867767334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.35774040222168, + "relativeCreated": 115.07296562194824, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111384,8 +111447,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0223703, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5513802, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111395,37 +111458,37 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 22.370338439941406, + "msecs": 551.3801574707031, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.39564895629883, + "relativeCreated": 115.10753631591797, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 22.405147552490234, + "msecs": 551.4171123504639, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.43045806884766, + "relativeCreated": 115.14449119567871, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'SID'", "" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0225315, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.551542, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111442,8 +111505,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0224626, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.5514739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111453,15 +111516,15 @@ "lineno": 22, "message": "Result (Content in message object for service_id): 'SID' ()", "module": "test", - "msecs": 22.46260643005371, + "msecs": 551.47385597229, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.48791694641113, + "relativeCreated": 115.20123481750488, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111470,8 +111533,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 11:25:25,022", - "created": 1610360725.0224967, + "asctime": "2021-01-11 11:37:29,551", + "created": 1610361449.551508, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111481,41 +111544,41 @@ "lineno": 26, "message": "Expectation (Content in message object for service_id): result = 'SID' ()", "module": "test", - "msecs": 22.496700286865234, + "msecs": 551.5079498291016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.52201080322266, + "relativeCreated": 115.2353286743164, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 22.531509399414062, + "msecs": 551.5420436859131, "msg": "Content in message object for service_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 107.55681991577148, + "relativeCreated": 115.26942253112793, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 3.409385681152344e-05 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0005137920379638672, - "time_finished": "2021-01-11 11:25:25,022", - "time_start": "2021-01-11 11:25:25,022" + "time_consumption": 0.0005059242248535156, + "time_finished": "2021-01-11 11:37:29,551", + "time_start": "2021-01-11 11:37:29,551" }, "_AlIUwEzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0232763, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5522392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111526,21 +111589,21 @@ "message": "_AlIUwEzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 23.276329040527344, + "msecs": 552.239179611206, "msg": "_AlIUwEzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.30163955688477, + "relativeCreated": 115.9665584564209, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0233407, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5523024, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111551,15 +111614,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 23.340702056884766, + "msecs": 552.302360534668, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.36601257324219, + "relativeCreated": 116.02973937988281, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111567,8 +111630,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0234632, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5524318, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111585,8 +111648,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0233965, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5523598, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111596,15 +111659,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": 23.39649200439453, + "msecs": 552.3598194122314, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.42180252075195, + "relativeCreated": 116.08719825744629, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111612,8 +111675,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.023431, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5523944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111623,36 +111686,36 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 23.431062698364258, + "msecs": 552.3943901062012, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.45637321472168, + "relativeCreated": 116.12176895141602, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 23.46324920654297, + "msecs": 552.4318218231201, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.48855972290039, + "relativeCreated": 116.15920066833496, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.218650817871094e-05 + "time_consumption": 3.743171691894531e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0235221, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5524905, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111663,15 +111726,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 23.522138595581055, + "msecs": 552.4904727935791, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.54744911193848, + "relativeCreated": 116.21785163879395, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111679,8 +111742,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0236442, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.552611, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111697,8 +111760,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0235786, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.552546, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111708,15 +111771,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": 23.578643798828125, + "msecs": 552.5460243225098, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.60395431518555, + "relativeCreated": 116.27340316772461, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111724,8 +111787,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0236127, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5525796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111735,27 +111798,27 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 23.61273765563965, + "msecs": 552.5796413421631, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.63804817199707, + "relativeCreated": 116.30702018737793, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 23.644208908081055, + "msecs": 552.6111125946045, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.66951942443848, + "relativeCreated": 116.33849143981934, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 3.147125244140625e-05 }, @@ -111764,8 +111827,8 @@ "'D'", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0237756, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.552734, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111782,8 +111845,8 @@ "'D'", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0237067, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5526667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111793,15 +111856,15 @@ "lineno": 22, "message": "Result (Content in message object for data): 'D' ()", "module": "test", - "msecs": 23.706674575805664, + "msecs": 552.6666641235352, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.73198509216309, + "relativeCreated": 116.39404296875, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111810,8 +111873,8 @@ "'D'", "" ], - "asctime": "2021-01-11 11:25:25,023", - "created": 1610360725.0237412, + "asctime": "2021-01-11 11:37:29,552", + "created": 1610361449.5527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111821,41 +111884,41 @@ "lineno": 26, "message": "Expectation (Content in message object for data): result = 'D' ()", "module": "test", - "msecs": 23.74124526977539, + "msecs": 552.7000427246094, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.76655578613281, + "relativeCreated": 116.42742156982422, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 23.775577545166016, + "msecs": 552.7338981628418, "msg": "Content in message object for data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 108.80088806152344, + "relativeCreated": 116.46127700805664, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.4332275390625e-05 + "time_consumption": 3.3855438232421875e-05 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0004992485046386719, - "time_finished": "2021-01-11 11:25:25,023", - "time_start": "2021-01-11 11:25:25,023" + "time_consumption": 0.0004947185516357422, + "time_finished": "2021-01-11 11:37:29,552", + "time_start": "2021-01-11 11:37:29,552" }, "_CZeooE0YEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:32,381", - "created": 1610360732.3814092, + "asctime": "2021-01-11 11:37:36,915", + "created": 1610361456.915855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111866,19 +111929,19 @@ "message": "_CZeooE0YEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 381.4091682434082, + "msecs": 915.8549308776855, "msg": "_CZeooE0YEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7466.434478759766, + "relativeCreated": 7479.5823097229, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:32,390", - "created": 1610360732.390401, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.9245584, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -111893,8 +111956,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:32,382", - "created": 1610360732.3824205, + "asctime": "2021-01-11 11:37:36,916", + "created": 1610361456.9168122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111904,23 +111967,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 382.42053985595703, + "msecs": 916.8121814727783, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7467.445850372314, + "relativeCreated": 7480.539560317993, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:32,383", - "created": 1610360732.383302, + "asctime": "2021-01-11 11:37:36,917", + "created": 1610361456.9176989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111930,23 +111993,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 383.3019733428955, + "msecs": 917.698860168457, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7468.327283859253, + "relativeCreated": 7481.426239013672, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:32,383", - "created": 1610360732.383528, + "asctime": "2021-01-11 11:37:36,917", + "created": 1610361456.9179525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111956,23 +112019,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 383.5279941558838, + "msecs": 917.9525375366211, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7468.553304672241, + "relativeCreated": 7481.679916381836, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:32,383", - "created": 1610360732.3838594, + "asctime": "2021-01-11 11:37:36,918", + "created": 1610361456.9182806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111982,15 +112045,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 383.85939598083496, + "msecs": 918.2806015014648, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7468.884706497192, + "relativeCreated": 7482.00798034668, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -111999,26 +112062,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:32,384", - "created": 1610360732.3840404, + "asctime": "2021-01-11 11:37:36,918", + "created": 1610361456.9184594, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 384.04035568237305, + "msecs": 918.459415435791, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7469.0656661987305, + "relativeCreated": 7482.186794281006, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112026,26 +112089,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:32,384", - "created": 1610360732.3842576, + "asctime": "2021-01-11 11:37:36,918", + "created": 1610361456.9186912, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 384.25755500793457, + "msecs": 918.6911582946777, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7469.282865524292, + "relativeCreated": 7482.418537139893, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112053,26 +112116,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:32,384", - "created": 1610360732.384413, + "asctime": "2021-01-11 11:37:36,918", + "created": 1610361456.918847, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 384.4130039215088, + "msecs": 918.8470840454102, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7469.438314437866, + "relativeCreated": 7482.574462890625, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112080,26 +112143,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:32,384", - "created": 1610360732.384558, + "asctime": "2021-01-11 11:37:36,918", + "created": 1610361456.9189909, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 384.55796241760254, + "msecs": 918.9908504486084, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7469.58327293396, + "relativeCreated": 7482.718229293823, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112107,26 +112170,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:32,384", - "created": 1610360732.3847132, + "asctime": "2021-01-11 11:37:36,919", + "created": 1610361456.9191296, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 384.71317291259766, + "msecs": 919.1296100616455, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7469.738483428955, + "relativeCreated": 7482.85698890686, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112136,8 +112199,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:32,384", - "created": 1610360732.3849592, + "asctime": "2021-01-11 11:37:36,919", + "created": 1610361456.919282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112147,15 +112210,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 384.95922088623047, + "msecs": 919.2819595336914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7469.984531402588, + "relativeCreated": 7483.009338378906, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112165,8 +112228,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:32,385", - "created": 1610360732.385125, + "asctime": "2021-01-11 11:37:36,919", + "created": 1610361456.919439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112176,15 +112239,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 385.12492179870605, + "msecs": 919.4390773773193, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7470.1502323150635, + "relativeCreated": 7483.166456222534, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112194,8 +112257,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:32,385", - "created": 1610360732.3852813, + "asctime": "2021-01-11 11:37:36,919", + "created": 1610361456.919591, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112205,15 +112268,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 385.2813243865967, + "msecs": 919.590950012207, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7470.306634902954, + "relativeCreated": 7483.318328857422, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112223,8 +112286,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:32,385", - "created": 1610360732.3854349, + "asctime": "2021-01-11 11:37:36,919", + "created": 1610361456.9197404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112234,23 +112297,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 385.4348659515381, + "msecs": 919.7404384613037, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7470.4601764678955, + "relativeCreated": 7483.467817306519, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:32,385", - "created": 1610360732.38557, + "asctime": "2021-01-11 11:37:36,919", + "created": 1610361456.919873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112260,15 +112323,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 385.5700492858887, + "msecs": 919.8729991912842, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7470.595359802246, + "relativeCreated": 7483.600378036499, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112277,26 +112340,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:32,385", - "created": 1610360732.3857448, + "asctime": "2021-01-11 11:37:36,920", + "created": 1610361456.9200225, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 385.7448101043701, + "msecs": 920.0224876403809, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7470.7701206207275, + "relativeCreated": 7483.749866485596, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112304,26 +112367,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:32,385", - "created": 1610360732.3859136, + "asctime": "2021-01-11 11:37:36,920", + "created": 1610361456.9201832, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 385.913610458374, + "msecs": 920.1831817626953, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7470.938920974731, + "relativeCreated": 7483.91056060791, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112331,26 +112394,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:32,386", - "created": 1610360732.3860576, + "asctime": "2021-01-11 11:37:36,920", + "created": 1610361456.9203362, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 386.05761528015137, + "msecs": 920.3362464904785, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7471.082925796509, + "relativeCreated": 7484.063625335693, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112360,8 +112423,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:32,386", - "created": 1610360732.3862116, + "asctime": "2021-01-11 11:37:36,920", + "created": 1610361456.9204836, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112371,15 +112434,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 386.211633682251, + "msecs": 920.4835891723633, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7471.236944198608, + "relativeCreated": 7484.210968017578, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112389,8 +112452,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:32,386", - "created": 1610360732.3863637, + "asctime": "2021-01-11 11:37:36,920", + "created": 1610361456.920635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112400,15 +112463,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 386.3637447357178, + "msecs": 920.6349849700928, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7471.389055252075, + "relativeCreated": 7484.362363815308, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112417,26 +112480,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:32,386", - "created": 1610360732.386524, + "asctime": "2021-01-11 11:37:36,920", + "created": 1610361456.920808, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 386.523962020874, + "msecs": 920.8080768585205, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7471.549272537231, + "relativeCreated": 7484.535455703735, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112445,26 +112508,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:32,386", - "created": 1610360732.3866603, + "asctime": "2021-01-11 11:37:36,920", + "created": 1610361456.9209738, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 386.6603374481201, + "msecs": 920.9737777709961, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7471.6856479644775, + "relativeCreated": 7484.701156616211, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112473,34 +112536,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:32,386", - "created": 1610360732.386827, + "asctime": "2021-01-11 11:37:36,921", + "created": 1610361456.9211113, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 386.8269920349121, + "msecs": 921.1113452911377, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7471.8523025512695, + "relativeCreated": 7484.8387241363525, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:32,386", - "created": 1610360732.3869793, + "asctime": "2021-01-11 11:37:36,921", + "created": 1610361456.9212484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112510,23 +112573,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 386.979341506958, + "msecs": 921.2484359741211, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7472.004652023315, + "relativeCreated": 7484.975814819336, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:32,387", - "created": 1610360732.3872662, + "asctime": "2021-01-11 11:37:36,921", + "created": 1610361456.9215226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112536,15 +112599,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 387.2661590576172, + "msecs": 921.5226173400879, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7472.291469573975, + "relativeCreated": 7485.249996185303, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112553,26 +112616,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:32,387", - "created": 1610360732.3874736, + "asctime": "2021-01-11 11:37:36,921", + "created": 1610361456.921674, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 387.47358322143555, + "msecs": 921.6740131378174, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7472.498893737793, + "relativeCreated": 7485.401391983032, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112580,26 +112643,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:32,387", - "created": 1610360732.387682, + "asctime": "2021-01-11 11:37:36,921", + "created": 1610361456.9218805, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 387.6819610595703, + "msecs": 921.8804836273193, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7472.707271575928, + "relativeCreated": 7485.607862472534, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112607,26 +112670,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:32,387", - "created": 1610360732.387834, + "asctime": "2021-01-11 11:37:36,922", + "created": 1610361456.922034, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 387.8340721130371, + "msecs": 922.0340251922607, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7472.8593826293945, + "relativeCreated": 7485.761404037476, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112634,26 +112697,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:32,387", - "created": 1610360732.387989, + "asctime": "2021-01-11 11:37:36,922", + "created": 1610361456.9221954, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 387.9890441894531, + "msecs": 922.1954345703125, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7473.014354705811, + "relativeCreated": 7485.922813415527, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112661,26 +112724,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:32,388", - "created": 1610360732.3881302, + "asctime": "2021-01-11 11:37:36,922", + "created": 1610361456.9223342, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 388.13018798828125, + "msecs": 922.3341941833496, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7473.155498504639, + "relativeCreated": 7486.061573028564, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112690,8 +112753,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:32,388", - "created": 1610360732.3882804, + "asctime": "2021-01-11 11:37:36,922", + "created": 1610361456.9224803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112701,15 +112764,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 388.28039169311523, + "msecs": 922.4803447723389, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7473.305702209473, + "relativeCreated": 7486.207723617554, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112719,8 +112782,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:32,388", - "created": 1610360732.388444, + "asctime": "2021-01-11 11:37:36,922", + "created": 1610361456.9226332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112730,15 +112793,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 388.4439468383789, + "msecs": 922.633171081543, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7473.469257354736, + "relativeCreated": 7486.360549926758, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112748,8 +112811,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:32,388", - "created": 1610360732.3886104, + "asctime": "2021-01-11 11:37:36,922", + "created": 1610361456.9227822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112759,15 +112822,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 388.6103630065918, + "msecs": 922.7821826934814, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7473.635673522949, + "relativeCreated": 7486.509561538696, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112777,8 +112840,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:32,388", - "created": 1610360732.3887906, + "asctime": "2021-01-11 11:37:36,922", + "created": 1610361456.9229283, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112788,23 +112851,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 388.7906074523926, + "msecs": 922.9283332824707, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7473.81591796875, + "relativeCreated": 7486.655712127686, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:32,388", - "created": 1610360732.3889296, + "asctime": "2021-01-11 11:37:36,923", + "created": 1610361456.9230595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112814,15 +112877,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 388.9296054840088, + "msecs": 923.0594635009766, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7473.954916000366, + "relativeCreated": 7486.786842346191, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112831,26 +112894,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:32,389", - "created": 1610360732.3890922, + "asctime": "2021-01-11 11:37:36,923", + "created": 1610361456.923217, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 389.09220695495605, + "msecs": 923.2170581817627, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7474.1175174713135, + "relativeCreated": 7486.9444370269775, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112858,26 +112921,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:32,389", - "created": 1610360732.3892555, + "asctime": "2021-01-11 11:37:36,923", + "created": 1610361456.9233763, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 389.2555236816406, + "msecs": 923.3763217926025, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7474.280834197998, + "relativeCreated": 7487.103700637817, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112885,26 +112948,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:32,389", - "created": 1610360732.3894, + "asctime": "2021-01-11 11:37:36,923", + "created": 1610361456.923518, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 389.4000053405762, + "msecs": 923.5179424285889, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7474.425315856934, + "relativeCreated": 7487.245321273804, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112914,8 +112977,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:32,389", - "created": 1610360732.3895457, + "asctime": "2021-01-11 11:37:36,923", + "created": 1610361456.923663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112925,15 +112988,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 389.5456790924072, + "msecs": 923.6629009246826, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7474.570989608765, + "relativeCreated": 7487.3902797698975, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112943,8 +113006,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:32,389", - "created": 1610360732.3896964, + "asctime": "2021-01-11 11:37:36,923", + "created": 1610361456.9238605, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112954,15 +113017,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 389.6963596343994, + "msecs": 923.8605499267578, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7474.721670150757, + "relativeCreated": 7487.587928771973, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112971,26 +113034,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:32,389", - "created": 1610360732.3898416, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.9240084, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 389.84155654907227, + "msecs": 924.0083694458008, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7474.86686706543, + "relativeCreated": 7487.735748291016, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -112999,26 +113062,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:32,389", - "created": 1610360732.3899791, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.924143, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 389.97912406921387, + "msecs": 924.1430759429932, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7475.004434585571, + "relativeCreated": 7487.870454788208, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -113027,34 +113090,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:32,390", - "created": 1610360732.390126, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.924291, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 390.12598991394043, + "msecs": 924.2908954620361, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7475.151300430298, + "relativeCreated": 7488.018274307251, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:32,390", - "created": 1610360732.3902614, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.9244301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113064,34 +113127,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 390.2614116668701, + "msecs": 924.4301319122314, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7475.2867221832275, + "relativeCreated": 7488.157510757446, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 390.40088653564453, + "msecs": 924.5584011077881, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7475.426197052002, + "relativeCreated": 7488.285779953003, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013947486877441406 + "time_consumption": 0.00012826919555664062 }, { "args": [], - "asctime": "2021-01-11 11:25:32,735", - "created": 1610360732.735422, + "asctime": "2021-01-11 11:37:37,268", + "created": 1610361457.268527, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -113106,8 +113169,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:32,390", - "created": 1610360732.3907135, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.9248142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113117,23 +113180,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 390.7134532928467, + "msecs": 924.8142242431641, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7475.738763809204, + "relativeCreated": 7488.541603088379, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:32,390", - "created": 1610360732.3908572, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.9248588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113143,23 +113206,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 390.8572196960449, + "msecs": 924.858808517456, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7475.882530212402, + "relativeCreated": 7488.586187362671, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:32,391", - "created": 1610360732.3910038, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.9249136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113169,15 +113232,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 391.0038471221924, + "msecs": 924.9136447906494, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7476.02915763855, + "relativeCreated": 7488.641023635864, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -113188,8 +113251,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:32,391", - "created": 1610360732.3913107, + "asctime": "2021-01-11 11:37:36,924", + "created": 1610361456.9249918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113199,23 +113262,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 391.3106918334961, + "msecs": 924.9918460845947, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7476.3360023498535, + "relativeCreated": 7488.71922492981, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:32,392", - "created": 1610360732.3920455, + "asctime": "2021-01-11 11:37:36,925", + "created": 1610361456.9251792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113225,23 +113288,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 392.0454978942871, + "msecs": 925.1792430877686, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7477.0708084106445, + "relativeCreated": 7488.906621932983, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:32,392", - "created": 1610360732.3921132, + "asctime": "2021-01-11 11:37:36,925", + "created": 1610361456.9252298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113251,23 +113314,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 392.11320877075195, + "msecs": 925.2297878265381, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7477.138519287109, + "relativeCreated": 7488.957166671753, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:32,392", - "created": 1610360732.392164, + "asctime": "2021-01-11 11:37:36,925", + "created": 1610361456.9252741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113277,15 +113340,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 392.1639919281006, + "msecs": 925.274133682251, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7477.189302444458, + "relativeCreated": 7489.001512527466, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -113293,8 +113356,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 11:25:32,392", - "created": 1610360732.392316, + "asctime": "2021-01-11 11:37:36,925", + "created": 1610361456.9255016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113304,15 +113367,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": 392.3161029815674, + "msecs": 925.5015850067139, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7477.341413497925, + "relativeCreated": 7489.228963851929, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113320,8 +113383,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 11:25:32,400", - "created": 1610360732.4005227, + "asctime": "2021-01-11 11:37:36,933", + "created": 1610361456.933664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113331,15 +113394,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": 400.52270889282227, + "msecs": 933.664083480835, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7485.54801940918, + "relativeCreated": 7497.39146232605, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113347,8 +113410,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,400", - "created": 1610360732.4006371, + "asctime": "2021-01-11 11:37:36,933", + "created": 1610361456.9337819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113358,15 +113421,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 400.637149810791, + "msecs": 933.7818622589111, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7485.662460327148, + "relativeCreated": 7497.509241104126, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113375,8 +113438,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:32,400", - "created": 1610360732.4006884, + "asctime": "2021-01-11 11:37:36,933", + "created": 1610361456.933834, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113386,15 +113449,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.68840980529785, + "msecs": 933.8340759277344, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7485.713720321655, + "relativeCreated": 7497.561454772949, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113402,8 +113465,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,400", - "created": 1610360732.4007652, + "asctime": "2021-01-11 11:37:36,933", + "created": 1610361456.933897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113413,15 +113476,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.76518058776855, + "msecs": 933.8970184326172, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7485.790491104126, + "relativeCreated": 7497.624397277832, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113430,8 +113493,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,400", - "created": 1610360732.4008238, + "asctime": "2021-01-11 11:37:36,933", + "created": 1610361456.9339392, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113441,15 +113504,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.82383155822754, + "msecs": 933.9392185211182, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7485.849142074585, + "relativeCreated": 7497.666597366333, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113457,8 +113520,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,400", - "created": 1610360732.400896, + "asctime": "2021-01-11 11:37:36,933", + "created": 1610361456.9339995, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113468,15 +113531,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.8960723876953, + "msecs": 933.9995384216309, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7485.921382904053, + "relativeCreated": 7497.726917266846, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113485,8 +113548,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,400", - "created": 1610360732.4009418, + "asctime": "2021-01-11 11:37:36,934", + "created": 1610361456.9340532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113496,15 +113559,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.9418487548828, + "msecs": 934.0531826019287, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7485.96715927124, + "relativeCreated": 7497.780561447144, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113512,8 +113575,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,400", - "created": 1610360732.4009976, + "asctime": "2021-01-11 11:37:36,934", + "created": 1610361456.9341087, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113523,15 +113586,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.9976387023926, + "msecs": 934.1087341308594, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7486.02294921875, + "relativeCreated": 7497.836112976074, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113540,8 +113603,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,401", - "created": 1610360732.4010365, + "asctime": "2021-01-11 11:37:36,934", + "created": 1610361456.9341483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113551,15 +113614,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 401.03650093078613, + "msecs": 934.1483116149902, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7486.061811447144, + "relativeCreated": 7497.875690460205, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113567,8 +113630,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,401", - "created": 1610360732.4010894, + "asctime": "2021-01-11 11:37:36,934", + "created": 1610361456.9342012, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113578,15 +113641,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 401.0894298553467, + "msecs": 934.2012405395508, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7486.114740371704, + "relativeCreated": 7497.928619384766, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113595,8 +113658,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,401", - "created": 1610360732.4011288, + "asctime": "2021-01-11 11:37:36,934", + "created": 1610361456.9342415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113606,15 +113669,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 401.12876892089844, + "msecs": 934.241533279419, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7486.154079437256, + "relativeCreated": 7497.968912124634, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113622,8 +113685,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:32,401", - "created": 1610360732.401208, + "asctime": "2021-01-11 11:37:36,934", + "created": 1610361456.9343202, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113633,15 +113696,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 401.20792388916016, + "msecs": 934.3202114105225, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7486.233234405518, + "relativeCreated": 7498.047590255737, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113649,8 +113712,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:32,402", - "created": 1610360732.40215, + "asctime": "2021-01-11 11:37:36,935", + "created": 1610361456.9352694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113660,15 +113723,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 402.14991569519043, + "msecs": 935.2693557739258, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.175226211548, + "relativeCreated": 7498.996734619141, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113676,8 +113739,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,402", - "created": 1610360732.4022744, + "asctime": "2021-01-11 11:37:36,935", + "created": 1610361456.9353938, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113687,15 +113750,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 402.27437019348145, + "msecs": 935.3938102722168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.299680709839, + "relativeCreated": 7499.121189117432, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113704,8 +113767,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:32,402", - "created": 1610360732.4023354, + "asctime": "2021-01-11 11:37:36,935", + "created": 1610361456.9354455, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113715,15 +113778,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": 402.33540534973145, + "msecs": 935.4455471038818, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.360715866089, + "relativeCreated": 7499.172925949097, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113731,8 +113794,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 11:25:32,402", - "created": 1610360732.4024127, + "asctime": "2021-01-11 11:37:36,935", + "created": 1610361456.9355226, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113742,15 +113805,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": 402.41265296936035, + "msecs": 935.5225563049316, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.437963485718, + "relativeCreated": 7499.2499351501465, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113761,8 +113824,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:32,402", - "created": 1610360732.402542, + "asctime": "2021-01-11 11:37:36,935", + "created": 1610361456.9356675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113772,15 +113835,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 402.5421142578125, + "msecs": 935.6675148010254, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.56742477417, + "relativeCreated": 7499.39489364624, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113788,26 +113851,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:32,402", - "created": 1610360732.4026022, + "asctime": "2021-01-11 11:37:36,935", + "created": 1610361456.935726, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 402.6021957397461, + "msecs": 935.7259273529053, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.6275062561035, + "relativeCreated": 7499.45330619812, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113818,8 +113881,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:32,402", - "created": 1610360732.4026887, + "asctime": "2021-01-11 11:37:36,935", + "created": 1610361456.9358094, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113829,15 +113892,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 402.68874168395996, + "msecs": 935.8093738555908, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.714052200317, + "relativeCreated": 7499.536752700806, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -113845,8 +113908,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 11:25:32,402", - "created": 1610360732.402957, + "asctime": "2021-01-11 11:37:36,936", + "created": 1610361456.9360745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113856,15 +113919,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": 402.9569625854492, + "msecs": 936.0744953155518, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7487.982273101807, + "relativeCreated": 7499.801874160767, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -113872,8 +113935,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 11:25:32,411", - "created": 1610360732.4111605, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.944235, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113883,15 +113946,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": 411.1604690551758, + "msecs": 944.23508644104, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.185779571533, + "relativeCreated": 7507.962465286255, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -113899,8 +113962,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4112768, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9443443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113910,15 +113973,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 411.27681732177734, + "msecs": 944.3442821502686, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.302127838135, + "relativeCreated": 7508.071660995483, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -113927,8 +113990,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4113307, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9443946, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113938,15 +114001,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 411.3306999206543, + "msecs": 944.394588470459, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.356010437012, + "relativeCreated": 7508.121967315674, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -113954,8 +114017,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4113917, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9444554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113965,15 +114028,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 411.3917350769043, + "msecs": 944.4553852081299, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.417045593262, + "relativeCreated": 7508.182764053345, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -113982,8 +114045,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4114344, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.944498, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113993,15 +114056,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.4344120025635, + "msecs": 944.4980621337891, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.459722518921, + "relativeCreated": 7508.225440979004, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114009,8 +114072,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.411497, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9445596, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114020,15 +114083,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 411.4971160888672, + "msecs": 944.5595741271973, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.522426605225, + "relativeCreated": 7508.286952972412, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114037,8 +114100,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4115376, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9445999, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114048,15 +114111,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.53764724731445, + "msecs": 944.5998668670654, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.562957763672, + "relativeCreated": 7508.32724571228, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114064,8 +114127,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4115927, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.944655, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114075,15 +114138,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 411.5927219390869, + "msecs": 944.6549415588379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.618032455444, + "relativeCreated": 7508.382320404053, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114092,8 +114155,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.411634, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9446967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114103,15 +114166,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.6339683532715, + "msecs": 944.6966648101807, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.659278869629, + "relativeCreated": 7508.4240436553955, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114119,8 +114182,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4116867, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9447637, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114130,15 +114193,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 411.68665885925293, + "msecs": 944.7636604309082, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.71196937561, + "relativeCreated": 7508.491039276123, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114147,8 +114210,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.4117372, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9448164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114158,15 +114221,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.73720359802246, + "msecs": 944.8163509368896, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.76251411438, + "relativeCreated": 7508.5437297821045, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114174,8 +114237,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:32,411", - "created": 1610360732.411818, + "asctime": "2021-01-11 11:37:36,944", + "created": 1610361456.9448984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114185,15 +114248,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 411.8180274963379, + "msecs": 944.8983669281006, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7496.843338012695, + "relativeCreated": 7508.625745773315, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114201,8 +114264,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:32,412", - "created": 1610360732.4127736, + "asctime": "2021-01-11 11:37:36,945", + "created": 1610361456.945843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114212,15 +114275,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 412.77360916137695, + "msecs": 945.842981338501, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7497.798919677734, + "relativeCreated": 7509.570360183716, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114228,8 +114291,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,412", - "created": 1610360732.4128962, + "asctime": "2021-01-11 11:37:36,945", + "created": 1610361456.9459627, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114239,15 +114302,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 412.89615631103516, + "msecs": 945.96266746521, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7497.921466827393, + "relativeCreated": 7509.690046310425, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114256,8 +114319,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:32,412", - "created": 1610360732.4129481, + "asctime": "2021-01-11 11:37:36,946", + "created": 1610361456.9460144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114267,15 +114330,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": 412.9481315612793, + "msecs": 946.014404296875, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7497.973442077637, + "relativeCreated": 7509.74178314209, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114283,8 +114346,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 11:25:32,413", - "created": 1610360732.4130347, + "asctime": "2021-01-11 11:37:36,946", + "created": 1610361456.9461026, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114294,15 +114357,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": 413.03467750549316, + "msecs": 946.1026191711426, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7498.059988021851, + "relativeCreated": 7509.829998016357, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114313,8 +114376,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:32,413", - "created": 1610360732.4131663, + "asctime": "2021-01-11 11:37:36,946", + "created": 1610361456.9462395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114324,15 +114387,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 413.1662845611572, + "msecs": 946.2394714355469, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7498.191595077515, + "relativeCreated": 7509.966850280762, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -114340,8 +114403,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:32,413", - "created": 1610360732.413228, + "asctime": "2021-01-11 11:37:36,946", + "created": 1610361456.9462986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114351,34 +114414,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 413.22803497314453, + "msecs": 946.2985992431641, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7498.253345489502, + "relativeCreated": 7510.025978088379, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" } ], - "msecs": 735.421895980835, + "msecs": 268.5270309448242, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7820.447206497192, + "relativeCreated": 7832.254409790039, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.32219386100769043 + "time_consumption": 0.32222843170166016 }, { "args": [], - "asctime": "2021-01-11 11:25:32,735", - "created": 1610360732.7358904, + "asctime": "2021-01-11 11:37:37,269", + "created": 1610361457.2690237, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114389,22 +114452,22 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 735.8903884887695, + "msecs": 269.0236568450928, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7820.915699005127, + "relativeCreated": 7832.751035690308, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:33,037", - "created": 1610360733.0376136, + "asctime": "2021-01-11 11:37:37,570", + "created": 1610361457.5708017, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114422,26 +114485,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:32,736", - "created": 1610360732.736213, + "asctime": "2021-01-11 11:37:37,269", + "created": 1610361457.2693443, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 736.212968826294, + "msecs": 269.3443298339844, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7821.238279342651, + "relativeCreated": 7833.071708679199, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -114451,48 +114514,48 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:33,037", - "created": 1610360733.0373175, + "asctime": "2021-01-11 11:37:37,570", + "created": 1610361457.5705004, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 37.317514419555664, + "msecs": 570.500373840332, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8122.342824935913, + "relativeCreated": 8134.227752685547, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 37.613630294799805, + "msecs": 570.8017349243164, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8122.638940811157, + "relativeCreated": 8134.529113769531, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002961158752441406 + "time_consumption": 0.000301361083984375 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:33,038", - "created": 1610360733.0382175, + "asctime": "2021-01-11 11:37:37,571", + "created": 1610361457.5714054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114509,8 +114572,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:33,037", - "created": 1610360733.0379133, + "asctime": "2021-01-11 11:37:37,571", + "created": 1610361457.5711012, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114520,15 +114583,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 37.91332244873047, + "msecs": 571.101188659668, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8122.938632965088, + "relativeCreated": 8134.828567504883, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -114537,8 +114600,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:33,038", - "created": 1610360733.0380716, + "asctime": "2021-01-11 11:37:37,571", + "created": 1610361457.5712605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114548,37 +114611,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 38.071632385253906, + "msecs": 571.2604522705078, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8123.096942901611, + "relativeCreated": 8134.987831115723, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 38.21754455566406, + "msecs": 571.4054107666016, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8123.2428550720215, + "relativeCreated": 8135.132789611816, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014591217041015625 + "time_consumption": 0.00014495849609375 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:33,038", - "created": 1610360733.0387113, + "asctime": "2021-01-11 11:37:37,571", + "created": 1610361457.5719326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114595,8 +114658,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,038", - "created": 1610360733.0384421, + "asctime": "2021-01-11 11:37:37,571", + "created": 1610361457.5716436, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114606,15 +114669,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 38.442134857177734, + "msecs": 571.643590927124, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8123.467445373535, + "relativeCreated": 8135.370969772339, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -114623,8 +114686,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,038", - "created": 1610360733.03858, + "asctime": "2021-01-11 11:37:37,571", + "created": 1610361457.5717957, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114634,34 +114697,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 38.57994079589844, + "msecs": 571.7957019805908, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8123.605251312256, + "relativeCreated": 8135.523080825806, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 38.7113094329834, + "msecs": 571.9325542449951, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8123.736619949341, + "relativeCreated": 8135.65993309021, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013136863708496094 + "time_consumption": 0.00013685226440429688 }, { "args": [], - "asctime": "2021-01-11 11:25:33,340", - "created": 1610360733.340416, + "asctime": "2021-01-11 11:37:37,873", + "created": 1610361457.873589, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114679,26 +114742,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:33,038", - "created": 1610360733.038986, + "asctime": "2021-01-11 11:37:37,572", + "created": 1610361457.5722122, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 38.9859676361084, + "msecs": 572.2122192382812, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8124.011278152466, + "relativeCreated": 8135.939598083496, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -114708,48 +114771,48 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:33,340", - "created": 1610360733.340123, + "asctime": "2021-01-11 11:37:37,873", + "created": 1610361457.8733099, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 340.12293815612793, + "msecs": 873.309850692749, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8425.148248672485, + "relativeCreated": 8437.037229537964, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 340.41595458984375, + "msecs": 873.589038848877, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8425.441265106201, + "relativeCreated": 8437.316417694092, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002930164337158203 + "time_consumption": 0.0002791881561279297 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:33,341", - "created": 1610360733.3410735, + "asctime": "2021-01-11 11:37:37,874", + "created": 1610361457.8742168, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114766,8 +114829,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:33,340", - "created": 1610360733.3407145, + "asctime": "2021-01-11 11:37:37,873", + "created": 1610361457.8738835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114777,15 +114840,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 340.7144546508789, + "msecs": 873.8834857940674, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8425.739765167236, + "relativeCreated": 8437.610864639282, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -114794,8 +114857,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:33,340", - "created": 1610360733.3409133, + "asctime": "2021-01-11 11:37:37,874", + "created": 1610361457.874039, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114805,37 +114868,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 340.9132957458496, + "msecs": 874.0389347076416, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8425.938606262207, + "relativeCreated": 8437.766313552856, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 341.07351303100586, + "msecs": 874.2167949676514, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8426.098823547363, + "relativeCreated": 8437.944173812866, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016021728515625 + "time_consumption": 0.00017786026000976562 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:33,341", - "created": 1610360733.341568, + "asctime": "2021-01-11 11:37:37,874", + "created": 1610361457.8747108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114852,8 +114915,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,341", - "created": 1610360733.3412971, + "asctime": "2021-01-11 11:37:37,874", + "created": 1610361457.8744388, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114863,15 +114926,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 341.2971496582031, + "msecs": 874.4387626647949, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8426.32246017456, + "relativeCreated": 8438.16614151001, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -114880,8 +114943,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,341", - "created": 1610360733.3414357, + "asctime": "2021-01-11 11:37:37,874", + "created": 1610361457.8745759, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114891,37 +114954,37 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 341.43567085266113, + "msecs": 874.5758533477783, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8426.460981369019, + "relativeCreated": 8438.303232192993, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 341.5679931640625, + "msecs": 874.7107982635498, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8426.59330368042, + "relativeCreated": 8438.438177108765, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001323223114013672 + "time_consumption": 0.00013494491577148438 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 11:25:33,341", - "created": 1610360733.3419616, + "asctime": "2021-01-11 11:37:37,875", + "created": 1610361457.8751142, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114937,45 +115000,45 @@ "prot-client:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 11:25:33,341", - "created": 1610360733.3418205, + "asctime": "2021-01-11 11:37:37,874", + "created": 1610361457.8749714, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 341.82047843933105, + "msecs": 874.9713897705078, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8426.845788955688, + "relativeCreated": 8438.698768615723, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 341.9616222381592, + "msecs": 875.1142024993896, "msg": "Added msg1 to client whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8426.986932754517, + "relativeCreated": 8438.841581344604, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.000141143798828125 + "time_consumption": 0.00014281272888183594 }, { "args": [], - "asctime": "2021-01-11 11:25:33,644", - "created": 1610360733.6441326, + "asctime": "2021-01-11 11:37:38,177", + "created": 1610361458.1772451, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114994,8 +115057,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:33,342", - "created": 1610360733.34229, + "asctime": "2021-01-11 11:37:37,875", + "created": 1610361457.875445, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115005,15 +115068,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 342.28992462158203, + "msecs": 875.4448890686035, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8427.31523513794, + "relativeCreated": 8439.172267913818, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -115021,8 +115084,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 11:25:33,343", - "created": 1610360733.343116, + "asctime": "2021-01-11 11:37:37,876", + "created": 1610361457.8763876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115032,15 +115095,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": 343.11604499816895, + "msecs": 876.3875961303711, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8428.141355514526, + "relativeCreated": 8440.114974975586, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115048,8 +115111,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 11:25:33,351", - "created": 1610360733.3514805, + "asctime": "2021-01-11 11:37:37,884", + "created": 1610361457.8849065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115059,15 +115122,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": 351.48048400878906, + "msecs": 884.906530380249, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8436.505794525146, + "relativeCreated": 8448.633909225464, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115075,8 +115138,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,351", - "created": 1610360733.3517203, + "asctime": "2021-01-11 11:37:37,885", + "created": 1610361457.8851917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115086,15 +115149,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 351.72033309936523, + "msecs": 885.1916790008545, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8436.745643615723, + "relativeCreated": 8448.91905784607, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115103,8 +115166,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:33,351", - "created": 1610360733.3518412, + "asctime": "2021-01-11 11:37:37,885", + "created": 1610361457.885357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115114,15 +115177,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 351.8412113189697, + "msecs": 885.3569030761719, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8436.866521835327, + "relativeCreated": 8449.084281921387, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115130,8 +115193,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,351", - "created": 1610360733.351987, + "asctime": "2021-01-11 11:37:37,885", + "created": 1610361457.885559, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115141,15 +115204,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 351.9868850708008, + "msecs": 885.55908203125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.012195587158, + "relativeCreated": 8449.286460876465, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115158,8 +115221,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,352", - "created": 1610360733.3520968, + "asctime": "2021-01-11 11:37:37,885", + "created": 1610361457.885726, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115169,15 +115232,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 352.0967960357666, + "msecs": 885.7259750366211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.122106552124, + "relativeCreated": 8449.453353881836, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115185,8 +115248,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,352", - "created": 1610360733.352248, + "asctime": "2021-01-11 11:37:37,885", + "created": 1610361457.8859417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115196,15 +115259,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 352.247953414917, + "msecs": 885.941743850708, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.273263931274, + "relativeCreated": 8449.669122695923, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115213,8 +115276,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,352", - "created": 1610360733.3523445, + "asctime": "2021-01-11 11:37:37,886", + "created": 1610361457.8860762, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115224,15 +115287,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 352.3445129394531, + "msecs": 886.0762119293213, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.36982345581, + "relativeCreated": 8449.803590774536, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115240,8 +115303,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,352", - "created": 1610360733.3524816, + "asctime": "2021-01-11 11:37:37,886", + "created": 1610361457.8862643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115251,15 +115314,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 352.4816036224365, + "msecs": 886.2643241882324, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.506914138794, + "relativeCreated": 8449.991703033447, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115268,8 +115331,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,352", - "created": 1610360733.3525763, + "asctime": "2021-01-11 11:37:37,886", + "created": 1610361457.886396, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115279,15 +115342,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 352.57625579833984, + "msecs": 886.3959312438965, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.601566314697, + "relativeCreated": 8450.123310089111, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115295,8 +115358,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,352", - "created": 1610360733.3527014, + "asctime": "2021-01-11 11:37:37,886", + "created": 1610361457.8865678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115306,15 +115369,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 352.70142555236816, + "msecs": 886.5678310394287, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.726736068726, + "relativeCreated": 8450.295209884644, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115323,8 +115386,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,352", - "created": 1610360733.3528166, + "asctime": "2021-01-11 11:37:37,886", + "created": 1610361457.8866973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115334,15 +115397,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 352.8165817260742, + "msecs": 886.6972923278809, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8437.841892242432, + "relativeCreated": 8450.424671173096, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115350,8 +115413,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 11:25:33,353", - "created": 1610360733.3530338, + "asctime": "2021-01-11 11:37:37,886", + "created": 1610361457.8869607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115361,15 +115424,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": 353.03378105163574, + "msecs": 886.9607448577881, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8438.059091567993, + "relativeCreated": 8450.688123703003, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115377,8 +115440,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 11:25:33,357", - "created": 1610360733.357352, + "asctime": "2021-01-11 11:37:37,891", + "created": 1610361457.8913372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115388,15 +115451,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": 357.35201835632324, + "msecs": 891.3371562957764, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8442.37732887268, + "relativeCreated": 8455.064535140991, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115404,8 +115467,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,357", - "created": 1610360733.3577788, + "asctime": "2021-01-11 11:37:37,891", + "created": 1610361457.8916793, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115415,15 +115478,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 357.77878761291504, + "msecs": 891.6792869567871, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8442.804098129272, + "relativeCreated": 8455.406665802002, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115432,8 +115495,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:33,357", - "created": 1610360733.3579466, + "asctime": "2021-01-11 11:37:37,891", + "created": 1610361457.8918521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115443,15 +115506,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": 357.94663429260254, + "msecs": 891.8521404266357, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8442.97194480896, + "relativeCreated": 8455.57951927185, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115459,8 +115522,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 11:25:33,358", - "created": 1610360733.35826, + "asctime": "2021-01-11 11:37:37,892", + "created": 1610361457.8920968, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115470,15 +115533,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": 358.259916305542, + "msecs": 892.096757888794, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8443.2852268219, + "relativeCreated": 8455.824136734009, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115489,8 +115552,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:33,358", - "created": 1610360733.3586645, + "asctime": "2021-01-11 11:37:37,892", + "created": 1610361457.892423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115500,23 +115563,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 358.66451263427734, + "msecs": 892.4229145050049, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8443.689823150635, + "relativeCreated": 8456.15029335022, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:33,358", - "created": 1610360733.35884, + "asctime": "2021-01-11 11:37:37,892", + "created": 1610361457.8925593, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115526,15 +115589,15 @@ "lineno": 463, "message": "prot-server: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 358.8399887084961, + "msecs": 892.559289932251, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8443.865299224854, + "relativeCreated": 8456.286668777466, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -115544,48 +115607,48 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:33,643", - "created": 1610360733.643858, + "asctime": "2021-01-11 11:37:38,176", + "created": 1610361458.1769514, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 643.8579559326172, + "msecs": 176.95140838623047, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8728.883266448975, + "relativeCreated": 8740.678787231445, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 644.1326141357422, + "msecs": 177.2451400756836, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8729.1579246521, + "relativeCreated": 8740.972518920898, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.000274658203125 + "time_consumption": 0.000293731689453125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:33,644", - "created": 1610360733.6448517, + "asctime": "2021-01-11 11:37:38,177", + "created": 1610361458.1778853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115602,8 +115665,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:33,644", - "created": 1610360733.6444898, + "asctime": "2021-01-11 11:37:38,177", + "created": 1610361458.1775813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115613,15 +115676,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 644.4897651672363, + "msecs": 177.5813102722168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8729.515075683594, + "relativeCreated": 8741.308689117432, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -115630,8 +115693,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:33,644", - "created": 1610360733.6446514, + "asctime": "2021-01-11 11:37:38,177", + "created": 1610361458.1777396, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115641,37 +115704,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 644.6514129638672, + "msecs": 177.73962020874023, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8729.676723480225, + "relativeCreated": 8741.466999053955, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 644.8516845703125, + "msecs": 177.8852939605713, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8729.87699508667, + "relativeCreated": 8741.612672805786, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002002716064453125 + "time_consumption": 0.0001456737518310547 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:33,645", - "created": 1610360733.645361, + "asctime": "2021-01-11 11:37:38,178", + "created": 1610361458.1783757, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115688,8 +115751,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,645", - "created": 1610360733.6450863, + "asctime": "2021-01-11 11:37:38,178", + "created": 1610361458.1781063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115699,15 +115762,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 645.0862884521484, + "msecs": 178.10630798339844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8730.111598968506, + "relativeCreated": 8741.833686828613, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -115716,8 +115779,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,645", - "created": 1610360733.6452265, + "asctime": "2021-01-11 11:37:38,178", + "created": 1610361458.1782424, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115727,34 +115790,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 645.2264785766602, + "msecs": 178.24244499206543, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8730.251789093018, + "relativeCreated": 8741.96982383728, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 645.3609466552734, + "msecs": 178.3757209777832, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8730.38625717163, + "relativeCreated": 8742.103099822998, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013446807861328125 + "time_consumption": 0.00013327598571777344 }, { "args": [], - "asctime": "2021-01-11 11:25:33,947", - "created": 1610360733.9470084, + "asctime": "2021-01-11 11:37:38,480", + "created": 1610361458.4801033, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -115772,26 +115835,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:33,645", - "created": 1610360733.6456363, + "asctime": "2021-01-11 11:37:38,178", + "created": 1610361458.178654, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 645.6363201141357, + "msecs": 178.65395545959473, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 8730.661630630493, + "relativeCreated": 8742.38133430481, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -115801,48 +115864,48 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:33,946", - "created": 1610360733.946715, + "asctime": "2021-01-11 11:37:38,479", + "created": 1610361458.4798017, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 946.7151165008545, + "msecs": 479.8016548156738, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9031.740427017212, + "relativeCreated": 9043.529033660889, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 947.0083713531494, + "msecs": 480.1032543182373, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9032.033681869507, + "relativeCreated": 9043.830633163452, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002932548522949219 + "time_consumption": 0.00030159950256347656 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:33,947", - "created": 1610360733.9476132, + "asctime": "2021-01-11 11:37:38,480", + "created": 1610361458.480732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115859,8 +115922,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:33,947", - "created": 1610360733.947307, + "asctime": "2021-01-11 11:37:38,480", + "created": 1610361458.4804244, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115870,15 +115933,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 947.3071098327637, + "msecs": 480.4244041442871, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9032.332420349121, + "relativeCreated": 9044.151782989502, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -115887,8 +115950,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:33,947", - "created": 1610360733.947466, + "asctime": "2021-01-11 11:37:38,480", + "created": 1610361458.4805837, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115898,37 +115961,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 947.4658966064453, + "msecs": 480.58366775512695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9032.491207122803, + "relativeCreated": 9044.311046600342, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 947.6132392883301, + "msecs": 480.7319641113281, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9032.638549804688, + "relativeCreated": 9044.459342956543, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014734268188476562 + "time_consumption": 0.00014829635620117188 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:33,948", - "created": 1610360733.9481187, + "asctime": "2021-01-11 11:37:38,481", + "created": 1610361458.4812846, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115945,8 +116008,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,947", - "created": 1610360733.947845, + "asctime": "2021-01-11 11:37:38,481", + "created": 1610361458.4810095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115956,15 +116019,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 947.8449821472168, + "msecs": 481.00948333740234, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9032.870292663574, + "relativeCreated": 9044.736862182617, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -115973,8 +116036,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:33,947", - "created": 1610360733.9479842, + "asctime": "2021-01-11 11:37:38,481", + "created": 1610361458.481149, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115984,37 +116047,37 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 947.9842185974121, + "msecs": 481.14895820617676, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9033.00952911377, + "relativeCreated": 9044.876337051392, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 948.1186866760254, + "msecs": 481.28461837768555, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9033.143997192383, + "relativeCreated": 9045.0119972229, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013446807861328125 + "time_consumption": 0.00013566017150878906 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 11:25:33,948", - "created": 1610360733.9485018, + "asctime": "2021-01-11 11:37:38,481", + "created": 1610361458.4816701, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -116030,45 +116093,45 @@ "prot-server:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 11:25:33,948", - "created": 1610360733.9483614, + "asctime": "2021-01-11 11:37:38,481", + "created": 1610361458.4815316, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 948.3613967895508, + "msecs": 481.53162002563477, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9033.386707305908, + "relativeCreated": 9045.25899887085, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 948.5018253326416, + "msecs": 481.6701412200928, "msg": "Added msg1 to server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9033.527135848999, + "relativeCreated": 9045.397520065308, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001404285430908203 + "time_consumption": 0.0001385211944580078 }, { "args": [], - "asctime": "2021-01-11 11:25:34,150", - "created": 1610360734.1500094, + "asctime": "2021-01-11 11:37:38,683", + "created": 1610361458.6832578, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -116087,8 +116150,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:33,948", - "created": 1610360733.9488635, + "asctime": "2021-01-11 11:37:38,482", + "created": 1610361458.482002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116098,15 +116161,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 948.8635063171387, + "msecs": 482.00201988220215, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9033.888816833496, + "relativeCreated": 9045.729398727417, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -116114,8 +116177,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 11:25:33,949", - "created": 1610360733.9497573, + "asctime": "2021-01-11 11:37:38,482", + "created": 1610361458.4828794, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116125,15 +116188,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": 949.7573375701904, + "msecs": 482.8794002532959, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9034.782648086548, + "relativeCreated": 9046.60677909851, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116141,8 +116204,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 11:25:33,958", - "created": 1610360733.9581847, + "asctime": "2021-01-11 11:37:38,491", + "created": 1610361458.4913802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116152,15 +116215,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": 958.1847190856934, + "msecs": 491.3802146911621, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9043.21002960205, + "relativeCreated": 9055.107593536377, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116168,8 +116231,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,958", - "created": 1610360733.958389, + "asctime": "2021-01-11 11:37:38,491", + "created": 1610361458.4916651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116179,15 +116242,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 958.3890438079834, + "msecs": 491.6651248931885, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9043.41435432434, + "relativeCreated": 9055.392503738403, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116196,8 +116259,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:33,958", - "created": 1610360733.9584994, + "asctime": "2021-01-11 11:37:38,491", + "created": 1610361458.4918618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116207,15 +116270,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 958.4994316101074, + "msecs": 491.86182022094727, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9043.524742126465, + "relativeCreated": 9055.589199066162, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116223,8 +116286,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,958", - "created": 1610360733.9586313, + "asctime": "2021-01-11 11:37:38,492", + "created": 1610361458.492066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116234,15 +116297,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 958.6312770843506, + "msecs": 492.0659065246582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9043.656587600708, + "relativeCreated": 9055.793285369873, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116251,8 +116314,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,958", - "created": 1610360733.958724, + "asctime": "2021-01-11 11:37:38,492", + "created": 1610361458.4922063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116262,15 +116325,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 958.7240219116211, + "msecs": 492.206335067749, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9043.749332427979, + "relativeCreated": 9055.933713912964, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116278,8 +116341,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,958", - "created": 1610360733.9588811, + "asctime": "2021-01-11 11:37:38,492", + "created": 1610361458.4924102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116289,15 +116352,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 958.881139755249, + "msecs": 492.41018295288086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9043.906450271606, + "relativeCreated": 9056.137561798096, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116306,8 +116369,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,958", - "created": 1610360733.9589725, + "asctime": "2021-01-11 11:37:38,492", + "created": 1610361458.4925418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116317,15 +116380,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 958.9724540710449, + "msecs": 492.5417900085449, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9043.997764587402, + "relativeCreated": 9056.26916885376, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116333,8 +116396,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,959", - "created": 1610360733.9591131, + "asctime": "2021-01-11 11:37:38,492", + "created": 1610361458.4927278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116344,15 +116407,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 959.1131210327148, + "msecs": 492.72775650024414, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9044.138431549072, + "relativeCreated": 9056.455135345459, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116361,8 +116424,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,959", - "created": 1610360733.9592025, + "asctime": "2021-01-11 11:37:38,492", + "created": 1610361458.4929044, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116372,15 +116435,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 959.2025279998779, + "msecs": 492.9044246673584, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9044.227838516235, + "relativeCreated": 9056.631803512573, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116388,8 +116451,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,959", - "created": 1610360733.9593186, + "asctime": "2021-01-11 11:37:38,493", + "created": 1610361458.4931967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116399,15 +116462,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 959.3186378479004, + "msecs": 493.1967258453369, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9044.343948364258, + "relativeCreated": 9056.924104690552, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116416,8 +116479,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:33,959", - "created": 1610360733.959406, + "asctime": "2021-01-11 11:37:38,493", + "created": 1610361458.4933689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116427,15 +116490,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 959.4058990478516, + "msecs": 493.36886405944824, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9044.431209564209, + "relativeCreated": 9057.096242904663, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116443,8 +116506,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 11:25:33,959", - "created": 1610360733.9595907, + "asctime": "2021-01-11 11:37:38,493", + "created": 1610361458.4936397, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116454,15 +116517,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": 959.5906734466553, + "msecs": 493.6397075653076, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9044.615983963013, + "relativeCreated": 9057.367086410522, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116470,8 +116533,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 11:25:33,963", - "created": 1610360733.963905, + "asctime": "2021-01-11 11:37:38,498", + "created": 1610361458.4980836, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116481,15 +116544,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": 963.9050960540771, + "msecs": 498.08359146118164, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9048.930406570435, + "relativeCreated": 9061.810970306396, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116497,8 +116560,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:33,964", - "created": 1610360733.9642148, + "asctime": "2021-01-11 11:37:38,498", + "created": 1610361458.498843, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116508,15 +116571,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 964.2148017883301, + "msecs": 498.8429546356201, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9049.240112304688, + "relativeCreated": 9062.570333480835, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116525,8 +116588,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:33,964", - "created": 1610360733.9643261, + "asctime": "2021-01-11 11:37:38,499", + "created": 1610361458.4990597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116536,15 +116599,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": 964.3261432647705, + "msecs": 499.05967712402344, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9049.351453781128, + "relativeCreated": 9062.787055969238, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116552,8 +116615,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 11:25:33,964", - "created": 1610360733.9645178, + "asctime": "2021-01-11 11:37:38,499", + "created": 1610361458.4993618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116563,15 +116626,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": 964.5178318023682, + "msecs": 499.3617534637451, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9049.543142318726, + "relativeCreated": 9063.08913230896, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -116582,8 +116645,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:33,964", - "created": 1610360733.9648163, + "asctime": "2021-01-11 11:37:38,499", + "created": 1610361458.4997556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116593,23 +116656,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 964.8163318634033, + "msecs": 499.7556209564209, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9049.84164237976, + "relativeCreated": 9063.482999801636, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:33,965", - "created": 1610360733.9650378, + "asctime": "2021-01-11 11:37:38,500", + "created": 1610361458.5000064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116619,37 +116682,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": 965.0378227233887, + "msecs": 500.00643730163574, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9050.063133239746, + "relativeCreated": 9063.73381614685, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" } ], - "msecs": 150.0093936920166, + "msecs": 683.2578182220459, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9235.034704208374, + "relativeCreated": 9246.98519706726, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.18497157096862793 + "time_consumption": 0.18325138092041016 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:34,150", - "created": 1610360734.1508164, + "asctime": "2021-01-11 11:37:38,684", + "created": 1610361458.6840127, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116666,8 +116729,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:34,150", - "created": 1610360734.1504843, + "asctime": "2021-01-11 11:37:38,683", + "created": 1610361458.6836936, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116677,15 +116740,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 150.4843235015869, + "msecs": 683.6936473846436, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9235.509634017944, + "relativeCreated": 9247.421026229858, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -116694,8 +116757,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:34,150", - "created": 1610360734.1506634, + "asctime": "2021-01-11 11:37:38,683", + "created": 1610361458.6838646, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116705,37 +116768,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 150.6633758544922, + "msecs": 683.8645935058594, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9235.68868637085, + "relativeCreated": 9247.591972351074, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 150.8164405822754, + "msecs": 684.0126514434814, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9235.841751098633, + "relativeCreated": 9247.740030288696, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.0001480579376220703 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,151", - "created": 1610360734.1513853, + "asctime": "2021-01-11 11:37:38,684", + "created": 1610361458.6845443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116752,8 +116815,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,151", - "created": 1610360734.1510837, + "asctime": "2021-01-11 11:37:38,684", + "created": 1610361458.6842504, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116763,15 +116826,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": 151.08370780944824, + "msecs": 684.2503547668457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9236.109018325806, + "relativeCreated": 9247.97773361206, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -116780,8 +116843,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,151", - "created": 1610360734.151238, + "asctime": "2021-01-11 11:37:38,684", + "created": 1610361458.6843984, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116791,34 +116854,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": 151.23796463012695, + "msecs": 684.3984127044678, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9236.263275146484, + "relativeCreated": 9248.125791549683, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 151.38530731201172, + "msecs": 684.5443248748779, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9236.41061782837, + "relativeCreated": 9248.271703720093, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014734268188476562 + "time_consumption": 0.00014591217041015625 }, { "args": [], - "asctime": "2021-01-11 11:25:34,453", - "created": 1610360734.453001, + "asctime": "2021-01-11 11:37:38,986", + "created": 1610361458.9861717, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -116836,26 +116899,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:34,151", - "created": 1610360734.1516843, + "asctime": "2021-01-11 11:37:38,684", + "created": 1610361458.6848912, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 151.68428421020508, + "msecs": 684.8912239074707, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9236.709594726562, + "relativeCreated": 9248.618602752686, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -116865,48 +116928,48 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:34,452", - "created": 1610360734.4527898, + "asctime": "2021-01-11 11:37:38,985", + "created": 1610361458.9858954, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 452.7897834777832, + "msecs": 985.8953952789307, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9537.81509399414, + "relativeCreated": 9549.622774124146, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 453.0010223388672, + "msecs": 986.1717224121094, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9538.026332855225, + "relativeCreated": 9549.899101257324, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00021123886108398438 + "time_consumption": 0.00027632713317871094 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:34,453", - "created": 1610360734.4534628, + "asctime": "2021-01-11 11:37:38,986", + "created": 1610361458.98677, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116923,8 +116986,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:34,453", - "created": 1610360734.4532206, + "asctime": "2021-01-11 11:37:38,986", + "created": 1610361458.986468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116934,15 +116997,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 453.2206058502197, + "msecs": 986.4680767059326, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9538.245916366577, + "relativeCreated": 9550.195455551147, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -116951,8 +117014,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:34,453", - "created": 1610360734.4533558, + "asctime": "2021-01-11 11:37:38,986", + "created": 1610361458.9866252, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116962,37 +117025,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 453.3557891845703, + "msecs": 986.6251945495605, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9538.381099700928, + "relativeCreated": 9550.352573394775, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 453.4628391265869, + "msecs": 986.7699146270752, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9538.488149642944, + "relativeCreated": 9550.49729347229, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00010704994201660156 + "time_consumption": 0.00014472007751464844 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:34,453", - "created": 1610360734.4538326, + "asctime": "2021-01-11 11:37:38,987", + "created": 1610361458.987305, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117009,8 +117072,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:34,453", - "created": 1610360734.453627, + "asctime": "2021-01-11 11:37:38,986", + "created": 1610361458.9869888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117020,15 +117083,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 453.6271095275879, + "msecs": 986.9887828826904, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9538.652420043945, + "relativeCreated": 9550.716161727905, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -117037,8 +117100,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:34,453", - "created": 1610360734.4537346, + "asctime": "2021-01-11 11:37:38,987", + "created": 1610361458.9871578, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117048,37 +117111,37 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 453.7346363067627, + "msecs": 987.1578216552734, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9538.75994682312, + "relativeCreated": 9550.885200500488, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 453.83262634277344, + "msecs": 987.3049259185791, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9538.85793685913, + "relativeCreated": 9551.032304763794, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 9.799003601074219e-05 + "time_consumption": 0.00014710426330566406 }, { "args": [ 17, 35 ], - "asctime": "2021-01-11 11:25:34,454", - "created": 1610360734.4542444, + "asctime": "2021-01-11 11:37:38,987", + "created": 1610361458.9878516, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -117094,26 +117157,26 @@ "prot-client:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 11:25:34,454", - "created": 1610360734.4540105, + "asctime": "2021-01-11 11:37:38,987", + "created": 1610361458.9875607, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 454.0104866027832, + "msecs": 987.5607490539551, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9539.03579711914, + "relativeCreated": 9551.28812789917, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -117121,45 +117184,45 @@ "prot-server:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 11:25:34,454", - "created": 1610360734.4541268, + "asctime": "2021-01-11 11:37:38,987", + "created": 1610361458.9877217, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 454.12683486938477, + "msecs": 987.7216815948486, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9539.152145385742, + "relativeCreated": 9551.449060440063, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 454.24437522888184, + "msecs": 987.851619720459, "msg": "Added msg2 to client and server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9539.26968574524, + "relativeCreated": 9551.578998565674, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00011754035949707031 + "time_consumption": 0.00012993812561035156 }, { "args": [], - "asctime": "2021-01-11 11:25:34,655", - "created": 1610360734.6556082, + "asctime": "2021-01-11 11:37:39,189", + "created": 1610361459.1895833, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -117178,8 +117241,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:34,454", - "created": 1610360734.4544883, + "asctime": "2021-01-11 11:37:38,988", + "created": 1610361458.988178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117189,15 +117252,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 454.48827743530273, + "msecs": 988.178014755249, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9539.51358795166, + "relativeCreated": 9551.905393600464, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -117205,8 +117268,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 11:25:34,455", - "created": 1610360734.4551466, + "asctime": "2021-01-11 11:37:38,989", + "created": 1610361458.98925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117216,15 +117279,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": 455.14655113220215, + "msecs": 989.2499446868896, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9540.17186164856, + "relativeCreated": 9552.977323532104, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117232,8 +117295,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 11:25:34,463", - "created": 1610360734.4634674, + "asctime": "2021-01-11 11:37:38,997", + "created": 1610361458.9975905, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117243,15 +117306,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": 463.4673595428467, + "msecs": 997.5905418395996, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9548.492670059204, + "relativeCreated": 9561.317920684814, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117259,8 +117322,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,463", - "created": 1610360734.4636827, + "asctime": "2021-01-11 11:37:38,997", + "created": 1610361458.9977827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117270,15 +117333,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 463.6826515197754, + "msecs": 997.7827072143555, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9548.707962036133, + "relativeCreated": 9561.51008605957, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117287,8 +117350,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:34,463", - "created": 1610360734.4638028, + "asctime": "2021-01-11 11:37:38,997", + "created": 1610361458.9978838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117298,15 +117361,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 463.8028144836426, + "msecs": 997.8837966918945, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9548.828125, + "relativeCreated": 9561.61117553711, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117314,8 +117377,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,463", - "created": 1610360734.4639487, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.9980087, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117325,15 +117388,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 463.94872665405273, + "msecs": 998.0087280273438, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9548.97403717041, + "relativeCreated": 9561.736106872559, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117342,8 +117405,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,464", - "created": 1610360734.4640493, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.9980946, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117353,15 +117416,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 464.0493392944336, + "msecs": 998.0945587158203, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9549.074649810791, + "relativeCreated": 9561.821937561035, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117369,8 +117432,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,464", - "created": 1610360734.4641995, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.9982197, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117380,15 +117443,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 464.1995429992676, + "msecs": 998.2197284698486, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9549.224853515625, + "relativeCreated": 9561.947107315063, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117397,8 +117460,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,464", - "created": 1610360734.4642956, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.9983003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117408,15 +117471,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 464.2956256866455, + "msecs": 998.300313949585, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9549.320936203003, + "relativeCreated": 9562.0276927948, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117424,8 +117487,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,464", - "created": 1610360734.4644325, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.9984365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117435,15 +117498,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 464.4324779510498, + "msecs": 998.436450958252, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9549.457788467407, + "relativeCreated": 9562.163829803467, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117452,8 +117515,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,464", - "created": 1610360734.4645276, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.998519, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117463,15 +117526,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 464.5276069641113, + "msecs": 998.5189437866211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9549.552917480469, + "relativeCreated": 9562.246322631836, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117479,8 +117542,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,464", - "created": 1610360734.464651, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.9986303, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117490,15 +117553,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 464.65110778808594, + "msecs": 998.6302852630615, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9549.676418304443, + "relativeCreated": 9562.357664108276, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117507,8 +117570,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,464", - "created": 1610360734.4647934, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.9987202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117518,15 +117581,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 464.79344367980957, + "msecs": 998.7201690673828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9549.818754196167, + "relativeCreated": 9562.447547912598, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117534,8 +117597,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 11:25:34,464", - "created": 1610360734.464998, + "asctime": "2021-01-11 11:37:38,998", + "created": 1610361458.998888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117545,15 +117608,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": 464.9980068206787, + "msecs": 998.8880157470703, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9550.023317337036, + "relativeCreated": 9562.615394592285, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117561,8 +117624,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 11:25:34,469", - "created": 1610360734.469304, + "asctime": "2021-01-11 11:37:39,003", + "created": 1610361459.0031838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117572,15 +117635,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": 469.30408477783203, + "msecs": 3.1838417053222656, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9554.32939529419, + "relativeCreated": 9566.911220550537, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117588,8 +117651,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,469", - "created": 1610360734.4696348, + "asctime": "2021-01-11 11:37:39,003", + "created": 1610361459.0034544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117599,15 +117662,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 469.6347713470459, + "msecs": 3.454446792602539, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9554.660081863403, + "relativeCreated": 9567.181825637817, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117616,8 +117679,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:34,469", - "created": 1610360734.4697766, + "asctime": "2021-01-11 11:37:39,003", + "created": 1610361459.0035563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117627,15 +117690,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": 469.7766304016113, + "msecs": 3.5562515258789062, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9554.801940917969, + "relativeCreated": 9567.283630371094, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117643,8 +117706,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 11:25:34,469", - "created": 1610360734.4699926, + "asctime": "2021-01-11 11:37:39,003", + "created": 1610361459.003734, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117654,15 +117717,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": 469.99263763427734, + "msecs": 3.734111785888672, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9555.017948150635, + "relativeCreated": 9567.461490631104, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { @@ -117673,8 +117736,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:34,470", - "created": 1610360734.4702768, + "asctime": "2021-01-11 11:37:39,003", + "created": 1610361459.0039809, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117684,23 +117747,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 470.2768325805664, + "msecs": 3.980875015258789, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9555.302143096924, + "relativeCreated": 9567.708253860474, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:34,470", - "created": 1610360734.4704351, + "asctime": "2021-01-11 11:37:39,004", + "created": 1610361459.004116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117710,37 +117773,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": 470.43514251708984, + "msecs": 4.116058349609375, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9555.460453033447, + "relativeCreated": 9567.843437194824, "stack_info": null, - "thread": 140653593880320, + "thread": 139976968742656, "threadName": "Thread-11" } ], - "msecs": 655.6081771850586, + "msecs": 189.58330154418945, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9740.633487701416, + "relativeCreated": 9753.310680389404, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.18517303466796875 + "time_consumption": 0.18546724319458008 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:34,656", - "created": 1610360734.6563826, + "asctime": "2021-01-11 11:37:39,190", + "created": 1610361459.190337, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117757,8 +117820,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:34,656", - "created": 1610360734.6560564, + "asctime": "2021-01-11 11:37:39,190", + "created": 1610361459.1900105, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117768,15 +117831,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 656.0564041137695, + "msecs": 190.01054763793945, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9741.081714630127, + "relativeCreated": 9753.737926483154, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -117785,8 +117848,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:34,656", - "created": 1610360734.6562312, + "asctime": "2021-01-11 11:37:39,190", + "created": 1610361459.190184, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117796,37 +117859,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 656.231164932251, + "msecs": 190.1841163635254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9741.256475448608, + "relativeCreated": 9753.91149520874, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 656.3825607299805, + "msecs": 190.3369426727295, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9741.407871246338, + "relativeCreated": 9754.064321517944, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001513957977294922 + "time_consumption": 0.00015282630920410156 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,657", - "created": 1610360734.6570437, + "asctime": "2021-01-11 11:37:39,190", + "created": 1610361459.190929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117843,8 +117906,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,656", - "created": 1610360734.6566513, + "asctime": "2021-01-11 11:37:39,190", + "created": 1610361459.190604, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117854,15 +117917,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": 656.6512584686279, + "msecs": 190.60397148132324, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9741.676568984985, + "relativeCreated": 9754.331350326538, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -117871,8 +117934,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,656", - "created": 1610360734.6568756, + "asctime": "2021-01-11 11:37:39,190", + "created": 1610361459.1907558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117882,34 +117945,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": 656.8756103515625, + "msecs": 190.75584411621094, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9741.90092086792, + "relativeCreated": 9754.483222961426, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 657.0436954498291, + "msecs": 190.92893600463867, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9742.069005966187, + "relativeCreated": 9754.656314849854, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016808509826660156 + "time_consumption": 0.00017309188842773438 }, { "args": [], - "asctime": "2021-01-11 11:25:34,858", - "created": 1610360734.8586278, + "asctime": "2021-01-11 11:37:39,392", + "created": 1610361459.3925278, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -117928,8 +117991,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:34,657", - "created": 1610360734.6573894, + "asctime": "2021-01-11 11:37:39,191", + "created": 1610361459.1912782, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117939,15 +118002,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": 657.3894023895264, + "msecs": 191.27821922302246, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9742.414712905884, + "relativeCreated": 9755.005598068237, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -117955,8 +118018,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 11:25:34,658", - "created": 1610360734.658469, + "asctime": "2021-01-11 11:37:39,192", + "created": 1610361459.1921422, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117966,15 +118029,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": 658.4689617156982, + "msecs": 192.14224815368652, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9743.494272232056, + "relativeCreated": 9755.869626998901, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -117982,8 +118045,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 11:25:34,666", - "created": 1610360734.6669521, + "asctime": "2021-01-11 11:37:39,200", + "created": 1610361459.2006247, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117993,15 +118056,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": 666.9521331787109, + "msecs": 200.6247043609619, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9751.977443695068, + "relativeCreated": 9764.352083206177, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118009,8 +118072,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,667", - "created": 1610360734.667237, + "asctime": "2021-01-11 11:37:39,200", + "created": 1610361459.2009492, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118020,15 +118083,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 667.2370433807373, + "msecs": 200.94919204711914, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9752.262353897095, + "relativeCreated": 9764.676570892334, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118037,8 +118100,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:34,667", - "created": 1610360734.6673994, + "asctime": "2021-01-11 11:37:39,201", + "created": 1610361459.2010956, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118048,15 +118111,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 667.3994064331055, + "msecs": 201.0955810546875, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9752.424716949463, + "relativeCreated": 9764.822959899902, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118064,8 +118127,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,667", - "created": 1610360734.6676164, + "asctime": "2021-01-11 11:37:39,201", + "created": 1610361459.201293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118075,15 +118138,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 667.6163673400879, + "msecs": 201.2929916381836, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9752.641677856445, + "relativeCreated": 9765.020370483398, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118092,8 +118155,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,667", - "created": 1610360734.6677558, + "asctime": "2021-01-11 11:37:39,201", + "created": 1610361459.2014186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118103,15 +118166,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 667.7558422088623, + "msecs": 201.41863822937012, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9752.78115272522, + "relativeCreated": 9765.146017074585, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118119,8 +118182,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,667", - "created": 1610360734.6679628, + "asctime": "2021-01-11 11:37:39,201", + "created": 1610361459.201601, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118130,15 +118193,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 667.9627895355225, + "msecs": 201.6010284423828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9752.98810005188, + "relativeCreated": 9765.328407287598, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118147,8 +118210,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,668", - "created": 1610360734.668096, + "asctime": "2021-01-11 11:37:39,201", + "created": 1610361459.2017212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118158,15 +118221,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 668.0960655212402, + "msecs": 201.72119140625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9753.121376037598, + "relativeCreated": 9765.448570251465, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118174,8 +118237,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,668", - "created": 1610360734.6682994, + "asctime": "2021-01-11 11:37:39,201", + "created": 1610361459.2019043, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118185,15 +118248,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 668.2994365692139, + "msecs": 201.904296875, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9753.324747085571, + "relativeCreated": 9765.631675720215, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118202,8 +118265,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,668", - "created": 1610360734.668433, + "asctime": "2021-01-11 11:37:39,202", + "created": 1610361459.2020226, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118213,15 +118276,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 668.4329509735107, + "msecs": 202.02255249023438, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9753.458261489868, + "relativeCreated": 9765.74993133545, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118229,8 +118292,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,668", - "created": 1610360734.6686163, + "asctime": "2021-01-11 11:37:39,202", + "created": 1610361459.2021742, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118240,15 +118303,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 668.6162948608398, + "msecs": 202.17418670654297, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9753.641605377197, + "relativeCreated": 9765.901565551758, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118257,8 +118320,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,668", - "created": 1610360734.6687765, + "asctime": "2021-01-11 11:37:39,202", + "created": 1610361459.2023196, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118268,15 +118331,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 668.7765121459961, + "msecs": 202.31962203979492, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9753.801822662354, + "relativeCreated": 9766.04700088501, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118284,8 +118347,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 11:25:34,669", - "created": 1610360734.669071, + "asctime": "2021-01-11 11:37:39,202", + "created": 1610361459.2025745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118295,15 +118358,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": 669.0709590911865, + "msecs": 202.5744915008545, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9754.096269607544, + "relativeCreated": 9766.30187034607, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118311,8 +118374,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 11:25:34,673", - "created": 1610360734.6734343, + "asctime": "2021-01-11 11:37:39,206", + "created": 1610361459.2069669, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118322,15 +118385,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": 673.4342575073242, + "msecs": 206.96687698364258, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9758.459568023682, + "relativeCreated": 9770.694255828857, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118338,8 +118401,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,673", - "created": 1610360734.6738503, + "asctime": "2021-01-11 11:37:39,207", + "created": 1610361459.2073405, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118349,15 +118412,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 673.8502979278564, + "msecs": 207.34047889709473, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9758.875608444214, + "relativeCreated": 9771.06785774231, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118366,8 +118429,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:34,674", - "created": 1610360734.6740172, + "asctime": "2021-01-11 11:37:39,207", + "created": 1610361459.207489, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118377,15 +118440,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": 674.0171909332275, + "msecs": 207.489013671875, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9759.042501449585, + "relativeCreated": 9771.21639251709, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118393,8 +118456,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 11:25:34,674", - "created": 1610360734.6743026, + "asctime": "2021-01-11 11:37:39,207", + "created": 1610361459.2077491, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118404,15 +118467,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": 674.3025779724121, + "msecs": 207.7491283416748, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9759.32788848877, + "relativeCreated": 9771.47650718689, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { @@ -118423,8 +118486,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:34,674", - "created": 1610360734.674681, + "asctime": "2021-01-11 11:37:39,208", + "created": 1610361459.2080944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118434,23 +118497,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": 674.6809482574463, + "msecs": 208.09435844421387, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9759.706258773804, + "relativeCreated": 9771.821737289429, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:34,674", - "created": 1610360734.6749578, + "asctime": "2021-01-11 11:37:39,208", + "created": 1610361459.2082882, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118460,37 +118523,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": 674.9577522277832, + "msecs": 208.28819274902344, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9759.98306274414, + "relativeCreated": 9772.015571594238, "stack_info": null, - "thread": 140653585487616, + "thread": 139976960349952, "threadName": "Thread-12" } ], - "msecs": 858.6277961730957, + "msecs": 392.52781867980957, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9943.653106689453, + "relativeCreated": 9956.255197525024, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.1836700439453125 + "time_consumption": 0.18423962593078613 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:34,859", - "created": 1610360734.8594255, + "asctime": "2021-01-11 11:37:39,393", + "created": 1610361459.3933275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118507,8 +118570,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:34,859", - "created": 1610360734.8590987, + "asctime": "2021-01-11 11:37:39,392", + "created": 1610361459.393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118518,15 +118581,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 859.0986728668213, + "msecs": 392.99988746643066, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9944.123983383179, + "relativeCreated": 9956.727266311646, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118535,8 +118598,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:34,859", - "created": 1610360734.859274, + "asctime": "2021-01-11 11:37:39,393", + "created": 1610361459.3931756, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118546,37 +118609,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 859.2739105224609, + "msecs": 393.1756019592285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9944.299221038818, + "relativeCreated": 9956.902980804443, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 859.4255447387695, + "msecs": 393.3274745941162, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9944.450855255127, + "relativeCreated": 9957.054853439331, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015163421630859375 + "time_consumption": 0.0001518726348876953 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,859", - "created": 1610360734.8599746, + "asctime": "2021-01-11 11:37:39,393", + "created": 1610361459.393884, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118593,8 +118656,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,859", - "created": 1610360734.8596675, + "asctime": "2021-01-11 11:37:39,393", + "created": 1610361459.3935654, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118604,15 +118667,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": 859.6675395965576, + "msecs": 393.56541633605957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9944.692850112915, + "relativeCreated": 9957.292795181274, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118621,8 +118684,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:34,859", - "created": 1610360734.8598282, + "asctime": "2021-01-11 11:37:39,393", + "created": 1610361459.3937376, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118632,41 +118695,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": 859.8282337188721, + "msecs": 393.7375545501709, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9944.85354423523, + "relativeCreated": 9957.464933395386, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 859.9746227264404, + "msecs": 393.88394355773926, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9944.999933242798, + "relativeCreated": 9957.611322402954, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.00014638900756835938 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 2.4785654544830322, - "time_finished": "2021-01-11 11:25:34,859", - "time_start": "2021-01-11 11:25:32,381" + "time_consumption": 2.4780290126800537, + "time_finished": "2021-01-11 11:37:39,393", + "time_start": "2021-01-11 11:37:36,915" }, "_Lmn-kE0hEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:34,861", - "created": 1610360734.8610303, + "asctime": "2021-01-11 11:37:39,394", + "created": 1610361459.3948975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118677,19 +118740,19 @@ "message": "_Lmn-kE0hEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 861.0303401947021, + "msecs": 394.8974609375, "msg": "_Lmn-kE0hEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9946.05565071106, + "relativeCreated": 9958.624839782715, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.8691704, + "asctime": "2021-01-11 11:37:39,403", + "created": 1610361459.403875, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -118704,8 +118767,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:34,862", - "created": 1610360734.862156, + "asctime": "2021-01-11 11:37:39,395", + "created": 1610361459.3959134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118715,23 +118778,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 862.1559143066406, + "msecs": 395.91336250305176, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9947.181224822998, + "relativeCreated": 9959.640741348267, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:34,863", - "created": 1610360734.8630257, + "asctime": "2021-01-11 11:37:39,396", + "created": 1610361459.3968074, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118741,23 +118804,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 863.0256652832031, + "msecs": 396.8074321746826, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9948.05097579956, + "relativeCreated": 9960.534811019897, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:34,863", - "created": 1610360734.8632388, + "asctime": "2021-01-11 11:37:39,397", + "created": 1610361459.397033, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118767,23 +118830,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 863.2388114929199, + "msecs": 397.0329761505127, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9948.264122009277, + "relativeCreated": 9960.760354995728, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:34,863", - "created": 1610360734.8635814, + "asctime": "2021-01-11 11:37:39,397", + "created": 1610361459.3973567, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118793,15 +118856,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 863.5814189910889, + "msecs": 397.3567485809326, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9948.606729507446, + "relativeCreated": 9961.084127426147, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118810,26 +118873,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:34,863", - "created": 1610360734.8637617, + "asctime": "2021-01-11 11:37:39,397", + "created": 1610361459.397533, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 863.7616634368896, + "msecs": 397.5329399108887, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9948.786973953247, + "relativeCreated": 9961.260318756104, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118837,26 +118900,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:34,863", - "created": 1610360734.863981, + "asctime": "2021-01-11 11:37:39,397", + "created": 1610361459.3977509, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 863.9810085296631, + "msecs": 397.7508544921875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9949.00631904602, + "relativeCreated": 9961.478233337402, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118864,26 +118927,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:34,864", - "created": 1610360734.8641777, + "asctime": "2021-01-11 11:37:39,397", + "created": 1610361459.397908, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 864.1777038574219, + "msecs": 397.90797233581543, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9949.20301437378, + "relativeCreated": 9961.63535118103, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118891,26 +118954,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:34,864", - "created": 1610360734.8643308, + "asctime": "2021-01-11 11:37:39,398", + "created": 1610361459.3980527, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 864.3307685852051, + "msecs": 398.0526924133301, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9949.356079101562, + "relativeCreated": 9961.780071258545, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118918,26 +118981,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:34,864", - "created": 1610360734.8644733, + "asctime": "2021-01-11 11:37:39,398", + "created": 1610361459.3982074, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 864.4733428955078, + "msecs": 398.207426071167, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9949.498653411865, + "relativeCreated": 9961.934804916382, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118947,8 +119010,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:34,864", - "created": 1610360734.8646314, + "asctime": "2021-01-11 11:37:39,398", + "created": 1610361459.398367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118958,15 +119021,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 864.6314144134521, + "msecs": 398.36692810058594, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9949.65672492981, + "relativeCreated": 9962.0943069458, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -118976,8 +119039,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:34,864", - "created": 1610360734.8648274, + "asctime": "2021-01-11 11:37:39,398", + "created": 1610361459.3985264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118987,15 +119050,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 864.8273944854736, + "msecs": 398.5264301300049, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9949.852705001831, + "relativeCreated": 9962.25380897522, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119005,8 +119068,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:34,865", - "created": 1610360734.8650055, + "asctime": "2021-01-11 11:37:39,398", + "created": 1610361459.3986785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119016,15 +119079,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 865.0054931640625, + "msecs": 398.6785411834717, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9950.03080368042, + "relativeCreated": 9962.405920028687, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119034,8 +119097,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:34,865", - "created": 1610360734.8651602, + "asctime": "2021-01-11 11:37:39,398", + "created": 1610361459.3988278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119045,23 +119108,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 865.1602268218994, + "msecs": 398.82779121398926, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9950.185537338257, + "relativeCreated": 9962.555170059204, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:34,865", - "created": 1610360734.8652976, + "asctime": "2021-01-11 11:37:39,398", + "created": 1610361459.3989608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119071,15 +119134,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 865.2975559234619, + "msecs": 398.96082878112793, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9950.32286643982, + "relativeCreated": 9962.688207626343, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119088,26 +119151,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:34,865", - "created": 1610360734.8654509, + "asctime": "2021-01-11 11:37:39,399", + "created": 1610361459.3991115, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 865.4508590698242, + "msecs": 399.1115093231201, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9950.476169586182, + "relativeCreated": 9962.838888168335, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119115,26 +119178,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:34,865", - "created": 1610360734.8656142, + "asctime": "2021-01-11 11:37:39,399", + "created": 1610361459.399275, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 865.6141757965088, + "msecs": 399.2750644683838, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9950.639486312866, + "relativeCreated": 9963.002443313599, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119142,26 +119205,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:34,865", - "created": 1610360734.8657568, + "asctime": "2021-01-11 11:37:39,399", + "created": 1610361459.3994172, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 865.7567501068115, + "msecs": 399.4171619415283, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9950.782060623169, + "relativeCreated": 9963.144540786743, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119171,8 +119234,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:34,865", - "created": 1610360734.8659077, + "asctime": "2021-01-11 11:37:39,399", + "created": 1610361459.3995643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119182,15 +119245,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 865.9076690673828, + "msecs": 399.564266204834, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9950.93297958374, + "relativeCreated": 9963.291645050049, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119200,8 +119263,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:34,866", - "created": 1610360734.8660612, + "asctime": "2021-01-11 11:37:39,399", + "created": 1610361459.3997405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119211,15 +119274,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 866.0612106323242, + "msecs": 399.74045753479004, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9951.086521148682, + "relativeCreated": 9963.467836380005, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119228,26 +119291,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:34,866", - "created": 1610360734.866206, + "asctime": "2021-01-11 11:37:39,399", + "created": 1610361459.3998895, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 866.2059307098389, + "msecs": 399.8894691467285, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9951.231241226196, + "relativeCreated": 9963.616847991943, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119256,26 +119319,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:34,866", - "created": 1610360734.8663433, + "asctime": "2021-01-11 11:37:39,400", + "created": 1610361459.4000268, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 866.3432598114014, + "msecs": 400.026798248291, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9951.368570327759, + "relativeCreated": 9963.754177093506, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119284,34 +119347,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:34,866", - "created": 1610360734.8665032, + "asctime": "2021-01-11 11:37:39,400", + "created": 1610361459.4001617, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 866.5032386779785, + "msecs": 400.1617431640625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9951.528549194336, + "relativeCreated": 9963.889122009277, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:34,866", - "created": 1610360734.866641, + "asctime": "2021-01-11 11:37:39,400", + "created": 1610361459.4002979, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119321,23 +119384,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 866.6410446166992, + "msecs": 400.2978801727295, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9951.666355133057, + "relativeCreated": 9964.025259017944, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:34,866", - "created": 1610360734.8669217, + "asctime": "2021-01-11 11:37:39,400", + "created": 1610361459.4005709, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119347,15 +119410,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 866.9216632843018, + "msecs": 400.5708694458008, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9951.94697380066, + "relativeCreated": 9964.298248291016, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119364,26 +119427,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:34,867", - "created": 1610360734.867079, + "asctime": "2021-01-11 11:37:39,400", + "created": 1610361459.4007316, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 867.0790195465088, + "msecs": 400.73156356811523, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9952.104330062866, + "relativeCreated": 9964.45894241333, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119391,26 +119454,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:34,867", - "created": 1610360734.8672774, + "asctime": "2021-01-11 11:37:39,400", + "created": 1610361459.4009635, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 867.2773838043213, + "msecs": 400.96354484558105, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9952.302694320679, + "relativeCreated": 9964.690923690796, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119418,26 +119481,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:34,867", - "created": 1610360734.8674254, + "asctime": "2021-01-11 11:37:39,401", + "created": 1610361459.4011137, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 867.4254417419434, + "msecs": 401.11374855041504, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9952.4507522583, + "relativeCreated": 9964.84112739563, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119445,26 +119508,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:34,867", - "created": 1610360734.8675668, + "asctime": "2021-01-11 11:37:39,401", + "created": 1610361459.401254, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 867.5668239593506, + "msecs": 401.25393867492676, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9952.592134475708, + "relativeCreated": 9964.981317520142, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119472,26 +119535,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:34,867", - "created": 1610360734.8677065, + "asctime": "2021-01-11 11:37:39,401", + "created": 1610361459.4013934, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 867.7065372467041, + "msecs": 401.3934135437012, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9952.731847763062, + "relativeCreated": 9965.120792388916, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119501,8 +119564,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:34,867", - "created": 1610360734.8678637, + "asctime": "2021-01-11 11:37:39,401", + "created": 1610361459.401637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119512,15 +119575,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 867.863655090332, + "msecs": 401.63707733154297, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9952.88896560669, + "relativeCreated": 9965.364456176758, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119530,8 +119593,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8680189, + "asctime": "2021-01-11 11:37:39,401", + "created": 1610361459.401868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119541,15 +119604,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 868.0188655853271, + "msecs": 401.8681049346924, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.044176101685, + "relativeCreated": 9965.595483779907, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119559,8 +119622,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8681836, + "asctime": "2021-01-11 11:37:39,402", + "created": 1610361459.402036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119570,15 +119633,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 868.1836128234863, + "msecs": 402.0359516143799, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.208923339844, + "relativeCreated": 9965.763330459595, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119588,8 +119651,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8683324, + "asctime": "2021-01-11 11:37:39,402", + "created": 1610361459.4021864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119599,23 +119662,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 868.3323860168457, + "msecs": 402.18639373779297, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.357696533203, + "relativeCreated": 9965.913772583008, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8684654, + "asctime": "2021-01-11 11:37:39,402", + "created": 1610361459.4023201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119625,15 +119688,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 868.4654235839844, + "msecs": 402.32014656066895, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.490734100342, + "relativeCreated": 9966.047525405884, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119642,26 +119705,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8686142, + "asctime": "2021-01-11 11:37:39,402", + "created": 1610361459.4024696, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 868.6141967773438, + "msecs": 402.4696350097656, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.639507293701, + "relativeCreated": 9966.19701385498, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119669,26 +119732,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.868804, + "asctime": "2021-01-11 11:37:39,402", + "created": 1610361459.4026537, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 868.8039779663086, + "msecs": 402.65369415283203, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.829288482666, + "relativeCreated": 9966.381072998047, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119696,26 +119759,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8688536, + "asctime": "2021-01-11 11:37:39,402", + "created": 1610361459.4028075, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 868.8535690307617, + "msecs": 402.80747413635254, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.87887954712, + "relativeCreated": 9966.534852981567, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119725,8 +119788,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8688996, + "asctime": "2021-01-11 11:37:39,402", + "created": 1610361459.4029548, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119736,15 +119799,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 868.8995838165283, + "msecs": 402.9548168182373, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.924894332886, + "relativeCreated": 9966.682195663452, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119754,8 +119817,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8689456, + "asctime": "2021-01-11 11:37:39,403", + "created": 1610361459.4031138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119765,15 +119828,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 868.9455986022949, + "msecs": 403.11384201049805, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9953.970909118652, + "relativeCreated": 9966.841220855713, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119782,26 +119845,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:34,868", - "created": 1610360734.8689907, + "asctime": "2021-01-11 11:37:39,403", + "created": 1610361459.4032848, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 868.9906597137451, + "msecs": 403.28478813171387, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.015970230103, + "relativeCreated": 9967.012166976929, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119810,26 +119873,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.869036, + "asctime": "2021-01-11 11:37:39,403", + "created": 1610361459.4034388, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 869.0359592437744, + "msecs": 403.4388065338135, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.061269760132, + "relativeCreated": 9967.166185379028, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119838,34 +119901,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.869084, + "asctime": "2021-01-11 11:37:39,403", + "created": 1610361459.4036055, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 869.0838813781738, + "msecs": 403.60546112060547, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.109191894531, + "relativeCreated": 9967.33283996582, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.8691292, + "asctime": "2021-01-11 11:37:39,403", + "created": 1610361459.4037464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119875,34 +119938,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 869.1291809082031, + "msecs": 403.7463665008545, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.15449142456, + "relativeCreated": 9967.47374534607, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 869.1704273223877, + "msecs": 403.87511253356934, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.195737838745, + "relativeCreated": 9967.602491378784, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 4.124641418457031e-05 + "time_consumption": 0.00012874603271484375 }, { "args": [], - "asctime": "2021-01-11 11:25:35,212", - "created": 1610360735.2129767, + "asctime": "2021-01-11 11:37:39,748", + "created": 1610361459.7482913, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -119917,8 +119980,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.8693209, + "asctime": "2021-01-11 11:37:39,404", + "created": 1610361459.404165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119928,23 +119991,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 869.3208694458008, + "msecs": 404.16502952575684, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.346179962158, + "relativeCreated": 9967.892408370972, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.8693662, + "asctime": "2021-01-11 11:37:39,404", + "created": 1610361459.4043055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119954,23 +120017,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 869.3661689758301, + "msecs": 404.30545806884766, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.391479492188, + "relativeCreated": 9968.032836914062, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.869409, + "asctime": "2021-01-11 11:37:39,404", + "created": 1610361459.4044435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119980,15 +120043,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 869.4090843200684, + "msecs": 404.44350242614746, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.434394836426, + "relativeCreated": 9968.170881271362, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -119999,8 +120062,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.8694909, + "asctime": "2021-01-11 11:37:39,404", + "created": 1610361459.4046957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120010,23 +120073,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 869.4908618927002, + "msecs": 404.6957492828369, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.516172409058, + "relativeCreated": 9968.423128128052, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.869667, + "asctime": "2021-01-11 11:37:39,404", + "created": 1610361459.4049447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120036,23 +120099,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 869.6670532226562, + "msecs": 404.94465827941895, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.692363739014, + "relativeCreated": 9968.672037124634, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.8697164, + "asctime": "2021-01-11 11:37:39,404", + "created": 1610361459.4049995, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120062,23 +120125,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 869.7164058685303, + "msecs": 404.9994945526123, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.741716384888, + "relativeCreated": 9968.726873397827, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:34,869", - "created": 1610360734.8697608, + "asctime": "2021-01-11 11:37:39,405", + "created": 1610361459.405045, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120088,15 +120151,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 869.7607517242432, + "msecs": 405.0450325012207, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.7860622406, + "relativeCreated": 9968.772411346436, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -120104,8 +120167,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 11:25:34,869", - "created": 1610360734.8699172, + "asctime": "2021-01-11 11:37:39,405", + "created": 1610361459.4054255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120115,15 +120178,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": 869.9171543121338, + "msecs": 405.4255485534668, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9954.942464828491, + "relativeCreated": 9969.152927398682, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120131,8 +120194,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 11:25:34,878", - "created": 1610360734.8780787, + "asctime": "2021-01-11 11:37:39,413", + "created": 1610361459.4135783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120142,15 +120205,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": 878.0786991119385, + "msecs": 413.5782718658447, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.104009628296, + "relativeCreated": 9977.30565071106, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120158,8 +120221,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.8781924, + "asctime": "2021-01-11 11:37:39,413", + "created": 1610361459.4136953, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120169,15 +120232,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 878.1924247741699, + "msecs": 413.6953353881836, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.217735290527, + "relativeCreated": 9977.422714233398, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120186,8 +120249,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.878244, + "asctime": "2021-01-11 11:37:39,413", + "created": 1610361459.413746, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120197,15 +120260,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.2439231872559, + "msecs": 413.7461185455322, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.269233703613, + "relativeCreated": 9977.473497390747, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120213,8 +120276,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.8783176, + "asctime": "2021-01-11 11:37:39,413", + "created": 1610361459.4138076, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120224,15 +120287,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 878.3175945281982, + "msecs": 413.80763053894043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.342905044556, + "relativeCreated": 9977.535009384155, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120241,8 +120304,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.8783624, + "asctime": "2021-01-11 11:37:39,413", + "created": 1610361459.4138515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120252,15 +120315,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.3624172210693, + "msecs": 413.8514995574951, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.387727737427, + "relativeCreated": 9977.57887840271, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120268,8 +120331,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.8784246, + "asctime": "2021-01-11 11:37:39,413", + "created": 1610361459.4139128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120279,15 +120342,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 878.4246444702148, + "msecs": 413.9127731323242, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.449954986572, + "relativeCreated": 9977.640151977539, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120296,8 +120359,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.8784673, + "asctime": "2021-01-11 11:37:39,413", + "created": 1610361459.4139533, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120307,15 +120370,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.467321395874, + "msecs": 413.9533042907715, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.492631912231, + "relativeCreated": 9977.680683135986, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120323,8 +120386,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.8785641, + "asctime": "2021-01-11 11:37:39,414", + "created": 1610361459.414023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120334,15 +120397,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 878.5641193389893, + "msecs": 414.02292251586914, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.589429855347, + "relativeCreated": 9977.750301361084, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120351,8 +120414,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.8786316, + "asctime": "2021-01-11 11:37:39,414", + "created": 1610361459.4140625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120362,15 +120425,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.631591796875, + "msecs": 414.0625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.656902313232, + "relativeCreated": 9977.789878845215, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120378,8 +120441,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.878693, + "asctime": "2021-01-11 11:37:39,414", + "created": 1610361459.4141178, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120389,15 +120452,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 878.6931037902832, + "msecs": 414.11781311035156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.71841430664, + "relativeCreated": 9977.845191955566, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120406,8 +120469,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.878735, + "asctime": "2021-01-11 11:37:39,414", + "created": 1610361459.4141624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120417,15 +120480,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.7350654602051, + "msecs": 414.16239738464355, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.760375976562, + "relativeCreated": 9977.889776229858, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120433,8 +120496,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:34,878", - "created": 1610360734.878817, + "asctime": "2021-01-11 11:37:39,414", + "created": 1610361459.414244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120444,15 +120507,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 878.817081451416, + "msecs": 414.2439365386963, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9963.842391967773, + "relativeCreated": 9977.971315383911, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120460,8 +120523,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:34,879", - "created": 1610360734.879762, + "asctime": "2021-01-11 11:37:39,415", + "created": 1610361459.4152195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120471,15 +120534,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 879.7619342803955, + "msecs": 415.2195453643799, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9964.787244796753, + "relativeCreated": 9978.946924209595, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120487,8 +120550,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,879", - "created": 1610360734.8798969, + "asctime": "2021-01-11 11:37:39,415", + "created": 1610361459.4154055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120498,15 +120561,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 879.896879196167, + "msecs": 415.4055118560791, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9964.922189712524, + "relativeCreated": 9979.132890701294, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120515,8 +120578,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:34,879", - "created": 1610360734.879952, + "asctime": "2021-01-11 11:37:39,415", + "created": 1610361459.4154942, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120526,15 +120589,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": 879.9519538879395, + "msecs": 415.4942035675049, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9964.977264404297, + "relativeCreated": 9979.22158241272, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120542,8 +120605,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 11:25:34,880", - "created": 1610360734.8800306, + "asctime": "2021-01-11 11:37:39,415", + "created": 1610361459.4156523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120553,15 +120616,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": 880.030632019043, + "msecs": 415.6522750854492, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9965.0559425354, + "relativeCreated": 9979.379653930664, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120572,8 +120635,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:34,880", - "created": 1610360734.8801615, + "asctime": "2021-01-11 11:37:39,415", + "created": 1610361459.41587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120583,15 +120646,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 880.1615238189697, + "msecs": 415.86995124816895, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9965.186834335327, + "relativeCreated": 9979.597330093384, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120599,26 +120662,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:34,880", - "created": 1610360734.8802216, + "asctime": "2021-01-11 11:37:39,415", + "created": 1610361459.415971, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 880.2216053009033, + "msecs": 415.971040725708, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9965.24691581726, + "relativeCreated": 9979.698419570923, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120629,8 +120692,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:34,880", - "created": 1610360734.880306, + "asctime": "2021-01-11 11:37:39,416", + "created": 1610361459.416107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120640,15 +120703,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 880.3060054779053, + "msecs": 416.1069393157959, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9965.331315994263, + "relativeCreated": 9979.83431816101, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -120656,8 +120719,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 11:25:34,880", - "created": 1610360734.8805792, + "asctime": "2021-01-11 11:37:39,416", + "created": 1610361459.4165492, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120667,15 +120730,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": 880.5792331695557, + "msecs": 416.5492057800293, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9965.604543685913, + "relativeCreated": 9980.276584625244, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120683,8 +120746,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 11:25:34,888", - "created": 1610360734.8888159, + "asctime": "2021-01-11 11:37:39,424", + "created": 1610361459.424876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120694,15 +120757,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": 888.8158798217773, + "msecs": 424.87597465515137, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9973.841190338135, + "relativeCreated": 9988.603353500366, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120710,8 +120773,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,888", - "created": 1610360734.8889837, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4250448, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120721,15 +120784,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 888.9837265014648, + "msecs": 425.0447750091553, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.009037017822, + "relativeCreated": 9988.77215385437, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120738,8 +120801,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.889071, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4251318, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120749,15 +120812,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 889.070987701416, + "msecs": 425.13179779052734, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.096298217773, + "relativeCreated": 9988.859176635742, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120765,8 +120828,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.8891757, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4252353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120776,15 +120839,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 889.1756534576416, + "msecs": 425.2352714538574, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.200963973999, + "relativeCreated": 9988.962650299072, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120793,8 +120856,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.8892648, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4253082, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120804,15 +120867,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 889.2648220062256, + "msecs": 425.3082275390625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.290132522583, + "relativeCreated": 9989.035606384277, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120820,8 +120883,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.8893752, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4254153, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120831,15 +120894,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 889.3752098083496, + "msecs": 425.4152774810791, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.400520324707, + "relativeCreated": 9989.142656326294, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120848,8 +120911,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.8894455, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.425484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120859,15 +120922,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 889.4455432891846, + "msecs": 425.48394203186035, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.470853805542, + "relativeCreated": 9989.211320877075, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120875,8 +120938,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.889542, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4255784, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120886,15 +120949,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 889.5421028137207, + "msecs": 425.57835578918457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.567413330078, + "relativeCreated": 9989.3057346344, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120903,8 +120966,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.8896146, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4256496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120914,15 +120977,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 889.6145820617676, + "msecs": 425.64964294433594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.639892578125, + "relativeCreated": 9989.37702178955, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120930,8 +120993,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.889706, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.4257574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120941,15 +121004,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 889.7058963775635, + "msecs": 425.75740814208984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.73120689392, + "relativeCreated": 9989.484786987305, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120958,8 +121021,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.8897743, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.425828, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120969,15 +121032,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 889.7743225097656, + "msecs": 425.8279800415039, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.799633026123, + "relativeCreated": 9989.555358886719, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -120985,8 +121048,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:34,889", - "created": 1610360734.8899136, + "asctime": "2021-01-11 11:37:39,425", + "created": 1610361459.425965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120996,15 +121059,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 889.9135589599609, + "msecs": 425.9650707244873, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9974.938869476318, + "relativeCreated": 9989.692449569702, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -121012,8 +121075,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:34,890", - "created": 1610360734.8909154, + "asctime": "2021-01-11 11:37:39,426", + "created": 1610361459.4269629, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121023,15 +121086,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 890.9153938293457, + "msecs": 426.96285247802734, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9975.940704345703, + "relativeCreated": 9990.690231323242, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -121039,8 +121102,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:34,891", - "created": 1610360734.891099, + "asctime": "2021-01-11 11:37:39,427", + "created": 1610361459.4271572, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121050,15 +121113,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 891.0989761352539, + "msecs": 427.1571636199951, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9976.124286651611, + "relativeCreated": 9990.88454246521, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -121067,8 +121130,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:34,891", - "created": 1610360734.891206, + "asctime": "2021-01-11 11:37:39,427", + "created": 1610361459.4272604, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121078,15 +121141,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": 891.2060260772705, + "msecs": 427.2603988647461, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9976.231336593628, + "relativeCreated": 9990.987777709961, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -121094,8 +121157,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 11:25:34,891", - "created": 1610360734.89134, + "asctime": "2021-01-11 11:37:39,427", + "created": 1610361459.4273922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121105,15 +121168,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": 891.3400173187256, + "msecs": 427.39224433898926, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9976.365327835083, + "relativeCreated": 9991.119623184204, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -121124,8 +121187,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:34,891", - "created": 1610360734.891545, + "asctime": "2021-01-11 11:37:39,427", + "created": 1610361459.4276018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121135,15 +121198,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 891.5450572967529, + "msecs": 427.60181427001953, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9976.57036781311, + "relativeCreated": 9991.329193115234, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -121151,8 +121214,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:34,891", - "created": 1610360734.8916519, + "asctime": "2021-01-11 11:37:39,427", + "created": 1610361459.4277015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121162,34 +121225,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 891.6518688201904, + "msecs": 427.701473236084, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 9976.677179336548, + "relativeCreated": 9991.428852081299, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" } ], - "msecs": 212.97669410705566, + "msecs": 748.2912540435791, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10298.002004623413, + "relativeCreated": 10312.018632888794, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.32132482528686523 + "time_consumption": 0.3205897808074951 }, { "args": [], - "asctime": "2021-01-11 11:25:35,213", - "created": 1610360735.2134442, + "asctime": "2021-01-11 11:37:39,748", + "created": 1610361459.7487803, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -121200,15 +121263,15 @@ "message": "Setting no Channel name for server and client", "module": "test_communication", "moduleLogger": [], - "msecs": 213.44423294067383, + "msecs": 748.7802505493164, "msg": "Setting no Channel name for server and client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10298.469543457031, + "relativeCreated": 10312.507629394531, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -121217,8 +121280,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:35,214", - "created": 1610360735.214029, + "asctime": "2021-01-11 11:37:39,749", + "created": 1610361459.749371, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121235,8 +121298,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:35,213", - "created": 1610360735.213719, + "asctime": "2021-01-11 11:37:39,749", + "created": 1610361459.7490609, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121246,15 +121309,15 @@ "lineno": 22, "message": "Result (Channel name of server): None ()", "module": "test", - "msecs": 213.71889114379883, + "msecs": 749.060869216919, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10298.744201660156, + "relativeCreated": 10312.788248062134, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -121263,8 +121326,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:35,213", - "created": 1610360735.2138813, + "asctime": "2021-01-11 11:37:39,749", + "created": 1610361459.7492216, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121274,37 +121337,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = None ()", "module": "test", - "msecs": 213.881254196167, + "msecs": 749.2215633392334, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10298.906564712524, + "relativeCreated": 10312.948942184448, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 214.02907371520996, + "msecs": 749.3710517883301, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10299.054384231567, + "relativeCreated": 10313.098430633545, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014781951904296875 + "time_consumption": 0.0001494884490966797 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:35,214", - "created": 1610360735.214565, + "asctime": "2021-01-11 11:37:39,749", + "created": 1610361459.7499108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121321,8 +121384,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:35,214", - "created": 1610360735.2142882, + "asctime": "2021-01-11 11:37:39,749", + "created": 1610361459.7496257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121332,15 +121395,15 @@ "lineno": 22, "message": "Result (Channel name of client): None ()", "module": "test", - "msecs": 214.28823471069336, + "msecs": 749.6256828308105, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10299.31354522705, + "relativeCreated": 10313.353061676025, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -121349,8 +121412,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:35,214", - "created": 1610360735.2144299, + "asctime": "2021-01-11 11:37:39,749", + "created": 1610361459.7497642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121360,34 +121423,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = None ()", "module": "test", - "msecs": 214.4298553466797, + "msecs": 749.7642040252686, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10299.455165863037, + "relativeCreated": 10313.491582870483, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 214.56503868103027, + "msecs": 749.910831451416, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10299.590349197388, + "relativeCreated": 10313.63821029663, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013518333435058594 + "time_consumption": 0.00014662742614746094 }, { "args": [], - "asctime": "2021-01-11 11:25:35,215", - "created": 1610360735.2150016, + "asctime": "2021-01-11 11:37:39,750", + "created": 1610361459.7503357, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -121398,22 +121461,22 @@ "message": "Setting different Channel names for client and Server", "module": "test_communication", "moduleLogger": [], - "msecs": 215.00158309936523, + "msecs": 750.335693359375, "msg": "Setting different Channel names for client and Server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10300.026893615723, + "relativeCreated": 10314.06307220459, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:35,560", - "created": 1610360735.5606604, + "asctime": "2021-01-11 11:37:40,096", + "created": 1610361460.0960405, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -121428,8 +121491,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,215", - "created": 1610360735.2152438, + "asctime": "2021-01-11 11:37:39,750", + "created": 1610361459.750569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121439,23 +121502,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 215.24381637573242, + "msecs": 750.5691051483154, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10300.26912689209, + "relativeCreated": 10314.29648399353, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:35,215", - "created": 1610360735.2154155, + "asctime": "2021-01-11 11:37:39,750", + "created": 1610361459.7507432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121465,23 +121528,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 215.41547775268555, + "msecs": 750.7431507110596, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10300.440788269043, + "relativeCreated": 10314.470529556274, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,215", - "created": 1610360735.2155697, + "asctime": "2021-01-11 11:37:39,750", + "created": 1610361459.7508967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121491,23 +121554,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 215.56973457336426, + "msecs": 750.896692276001, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10300.595045089722, + "relativeCreated": 10314.624071121216, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:35,215", - "created": 1610360735.2157161, + "asctime": "2021-01-11 11:37:39,751", + "created": 1610361459.751044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121517,23 +121580,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 215.71612358093262, + "msecs": 751.0440349578857, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10300.74143409729, + "relativeCreated": 10314.7714138031, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,215", - "created": 1610360735.2158735, + "asctime": "2021-01-11 11:37:39,751", + "created": 1610361459.7511854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121543,23 +121606,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 215.87347984313965, + "msecs": 751.185417175293, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10300.898790359497, + "relativeCreated": 10314.912796020508, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,216", - "created": 1610360735.2160227, + "asctime": "2021-01-11 11:37:39,751", + "created": 1610361459.7513282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121569,23 +121632,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 216.02272987365723, + "msecs": 751.3282299041748, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10301.048040390015, + "relativeCreated": 10315.05560874939, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:35,216", - "created": 1610360735.2161705, + "asctime": "2021-01-11 11:37:39,751", + "created": 1610361459.751474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121595,15 +121658,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 216.1705493927002, + "msecs": 751.4739036560059, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10301.195859909058, + "relativeCreated": 10315.20128250122, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -121614,8 +121677,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 11:25:35,216", - "created": 1610360735.2164168, + "asctime": "2021-01-11 11:37:39,751", + "created": 1610361459.751724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121625,23 +121688,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 216.4168357849121, + "msecs": 751.7240047454834, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10301.44214630127, + "relativeCreated": 10315.451383590698, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,217", - "created": 1610360735.21704, + "asctime": "2021-01-11 11:37:39,752", + "created": 1610361459.7523339, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121651,23 +121714,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 217.0400619506836, + "msecs": 752.3338794708252, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10302.065372467041, + "relativeCreated": 10316.06125831604, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,217", - "created": 1610360735.2172241, + "asctime": "2021-01-11 11:37:39,752", + "created": 1610361459.7525158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121677,23 +121740,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 217.22412109375, + "msecs": 752.5157928466797, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10302.249431610107, + "relativeCreated": 10316.243171691895, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:35,217", - "created": 1610360735.2173944, + "asctime": "2021-01-11 11:37:39,752", + "created": 1610361459.752675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121703,15 +121766,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 217.39435195922852, + "msecs": 752.6750564575195, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10302.419662475586, + "relativeCreated": 10316.402435302734, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -121719,8 +121782,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 11:25:35,217", - "created": 1610360735.2177968, + "asctime": "2021-01-11 11:37:39,753", + "created": 1610361459.7530973, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121730,15 +121793,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": 217.79680252075195, + "msecs": 753.0972957611084, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10302.82211303711, + "relativeCreated": 10316.824674606323, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121746,8 +121809,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 11:25:35,226", - "created": 1610360735.2261229, + "asctime": "2021-01-11 11:37:39,761", + "created": 1610361459.7615182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121757,15 +121820,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": 226.12285614013672, + "msecs": 761.5182399749756, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.148166656494, + "relativeCreated": 10325.24561882019, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121773,8 +121836,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.2262852, + "asctime": "2021-01-11 11:37:39,761", + "created": 1610361459.7618015, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121784,15 +121847,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 226.28521919250488, + "msecs": 761.8014812469482, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.310529708862, + "relativeCreated": 10325.528860092163, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121801,8 +121864,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.226387, + "asctime": "2021-01-11 11:37:39,761", + "created": 1610361459.761966, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121812,15 +121875,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 226.38702392578125, + "msecs": 761.9659900665283, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.412334442139, + "relativeCreated": 10325.693368911743, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121828,8 +121891,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.226489, + "asctime": "2021-01-11 11:37:39,762", + "created": 1610361459.7621605, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121839,15 +121902,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 226.48906707763672, + "msecs": 762.1605396270752, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.514377593994, + "relativeCreated": 10325.88791847229, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121856,8 +121919,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.2265592, + "asctime": "2021-01-11 11:37:39,762", + "created": 1610361459.7622986, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121867,15 +121930,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 226.55916213989258, + "msecs": 762.298583984375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.58447265625, + "relativeCreated": 10326.02596282959, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121883,8 +121946,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.2266624, + "asctime": "2021-01-11 11:37:39,762", + "created": 1610361459.7625005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121894,15 +121957,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 226.66239738464355, + "msecs": 762.500524520874, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.687707901001, + "relativeCreated": 10326.227903366089, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121911,8 +121974,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.226729, + "asctime": "2021-01-11 11:37:39,762", + "created": 1610361459.7626338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121922,15 +121985,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 226.7289161682129, + "msecs": 762.6338005065918, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.75422668457, + "relativeCreated": 10326.361179351807, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121938,8 +122001,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.2268193, + "asctime": "2021-01-11 11:37:39,762", + "created": 1610361459.7628126, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121949,15 +122012,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 226.81927680969238, + "msecs": 762.812614440918, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.84458732605, + "relativeCreated": 10326.539993286133, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121966,8 +122029,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.2268906, + "asctime": "2021-01-11 11:37:39,762", + "created": 1610361459.762968, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121977,15 +122040,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 226.89056396484375, + "msecs": 762.9680633544922, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10311.915874481201, + "relativeCreated": 10326.695442199707, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -121993,8 +122056,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,226", - "created": 1610360735.2269769, + "asctime": "2021-01-11 11:37:39,763", + "created": 1610361459.7631404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122004,15 +122067,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 226.97687149047852, + "msecs": 763.1404399871826, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10312.002182006836, + "relativeCreated": 10326.867818832397, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122021,8 +122084,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,227", - "created": 1610360735.2270415, + "asctime": "2021-01-11 11:37:39,763", + "created": 1610361459.763282, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122032,15 +122095,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 227.04148292541504, + "msecs": 763.282060623169, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10312.066793441772, + "relativeCreated": 10327.009439468384, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122048,8 +122111,8 @@ "comm-client:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 11:25:35,227", - "created": 1610360735.227169, + "asctime": "2021-01-11 11:37:39,763", + "created": 1610361459.7635245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122059,15 +122122,15 @@ "lineno": 284, "message": "comm-client: TX -> (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 227.16903686523438, + "msecs": 763.5245323181152, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10312.194347381592, + "relativeCreated": 10327.25191116333, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122075,8 +122138,8 @@ "comm-server:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 11:25:35,228", - "created": 1610360735.2286587, + "asctime": "2021-01-11 11:37:39,765", + "created": 1610361459.7652624, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122086,15 +122149,15 @@ "lineno": 414, "message": "comm-server: RX <- (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 228.65867614746094, + "msecs": 765.2623653411865, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10313.683986663818, + "relativeCreated": 10328.989744186401, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122102,8 +122165,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,228", - "created": 1610360735.2289114, + "asctime": "2021-01-11 11:37:39,765", + "created": 1610361459.7655766, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122113,15 +122176,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 228.9113998413086, + "msecs": 765.5766010284424, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10313.936710357666, + "relativeCreated": 10329.303979873657, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122130,8 +122193,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:35,229", - "created": 1610360735.229006, + "asctime": "2021-01-11 11:37:39,765", + "created": 1610361459.7657735, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122141,15 +122204,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": 229.0060520172119, + "msecs": 765.7735347747803, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10314.03136253357, + "relativeCreated": 10329.500913619995, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122157,8 +122220,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 11:25:35,229", - "created": 1610360735.2291343, + "asctime": "2021-01-11 11:37:39,766", + "created": 1610361459.7660255, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122168,15 +122231,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": 229.13432121276855, + "msecs": 766.0255432128906, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10314.159631729126, + "relativeCreated": 10329.752922058105, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122187,8 +122250,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 11:25:35,229", - "created": 1610360735.2293272, + "asctime": "2021-01-11 11:37:39,766", + "created": 1610361459.7663877, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122198,15 +122261,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 229.32720184326172, + "msecs": 766.3877010345459, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10314.35251235962, + "relativeCreated": 10330.11507987976, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122214,26 +122277,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:35,229", - "created": 1610360735.2294385, + "asctime": "2021-01-11 11:37:39,766", + "created": 1610361459.7665691, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 229.43854331970215, + "msecs": 766.5691375732422, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10314.46385383606, + "relativeCreated": 10330.296516418457, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122242,8 +122305,8 @@ "'server'", "'client'" ], - "asctime": "2021-01-11 11:25:35,229", - "created": 1610360735.2295766, + "asctime": "2021-01-11 11:37:39,766", + "created": 1610361459.7668493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122253,15 +122316,15 @@ "lineno": 418, "message": "prot-server: overwriting user defined channel name from 'server' to 'client'", "module": "__init__", - "msecs": 229.57658767700195, + "msecs": 766.8492794036865, "msg": "%s overwriting user defined channel name from %s to %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10314.60189819336, + "relativeCreated": 10330.576658248901, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122272,8 +122335,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:35,229", - "created": 1610360735.2296984, + "asctime": "2021-01-11 11:37:39,767", + "created": 1610361459.7671032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122283,15 +122346,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 229.69841957092285, + "msecs": 767.1031951904297, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10314.72373008728, + "relativeCreated": 10330.830574035645, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -122299,8 +122362,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 11:25:35,230", - "created": 1610360735.23013, + "asctime": "2021-01-11 11:37:39,767", + "created": 1610361459.767846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122310,15 +122373,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": 230.12995719909668, + "msecs": 767.8461074829102, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10315.155267715454, + "relativeCreated": 10331.573486328125, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122326,8 +122389,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 11:25:35,238", - "created": 1610360735.2384033, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7760322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122337,15 +122400,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": 238.4033203125, + "msecs": 776.0322093963623, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10323.428630828857, + "relativeCreated": 10339.759588241577, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122353,8 +122416,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,238", - "created": 1610360735.2385614, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.776166, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122364,15 +122427,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 238.56139183044434, + "msecs": 776.1659622192383, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10323.586702346802, + "relativeCreated": 10339.893341064453, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122381,8 +122444,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:35,238", - "created": 1610360735.2386441, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.776231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122392,15 +122455,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 238.64412307739258, + "msecs": 776.231050491333, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10323.66943359375, + "relativeCreated": 10339.958429336548, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122408,8 +122471,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,238", - "created": 1610360735.2387478, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7763124, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122419,15 +122482,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 238.74783515930176, + "msecs": 776.3123512268066, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10323.77314567566, + "relativeCreated": 10340.039730072021, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122436,8 +122499,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,238", - "created": 1610360735.238818, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7763689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122447,15 +122510,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 238.81793022155762, + "msecs": 776.3688564300537, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10323.843240737915, + "relativeCreated": 10340.096235275269, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122463,8 +122526,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,238", - "created": 1610360735.2389226, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7764516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122474,15 +122537,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 238.9225959777832, + "msecs": 776.451587677002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10323.94790649414, + "relativeCreated": 10340.178966522217, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122491,8 +122554,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,238", - "created": 1610360735.2389894, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.77652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122502,15 +122565,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 238.98935317993164, + "msecs": 776.5200138092041, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10324.014663696289, + "relativeCreated": 10340.247392654419, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122518,8 +122581,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,239", - "created": 1610360735.2390795, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7765987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122529,15 +122592,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 239.07947540283203, + "msecs": 776.5986919403076, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10324.10478591919, + "relativeCreated": 10340.326070785522, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122546,8 +122609,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,239", - "created": 1610360735.2391434, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.776652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122557,15 +122620,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 239.14337158203125, + "msecs": 776.6520977020264, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10324.168682098389, + "relativeCreated": 10340.379476547241, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122573,8 +122636,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,239", - "created": 1610360735.2392316, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7767231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122584,15 +122647,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 239.23158645629883, + "msecs": 776.7231464385986, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10324.256896972656, + "relativeCreated": 10340.450525283813, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122601,8 +122664,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,239", - "created": 1610360735.2393882, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7767909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122612,15 +122675,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 239.38822746276855, + "msecs": 776.7908573150635, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10324.413537979126, + "relativeCreated": 10340.518236160278, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122628,8 +122691,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:35,239", - "created": 1610360735.239623, + "asctime": "2021-01-11 11:37:39,776", + "created": 1610361459.7769108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122639,15 +122702,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 239.6230697631836, + "msecs": 776.9107818603516, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10324.648380279541, + "relativeCreated": 10340.638160705566, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122655,8 +122718,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:35,240", - "created": 1610360735.2406921, + "asctime": "2021-01-11 11:37:39,777", + "created": 1610361459.7778742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122666,15 +122729,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 240.692138671875, + "msecs": 777.874231338501, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10325.717449188232, + "relativeCreated": 10341.601610183716, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122682,8 +122745,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,240", - "created": 1610360735.240981, + "asctime": "2021-01-11 11:37:39,778", + "created": 1610361459.7780235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122693,15 +122756,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 240.9811019897461, + "msecs": 778.0234813690186, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10326.006412506104, + "relativeCreated": 10341.750860214233, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122710,8 +122773,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:35,241", - "created": 1610360735.2411172, + "asctime": "2021-01-11 11:37:39,778", + "created": 1610361459.7780917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122721,15 +122784,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": 241.1172389984131, + "msecs": 778.0916690826416, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10326.14254951477, + "relativeCreated": 10341.819047927856, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122737,8 +122800,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 11:25:35,241", - "created": 1610360735.241315, + "asctime": "2021-01-11 11:37:39,778", + "created": 1610361459.778191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122748,15 +122811,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": 241.31488800048828, + "msecs": 778.191089630127, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10326.340198516846, + "relativeCreated": 10341.918468475342, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122767,8 +122830,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:35,241", - "created": 1610360735.2416275, + "asctime": "2021-01-11 11:37:39,778", + "created": 1610361459.7783563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122778,15 +122841,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 241.62745475769043, + "msecs": 778.3563137054443, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10326.652765274048, + "relativeCreated": 10342.08369255066, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -122794,8 +122857,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:35,241", - "created": 1610360735.2417784, + "asctime": "2021-01-11 11:37:39,778", + "created": 1610361459.778431, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122805,37 +122868,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 241.77837371826172, + "msecs": 778.4309387207031, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10326.80368423462, + "relativeCreated": 10342.158317565918, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" } ], - "msecs": 560.6603622436523, + "msecs": 96.04048728942871, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10645.68567276001, + "relativeCreated": 10659.767866134644, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3188819885253906 + "time_consumption": 0.3176095485687256 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:35,561", - "created": 1610360735.5615673, + "asctime": "2021-01-11 11:37:40,096", + "created": 1610361460.096963, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122852,8 +122915,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:35,561", - "created": 1610360735.5612261, + "asctime": "2021-01-11 11:37:40,096", + "created": 1610361460.0965729, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122863,15 +122926,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 561.2261295318604, + "msecs": 96.5728759765625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10646.251440048218, + "relativeCreated": 10660.300254821777, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -122880,8 +122943,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:35,561", - "created": 1610360735.561409, + "asctime": "2021-01-11 11:37:40,096", + "created": 1610361460.0967839, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122891,37 +122954,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 561.4089965820312, + "msecs": 96.78387641906738, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10646.434307098389, + "relativeCreated": 10660.511255264282, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 561.5673065185547, + "msecs": 96.96292877197266, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10646.592617034912, + "relativeCreated": 10660.690307617188, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001583099365234375 + "time_consumption": 0.00017905235290527344 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:35,562", - "created": 1610360735.562147, + "asctime": "2021-01-11 11:37:40,097", + "created": 1610361460.0974967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122938,8 +123001,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:35,561", - "created": 1610360735.5618384, + "asctime": "2021-01-11 11:37:40,097", + "created": 1610361460.097209, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122949,15 +123012,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 561.8383884429932, + "msecs": 97.20897674560547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10646.86369895935, + "relativeCreated": 10660.93635559082, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -122966,8 +123029,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:35,561", - "created": 1610360735.561994, + "asctime": "2021-01-11 11:37:40,097", + "created": 1610361460.0973608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122977,34 +123040,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 561.9940757751465, + "msecs": 97.36084938049316, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10647.019386291504, + "relativeCreated": 10661.088228225708, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 562.1469020843506, + "msecs": 97.49674797058105, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10647.172212600708, + "relativeCreated": 10661.224126815796, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015282630920410156 + "time_consumption": 0.00013589859008789062 }, { "args": [], - "asctime": "2021-01-11 11:25:35,562", - "created": 1610360735.5625432, + "asctime": "2021-01-11 11:37:40,097", + "created": 1610361460.0978863, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -123015,22 +123078,22 @@ "message": "Setting identical Channel names for client and server", "module": "test_communication", "moduleLogger": [], - "msecs": 562.5431537628174, + "msecs": 97.88632392883301, "msg": "Setting identical Channel names for client and server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10647.568464279175, + "relativeCreated": 10661.613702774048, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:35,908", - "created": 1610360735.908234, + "asctime": "2021-01-11 11:37:40,443", + "created": 1610361460.443479, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -123045,8 +123108,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,562", - "created": 1610360735.5627904, + "asctime": "2021-01-11 11:37:40,098", + "created": 1610361460.0981176, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123056,23 +123119,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 562.7903938293457, + "msecs": 98.11758995056152, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10647.815704345703, + "relativeCreated": 10661.844968795776, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:35,562", - "created": 1610360735.562967, + "asctime": "2021-01-11 11:37:40,098", + "created": 1610361460.0982933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123082,23 +123145,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 562.96706199646, + "msecs": 98.29330444335938, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10647.992372512817, + "relativeCreated": 10662.020683288574, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,563", - "created": 1610360735.5631099, + "asctime": "2021-01-11 11:37:40,098", + "created": 1610361460.0984354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123108,23 +123171,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 563.1098747253418, + "msecs": 98.4354019165039, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10648.1351852417, + "relativeCreated": 10662.162780761719, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:35,563", - "created": 1610360735.5632446, + "asctime": "2021-01-11 11:37:40,098", + "created": 1610361460.0985677, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123134,23 +123197,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 563.2445812225342, + "msecs": 98.56772422790527, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10648.269891738892, + "relativeCreated": 10662.29510307312, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,563", - "created": 1610360735.5634165, + "asctime": "2021-01-11 11:37:40,098", + "created": 1610361460.098707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123160,23 +123223,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 563.4164810180664, + "msecs": 98.70696067810059, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10648.441791534424, + "relativeCreated": 10662.434339523315, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,563", - "created": 1610360735.5635693, + "asctime": "2021-01-11 11:37:40,098", + "created": 1610361460.0988488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123186,23 +123249,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 563.5693073272705, + "msecs": 98.84881973266602, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10648.594617843628, + "relativeCreated": 10662.57619857788, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:35,563", - "created": 1610360735.5637176, + "asctime": "2021-01-11 11:37:40,098", + "created": 1610361460.098996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123212,15 +123275,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 563.7176036834717, + "msecs": 98.99592399597168, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10648.74291419983, + "relativeCreated": 10662.723302841187, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -123231,8 +123294,8 @@ "status: okay", "'unittest'" ], - "asctime": "2021-01-11 11:25:35,563", - "created": 1610360735.563966, + "asctime": "2021-01-11 11:37:40,099", + "created": 1610361460.0992444, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123242,23 +123305,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 563.9660358428955, + "msecs": 99.24435615539551, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10648.991346359253, + "relativeCreated": 10662.97173500061, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,564", - "created": 1610360735.5645332, + "asctime": "2021-01-11 11:37:40,099", + "created": 1610361460.0998354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123268,23 +123331,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 564.5332336425781, + "msecs": 99.83539581298828, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10649.558544158936, + "relativeCreated": 10663.562774658203, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,564", - "created": 1610360735.5647106, + "asctime": "2021-01-11 11:37:40,100", + "created": 1610361460.1000147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123294,23 +123357,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 564.7106170654297, + "msecs": 100.01468658447266, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10649.735927581787, + "relativeCreated": 10663.742065429688, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:35,564", - "created": 1610360735.5648878, + "asctime": "2021-01-11 11:37:40,100", + "created": 1610361460.1001618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123320,15 +123383,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 564.8877620697021, + "msecs": 100.16179084777832, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10649.91307258606, + "relativeCreated": 10663.889169692993, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -123336,8 +123399,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 11:25:35,565", - "created": 1610360735.565494, + "asctime": "2021-01-11 11:37:40,100", + "created": 1610361460.1005783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123347,15 +123410,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": 565.4940605163574, + "msecs": 100.57830810546875, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10650.519371032715, + "relativeCreated": 10664.305686950684, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123363,8 +123426,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 11:25:35,573", - "created": 1610360735.5738587, + "asctime": "2021-01-11 11:37:40,108", + "created": 1610361460.1089833, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123374,15 +123437,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": 573.8587379455566, + "msecs": 108.98327827453613, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10658.884048461914, + "relativeCreated": 10672.710657119751, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123390,8 +123453,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,573", - "created": 1610360735.5739667, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.1091518, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123401,15 +123464,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 573.9667415618896, + "msecs": 109.15184020996094, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10658.992052078247, + "relativeCreated": 10672.879219055176, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123418,8 +123481,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.574019, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.1092393, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123429,15 +123492,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 574.0189552307129, + "msecs": 109.23933982849121, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.04426574707, + "relativeCreated": 10672.966718673706, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123445,8 +123508,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.574081, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.1093636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123456,15 +123519,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 574.0809440612793, + "msecs": 109.36355590820312, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.106254577637, + "relativeCreated": 10673.090934753418, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123473,8 +123536,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.5741243, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.10944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123484,15 +123547,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 574.1243362426758, + "msecs": 109.44008827209473, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.149646759033, + "relativeCreated": 10673.16746711731, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123500,8 +123563,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.57419, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.1095583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123511,15 +123574,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 574.1899013519287, + "msecs": 109.5583438873291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.215211868286, + "relativeCreated": 10673.285722732544, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123528,8 +123591,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.5742457, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.109632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123539,15 +123602,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 574.2456912994385, + "msecs": 109.63201522827148, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.271001815796, + "relativeCreated": 10673.359394073486, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123555,8 +123618,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.5743027, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.1097288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123566,15 +123629,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 574.3026733398438, + "msecs": 109.72881317138672, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.327983856201, + "relativeCreated": 10673.456192016602, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123583,8 +123646,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.5743434, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.109799, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123594,15 +123657,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 574.3434429168701, + "msecs": 109.79890823364258, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.368753433228, + "relativeCreated": 10673.526287078857, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123610,8 +123673,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.5744007, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.1099014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123621,15 +123684,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 574.4006633758545, + "msecs": 109.90142822265625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.425973892212, + "relativeCreated": 10673.628807067871, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123638,8 +123701,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.574448, + "asctime": "2021-01-11 11:37:40,109", + "created": 1610361460.1099856, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123649,15 +123712,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 574.4481086730957, + "msecs": 109.9855899810791, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.473419189453, + "relativeCreated": 10673.712968826294, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123665,8 +123728,8 @@ "comm-client:", "(12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e" ], - "asctime": "2021-01-11 11:25:35,574", - "created": 1610360735.5745208, + "asctime": "2021-01-11 11:37:40,110", + "created": 1610361460.1101403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123676,15 +123739,15 @@ "lineno": 284, "message": "comm-client: TX -> (12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e", "module": "__init__", - "msecs": 574.5208263397217, + "msecs": 110.14032363891602, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10659.54613685608, + "relativeCreated": 10673.86770248413, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123692,8 +123755,8 @@ "comm-server:", "(12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e" ], - "asctime": "2021-01-11 11:25:35,576", - "created": 1610360735.576165, + "asctime": "2021-01-11 11:37:40,111", + "created": 1610361460.111927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123703,15 +123766,15 @@ "lineno": 414, "message": "comm-server: RX <- (12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e", "module": "__init__", - "msecs": 576.164960861206, + "msecs": 111.92703247070312, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.190271377563, + "relativeCreated": 10675.654411315918, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123719,8 +123782,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,576", - "created": 1610360735.5762649, + "asctime": "2021-01-11 11:37:40,112", + "created": 1610361460.1121368, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123730,15 +123793,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 576.2648582458496, + "msecs": 112.1368408203125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.290168762207, + "relativeCreated": 10675.864219665527, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123747,8 +123810,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:35,576", - "created": 1610360735.5763106, + "asctime": "2021-01-11 11:37:40,112", + "created": 1610361460.1122298, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123758,15 +123821,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": 576.3106346130371, + "msecs": 112.22982406616211, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.335945129395, + "relativeCreated": 10675.957202911377, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123774,8 +123837,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 11:25:35,576", - "created": 1610360735.5763786, + "asctime": "2021-01-11 11:37:40,112", + "created": 1610361460.1123657, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123785,15 +123848,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": 576.378583908081, + "msecs": 112.36572265625, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.403894424438, + "relativeCreated": 10676.093101501465, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123804,8 +123867,8 @@ "status: okay", "'unittest'" ], - "asctime": "2021-01-11 11:25:35,576", - "created": 1610360735.576504, + "asctime": "2021-01-11 11:37:40,112", + "created": 1610361460.1125832, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123815,15 +123878,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 576.5039920806885, + "msecs": 112.58316040039062, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.529302597046, + "relativeCreated": 10676.310539245605, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123831,26 +123894,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:35,576", - "created": 1610360735.5765562, + "asctime": "2021-01-11 11:37:40,112", + "created": 1610361460.112684, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 576.5562057495117, + "msecs": 112.68401145935059, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.58151626587, + "relativeCreated": 10676.411390304565, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123861,8 +123924,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:35,576", - "created": 1610360735.5766532, + "asctime": "2021-01-11 11:37:40,112", + "created": 1610361460.1128957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123872,15 +123935,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 576.653242111206, + "msecs": 112.89572715759277, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.678552627563, + "relativeCreated": 10676.623106002808, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -123888,8 +123951,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 11:25:35,576", - "created": 1610360735.5769343, + "asctime": "2021-01-11 11:37:40,113", + "created": 1610361460.1133387, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123899,15 +123962,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": 576.9343376159668, + "msecs": 113.33870887756348, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10661.959648132324, + "relativeCreated": 10677.066087722778, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -123915,8 +123978,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 11:25:35,585", - "created": 1610360735.585078, + "asctime": "2021-01-11 11:37:40,121", + "created": 1610361460.1215897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123926,15 +123989,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": 585.0780010223389, + "msecs": 121.58966064453125, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.103311538696, + "relativeCreated": 10685.317039489746, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -123942,8 +124005,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5851882, + "asctime": "2021-01-11 11:37:40,121", + "created": 1610361460.1217606, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123953,15 +124016,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 585.1881504058838, + "msecs": 121.76060676574707, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.213460922241, + "relativeCreated": 10685.487985610962, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -123970,8 +124033,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5852313, + "asctime": "2021-01-11 11:37:40,121", + "created": 1610361460.1218472, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123981,15 +124044,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.2313041687012, + "msecs": 121.84715270996094, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.256614685059, + "relativeCreated": 10685.574531555176, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -123997,8 +124060,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5852852, + "asctime": "2021-01-11 11:37:40,121", + "created": 1610361460.1219513, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124008,15 +124071,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 585.2851867675781, + "msecs": 121.95134162902832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.310497283936, + "relativeCreated": 10685.678720474243, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124025,8 +124088,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5853255, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.1220272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124036,15 +124099,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.3254795074463, + "msecs": 122.02715873718262, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.350790023804, + "relativeCreated": 10685.754537582397, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124052,8 +124115,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5853794, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.1221347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124063,15 +124126,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 585.3793621063232, + "msecs": 122.13468551635742, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.40467262268, + "relativeCreated": 10685.862064361572, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124080,8 +124143,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5854144, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.122229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124091,15 +124154,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.4144096374512, + "msecs": 122.22909927368164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.439720153809, + "relativeCreated": 10685.956478118896, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124107,8 +124170,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.585462, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.1223328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124118,15 +124181,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 585.4620933532715, + "msecs": 122.33281135559082, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.487403869629, + "relativeCreated": 10686.060190200806, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124135,8 +124198,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.585496, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.1224034, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124146,15 +124209,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.4959487915039, + "msecs": 122.40338325500488, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.521259307861, + "relativeCreated": 10686.13076210022, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124162,8 +124225,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5855496, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.122495, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124173,15 +124236,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 585.5495929718018, + "msecs": 122.49493598937988, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.57490348816, + "relativeCreated": 10686.222314834595, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124190,8 +124253,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5855849, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.122564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124201,15 +124264,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.5848789215088, + "msecs": 122.56407737731934, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.610189437866, + "relativeCreated": 10686.291456222534, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124217,8 +124280,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:35,585", - "created": 1610360735.5856636, + "asctime": "2021-01-11 11:37:40,122", + "created": 1610361460.1226938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124228,15 +124291,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 585.6635570526123, + "msecs": 122.69377708435059, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10670.68886756897, + "relativeCreated": 10686.421155929565, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124244,8 +124307,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:35,586", - "created": 1610360735.5865989, + "asctime": "2021-01-11 11:37:40,123", + "created": 1610361460.1236985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124255,15 +124318,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 586.5988731384277, + "msecs": 123.69847297668457, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10671.624183654785, + "relativeCreated": 10687.4258518219, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124271,8 +124334,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,586", - "created": 1610360735.5867422, + "asctime": "2021-01-11 11:37:40,123", + "created": 1610361460.1238992, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124282,15 +124345,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 586.7421627044678, + "msecs": 123.89922142028809, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10671.767473220825, + "relativeCreated": 10687.626600265503, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124299,8 +124362,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:35,586", - "created": 1610360735.586795, + "asctime": "2021-01-11 11:37:40,123", + "created": 1610361460.1239898, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124310,15 +124373,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": 586.7950916290283, + "msecs": 123.98982048034668, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10671.820402145386, + "relativeCreated": 10687.717199325562, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124326,8 +124389,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 11:25:35,586", - "created": 1610360735.5868723, + "asctime": "2021-01-11 11:37:40,124", + "created": 1610361460.124123, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124337,15 +124400,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": 586.8723392486572, + "msecs": 124.12309646606445, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10671.897649765015, + "relativeCreated": 10687.85047531128, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124356,8 +124419,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:35,587", - "created": 1610360735.5870044, + "asctime": "2021-01-11 11:37:40,124", + "created": 1610361460.1243322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124367,15 +124430,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 587.0044231414795, + "msecs": 124.33218955993652, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10672.029733657837, + "relativeCreated": 10688.059568405151, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -124383,8 +124446,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:35,587", - "created": 1610360735.5870638, + "asctime": "2021-01-11 11:37:40,124", + "created": 1610361460.12443, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124394,37 +124457,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 587.0637893676758, + "msecs": 124.42994117736816, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10672.089099884033, + "relativeCreated": 10688.157320022583, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" } ], - "msecs": 908.2338809967041, + "msecs": 443.479061126709, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10993.259191513062, + "relativeCreated": 11007.206439971924, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3211700916290283 + "time_consumption": 0.3190491199493408 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:35,909", - "created": 1610360735.9091327, + "asctime": "2021-01-11 11:37:40,444", + "created": 1610361460.444405, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124441,8 +124504,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:35,908", - "created": 1610360735.9088023, + "asctime": "2021-01-11 11:37:40,444", + "created": 1610361460.4440594, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124452,15 +124515,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'unittest' ()", "module": "test", - "msecs": 908.8022708892822, + "msecs": 444.0593719482422, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10993.82758140564, + "relativeCreated": 11007.786750793457, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -124469,8 +124532,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:35,908", - "created": 1610360735.90898, + "asctime": "2021-01-11 11:37:40,444", + "created": 1610361460.4442477, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124480,37 +124543,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'unittest' ()", "module": "test", - "msecs": 908.9798927307129, + "msecs": 444.2477226257324, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10994.00520324707, + "relativeCreated": 11007.975101470947, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 909.132719039917, + "msecs": 444.40507888793945, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10994.158029556274, + "relativeCreated": 11008.132457733154, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015282630920410156 + "time_consumption": 0.00015735626220703125 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:35,909", - "created": 1610360735.9096513, + "asctime": "2021-01-11 11:37:40,445", + "created": 1610361460.445028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124527,8 +124590,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:35,909", - "created": 1610360735.909375, + "asctime": "2021-01-11 11:37:40,444", + "created": 1610361460.4446728, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124538,15 +124601,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'unittest' ()", "module": "test", - "msecs": 909.3749523162842, + "msecs": 444.6728229522705, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10994.400262832642, + "relativeCreated": 11008.400201797485, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -124555,8 +124618,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 11:25:35,909", - "created": 1610360735.9095166, + "asctime": "2021-01-11 11:37:40,444", + "created": 1610361460.444883, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124566,34 +124629,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'unittest' ()", "module": "test", - "msecs": 909.5165729522705, + "msecs": 444.8831081390381, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10994.541883468628, + "relativeCreated": 11008.610486984253, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 909.6512794494629, + "msecs": 445.02806663513184, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10994.67658996582, + "relativeCreated": 11008.755445480347, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001347064971923828 + "time_consumption": 0.00014495849609375 }, { "args": [], - "asctime": "2021-01-11 11:25:35,910", - "created": 1610360735.9100194, + "asctime": "2021-01-11 11:37:40,445", + "created": 1610361460.4453878, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -124604,22 +124667,22 @@ "message": "Setting Channel name for client only", "module": "test_communication", "moduleLogger": [], - "msecs": 910.0193977355957, + "msecs": 445.3878402709961, "msg": "Setting Channel name for client only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10995.044708251953, + "relativeCreated": 11009.115219116211, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:36,255", - "created": 1610360736.255913, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7912278, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -124634,8 +124697,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,910", - "created": 1610360735.910236, + "asctime": "2021-01-11 11:37:40,445", + "created": 1610361460.4456222, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124645,23 +124708,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 910.2358818054199, + "msecs": 445.62220573425293, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10995.261192321777, + "relativeCreated": 11009.349584579468, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:35,910", - "created": 1610360735.9103932, + "asctime": "2021-01-11 11:37:40,445", + "created": 1610361460.4457824, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124671,23 +124734,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 910.393238067627, + "msecs": 445.7824230194092, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10995.418548583984, + "relativeCreated": 11009.509801864624, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,910", - "created": 1610360735.9105318, + "asctime": "2021-01-11 11:37:40,445", + "created": 1610361460.445936, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124697,23 +124760,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 910.531759262085, + "msecs": 445.9359645843506, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10995.557069778442, + "relativeCreated": 11009.663343429565, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:35,910", - "created": 1610360735.9106631, + "asctime": "2021-01-11 11:37:40,446", + "created": 1610361460.4460876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124723,23 +124786,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 910.6631278991699, + "msecs": 446.0875988006592, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10995.688438415527, + "relativeCreated": 11009.814977645874, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,910", - "created": 1610360735.9108047, + "asctime": "2021-01-11 11:37:40,446", + "created": 1610361460.4462345, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124749,23 +124812,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 910.8047485351562, + "msecs": 446.23446464538574, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10995.830059051514, + "relativeCreated": 11009.9618434906, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:35,910", - "created": 1610360735.9109392, + "asctime": "2021-01-11 11:37:40,446", + "created": 1610361460.4463668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124775,23 +124838,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 910.9392166137695, + "msecs": 446.3667869567871, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10995.964527130127, + "relativeCreated": 11010.094165802002, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:35,911", - "created": 1610360735.9110734, + "asctime": "2021-01-11 11:37:40,446", + "created": 1610361460.4465032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124801,15 +124864,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 911.0734462738037, + "msecs": 446.5031623840332, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10996.098756790161, + "relativeCreated": 11010.230541229248, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -124820,8 +124883,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 11:25:35,911", - "created": 1610360735.9116693, + "asctime": "2021-01-11 11:37:40,447", + "created": 1610361460.4470854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124831,23 +124894,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 911.6692543029785, + "msecs": 447.0853805541992, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10996.694564819336, + "relativeCreated": 11010.812759399414, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,912", - "created": 1610360735.9122536, + "asctime": "2021-01-11 11:37:40,447", + "created": 1610361460.4476614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124857,23 +124920,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 912.2536182403564, + "msecs": 447.6613998413086, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10997.278928756714, + "relativeCreated": 11011.388778686523, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:35,912", - "created": 1610360735.912423, + "asctime": "2021-01-11 11:37:40,447", + "created": 1610361460.4478292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124883,23 +124946,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 912.4228954315186, + "msecs": 447.8292465209961, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10997.448205947876, + "relativeCreated": 11011.556625366211, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:35,912", - "created": 1610360735.9125688, + "asctime": "2021-01-11 11:37:40,447", + "created": 1610361460.4479778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124909,15 +124972,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 912.5688076019287, + "msecs": 447.97778129577637, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10997.594118118286, + "relativeCreated": 11011.705160140991, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -124925,8 +124988,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 11:25:35,912", - "created": 1610360735.9129982, + "asctime": "2021-01-11 11:37:40,448", + "created": 1610361460.4484096, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124936,15 +124999,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": 912.9981994628906, + "msecs": 448.4095573425293, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 10998.023509979248, + "relativeCreated": 11012.136936187744, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -124952,8 +125015,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 11:25:35,921", - "created": 1610360735.9214683, + "asctime": "2021-01-11 11:37:40,456", + "created": 1610361460.4569652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124963,15 +125026,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": 921.4682579040527, + "msecs": 456.96520805358887, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11006.49356842041, + "relativeCreated": 11020.692586898804, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -124979,8 +125042,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,921", - "created": 1610360735.9217572, + "asctime": "2021-01-11 11:37:40,457", + "created": 1610361460.4572487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124990,15 +125053,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 921.7572212219238, + "msecs": 457.2486877441406, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11006.782531738281, + "relativeCreated": 11020.976066589355, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125007,8 +125070,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:35,921", - "created": 1610360735.9219208, + "asctime": "2021-01-11 11:37:40,457", + "created": 1610361460.4574134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125018,15 +125081,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 921.9207763671875, + "msecs": 457.4134349822998, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11006.946086883545, + "relativeCreated": 11021.140813827515, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125034,8 +125097,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,922", - "created": 1610360735.9221191, + "asctime": "2021-01-11 11:37:40,457", + "created": 1610361460.4576077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125045,15 +125108,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.119140625, + "msecs": 457.6077461242676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11007.144451141357, + "relativeCreated": 11021.335124969482, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125062,8 +125125,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,922", - "created": 1610360735.9222727, + "asctime": "2021-01-11 11:37:40,457", + "created": 1610361460.4577456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125073,15 +125136,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.2726821899414, + "msecs": 457.7455520629883, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11007.297992706299, + "relativeCreated": 11021.472930908203, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125089,8 +125152,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,922", - "created": 1610360735.922493, + "asctime": "2021-01-11 11:37:40,457", + "created": 1610361460.4579515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125100,15 +125163,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.4929809570312, + "msecs": 457.95154571533203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11007.518291473389, + "relativeCreated": 11021.678924560547, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125117,8 +125180,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,922", - "created": 1610360735.9226286, + "asctime": "2021-01-11 11:37:40,458", + "created": 1610361460.4580863, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125128,15 +125191,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.62864112854, + "msecs": 458.0862522125244, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11007.653951644897, + "relativeCreated": 11021.81363105774, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125144,8 +125207,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,922", - "created": 1610360735.9228098, + "asctime": "2021-01-11 11:37:40,458", + "created": 1610361460.4582663, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125155,15 +125218,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.8098392486572, + "msecs": 458.2662582397461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11007.835149765015, + "relativeCreated": 11021.993637084961, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125172,8 +125235,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,922", - "created": 1610360735.922939, + "asctime": "2021-01-11 11:37:40,458", + "created": 1610361460.4583962, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125183,15 +125246,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.9390621185303, + "msecs": 458.39619636535645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11007.964372634888, + "relativeCreated": 11022.123575210571, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125199,8 +125262,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,923", - "created": 1610360735.9231114, + "asctime": "2021-01-11 11:37:40,458", + "created": 1610361460.4585671, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125210,15 +125273,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 923.1114387512207, + "msecs": 458.56714248657227, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11008.136749267578, + "relativeCreated": 11022.294521331787, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125227,8 +125290,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,923", - "created": 1610360735.9232411, + "asctime": "2021-01-11 11:37:40,458", + "created": 1610361460.4586968, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125238,15 +125301,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 923.241138458252, + "msecs": 458.6968421936035, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11008.26644897461, + "relativeCreated": 11022.424221038818, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125254,8 +125317,8 @@ "comm-client:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 11:25:35,923", - "created": 1610360735.9235117, + "asctime": "2021-01-11 11:37:40,458", + "created": 1610361460.458952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125265,15 +125328,15 @@ "lineno": 284, "message": "comm-client: TX -> (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 923.5117435455322, + "msecs": 458.9519500732422, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11008.53705406189, + "relativeCreated": 11022.679328918457, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125281,8 +125344,8 @@ "comm-server:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 11:25:35,925", - "created": 1610360735.92508, + "asctime": "2021-01-11 11:37:40,460", + "created": 1610361460.4605236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125292,15 +125355,15 @@ "lineno": 414, "message": "comm-server: RX <- (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 925.0800609588623, + "msecs": 460.5236053466797, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11010.10537147522, + "relativeCreated": 11024.250984191895, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125308,8 +125371,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,925", - "created": 1610360735.9254146, + "asctime": "2021-01-11 11:37:40,460", + "created": 1610361460.460795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125319,15 +125382,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 925.4145622253418, + "msecs": 460.79492568969727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11010.4398727417, + "relativeCreated": 11024.522304534912, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125336,8 +125399,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:35,925", - "created": 1610360735.9255862, + "asctime": "2021-01-11 11:37:40,460", + "created": 1610361460.460941, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125347,15 +125410,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": 925.5862236022949, + "msecs": 460.9410762786865, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11010.611534118652, + "relativeCreated": 11024.668455123901, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125363,8 +125426,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 11:25:35,925", - "created": 1610360735.92586, + "asctime": "2021-01-11 11:37:40,461", + "created": 1610361460.461126, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125374,15 +125437,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": 925.8599281311035, + "msecs": 461.12608909606934, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11010.885238647461, + "relativeCreated": 11024.853467941284, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125393,8 +125456,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 11:25:35,926", - "created": 1610360735.9262667, + "asctime": "2021-01-11 11:37:40,461", + "created": 1610361460.461411, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125404,15 +125467,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 926.2666702270508, + "msecs": 461.4109992980957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11011.291980743408, + "relativeCreated": 11025.13837814331, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125420,26 +125483,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:35,926", - "created": 1610360735.9264958, + "asctime": "2021-01-11 11:37:40,461", + "created": 1610361460.4615474, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 926.4957904815674, + "msecs": 461.5473747253418, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11011.521100997925, + "relativeCreated": 11025.274753570557, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125447,8 +125510,8 @@ "prot-server:", "'client'" ], - "asctime": "2021-01-11 11:25:35,926", - "created": 1610360735.926761, + "asctime": "2021-01-11 11:37:40,461", + "created": 1610361460.461736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125458,15 +125521,15 @@ "lineno": 420, "message": "prot-server: channel name is now 'client'", "module": "__init__", - "msecs": 926.7609119415283, + "msecs": 461.73596382141113, "msg": "%s channel name is now %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11011.786222457886, + "relativeCreated": 11025.463342666626, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125477,8 +125540,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:35,927", - "created": 1610360735.9270074, + "asctime": "2021-01-11 11:37:40,461", + "created": 1610361460.4619057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125488,15 +125551,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 927.0074367523193, + "msecs": 461.90571784973145, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11012.032747268677, + "relativeCreated": 11025.633096694946, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -125504,8 +125567,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 11:25:35,928", - "created": 1610360735.928116, + "asctime": "2021-01-11 11:37:40,462", + "created": 1610361460.4624982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125515,15 +125578,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": 928.1160831451416, + "msecs": 462.4981880187988, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11013.141393661499, + "relativeCreated": 11026.225566864014, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125531,8 +125594,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 11:25:35,936", - "created": 1610360735.9364676, + "asctime": "2021-01-11 11:37:40,470", + "created": 1610361460.470874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125542,15 +125605,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": 936.4676475524902, + "msecs": 470.8740711212158, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11021.492958068848, + "relativeCreated": 11034.60144996643, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125558,8 +125621,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,936", - "created": 1610360735.9366136, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.471092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125569,15 +125632,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 936.6135597229004, + "msecs": 471.09198570251465, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11021.638870239258, + "relativeCreated": 11034.81936454773, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125586,8 +125649,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:35,936", - "created": 1610360735.9367006, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.4712315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125597,15 +125660,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 936.7005825042725, + "msecs": 471.23146057128906, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11021.72589302063, + "relativeCreated": 11034.958839416504, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125613,8 +125676,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,936", - "created": 1610360735.9368129, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.471378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125624,15 +125687,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 936.8128776550293, + "msecs": 471.3780879974365, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11021.838188171387, + "relativeCreated": 11035.105466842651, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125641,8 +125704,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,936", - "created": 1610360735.9368787, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.4714813, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125652,15 +125715,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 936.8786811828613, + "msecs": 471.4813232421875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11021.903991699219, + "relativeCreated": 11035.208702087402, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125668,8 +125731,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,936", - "created": 1610360735.9369698, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.4716282, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125679,15 +125742,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 936.9697570800781, + "msecs": 471.62818908691406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11021.995067596436, + "relativeCreated": 11035.355567932129, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125696,8 +125759,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,937", - "created": 1610360735.9370296, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.4717245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125707,15 +125770,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 937.0296001434326, + "msecs": 471.7245101928711, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11022.05491065979, + "relativeCreated": 11035.451889038086, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125723,8 +125786,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,937", - "created": 1610360735.9371102, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.471857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125734,15 +125797,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 937.110185623169, + "msecs": 471.85707092285156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11022.135496139526, + "relativeCreated": 11035.584449768066, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125751,8 +125814,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,937", - "created": 1610360735.9371684, + "asctime": "2021-01-11 11:37:40,471", + "created": 1610361460.471953, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125762,15 +125825,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 937.1683597564697, + "msecs": 471.9529151916504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11022.193670272827, + "relativeCreated": 11035.680294036865, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125778,8 +125841,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,937", - "created": 1610360735.937245, + "asctime": "2021-01-11 11:37:40,472", + "created": 1610361460.472235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125789,15 +125852,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 937.2448921203613, + "msecs": 472.23496437072754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11022.270202636719, + "relativeCreated": 11035.962343215942, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125806,8 +125869,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:35,937", - "created": 1610360735.937303, + "asctime": "2021-01-11 11:37:40,472", + "created": 1610361460.4723446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125817,15 +125880,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 937.3030662536621, + "msecs": 472.34463691711426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11022.32837677002, + "relativeCreated": 11036.07201576233, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125833,8 +125896,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:35,937", - "created": 1610360735.9374146, + "asctime": "2021-01-11 11:37:40,472", + "created": 1610361460.4725187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125844,15 +125907,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 937.4146461486816, + "msecs": 472.5186824798584, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11022.439956665039, + "relativeCreated": 11036.246061325073, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125860,8 +125923,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:35,938", - "created": 1610360735.938389, + "asctime": "2021-01-11 11:37:40,473", + "created": 1610361460.4735255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125871,15 +125934,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 938.3890628814697, + "msecs": 473.5255241394043, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11023.414373397827, + "relativeCreated": 11037.25290298462, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125887,8 +125950,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:35,938", - "created": 1610360735.9385464, + "asctime": "2021-01-11 11:37:40,473", + "created": 1610361460.4737039, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125898,15 +125961,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 938.5464191436768, + "msecs": 473.70386123657227, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11023.571729660034, + "relativeCreated": 11037.431240081787, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125915,8 +125978,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:35,938", - "created": 1610360735.9386578, + "asctime": "2021-01-11 11:37:40,473", + "created": 1610361460.4738379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125926,15 +125989,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": 938.6577606201172, + "msecs": 473.83785247802734, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11023.683071136475, + "relativeCreated": 11037.565231323242, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125942,8 +126005,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 11:25:35,938", - "created": 1610360735.9387722, + "asctime": "2021-01-11 11:37:40,474", + "created": 1610361460.4740143, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125953,15 +126016,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": 938.7722015380859, + "msecs": 474.0142822265625, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11023.797512054443, + "relativeCreated": 11037.741661071777, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125972,8 +126035,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:35,938", - "created": 1610360735.938948, + "asctime": "2021-01-11 11:37:40,474", + "created": 1610361460.4742963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125983,15 +126046,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 938.9479160308838, + "msecs": 474.29633140563965, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11023.973226547241, + "relativeCreated": 11038.023710250854, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -125999,8 +126062,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:35,939", - "created": 1610360735.9390314, + "asctime": "2021-01-11 11:37:40,474", + "created": 1610361460.4744327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126010,37 +126073,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 939.0313625335693, + "msecs": 474.43270683288574, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11024.056673049927, + "relativeCreated": 11038.1600856781, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" } ], - "msecs": 255.91301918029785, + "msecs": 791.2278175354004, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11340.938329696655, + "relativeCreated": 11354.955196380615, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3168816566467285 + "time_consumption": 0.31679511070251465 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:36,256", - "created": 1610360736.2568185, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7915742, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126057,8 +126120,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:36,256", - "created": 1610360736.2564554, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7914524, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126068,15 +126131,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 256.4554214477539, + "msecs": 791.4524078369141, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11341.480731964111, + "relativeCreated": 11355.179786682129, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -126085,8 +126148,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:36,256", - "created": 1610360736.256633, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7915184, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126096,37 +126159,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 256.63304328918457, + "msecs": 791.5184497833252, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11341.658353805542, + "relativeCreated": 11355.24582862854, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 256.8185329437256, + "msecs": 791.574239730835, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11341.843843460083, + "relativeCreated": 11355.30161857605, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00018548965454101562 + "time_consumption": 5.5789947509765625e-05 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 11:25:36,257", - "created": 1610360736.2573485, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7917767, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126143,8 +126206,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:36,257", - "created": 1610360736.2570689, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7916617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126154,15 +126217,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 257.0688724517822, + "msecs": 791.6617393493652, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11342.09418296814, + "relativeCreated": 11355.38911819458, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -126171,8 +126234,8 @@ "'client'", "" ], - "asctime": "2021-01-11 11:25:36,257", - "created": 1610360736.257213, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.791712, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126182,34 +126245,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 257.2131156921387, + "msecs": 791.7120456695557, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11342.238426208496, + "relativeCreated": 11355.43942451477, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 257.34853744506836, + "msecs": 791.7766571044922, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11342.373847961426, + "relativeCreated": 11355.504035949707, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001354217529296875 + "time_consumption": 6.461143493652344e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:36,257", - "created": 1610360736.2576947, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7919066, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -126220,22 +126283,22 @@ "message": "Setting Channel name for server only", "module": "test_communication", "moduleLogger": [], - "msecs": 257.6947212219238, + "msecs": 791.9065952301025, "msg": "Setting Channel name for server only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11342.720031738281, + "relativeCreated": 11355.633974075317, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:36,603", - "created": 1610360736.603271, + "asctime": "2021-01-11 11:37:41,136", + "created": 1610361461.136035, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -126250,8 +126313,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:36,257", - "created": 1610360736.2579618, + "asctime": "2021-01-11 11:37:40,791", + "created": 1610361460.7919896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126261,23 +126324,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 257.9617500305176, + "msecs": 791.9895648956299, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11342.987060546875, + "relativeCreated": 11355.716943740845, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:36,258", - "created": 1610360736.2581239, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.792048, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126287,23 +126350,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 258.12387466430664, + "msecs": 792.0479774475098, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11343.149185180664, + "relativeCreated": 11355.775356292725, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:36,258", - "created": 1610360736.258268, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7920992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126313,23 +126376,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 258.2681179046631, + "msecs": 792.0992374420166, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11343.29342842102, + "relativeCreated": 11355.826616287231, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:36,258", - "created": 1610360736.2584152, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7921474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126339,23 +126402,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 258.41522216796875, + "msecs": 792.1473979949951, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11343.440532684326, + "relativeCreated": 11355.87477684021, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:36,258", - "created": 1610360736.2585602, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7921994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126365,23 +126428,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 258.5601806640625, + "msecs": 792.1993732452393, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11343.58549118042, + "relativeCreated": 11355.926752090454, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:36,258", - "created": 1610360736.2586935, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7922485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126391,23 +126454,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 258.6934566497803, + "msecs": 792.2484874725342, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11343.718767166138, + "relativeCreated": 11355.975866317749, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:36,258", - "created": 1610360736.2588296, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7922971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126417,15 +126480,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 258.82959365844727, + "msecs": 792.2971248626709, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11343.854904174805, + "relativeCreated": 11356.024503707886, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -126436,8 +126499,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:36,259", - "created": 1610360736.259075, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7923942, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126447,23 +126510,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 259.0749263763428, + "msecs": 792.3941612243652, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11344.1002368927, + "relativeCreated": 11356.12154006958, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:36,259", - "created": 1610360736.2596295, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7926168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126473,23 +126536,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 259.629487991333, + "msecs": 792.6168441772461, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11344.65479850769, + "relativeCreated": 11356.344223022461, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:36,259", - "created": 1610360736.2597935, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7926753, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126499,23 +126562,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 259.7935199737549, + "msecs": 792.675256729126, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11344.818830490112, + "relativeCreated": 11356.40263557434, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:36,259", - "created": 1610360736.259938, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.792734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126525,15 +126588,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 259.93800163269043, + "msecs": 792.733907699585, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11344.963312149048, + "relativeCreated": 11356.4612865448, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -126541,8 +126604,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 11:25:36,260", - "created": 1610360736.2603517, + "asctime": "2021-01-11 11:37:40,792", + "created": 1610361460.7929394, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126552,15 +126615,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": 260.35165786743164, + "msecs": 792.9394245147705, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11345.376968383789, + "relativeCreated": 11356.666803359985, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126568,8 +126631,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 11:25:36,268", - "created": 1610360736.268878, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.801153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126579,15 +126642,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": 268.8779830932617, + "msecs": 801.1529445648193, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11353.90329360962, + "relativeCreated": 11364.880323410034, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126595,8 +126658,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,269", - "created": 1610360736.2691643, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.8013082, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126606,15 +126669,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 269.1643238067627, + "msecs": 801.3081550598145, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11354.18963432312, + "relativeCreated": 11365.03553390503, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126623,8 +126686,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:36,269", - "created": 1610360736.2693424, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.801397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126634,15 +126697,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.34242248535156, + "msecs": 801.3970851898193, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11354.367733001709, + "relativeCreated": 11365.124464035034, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126650,8 +126713,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,269", - "created": 1610360736.2695434, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.8014996, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126661,15 +126724,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 269.5434093475342, + "msecs": 801.499605178833, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11354.568719863892, + "relativeCreated": 11365.226984024048, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126678,8 +126741,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,269", - "created": 1610360736.2696865, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.8015714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126689,15 +126752,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.6864604949951, + "msecs": 801.5713691711426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11354.711771011353, + "relativeCreated": 11365.298748016357, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126705,8 +126768,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,269", - "created": 1610360736.2698925, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.8016758, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126716,15 +126779,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 269.89245414733887, + "msecs": 801.6757965087891, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11354.917764663696, + "relativeCreated": 11365.403175354004, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126733,8 +126796,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,270", - "created": 1610360736.2700248, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.8017433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126744,15 +126807,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.02477645874023, + "msecs": 801.7432689666748, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11355.050086975098, + "relativeCreated": 11365.47064781189, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126760,8 +126823,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,270", - "created": 1610360736.2702072, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.8018334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126771,15 +126834,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.20716667175293, + "msecs": 801.8333911895752, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11355.23247718811, + "relativeCreated": 11365.56077003479, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126788,8 +126851,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,270", - "created": 1610360736.2703466, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.801904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126799,15 +126862,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.34664154052734, + "msecs": 801.9039630889893, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11355.371952056885, + "relativeCreated": 11365.631341934204, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126815,8 +126878,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,270", - "created": 1610360736.2705207, + "asctime": "2021-01-11 11:37:40,801", + "created": 1610361460.801991, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126826,15 +126889,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.5206871032715, + "msecs": 801.9909858703613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11355.545997619629, + "relativeCreated": 11365.718364715576, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126843,8 +126906,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,270", - "created": 1610360736.2706516, + "asctime": "2021-01-11 11:37:40,802", + "created": 1610361460.8020568, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126854,15 +126917,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.65157890319824, + "msecs": 802.0567893981934, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11355.676889419556, + "relativeCreated": 11365.784168243408, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126870,8 +126933,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:36,270", - "created": 1610360736.270896, + "asctime": "2021-01-11 11:37:40,802", + "created": 1610361460.8021798, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126881,15 +126944,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 270.89595794677734, + "msecs": 802.1798133850098, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11355.921268463135, + "relativeCreated": 11365.907192230225, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126897,8 +126960,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:36,272", - "created": 1610360736.2720249, + "asctime": "2021-01-11 11:37:40,803", + "created": 1610361460.8031743, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126908,15 +126971,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 272.02486991882324, + "msecs": 803.1742572784424, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11357.05018043518, + "relativeCreated": 11366.901636123657, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126924,8 +126987,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,272", - "created": 1610360736.2723079, + "asctime": "2021-01-11 11:37:40,803", + "created": 1610361460.8033597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126935,15 +126998,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 272.3078727722168, + "msecs": 803.3597469329834, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11357.333183288574, + "relativeCreated": 11367.087125778198, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126952,8 +127015,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:36,272", - "created": 1610360736.2724595, + "asctime": "2021-01-11 11:37:40,803", + "created": 1610361460.8034465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126963,15 +127026,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": 272.4595069885254, + "msecs": 803.4465312957764, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11357.484817504883, + "relativeCreated": 11367.173910140991, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -126979,8 +127042,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 11:25:36,272", - "created": 1610360736.2727244, + "asctime": "2021-01-11 11:37:40,803", + "created": 1610361460.803574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126990,15 +127053,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": 272.7243900299072, + "msecs": 803.5740852355957, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11357.749700546265, + "relativeCreated": 11367.30146408081, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -127009,8 +127072,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:36,273", - "created": 1610360736.2730854, + "asctime": "2021-01-11 11:37:40,803", + "created": 1610361460.8037667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127020,15 +127083,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 273.085355758667, + "msecs": 803.7667274475098, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11358.110666275024, + "relativeCreated": 11367.494106292725, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -127036,26 +127099,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:36,273", - "created": 1610360736.273252, + "asctime": "2021-01-11 11:37:40,803", + "created": 1610361460.8038664, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 273.252010345459, + "msecs": 803.8663864135742, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11358.277320861816, + "relativeCreated": 11367.593765258789, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -127066,8 +127129,8 @@ "status: okay", "'server'" ], - "asctime": "2021-01-11 11:25:36,273", - "created": 1610360736.2734723, + "asctime": "2021-01-11 11:37:40,803", + "created": 1610361460.8039916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127077,15 +127140,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 273.4723091125488, + "msecs": 803.9915561676025, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11358.497619628906, + "relativeCreated": 11367.718935012817, "stack_info": null, - "thread": 140653577094912, + "thread": 139976473835264, "threadName": "Thread-13" }, { @@ -127093,8 +127156,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 11:25:36,274", - "created": 1610360736.2745209, + "asctime": "2021-01-11 11:37:40,804", + "created": 1610361460.8044019, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127104,15 +127167,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": 274.5208740234375, + "msecs": 804.4018745422363, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11359.546184539795, + "relativeCreated": 11368.129253387451, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127120,8 +127183,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 11:25:36,282", - "created": 1610360736.2829578, + "asctime": "2021-01-11 11:37:40,812", + "created": 1610361460.8126993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127131,15 +127194,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": 282.9577922821045, + "msecs": 812.6993179321289, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11367.983102798462, + "relativeCreated": 11376.426696777344, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127147,8 +127210,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,283", - "created": 1610360736.2832153, + "asctime": "2021-01-11 11:37:40,812", + "created": 1610361460.8129344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127158,15 +127221,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 283.2152843475342, + "msecs": 812.934398651123, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11368.240594863892, + "relativeCreated": 11376.661777496338, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127175,8 +127238,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:36,283", - "created": 1610360736.2833626, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.8130543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127186,15 +127249,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.36262702941895, + "msecs": 813.0543231964111, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11368.387937545776, + "relativeCreated": 11376.781702041626, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127202,8 +127265,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,283", - "created": 1610360736.2835364, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.8132195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127213,15 +127276,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 283.536434173584, + "msecs": 813.2195472717285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11368.561744689941, + "relativeCreated": 11376.946926116943, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127230,8 +127293,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,283", - "created": 1610360736.2836845, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.813334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127241,15 +127304,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.68449211120605, + "msecs": 813.3339881896973, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11368.709802627563, + "relativeCreated": 11377.061367034912, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127257,8 +127320,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,283", - "created": 1610360736.283875, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.8134813, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127268,15 +127331,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 283.8749885559082, + "msecs": 813.481330871582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11368.900299072266, + "relativeCreated": 11377.208709716797, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127285,8 +127348,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,283", - "created": 1610360736.2839944, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.8135765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127296,15 +127359,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 283.9944362640381, + "msecs": 813.5764598846436, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11369.019746780396, + "relativeCreated": 11377.303838729858, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127312,8 +127375,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,284", - "created": 1610360736.2841542, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.8137057, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127323,15 +127386,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 284.15417671203613, + "msecs": 813.7056827545166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11369.179487228394, + "relativeCreated": 11377.433061599731, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127340,8 +127403,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,284", - "created": 1610360736.284269, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.813808, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127351,15 +127414,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 284.2690944671631, + "msecs": 813.8079643249512, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11369.29440498352, + "relativeCreated": 11377.535343170166, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127367,8 +127430,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,284", - "created": 1610360736.2844214, + "asctime": "2021-01-11 11:37:40,813", + "created": 1610361460.813933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127378,15 +127441,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 284.421443939209, + "msecs": 813.9328956604004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11369.446754455566, + "relativeCreated": 11377.660274505615, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127395,8 +127458,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,284", - "created": 1610360736.284536, + "asctime": "2021-01-11 11:37:40,814", + "created": 1610361460.814027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127406,15 +127469,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 284.53588485717773, + "msecs": 814.0270709991455, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11369.561195373535, + "relativeCreated": 11377.75444984436, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127422,8 +127485,8 @@ "comm-server:", "(10): 65 72 22 7d ac a3 7b cc 3a 3e" ], - "asctime": "2021-01-11 11:25:36,284", - "created": 1610360736.2847893, + "asctime": "2021-01-11 11:37:40,814", + "created": 1610361460.814205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127433,15 +127496,15 @@ "lineno": 284, "message": "comm-server: TX -> (10): 65 72 22 7d ac a3 7b cc 3a 3e", "module": "__init__", - "msecs": 284.7893238067627, + "msecs": 814.2049312591553, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11369.81463432312, + "relativeCreated": 11377.93231010437, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127449,8 +127512,8 @@ "comm-client:", "(10): 65 72 22 7d ac a3 7b cc 3a 3e" ], - "asctime": "2021-01-11 11:25:36,286", - "created": 1610360736.286392, + "asctime": "2021-01-11 11:37:40,815", + "created": 1610361460.8158066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127460,15 +127523,15 @@ "lineno": 414, "message": "comm-client: RX <- (10): 65 72 22 7d ac a3 7b cc 3a 3e", "module": "__init__", - "msecs": 286.3919734954834, + "msecs": 815.8066272735596, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11371.41728401184, + "relativeCreated": 11379.534006118774, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127476,8 +127539,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,286", - "created": 1610360736.286688, + "asctime": "2021-01-11 11:37:40,816", + "created": 1610361460.816077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127487,15 +127550,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.68808937072754, + "msecs": 816.0769939422607, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11371.713399887085, + "relativeCreated": 11379.804372787476, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127504,8 +127567,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:36,286", - "created": 1610360736.2868378, + "asctime": "2021-01-11 11:37:40,816", + "created": 1610361460.8162277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127515,15 +127578,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": 286.8378162384033, + "msecs": 816.2276744842529, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11371.86312675476, + "relativeCreated": 11379.955053329468, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127531,8 +127594,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 11:25:36,287", - "created": 1610360736.2870631, + "asctime": "2021-01-11 11:37:40,816", + "created": 1610361460.816433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127542,15 +127605,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": 287.0631217956543, + "msecs": 816.4329528808594, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11372.088432312012, + "relativeCreated": 11380.160331726074, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127561,8 +127624,8 @@ "status: okay", "'server'" ], - "asctime": "2021-01-11 11:25:36,287", - "created": 1610360736.2874126, + "asctime": "2021-01-11 11:37:40,816", + "created": 1610361460.816767, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127572,15 +127635,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 287.4126434326172, + "msecs": 816.7669773101807, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11372.437953948975, + "relativeCreated": 11380.494356155396, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127588,8 +127651,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:36,287", - "created": 1610360736.2875872, + "asctime": "2021-01-11 11:37:40,816", + "created": 1610361460.8169222, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127599,15 +127662,15 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 287.58716583251953, + "msecs": 816.9221878051758, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11372.612476348877, + "relativeCreated": 11380.64956665039, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" }, { @@ -127615,8 +127678,8 @@ "prot-client:", "'server'" ], - "asctime": "2021-01-11 11:25:36,287", - "created": 1610360736.287824, + "asctime": "2021-01-11 11:37:40,817", + "created": 1610361460.8171277, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127626,37 +127689,37 @@ "lineno": 407, "message": "prot-client: channel name is now 'server'", "module": "__init__", - "msecs": 287.8239154815674, + "msecs": 817.1277046203613, "msg": "%s channel name is now %s", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11372.849225997925, + "relativeCreated": 11380.855083465576, "stack_info": null, - "thread": 140653568702208, + "thread": 139976465442560, "threadName": "Thread-14" } ], - "msecs": 603.2710075378418, + "msecs": 136.03496551513672, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11688.2963180542, + "relativeCreated": 11699.762344360352, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3154470920562744 + "time_consumption": 0.3189072608947754 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 11:25:36,604", - "created": 1610360736.6041644, + "asctime": "2021-01-11 11:37:41,136", + "created": 1610361461.136957, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127673,8 +127736,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:36,603", - "created": 1610360736.6038008, + "asctime": "2021-01-11 11:37:41,136", + "created": 1610361461.1365728, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127684,15 +127747,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'server' ()", "module": "test", - "msecs": 603.8007736206055, + "msecs": 136.57283782958984, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11688.826084136963, + "relativeCreated": 11700.300216674805, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -127701,8 +127764,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:36,604", - "created": 1610360736.6040092, + "asctime": "2021-01-11 11:37:41,136", + "created": 1610361461.13679, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127712,37 +127775,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'server' ()", "module": "test", - "msecs": 604.0091514587402, + "msecs": 136.79003715515137, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11689.034461975098, + "relativeCreated": 11700.517416000366, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 604.1643619537354, + "msecs": 136.95693016052246, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11689.189672470093, + "relativeCreated": 11700.684309005737, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001552104949951172 + "time_consumption": 0.00016689300537109375 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 11:25:36,604", - "created": 1610360736.6047122, + "asctime": "2021-01-11 11:37:41,137", + "created": 1610361461.1375084, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127759,8 +127822,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:36,604", - "created": 1610360736.6044116, + "asctime": "2021-01-11 11:37:41,137", + "created": 1610361461.1372035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127770,15 +127833,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'server' ()", "module": "test", - "msecs": 604.4116020202637, + "msecs": 137.20345497131348, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11689.436912536621, + "relativeCreated": 11700.930833816528, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -127787,8 +127850,8 @@ "'server'", "" ], - "asctime": "2021-01-11 11:25:36,604", - "created": 1610360736.6045525, + "asctime": "2021-01-11 11:37:41,137", + "created": 1610361461.1373453, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127798,41 +127861,41 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'server' ()", "module": "test", - "msecs": 604.5525074005127, + "msecs": 137.3453140258789, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11689.57781791687, + "relativeCreated": 11701.072692871094, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 604.7122478485107, + "msecs": 137.50839233398438, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11689.737558364868, + "relativeCreated": 11701.2357711792, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015974044799804688 + "time_consumption": 0.00016307830810546875 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 1.7436819076538086, - "time_finished": "2021-01-11 11:25:36,604", - "time_start": "2021-01-11 11:25:34,861" + "time_consumption": 1.7426109313964844, + "time_finished": "2021-01-11 11:37:41,137", + "time_start": "2021-01-11 11:37:39,394" }, "_Pn3WgE0NEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:30,407", - "created": 1610360730.4071538, + "asctime": "2021-01-11 11:37:34,939", + "created": 1610361454.9392314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127843,19 +127906,19 @@ "message": "_Pn3WgE0NEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 407.153844833374, + "msecs": 939.2313957214355, "msg": "_Pn3WgE0NEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5492.179155349731, + "relativeCreated": 5502.95877456665, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.4163687, + "asctime": "2021-01-11 11:37:34,949", + "created": 1610361454.949694, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -127870,8 +127933,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:30,411", - "created": 1610360730.4111807, + "asctime": "2021-01-11 11:37:34,943", + "created": 1610361454.9439487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127881,23 +127944,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 411.1807346343994, + "msecs": 943.9487457275391, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5496.206045150757, + "relativeCreated": 5507.676124572754, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:30,411", - "created": 1610360730.411717, + "asctime": "2021-01-11 11:37:34,944", + "created": 1610361454.9446049, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127907,23 +127970,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 411.7169380187988, + "msecs": 944.6048736572266, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5496.742248535156, + "relativeCreated": 5508.332252502441, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:30,411", - "created": 1610360730.411852, + "asctime": "2021-01-11 11:37:34,944", + "created": 1610361454.9448078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127933,23 +127996,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 411.8518829345703, + "msecs": 944.807767868042, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5496.877193450928, + "relativeCreated": 5508.535146713257, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.4120715, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.9450812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127959,15 +128022,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 412.07146644592285, + "msecs": 945.0812339782715, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.09677696228, + "relativeCreated": 5508.808612823486, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -127976,26 +128039,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.4121964, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.9452147, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 412.19639778137207, + "msecs": 945.2147483825684, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.2217082977295, + "relativeCreated": 5508.942127227783, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128003,26 +128066,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.4123442, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.945377, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 412.34421730041504, + "msecs": 945.3771114349365, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.3695278167725, + "relativeCreated": 5509.104490280151, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128030,26 +128093,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.4124484, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.9454908, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 412.4484062194824, + "msecs": 945.490837097168, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.47371673584, + "relativeCreated": 5509.218215942383, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128057,26 +128120,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.412558, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.9455972, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 412.55807876586914, + "msecs": 945.5971717834473, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.583389282227, + "relativeCreated": 5509.324550628662, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128084,26 +128147,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.4126556, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.9457006, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 412.6555919647217, + "msecs": 945.7006454467773, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.680902481079, + "relativeCreated": 5509.428024291992, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128113,8 +128176,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.412796, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.9458177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128124,15 +128187,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 412.7960205078125, + "msecs": 945.8177089691162, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.82133102417, + "relativeCreated": 5509.545087814331, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128142,8 +128205,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:30,412", - "created": 1610360730.412917, + "asctime": "2021-01-11 11:37:34,945", + "created": 1610361454.9459417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128153,15 +128216,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 412.916898727417, + "msecs": 945.941686630249, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5497.942209243774, + "relativeCreated": 5509.669065475464, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128171,8 +128234,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.4130235, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.9460566, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128182,15 +128245,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 413.0234718322754, + "msecs": 946.056604385376, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.048782348633, + "relativeCreated": 5509.783983230591, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128200,8 +128263,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.4131274, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.9461696, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128211,23 +128274,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 413.1274223327637, + "msecs": 946.1696147918701, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.152732849121, + "relativeCreated": 5509.896993637085, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.413218, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.9462698, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128237,15 +128300,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 413.21802139282227, + "msecs": 946.2697505950928, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.24333190918, + "relativeCreated": 5509.997129440308, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128254,26 +128317,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.413322, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.9463804, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 413.32197189331055, + "msecs": 946.3803768157959, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.347282409668, + "relativeCreated": 5510.107755661011, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128281,26 +128344,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.413434, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.94651, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 413.4340286254883, + "msecs": 946.5100765228271, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.459339141846, + "relativeCreated": 5510.237455368042, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128308,26 +128371,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.4135427, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.946615, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 413.5427474975586, + "msecs": 946.6149806976318, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.568058013916, + "relativeCreated": 5510.342359542847, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128337,8 +128400,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.4136558, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.9467332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128348,15 +128411,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 413.65575790405273, + "msecs": 946.7332363128662, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.68106842041, + "relativeCreated": 5510.460615158081, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128366,8 +128429,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.4137733, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.946854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128377,15 +128440,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 413.7732982635498, + "msecs": 946.8541145324707, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.798608779907, + "relativeCreated": 5510.581493377686, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128394,26 +128457,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.4138746, + "asctime": "2021-01-11 11:37:34,946", + "created": 1610361454.9469619, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 413.87462615966797, + "msecs": 946.9618797302246, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.899936676025, + "relativeCreated": 5510.689258575439, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128422,26 +128485,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:30,413", - "created": 1610360730.4139683, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.947063, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 413.9683246612549, + "msecs": 947.0629692077637, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5498.993635177612, + "relativeCreated": 5510.7903480529785, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128450,34 +128513,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4140599, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.9471629, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 414.0598773956299, + "msecs": 947.1628665924072, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.085187911987, + "relativeCreated": 5510.890245437622, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4141552, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.9472637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128487,23 +128550,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 414.1552448272705, + "msecs": 947.2637176513672, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.180555343628, + "relativeCreated": 5510.991096496582, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4143445, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.9474652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128513,15 +128576,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 414.34454917907715, + "msecs": 947.465181350708, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.369859695435, + "relativeCreated": 5511.192560195923, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128530,26 +128593,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4144528, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.9475782, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 414.45279121398926, + "msecs": 947.5781917572021, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.478101730347, + "relativeCreated": 5511.305570602417, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128557,26 +128620,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4145865, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.9477212, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 414.58654403686523, + "msecs": 947.7212429046631, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.611854553223, + "relativeCreated": 5511.448621749878, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128584,26 +128647,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4146876, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.9478314, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 414.6876335144043, + "msecs": 947.831392288208, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.712944030762, + "relativeCreated": 5511.558771133423, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128611,26 +128674,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4147844, + "asctime": "2021-01-11 11:37:34,947", + "created": 1610361454.947934, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 414.78443145751953, + "msecs": 947.9339122772217, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.809741973877, + "relativeCreated": 5511.6612911224365, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128638,26 +128701,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4148777, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9480348, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 414.87765312194824, + "msecs": 948.0347633361816, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5499.902963638306, + "relativeCreated": 5511.7621421813965, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128667,8 +128730,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:30,414", - "created": 1610360730.4149776, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9481409, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128678,15 +128741,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 414.9775505065918, + "msecs": 948.1408596038818, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.002861022949, + "relativeCreated": 5511.868238449097, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128696,8 +128759,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.4150884, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9482605, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128707,15 +128770,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 415.088415145874, + "msecs": 948.2605457305908, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.113725662231, + "relativeCreated": 5511.987924575806, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128725,8 +128788,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.415191, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9483793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128736,15 +128799,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 415.1909351348877, + "msecs": 948.3792781829834, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.216245651245, + "relativeCreated": 5512.106657028198, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128754,8 +128817,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.4152915, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.948489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128765,23 +128828,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 415.29154777526855, + "msecs": 948.4889507293701, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.316858291626, + "relativeCreated": 5512.216329574585, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.4153812, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9485867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128791,15 +128854,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 415.38119316101074, + "msecs": 948.5867023468018, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.406503677368, + "relativeCreated": 5512.314081192017, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128808,26 +128871,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.4154882, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9486938, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 415.48824310302734, + "msecs": 948.6937522888184, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.513553619385, + "relativeCreated": 5512.421131134033, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128835,26 +128898,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.4155972, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9488373, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 415.59720039367676, + "msecs": 948.8372802734375, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.622510910034, + "relativeCreated": 5512.564659118652, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128862,26 +128925,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.415695, + "asctime": "2021-01-11 11:37:34,948", + "created": 1610361454.9489555, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 415.6949520111084, + "msecs": 948.9555358886719, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.720262527466, + "relativeCreated": 5512.682914733887, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128891,8 +128954,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.4157934, + "asctime": "2021-01-11 11:37:34,949", + "created": 1610361454.9490643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128902,15 +128965,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 415.79341888427734, + "msecs": 949.0642547607422, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.818729400635, + "relativeCreated": 5512.791633605957, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128920,8 +128983,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.415901, + "asctime": "2021-01-11 11:37:34,949", + "created": 1610361454.9491756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128931,15 +128994,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 415.90094566345215, + "msecs": 949.1755962371826, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5500.92625617981, + "relativeCreated": 5512.9029750823975, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128948,26 +129011,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:30,415", - "created": 1610360730.4159985, + "asctime": "2021-01-11 11:37:34,949", + "created": 1610361454.9492812, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 415.9984588623047, + "msecs": 949.2812156677246, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.023769378662, + "relativeCreated": 5513.008594512939, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -128976,26 +129039,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.41609, + "asctime": "2021-01-11 11:37:34,949", + "created": 1610361454.949382, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 416.0900115966797, + "msecs": 949.3820667266846, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.115322113037, + "relativeCreated": 5513.109445571899, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -129004,34 +129067,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.4161804, + "asctime": "2021-01-11 11:37:34,949", + "created": 1610361454.949489, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 416.1803722381592, + "msecs": 949.4891166687012, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.205682754517, + "relativeCreated": 5513.216495513916, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.4162817, + "asctime": "2021-01-11 11:37:34,949", + "created": 1610361454.9495988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129041,34 +129104,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 416.28170013427734, + "msecs": 949.5987892150879, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.307010650635, + "relativeCreated": 5513.326168060303, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 416.3687229156494, + "msecs": 949.6939182281494, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.394033432007, + "relativeCreated": 5513.421297073364, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 8.702278137207031e-05 + "time_consumption": 9.512901306152344e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:30,760", - "created": 1610360730.7604961, + "asctime": "2021-01-11 11:37:35,294", + "created": 1610361455.294621, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -129083,8 +129146,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.416581, + "asctime": "2021-01-11 11:37:34,950", + "created": 1610361454.9502404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129094,23 +129157,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 416.5809154510498, + "msecs": 950.2403736114502, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.606225967407, + "relativeCreated": 5513.967752456665, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.4166787, + "asctime": "2021-01-11 11:37:34,950", + "created": 1610361454.9503992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129120,23 +129183,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 416.67866706848145, + "msecs": 950.3991603851318, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.703977584839, + "relativeCreated": 5514.126539230347, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.4168065, + "asctime": "2021-01-11 11:37:34,950", + "created": 1610361454.9505272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129146,15 +129209,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 416.8064594268799, + "msecs": 950.5271911621094, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.831769943237, + "relativeCreated": 5514.254570007324, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -129165,8 +129228,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:30,416", - "created": 1610360730.4169216, + "asctime": "2021-01-11 11:37:34,950", + "created": 1610361454.9507186, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129176,23 +129239,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 416.92161560058594, + "msecs": 950.7186412811279, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5501.946926116943, + "relativeCreated": 5514.446020126343, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:30,417", - "created": 1610360730.417193, + "asctime": "2021-01-11 11:37:34,951", + "created": 1610361454.9511242, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129202,23 +129265,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 417.1929359436035, + "msecs": 951.1241912841797, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5502.218246459961, + "relativeCreated": 5514.8515701293945, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:30,417", - "created": 1610360730.4172692, + "asctime": "2021-01-11 11:37:34,951", + "created": 1610361454.9512477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129228,23 +129291,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 417.269229888916, + "msecs": 951.2476921081543, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5502.294540405273, + "relativeCreated": 5514.975070953369, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:30,417", - "created": 1610360730.417336, + "asctime": "2021-01-11 11:37:34,951", + "created": 1610361454.9513576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129254,15 +129317,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 417.33598709106445, + "msecs": 951.3576030731201, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5502.361297607422, + "relativeCreated": 5515.084981918335, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -129270,8 +129333,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 11:25:30,417", - "created": 1610360730.4174933, + "asctime": "2021-01-11 11:37:34,951", + "created": 1610361454.951559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129281,15 +129344,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": 417.4933433532715, + "msecs": 951.5590667724609, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5502.518653869629, + "relativeCreated": 5515.286445617676, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129297,8 +129360,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 11:25:30,425", - "created": 1610360730.4257026, + "asctime": "2021-01-11 11:37:34,959", + "created": 1610361454.9597044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129308,15 +129371,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": 425.7025718688965, + "msecs": 959.7043991088867, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5510.727882385254, + "relativeCreated": 5523.431777954102, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129324,8 +129387,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,425", - "created": 1610360730.425866, + "asctime": "2021-01-11 11:37:34,959", + "created": 1610361454.959834, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129335,15 +129398,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 425.86588859558105, + "msecs": 959.834098815918, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5510.8911991119385, + "relativeCreated": 5523.561477661133, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129352,8 +129415,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,425", - "created": 1610360730.4259415, + "asctime": "2021-01-11 11:37:34,959", + "created": 1610361454.959887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129363,15 +129426,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.94146728515625, + "msecs": 959.8870277404785, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5510.966777801514, + "relativeCreated": 5523.614406585693, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129379,8 +129442,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4260309, + "asctime": "2021-01-11 11:37:34,959", + "created": 1610361454.9599495, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129390,15 +129453,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.03087425231934, + "msecs": 959.9494934082031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.056184768677, + "relativeCreated": 5523.676872253418, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129407,8 +129470,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4260936, + "asctime": "2021-01-11 11:37:34,959", + "created": 1610361454.9599934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129418,15 +129481,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.09357833862305, + "msecs": 959.9933624267578, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.1188888549805, + "relativeCreated": 5523.720741271973, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129434,8 +129497,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4261835, + "asctime": "2021-01-11 11:37:34,960", + "created": 1610361454.9600554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129445,15 +129508,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.18346214294434, + "msecs": 960.0553512573242, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.208772659302, + "relativeCreated": 5523.782730102539, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129462,8 +129525,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4262428, + "asctime": "2021-01-11 11:37:34,960", + "created": 1610361454.9601007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129473,15 +129536,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.2428283691406, + "msecs": 960.1006507873535, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.268138885498, + "relativeCreated": 5523.828029632568, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129489,8 +129552,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4263241, + "asctime": "2021-01-11 11:37:34,960", + "created": 1610361454.9601564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129500,15 +129563,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.32412910461426, + "msecs": 960.1564407348633, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.349439620972, + "relativeCreated": 5523.883819580078, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129517,8 +129580,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4263837, + "asctime": "2021-01-11 11:37:34,960", + "created": 1610361454.9601958, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129528,15 +129591,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.38373374938965, + "msecs": 960.195779800415, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.409044265747, + "relativeCreated": 5523.92315864563, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129544,8 +129607,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4264677, + "asctime": "2021-01-11 11:37:34,960", + "created": 1610361454.9602497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129555,15 +129618,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.4676570892334, + "msecs": 960.249662399292, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.492967605591, + "relativeCreated": 5523.977041244507, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129572,8 +129635,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.4265268, + "asctime": "2021-01-11 11:37:34,960", + "created": 1610361454.9603205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129583,15 +129646,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.5267848968506, + "msecs": 960.3204727172852, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.552095413208, + "relativeCreated": 5524.0478515625, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129599,8 +129662,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:30,426", - "created": 1610360730.42664, + "asctime": "2021-01-11 11:37:34,960", + "created": 1610361454.9604077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129610,15 +129673,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 426.6400337219238, + "msecs": 960.4077339172363, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5511.665344238281, + "relativeCreated": 5524.135112762451, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129626,8 +129689,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:30,427", - "created": 1610360730.4276175, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.9612865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129637,15 +129700,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 427.61754989624023, + "msecs": 961.2865447998047, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5512.642860412598, + "relativeCreated": 5525.0139236450195, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129653,8 +129716,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,427", - "created": 1610360730.4277787, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.961342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129664,15 +129727,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 427.7787208557129, + "msecs": 961.3420963287354, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5512.80403137207, + "relativeCreated": 5525.06947517395, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129681,8 +129744,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,427", - "created": 1610360730.4278686, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.9613886, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129692,15 +129755,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": 427.8686046600342, + "msecs": 961.3885879516602, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5512.893915176392, + "relativeCreated": 5525.115966796875, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129708,8 +129771,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 11:25:30,427", - "created": 1610360730.427988, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.9614627, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129719,15 +129782,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": 427.98805236816406, + "msecs": 961.4627361297607, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5513.0133628845215, + "relativeCreated": 5525.190114974976, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129738,8 +129801,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:30,428", - "created": 1610360730.4281657, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.96159, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129749,15 +129812,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 428.1656742095947, + "msecs": 961.590051651001, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5513.190984725952, + "relativeCreated": 5525.317430496216, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129765,26 +129828,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:30,428", - "created": 1610360730.4282496, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.961647, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 428.2495975494385, + "msecs": 961.6470336914062, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5513.274908065796, + "relativeCreated": 5525.374412536621, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129795,8 +129858,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:30,428", - "created": 1610360730.4283652, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.9617245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129806,15 +129869,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 428.36523056030273, + "msecs": 961.7245197296143, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5513.39054107666, + "relativeCreated": 5525.451898574829, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -129822,8 +129885,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 11:25:30,428", - "created": 1610360730.4287968, + "asctime": "2021-01-11 11:37:34,961", + "created": 1610361454.9619775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129833,15 +129896,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": 428.79676818847656, + "msecs": 961.977481842041, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5513.822078704834, + "relativeCreated": 5525.704860687256, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -129849,8 +129912,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 11:25:30,436", - "created": 1610360730.4369686, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9701817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129860,15 +129923,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": 436.9685649871826, + "msecs": 970.1817035675049, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5521.99387550354, + "relativeCreated": 5533.90908241272, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -129876,8 +129939,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4371204, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9702964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129887,15 +129950,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 437.1204376220703, + "msecs": 970.2963829040527, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.145748138428, + "relativeCreated": 5534.023761749268, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -129904,8 +129967,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4371982, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.970347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129915,15 +129978,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.1981620788574, + "msecs": 970.3469276428223, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.223472595215, + "relativeCreated": 5534.074306488037, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -129931,8 +129994,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4373171, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.970408, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129942,15 +130005,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 437.3171329498291, + "msecs": 970.4079627990723, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.3424434661865, + "relativeCreated": 5534.135341644287, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -129959,8 +130022,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4373844, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9704525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129970,15 +130033,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.38436698913574, + "msecs": 970.4525470733643, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.409677505493, + "relativeCreated": 5534.179925918579, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -129986,8 +130049,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.43748, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9705255, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129997,15 +130060,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 437.47997283935547, + "msecs": 970.5255031585693, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.505283355713, + "relativeCreated": 5534.252882003784, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130014,8 +130077,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4375453, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9705725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130025,15 +130088,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.5452995300293, + "msecs": 970.5724716186523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.570610046387, + "relativeCreated": 5534.299850463867, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130041,8 +130104,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4376364, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9706318, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130052,15 +130115,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 437.6363754272461, + "msecs": 970.6318378448486, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.6616859436035, + "relativeCreated": 5534.3592166900635, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130069,8 +130132,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4377005, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9706745, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130080,15 +130143,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.7005100250244, + "msecs": 970.6745147705078, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.725820541382, + "relativeCreated": 5534.401893615723, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130096,8 +130159,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4377854, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9707277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130107,15 +130170,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 437.78538703918457, + "msecs": 970.7276821136475, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.810697555542, + "relativeCreated": 5534.455060958862, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130124,8 +130187,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.4378476, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9707673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130135,15 +130198,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.8476142883301, + "msecs": 970.7672595977783, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5522.8729248046875, + "relativeCreated": 5534.494638442993, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130151,8 +130214,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:30,437", - "created": 1610360730.437976, + "asctime": "2021-01-11 11:37:34,970", + "created": 1610361454.9708514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130162,15 +130225,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 437.9758834838867, + "msecs": 970.8514213562012, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5523.001194000244, + "relativeCreated": 5534.578800201416, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130178,8 +130241,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:30,438", - "created": 1610360730.4389591, + "asctime": "2021-01-11 11:37:34,971", + "created": 1610361454.9717944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130189,15 +130252,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 438.95912170410156, + "msecs": 971.7943668365479, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5523.984432220459, + "relativeCreated": 5535.521745681763, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130205,8 +130268,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,439", - "created": 1610360730.43914, + "asctime": "2021-01-11 11:37:34,971", + "created": 1610361454.9719174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130216,15 +130279,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 439.14008140563965, + "msecs": 971.9173908233643, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5524.165391921997, + "relativeCreated": 5535.644769668579, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130233,8 +130296,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,439", - "created": 1610360730.4392202, + "asctime": "2021-01-11 11:37:34,971", + "created": 1610361454.9719684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130244,15 +130307,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": 439.2201900482178, + "msecs": 971.968412399292, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5524.245500564575, + "relativeCreated": 5535.695791244507, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130260,8 +130323,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 11:25:30,439", - "created": 1610360730.4393368, + "asctime": "2021-01-11 11:37:34,972", + "created": 1610361454.9720426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130271,15 +130334,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": 439.33677673339844, + "msecs": 972.0425605773926, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5524.362087249756, + "relativeCreated": 5535.769939422607, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130290,8 +130353,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:30,439", - "created": 1610360730.4395192, + "asctime": "2021-01-11 11:37:34,972", + "created": 1610361454.972186, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130301,15 +130364,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 439.51916694641113, + "msecs": 972.1860885620117, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5524.544477462769, + "relativeCreated": 5535.913467407227, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -130317,8 +130380,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:30,439", - "created": 1610360730.4396076, + "asctime": "2021-01-11 11:37:34,972", + "created": 1610361454.9722457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130328,34 +130391,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 439.6076202392578, + "msecs": 972.2456932067871, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5524.632930755615, + "relativeCreated": 5535.973072052002, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" } ], - "msecs": 760.4961395263672, + "msecs": 294.6209907531738, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5845.521450042725, + "relativeCreated": 5858.348369598389, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3208885192871094 + "time_consumption": 0.3223752975463867 }, { "args": [], - "asctime": "2021-01-11 11:25:30,760", - "created": 1610360730.7609913, + "asctime": "2021-01-11 11:37:35,295", + "created": 1610361455.2950804, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -130366,22 +130429,22 @@ "message": "Setting a Server secret and no Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 760.9913349151611, + "msecs": 295.08042335510254, "msg": "Setting a Server secret and no Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5846.016645431519, + "relativeCreated": 5858.807802200317, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:30,962", - "created": 1610360730.9625769, + "asctime": "2021-01-11 11:37:35,496", + "created": 1610361455.4966488, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -130400,8 +130463,8 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:30,761", - "created": 1610360730.761388, + "asctime": "2021-01-11 11:37:35,295", + "created": 1610361455.2954452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130411,15 +130474,15 @@ "lineno": 438, "message": "prot-client: TX -> service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 761.3880634307861, + "msecs": 295.44520378112793, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5846.413373947144, + "relativeCreated": 5859.172582626343, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -130427,8 +130490,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 11:25:30,762", - "created": 1610360730.7623384, + "asctime": "2021-01-11 11:37:35,296", + "created": 1610361455.2963586, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130438,15 +130501,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": 762.338399887085, + "msecs": 296.358585357666, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5847.363710403442, + "relativeCreated": 5860.085964202881, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130454,8 +130517,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 11:25:30,770", - "created": 1610360730.7708812, + "asctime": "2021-01-11 11:37:35,304", + "created": 1610361455.304874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130465,15 +130528,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": 770.881175994873, + "msecs": 304.8739433288574, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5855.9064865112305, + "relativeCreated": 5868.601322174072, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130481,8 +130544,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,771", - "created": 1610360730.7711716, + "asctime": "2021-01-11 11:37:35,305", + "created": 1610361455.3051596, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130492,15 +130555,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 771.1715698242188, + "msecs": 305.1595687866211, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5856.196880340576, + "relativeCreated": 5868.886947631836, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130509,8 +130572,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,771", - "created": 1610360730.771335, + "asctime": "2021-01-11 11:37:35,305", + "created": 1610361455.3053474, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130520,15 +130583,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 771.3348865509033, + "msecs": 305.3474426269531, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5856.360197067261, + "relativeCreated": 5869.074821472168, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130536,8 +130599,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,771", - "created": 1610360730.7715359, + "asctime": "2021-01-11 11:37:35,305", + "created": 1610361455.3055527, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130547,15 +130610,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 771.5358734130859, + "msecs": 305.55272102355957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5856.561183929443, + "relativeCreated": 5869.280099868774, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130564,8 +130627,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,771", - "created": 1610360730.7716782, + "asctime": "2021-01-11 11:37:35,305", + "created": 1610361455.3056958, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130575,15 +130638,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 771.6782093048096, + "msecs": 305.6957721710205, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5856.703519821167, + "relativeCreated": 5869.423151016235, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130591,8 +130654,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,771", - "created": 1610360730.7718916, + "asctime": "2021-01-11 11:37:35,305", + "created": 1610361455.3059046, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130602,15 +130665,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 771.8915939331055, + "msecs": 305.9046268463135, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5856.916904449463, + "relativeCreated": 5869.632005691528, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130619,8 +130682,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,772", - "created": 1610360730.772066, + "asctime": "2021-01-11 11:37:35,306", + "created": 1610361455.3060472, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130630,15 +130693,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.0661163330078, + "msecs": 306.0472011566162, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5857.091426849365, + "relativeCreated": 5869.774580001831, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130646,8 +130709,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,772", - "created": 1610360730.7722826, + "asctime": "2021-01-11 11:37:35,306", + "created": 1610361455.3062525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130657,15 +130720,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 772.282600402832, + "msecs": 306.25247955322266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5857.307910919189, + "relativeCreated": 5869.9798583984375, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130674,8 +130737,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,772", - "created": 1610360730.772434, + "asctime": "2021-01-11 11:37:35,306", + "created": 1610361455.306402, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130685,15 +130748,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.4339962005615, + "msecs": 306.40196800231934, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5857.459306716919, + "relativeCreated": 5870.129346847534, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130701,8 +130764,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,772", - "created": 1610360730.772613, + "asctime": "2021-01-11 11:37:35,306", + "created": 1610361455.3065772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130712,15 +130775,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 772.6130485534668, + "msecs": 306.577205657959, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5857.638359069824, + "relativeCreated": 5870.304584503174, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130729,8 +130792,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,772", - "created": 1610360730.772778, + "asctime": "2021-01-11 11:37:35,306", + "created": 1610361455.3067095, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130740,15 +130803,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.7780342102051, + "msecs": 306.70952796936035, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5857.8033447265625, + "relativeCreated": 5870.436906814575, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130756,8 +130819,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 11:25:30,773", - "created": 1610360730.773061, + "asctime": "2021-01-11 11:37:35,306", + "created": 1610361455.3069751, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130767,15 +130830,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": 773.0610370635986, + "msecs": 306.9751262664795, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5858.086347579956, + "relativeCreated": 5870.702505111694, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130783,8 +130846,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 11:25:30,777", - "created": 1610360730.7774155, + "asctime": "2021-01-11 11:37:35,311", + "created": 1610361455.3114138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130794,15 +130857,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": 777.4155139923096, + "msecs": 311.4137649536133, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5862.440824508667, + "relativeCreated": 5875.141143798828, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130810,8 +130873,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,777", - "created": 1610360730.7778573, + "asctime": "2021-01-11 11:37:35,311", + "created": 1610361455.3117309, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130821,15 +130884,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 777.8573036193848, + "msecs": 311.73086166381836, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5862.882614135742, + "relativeCreated": 5875.458240509033, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130838,8 +130901,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,778", - "created": 1610360730.778027, + "asctime": "2021-01-11 11:37:35,311", + "created": 1610361455.3118553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130849,15 +130912,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": 778.0270576477051, + "msecs": 311.8553161621094, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5863.0523681640625, + "relativeCreated": 5875.582695007324, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130865,8 +130928,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 11:25:30,778", - "created": 1610360730.7783144, + "asctime": "2021-01-11 11:37:35,312", + "created": 1610361455.3120668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130876,15 +130939,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": 778.3143520355225, + "msecs": 312.06679344177246, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5863.33966255188, + "relativeCreated": 5875.794172286987, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130895,8 +130958,8 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:30,778", - "created": 1610360730.7787712, + "asctime": "2021-01-11 11:37:35,312", + "created": 1610361455.3123498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130906,23 +130969,23 @@ "lineno": 438, "message": "prot-server: RX <- service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 778.771162033081, + "msecs": 312.349796295166, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5863.7964725494385, + "relativeCreated": 5876.077175140381, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:30,778", - "created": 1610360730.778998, + "asctime": "2021-01-11 11:37:35,312", + "created": 1610361455.3124738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130932,15 +130995,15 @@ "lineno": 459, "message": "prot-server: Authentification is required. Just sending negative response.", "module": "__init__", - "msecs": 778.9978981018066, + "msecs": 312.4737739562988, "msg": "%s Authentification is required. Just sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5864.023208618164, + "relativeCreated": 5876.201152801514, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130951,8 +131014,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 11:25:30,779", - "created": 1610360730.7792625, + "asctime": "2021-01-11 11:37:35,312", + "created": 1610361455.312658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130962,15 +131025,15 @@ "lineno": 438, "message": "prot-server: TX -> service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 779.2625427246094, + "msecs": 312.65807151794434, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5864.287853240967, + "relativeCreated": 5876.385450363159, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -130978,8 +131041,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 11:25:30,779", - "created": 1610360730.779964, + "asctime": "2021-01-11 11:37:35,313", + "created": 1610361455.3132982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130989,15 +131052,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": 779.9639701843262, + "msecs": 313.29822540283203, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5864.989280700684, + "relativeCreated": 5877.025604248047, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131005,8 +131068,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 11:25:30,788", - "created": 1610360730.7881851, + "asctime": "2021-01-11 11:37:35,321", + "created": 1610361455.321648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131016,15 +131079,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": 788.1851196289062, + "msecs": 321.64788246154785, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.210430145264, + "relativeCreated": 5885.375261306763, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131032,8 +131095,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7883284, + "asctime": "2021-01-11 11:37:35,321", + "created": 1610361455.321868, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131043,15 +131106,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 788.3284091949463, + "msecs": 321.8679428100586, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.353719711304, + "relativeCreated": 5885.595321655273, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131060,8 +131123,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7883983, + "asctime": "2021-01-11 11:37:35,321", + "created": 1610361455.3219974, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131071,15 +131134,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 788.398265838623, + "msecs": 321.99740409851074, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.4235763549805, + "relativeCreated": 5885.724782943726, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131087,8 +131150,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7884822, + "asctime": "2021-01-11 11:37:35,322", + "created": 1610361455.3221633, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131098,15 +131161,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 788.4821891784668, + "msecs": 322.16334342956543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.507499694824, + "relativeCreated": 5885.89072227478, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131115,8 +131178,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.788543, + "asctime": "2021-01-11 11:37:35,322", + "created": 1610361455.3222828, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131126,15 +131189,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.5429859161377, + "msecs": 322.2827911376953, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.568296432495, + "relativeCreated": 5886.01016998291, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131142,8 +131205,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7886302, + "asctime": "2021-01-11 11:37:35,322", + "created": 1610361455.3224607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131153,15 +131216,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 788.6302471160889, + "msecs": 322.4606513977051, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.655557632446, + "relativeCreated": 5886.18803024292, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131170,8 +131233,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7886856, + "asctime": "2021-01-11 11:37:35,322", + "created": 1610361455.3225737, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131181,15 +131244,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.6855602264404, + "msecs": 322.5736618041992, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.710870742798, + "relativeCreated": 5886.301040649414, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131197,8 +131260,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7887862, + "asctime": "2021-01-11 11:37:35,322", + "created": 1610361455.3227353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131208,15 +131271,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 788.7861728668213, + "msecs": 322.7353096008301, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.811483383179, + "relativeCreated": 5886.462688446045, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131225,8 +131288,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7888465, + "asctime": "2021-01-11 11:37:35,322", + "created": 1610361455.322846, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131236,15 +131299,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.846492767334, + "msecs": 322.8459358215332, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.871803283691, + "relativeCreated": 5886.573314666748, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131252,8 +131315,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.7889202, + "asctime": "2021-01-11 11:37:35,322", + "created": 1610361455.3229923, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131263,15 +131326,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 788.9201641082764, + "msecs": 322.99232482910156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5873.945474624634, + "relativeCreated": 5886.719703674316, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131280,8 +131343,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,788", - "created": 1610360730.788975, + "asctime": "2021-01-11 11:37:35,323", + "created": 1610361455.323101, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131291,15 +131354,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.9750003814697, + "msecs": 323.1010437011719, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5874.000310897827, + "relativeCreated": 5886.828422546387, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131307,8 +131370,8 @@ "comm-server:", "(8): 6c 7d 5d 78 af a4 3a 3e" ], - "asctime": "2021-01-11 11:25:30,789", - "created": 1610360730.7890801, + "asctime": "2021-01-11 11:37:35,323", + "created": 1610361455.3233058, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131318,15 +131381,15 @@ "lineno": 284, "message": "comm-server: TX -> (8): 6c 7d 5d 78 af a4 3a 3e", "module": "__init__", - "msecs": 789.0801429748535, + "msecs": 323.3058452606201, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5874.105453491211, + "relativeCreated": 5887.033224105835, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131334,8 +131397,8 @@ "comm-client:", "(8): 6c 7d 5d 78 af a4 3a 3e" ], - "asctime": "2021-01-11 11:25:30,790", - "created": 1610360730.7902977, + "asctime": "2021-01-11 11:37:35,324", + "created": 1610361455.32463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131345,15 +131408,15 @@ "lineno": 414, "message": "comm-client: RX <- (8): 6c 7d 5d 78 af a4 3a 3e", "module": "__init__", - "msecs": 790.2977466583252, + "msecs": 324.6300220489502, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5875.323057174683, + "relativeCreated": 5888.357400894165, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131361,8 +131424,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,790", - "created": 1610360730.7904534, + "asctime": "2021-01-11 11:37:35,324", + "created": 1610361455.324953, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131372,15 +131435,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 790.4534339904785, + "msecs": 324.9530792236328, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5875.478744506836, + "relativeCreated": 5888.680458068848, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131389,8 +131452,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,790", - "created": 1610360730.7905407, + "asctime": "2021-01-11 11:37:35,325", + "created": 1610361455.3251505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131400,15 +131463,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.5406951904297, + "msecs": 325.1504898071289, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5875.566005706787, + "relativeCreated": 5888.877868652344, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131416,8 +131479,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 11:25:30,790", - "created": 1610360730.7906501, + "asctime": "2021-01-11 11:37:35,325", + "created": 1610361455.3254032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131427,15 +131490,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": 790.6501293182373, + "msecs": 325.40321350097656, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5875.675439834595, + "relativeCreated": 5889.130592346191, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131446,8 +131509,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 11:25:30,790", - "created": 1610360730.7908177, + "asctime": "2021-01-11 11:37:35,325", + "created": 1610361455.3257713, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131457,23 +131520,23 @@ "lineno": 438, "message": "prot-client: RX <- service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 790.8177375793457, + "msecs": 325.7713317871094, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5875.843048095703, + "relativeCreated": 5889.498710632324, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:30,790", - "created": 1610360730.7909184, + "asctime": "2021-01-11 11:37:35,325", + "created": 1610361455.325991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131483,37 +131546,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": 790.9183502197266, + "msecs": 325.9909152984619, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 5875.943660736084, + "relativeCreated": 5889.718294143677, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" } ], - "msecs": 962.5768661499023, + "msecs": 496.64878845214844, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6047.60217666626, + "relativeCreated": 6060.376167297363, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17165851593017578 + "time_consumption": 0.17065787315368652 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:30,963", - "created": 1610360730.9634237, + "asctime": "2021-01-11 11:37:35,498", + "created": 1610361455.4981089, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131530,8 +131593,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:30,963", - "created": 1610360730.9630659, + "asctime": "2021-01-11 11:37:35,497", + "created": 1610361455.497607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131541,15 +131604,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 963.0658626556396, + "msecs": 497.6069927215576, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6048.091173171997, + "relativeCreated": 6061.3343715667725, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -131558,8 +131621,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:30,963", - "created": 1610360730.9632459, + "asctime": "2021-01-11 11:37:35,497", + "created": 1610361455.4979103, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131569,37 +131632,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 963.2458686828613, + "msecs": 497.9102611541748, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6048.271179199219, + "relativeCreated": 6061.63763999939, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 963.4237289428711, + "msecs": 498.1088638305664, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6048.4490394592285, + "relativeCreated": 6061.836242675781, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00017786026000976562 + "time_consumption": 0.00019860267639160156 }, { "args": [ "{'data_id': 36, 'service_id': 31, 'status': 3, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:30,963", - "created": 1610360730.963982, + "asctime": "2021-01-11 11:37:35,498", + "created": 1610361455.4988189, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131616,8 +131679,8 @@ "{'data_id': 36, 'service_id': 31, 'status': 3, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:30,963", - "created": 1610360730.963667, + "asctime": "2021-01-11 11:37:35,498", + "created": 1610361455.4984155, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131627,15 +131690,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 36, 'service_id': 31, 'status': 3, 'data': None} ()", "module": "test", - "msecs": 963.6669158935547, + "msecs": 498.415470123291, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6048.692226409912, + "relativeCreated": 6062.142848968506, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -131644,8 +131707,8 @@ "{'service_id': 31, 'data_id': 36, 'status': 3, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:30,963", - "created": 1610360730.963828, + "asctime": "2021-01-11 11:37:35,498", + "created": 1610361455.4986227, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131655,34 +131718,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 31, 'data_id': 36, 'status': 3, 'data': None} ()", "module": "test", - "msecs": 963.8280868530273, + "msecs": 498.6226558685303, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6048.853397369385, + "relativeCreated": 6062.350034713745, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 963.982105255127, + "msecs": 498.81887435913086, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6049.007415771484, + "relativeCreated": 6062.546253204346, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.00019621849060058594 }, { "args": [], - "asctime": "2021-01-11 11:25:30,964", - "created": 1610360730.9641871, + "asctime": "2021-01-11 11:37:35,499", + "created": 1610361455.499086, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -131693,22 +131756,22 @@ "message": "Setting no Server secret but a Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 964.1871452331543, + "msecs": 499.0859031677246, "msg": "Setting no Server secret but a Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6049.212455749512, + "relativeCreated": 6062.813282012939, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:31,266", - "created": 1610360731.2663047, + "asctime": "2021-01-11 11:37:35,801", + "created": 1610361455.8015249, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -131727,8 +131790,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:30,964", - "created": 1610360730.9645097, + "asctime": "2021-01-11 11:37:35,499", + "created": 1610361455.49952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131738,15 +131801,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": 964.5097255706787, + "msecs": 499.52006340026855, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6049.535036087036, + "relativeCreated": 6063.247442245483, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -131754,8 +131817,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 11:25:30,965", - "created": 1610360730.9654336, + "asctime": "2021-01-11 11:37:35,500", + "created": 1610361455.5006528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131765,15 +131828,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": 965.4335975646973, + "msecs": 500.6527900695801, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6050.458908081055, + "relativeCreated": 6064.380168914795, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131781,8 +131844,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 11:25:30,973", - "created": 1610360730.9738834, + "asctime": "2021-01-11 11:37:35,508", + "created": 1610361455.5088792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131792,15 +131855,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": 973.8833904266357, + "msecs": 508.8791847229004, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6058.908700942993, + "relativeCreated": 6072.606563568115, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131808,8 +131871,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,974", - "created": 1610360730.9741654, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5090005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131819,15 +131882,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 974.1654396057129, + "msecs": 509.0005397796631, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6059.19075012207, + "relativeCreated": 6072.727918624878, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131836,8 +131899,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:30,974", - "created": 1610360730.9743292, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5090802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131847,15 +131910,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.3292331695557, + "msecs": 509.080171585083, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6059.354543685913, + "relativeCreated": 6072.807550430298, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131863,8 +131926,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,974", - "created": 1610360730.9745533, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.509174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131874,15 +131937,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.5533466339111, + "msecs": 509.174108505249, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6059.578657150269, + "relativeCreated": 6072.901487350464, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131891,8 +131954,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,974", - "created": 1610360730.9746912, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.509239, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131902,15 +131965,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.6911525726318, + "msecs": 509.23895835876465, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6059.716463088989, + "relativeCreated": 6072.9663372039795, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131918,8 +131981,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,974", - "created": 1610360730.9748962, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5093348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131929,15 +131992,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.8961925506592, + "msecs": 509.3348026275635, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6059.921503067017, + "relativeCreated": 6073.062181472778, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131946,8 +132009,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,975", - "created": 1610360730.9750261, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.509397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131957,15 +132020,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.0261306762695, + "msecs": 509.397029876709, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6060.051441192627, + "relativeCreated": 6073.124408721924, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -131973,8 +132036,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,975", - "created": 1610360730.9752126, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5094857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131984,15 +132047,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 975.212574005127, + "msecs": 509.48572158813477, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6060.237884521484, + "relativeCreated": 6073.21310043335, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132001,8 +132064,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,975", - "created": 1610360730.975354, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5095582, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132012,15 +132075,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.3539562225342, + "msecs": 509.55820083618164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6060.379266738892, + "relativeCreated": 6073.2855796813965, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132028,8 +132091,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,975", - "created": 1610360730.9755366, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5096555, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132039,15 +132102,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 975.536584854126, + "msecs": 509.6554756164551, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6060.561895370483, + "relativeCreated": 6073.38285446167, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132056,8 +132119,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:30,975", - "created": 1610360730.975667, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5097234, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132067,15 +132130,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.6669998168945, + "msecs": 509.723424911499, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6060.692310333252, + "relativeCreated": 6073.450803756714, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132083,8 +132146,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 11:25:30,975", - "created": 1610360730.9759367, + "asctime": "2021-01-11 11:37:35,509", + "created": 1610361455.5098517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132094,15 +132157,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": 975.9366512298584, + "msecs": 509.85169410705566, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6060.961961746216, + "relativeCreated": 6073.5790729522705, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132110,8 +132173,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 11:25:30,980", - "created": 1610360730.9803472, + "asctime": "2021-01-11 11:37:35,514", + "created": 1610361455.5141156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132121,15 +132184,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": 980.3471565246582, + "msecs": 514.115571975708, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6065.372467041016, + "relativeCreated": 6077.842950820923, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132137,8 +132200,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:30,980", - "created": 1610360730.980719, + "asctime": "2021-01-11 11:37:35,514", + "created": 1610361455.5144277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132148,15 +132211,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 980.7190895080566, + "msecs": 514.427661895752, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6065.744400024414, + "relativeCreated": 6078.155040740967, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132165,8 +132228,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:30,980", - "created": 1610360730.9809015, + "asctime": "2021-01-11 11:37:35,514", + "created": 1610361455.514547, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132176,15 +132239,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": 980.9014797210693, + "msecs": 514.5471096038818, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6065.926790237427, + "relativeCreated": 6078.274488449097, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132192,8 +132255,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 11:25:30,981", - "created": 1610360730.9812338, + "asctime": "2021-01-11 11:37:35,514", + "created": 1610361455.5147812, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132203,15 +132266,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": 981.2338352203369, + "msecs": 514.7812366485596, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6066.259145736694, + "relativeCreated": 6078.508615493774, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132222,8 +132285,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:30,981", - "created": 1610360730.981599, + "asctime": "2021-01-11 11:37:35,515", + "created": 1610361455.515074, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132233,23 +132296,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": 981.5990924835205, + "msecs": 515.0740146636963, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6066.624402999878, + "relativeCreated": 6078.801393508911, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:30,981", - "created": 1610360730.981752, + "asctime": "2021-01-11 11:37:35,515", + "created": 1610361455.5151994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132259,15 +132322,15 @@ "lineno": 463, "message": "prot-client: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 981.7519187927246, + "msecs": 515.1994228363037, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6066.777229309082, + "relativeCreated": 6078.926801681519, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -132277,48 +132340,48 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:31,266", - "created": 1610360731.266002, + "asctime": "2021-01-11 11:37:35,801", + "created": 1610361455.8012452, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 266.00193977355957, + "msecs": 801.2452125549316, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6351.027250289917, + "relativeCreated": 6364.9725914001465, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 266.30473136901855, + "msecs": 801.5248775482178, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6351.330041885376, + "relativeCreated": 6365.252256393433, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0003027915954589844 + "time_consumption": 0.0002796649932861328 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:31,266", - "created": 1610360731.266963, + "asctime": "2021-01-11 11:37:35,802", + "created": 1610361455.8022106, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132335,8 +132398,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:31,266", - "created": 1610360731.2666512, + "asctime": "2021-01-11 11:37:35,801", + "created": 1610361455.8019059, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132346,15 +132409,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 266.6511535644531, + "msecs": 801.9058704376221, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6351.676464080811, + "relativeCreated": 6365.633249282837, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132363,8 +132426,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:31,266", - "created": 1610360731.2668138, + "asctime": "2021-01-11 11:37:35,802", + "created": 1610361455.8020637, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132374,37 +132437,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 266.8137550354004, + "msecs": 802.0637035369873, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6351.839065551758, + "relativeCreated": 6365.791082382202, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 266.96300506591797, + "msecs": 802.2105693817139, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6351.988315582275, + "relativeCreated": 6365.937948226929, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014925003051757812 + "time_consumption": 0.0001468658447265625 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:31,267", - "created": 1610360731.2675824, + "asctime": "2021-01-11 11:37:35,802", + "created": 1610361455.8027017, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132421,8 +132484,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:31,267", - "created": 1610360731.2672997, + "asctime": "2021-01-11 11:37:35,802", + "created": 1610361455.8024318, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132432,15 +132495,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 267.2996520996094, + "msecs": 802.4318218231201, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6352.324962615967, + "relativeCreated": 6366.159200668335, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132449,8 +132512,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:31,267", - "created": 1610360731.2674465, + "asctime": "2021-01-11 11:37:35,802", + "created": 1610361455.8025682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132460,34 +132523,34 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 267.44651794433594, + "msecs": 802.5681972503662, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6352.471828460693, + "relativeCreated": 6366.295576095581, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 267.5824165344238, + "msecs": 802.7017116546631, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6352.607727050781, + "relativeCreated": 6366.429090499878, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013589859008789062 + "time_consumption": 0.000133514404296875 }, { "args": [], - "asctime": "2021-01-11 11:25:31,267", - "created": 1610360731.2677863, + "asctime": "2021-01-11 11:37:35,802", + "created": 1610361455.8029, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -132498,22 +132561,22 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 267.78626441955566, + "msecs": 802.9000759124756, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6352.811574935913, + "relativeCreated": 6366.62745475769, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:31,569", - "created": 1610360731.5693657, + "asctime": "2021-01-11 11:37:36,104", + "created": 1610361456.1045132, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -132531,26 +132594,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:31,268", - "created": 1610360731.2680564, + "asctime": "2021-01-11 11:37:35,803", + "created": 1610361455.8031678, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 268.05639266967773, + "msecs": 803.1678199768066, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6353.081703186035, + "relativeCreated": 6366.8951988220215, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132560,48 +132623,48 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:31,569", - "created": 1610360731.569091, + "asctime": "2021-01-11 11:37:36,104", + "created": 1610361456.104229, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 569.0910816192627, + "msecs": 104.22897338867188, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6654.11639213562, + "relativeCreated": 6667.956352233887, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 569.3657398223877, + "msecs": 104.51316833496094, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6654.391050338745, + "relativeCreated": 6668.240547180176, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.000274658203125 + "time_consumption": 0.0002841949462890625 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:31,570", - "created": 1610360731.5700076, + "asctime": "2021-01-11 11:37:36,105", + "created": 1610361456.105348, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132618,8 +132681,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:31,569", - "created": 1610360731.5696654, + "asctime": "2021-01-11 11:37:36,104", + "created": 1610361456.104953, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132629,15 +132692,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 569.6654319763184, + "msecs": 104.95305061340332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6654.690742492676, + "relativeCreated": 6668.680429458618, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132646,8 +132709,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:31,569", - "created": 1610360731.5698493, + "asctime": "2021-01-11 11:37:36,105", + "created": 1610361456.1051552, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132657,37 +132720,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 569.8492527008057, + "msecs": 105.15522956848145, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6654.874563217163, + "relativeCreated": 6668.882608413696, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 570.0075626373291, + "msecs": 105.34811019897461, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6655.0328731536865, + "relativeCreated": 6669.075489044189, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001583099365234375 + "time_consumption": 0.00019288063049316406 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:31,570", - "created": 1610360731.5705147, + "asctime": "2021-01-11 11:37:36,105", + "created": 1610361456.1059043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132704,8 +132767,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:31,570", - "created": 1610360731.5702398, + "asctime": "2021-01-11 11:37:36,105", + "created": 1610361456.1056168, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132715,15 +132778,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 570.239782333374, + "msecs": 105.61680793762207, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6655.265092849731, + "relativeCreated": 6669.344186782837, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132732,8 +132795,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:31,570", - "created": 1610360731.5703814, + "asctime": "2021-01-11 11:37:36,105", + "created": 1610361456.1057658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132743,34 +132806,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 570.3814029693604, + "msecs": 105.76581954956055, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6655.406713485718, + "relativeCreated": 6669.493198394775, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 570.5146789550781, + "msecs": 105.90434074401855, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6655.539989471436, + "relativeCreated": 6669.631719589233, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013327598571777344 + "time_consumption": 0.0001385211944580078 }, { "args": [], - "asctime": "2021-01-11 11:25:31,872", - "created": 1610360731.8721883, + "asctime": "2021-01-11 11:37:36,407", + "created": 1610361456.407648, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -132788,26 +132851,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:31,570", - "created": 1610360731.5708017, + "asctime": "2021-01-11 11:37:36,106", + "created": 1610361456.1062233, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 736, + "lineno": 739, "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": 570.8017349243164, + "msecs": 106.22334480285645, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6655.827045440674, + "relativeCreated": 6669.950723648071, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132817,48 +132880,48 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:31,871", - "created": 1610360731.871911, + "asctime": "2021-01-11 11:37:36,407", + "created": 1610361456.407371, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 871.9110488891602, + "msecs": 407.37104415893555, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6956.936359405518, + "relativeCreated": 6971.09842300415, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 872.1883296966553, + "msecs": 407.64808654785156, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6957.213640213013, + "relativeCreated": 6971.375465393066, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002772808074951172 + "time_consumption": 0.0002770423889160156 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:31,872", - "created": 1610360731.8728335, + "asctime": "2021-01-11 11:37:36,408", + "created": 1610361456.4082494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132875,8 +132938,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:31,872", - "created": 1610360731.8724868, + "asctime": "2021-01-11 11:37:36,407", + "created": 1610361456.407944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132886,15 +132949,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 872.4868297576904, + "msecs": 407.9439640045166, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6957.512140274048, + "relativeCreated": 6971.671342849731, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132903,8 +132966,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:31,872", - "created": 1610360731.8726468, + "asctime": "2021-01-11 11:37:36,408", + "created": 1610361456.4081025, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132914,37 +132977,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 872.6468086242676, + "msecs": 408.10251235961914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6957.672119140625, + "relativeCreated": 6971.829891204834, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 872.8334903717041, + "msecs": 408.2493782043457, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6957.8588008880615, + "relativeCreated": 6971.976757049561, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00018668174743652344 + "time_consumption": 0.0001468658447265625 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:31,873", - "created": 1610360731.8733609, + "asctime": "2021-01-11 11:37:36,408", + "created": 1610361456.4088054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132961,8 +133024,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:31,873", - "created": 1610360731.8730643, + "asctime": "2021-01-11 11:37:36,408", + "created": 1610361456.4084694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132972,15 +133035,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 873.0642795562744, + "msecs": 408.46943855285645, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6958.089590072632, + "relativeCreated": 6972.196817398071, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -132989,8 +133052,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:31,873", - "created": 1610360731.873202, + "asctime": "2021-01-11 11:37:36,408", + "created": 1610361456.4086058, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -133000,34 +133063,34 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 873.2020854949951, + "msecs": 408.60581398010254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6958.2273960113525, + "relativeCreated": 6972.333192825317, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 873.3608722686768, + "msecs": 408.80537033081055, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6958.386182785034, + "relativeCreated": 6972.532749176025, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015878677368164062 + "time_consumption": 0.0001995563507080078 }, { "args": [], - "asctime": "2021-01-11 11:25:31,974", - "created": 1610360731.974578, + "asctime": "2021-01-11 11:37:36,509", + "created": 1610361456.5099707, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -133046,8 +133109,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:31,873", - "created": 1610360731.8737016, + "asctime": "2021-01-11 11:37:36,409", + "created": 1610361456.40915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133057,15 +133120,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 873.7015724182129, + "msecs": 409.1498851776123, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6958.72688293457, + "relativeCreated": 6972.877264022827, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -133073,8 +133136,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 11:25:31,874", - "created": 1610360731.874523, + "asctime": "2021-01-11 11:37:36,409", + "created": 1610361456.4099576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133084,15 +133147,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": 874.5229244232178, + "msecs": 409.9576473236084, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6959.548234939575, + "relativeCreated": 6973.685026168823, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133100,8 +133163,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 11:25:31,882", - "created": 1610360731.8829973, + "asctime": "2021-01-11 11:37:36,418", + "created": 1610361456.4184453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133111,15 +133174,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": 882.9972743988037, + "msecs": 418.445348739624, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6968.022584915161, + "relativeCreated": 6982.172727584839, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133127,8 +133190,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,883", - "created": 1610360731.8832822, + "asctime": "2021-01-11 11:37:36,418", + "created": 1610361456.4187279, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133138,15 +133201,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 883.2821846008301, + "msecs": 418.7278747558594, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6968.3074951171875, + "relativeCreated": 6982.455253601074, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133155,8 +133218,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:31,883", - "created": 1610360731.883444, + "asctime": "2021-01-11 11:37:36,418", + "created": 1610361456.4188902, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133166,15 +133229,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 883.44407081604, + "msecs": 418.89023780822754, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6968.4693813323975, + "relativeCreated": 6982.617616653442, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133182,8 +133245,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,883", - "created": 1610360731.883641, + "asctime": "2021-01-11 11:37:36,419", + "created": 1610361456.4190862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133193,15 +133256,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 883.6410045623779, + "msecs": 419.086217880249, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6968.666315078735, + "relativeCreated": 6982.813596725464, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133210,8 +133273,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,883", - "created": 1610360731.8837788, + "asctime": "2021-01-11 11:37:36,419", + "created": 1610361456.4192524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133221,15 +133284,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 883.7788105010986, + "msecs": 419.2523956298828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6968.804121017456, + "relativeCreated": 6982.979774475098, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133237,8 +133300,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,883", - "created": 1610360731.8839788, + "asctime": "2021-01-11 11:37:36,419", + "created": 1610361456.4194548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133248,15 +133311,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 883.9788436889648, + "msecs": 419.45481300354004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6969.004154205322, + "relativeCreated": 6983.182191848755, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133265,8 +133328,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,884", - "created": 1610360731.88414, + "asctime": "2021-01-11 11:37:36,419", + "created": 1610361456.4195883, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133276,15 +133339,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 884.1400146484375, + "msecs": 419.5883274078369, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6969.165325164795, + "relativeCreated": 6983.315706253052, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133292,8 +133355,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,884", - "created": 1610360731.8843281, + "asctime": "2021-01-11 11:37:36,419", + "created": 1610361456.4197688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133303,15 +133366,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 884.3281269073486, + "msecs": 419.7688102722168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6969.353437423706, + "relativeCreated": 6983.496189117432, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133320,8 +133383,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,884", - "created": 1610360731.88446, + "asctime": "2021-01-11 11:37:36,419", + "created": 1610361456.4198992, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133331,15 +133394,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 884.4599723815918, + "msecs": 419.89922523498535, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6969.485282897949, + "relativeCreated": 6983.6266040802, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133347,8 +133410,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,884", - "created": 1610360731.8846443, + "asctime": "2021-01-11 11:37:36,420", + "created": 1610361456.4200854, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133358,15 +133421,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 884.6442699432373, + "msecs": 420.0854301452637, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6969.669580459595, + "relativeCreated": 6983.8128089904785, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133375,8 +133438,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,884", - "created": 1610360731.8848102, + "asctime": "2021-01-11 11:37:36,420", + "created": 1610361456.4202194, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133386,15 +133449,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 884.810209274292, + "msecs": 420.21942138671875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6969.835519790649, + "relativeCreated": 6983.946800231934, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133402,8 +133465,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:31,885", - "created": 1610360731.8850584, + "asctime": "2021-01-11 11:37:36,420", + "created": 1610361456.420464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133413,15 +133476,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 885.0584030151367, + "msecs": 420.46403884887695, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6970.083713531494, + "relativeCreated": 6984.191417694092, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133429,8 +133492,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:31,886", - "created": 1610360731.88621, + "asctime": "2021-01-11 11:37:36,421", + "created": 1610361456.4215465, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133440,15 +133503,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 886.2099647521973, + "msecs": 421.54645919799805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6971.235275268555, + "relativeCreated": 6985.273838043213, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133456,8 +133519,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,886", - "created": 1610360731.8865204, + "asctime": "2021-01-11 11:37:36,421", + "created": 1610361456.4217653, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133467,15 +133530,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 886.5203857421875, + "msecs": 421.7653274536133, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6971.545696258545, + "relativeCreated": 6985.492706298828, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133484,8 +133547,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:31,886", - "created": 1610360731.8866866, + "asctime": "2021-01-11 11:37:36,421", + "created": 1610361456.4219093, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133495,15 +133558,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": 886.6865634918213, + "msecs": 421.9093322753906, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6971.711874008179, + "relativeCreated": 6985.6367111206055, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133511,8 +133574,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 11:25:31,886", - "created": 1610360731.8869324, + "asctime": "2021-01-11 11:37:36,422", + "created": 1610361456.4221263, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133522,15 +133585,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": 886.932373046875, + "msecs": 422.12629318237305, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6971.957683563232, + "relativeCreated": 6985.853672027588, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133541,8 +133604,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:31,887", - "created": 1610360731.8873348, + "asctime": "2021-01-11 11:37:36,422", + "created": 1610361456.4224653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133552,15 +133615,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 887.3348236083984, + "msecs": 422.46532440185547, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6972.360134124756, + "relativeCreated": 6986.19270324707, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133568,26 +133631,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:31,887", - "created": 1610360731.8875182, + "asctime": "2021-01-11 11:37:36,422", + "created": 1610361456.4226253, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 887.5181674957275, + "msecs": 422.6253032684326, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6972.543478012085, + "relativeCreated": 6986.3526821136475, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -133596,10 +133659,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'" + "'ab2545298eeef3183baf42611c8b3ee3ebad2ab2b7cb0d0190e5abdeea641f86'" ], - "asctime": "2021-01-11 11:25:31,887", - "created": 1610360731.8877873, + "asctime": "2021-01-11 11:37:36,422", + "created": 1610361456.422873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133607,26 +133670,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'ab2545298eeef3183baf42611c8b3ee3ebad2ab2b7cb0d0190e5abdeea641f86'\"", "module": "__init__", - "msecs": 887.7873420715332, + "msecs": 422.87302017211914, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6972.812652587891, + "relativeCreated": 6986.600399017334, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "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 34 35 31 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 61 62 32 35" ], - "asctime": "2021-01-11 11:25:31,888", - "created": 1610360731.8887315, + "asctime": "2021-01-11 11:37:36,423", + "created": 1610361456.4237103, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133634,26 +133697,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 35 31 66", + "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 61 62 32 35", "module": "__init__", - "msecs": 888.7314796447754, + "msecs": 423.7103462219238, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6973.756790161133, + "relativeCreated": 6987.437725067139, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "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 34 35 31 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 61 62 32 35" ], - "asctime": "2021-01-11 11:25:31,897", - "created": 1610360731.8971481, + "asctime": "2021-01-11 11:37:36,432", + "created": 1610361456.4321542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133661,17 +133724,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 35 31 66", + "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 61 62 32 35", "module": "__init__", - "msecs": 897.1481323242188, + "msecs": 432.15417861938477, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6982.173442840576, + "relativeCreated": 6995.8815574646, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133679,8 +133742,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,897", - "created": 1610360731.8974543, + "asctime": "2021-01-11 11:37:36,432", + "created": 1610361456.4324145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133690,15 +133753,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 897.4542617797852, + "msecs": 432.4145317077637, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6982.479572296143, + "relativeCreated": 6996.1419105529785, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133707,8 +133770,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:31,897", - "created": 1610360731.897678, + "asctime": "2021-01-11 11:37:36,432", + "created": 1610361456.4325607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133718,15 +133781,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 897.6778984069824, + "msecs": 432.56068229675293, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6982.70320892334, + "relativeCreated": 6996.288061141968, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133734,8 +133797,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,897", - "created": 1610360731.89788, + "asctime": "2021-01-11 11:37:36,432", + "created": 1610361456.4327345, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133745,15 +133808,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 897.8800773620605, + "msecs": 432.73448944091797, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6982.905387878418, + "relativeCreated": 6996.461868286133, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133762,8 +133825,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,898", - "created": 1610360731.898024, + "asctime": "2021-01-11 11:37:36,432", + "created": 1610361456.432896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133773,15 +133836,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 898.0240821838379, + "msecs": 432.8958988189697, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6983.049392700195, + "relativeCreated": 6996.623277664185, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133789,8 +133852,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,898", - "created": 1610360731.8982277, + "asctime": "2021-01-11 11:37:36,433", + "created": 1610361456.4330778, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133800,15 +133863,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 898.2276916503906, + "msecs": 433.0778121948242, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6983.253002166748, + "relativeCreated": 6996.805191040039, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133817,8 +133880,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,898", - "created": 1610360731.8983617, + "asctime": "2021-01-11 11:37:36,433", + "created": 1610361456.4332235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133828,15 +133891,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 898.3616828918457, + "msecs": 433.2234859466553, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6983.386993408203, + "relativeCreated": 6996.95086479187, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133844,8 +133907,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,898", - "created": 1610360731.8985424, + "asctime": "2021-01-11 11:37:36,433", + "created": 1610361456.4334002, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133855,15 +133918,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 898.5424041748047, + "msecs": 433.40015411376953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6983.567714691162, + "relativeCreated": 6997.127532958984, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133872,8 +133935,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,898", - "created": 1610360731.8986733, + "asctime": "2021-01-11 11:37:36,433", + "created": 1610361456.4335203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133883,15 +133946,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 898.6732959747314, + "msecs": 433.5203170776367, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6983.698606491089, + "relativeCreated": 6997.247695922852, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133899,8 +133962,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,898", - "created": 1610360731.8988461, + "asctime": "2021-01-11 11:37:36,433", + "created": 1610361456.4336734, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133910,15 +133973,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 898.8461494445801, + "msecs": 433.6733818054199, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6983.8714599609375, + "relativeCreated": 6997.400760650635, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -133927,8 +133990,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,899", - "created": 1610360731.8990035, + "asctime": "2021-01-11 11:37:36,433", + "created": 1610361456.4337883, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133938,24 +134001,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 899.0035057067871, + "msecs": 433.7882995605469, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6984.0288162231445, + "relativeCreated": 6997.515678405762, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(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" + "(64): 34 35 32 39 38 65 65 65 66 33 31 38 33 62 61 66 34 32 36 31 31 63 38 62 33 65 65 33 65 62 61 64 32 61 62 32 62 37 63 62 30 64 30 31 39 30 65 35 61 62 64 65 65 61 36 34 31 66 38 36 22 7d 81 14" ], - "asctime": "2021-01-11 11:25:31,899", - "created": 1610360731.8993561, + "asctime": "2021-01-11 11:37:36,434", + "created": 1610361456.4340844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133963,26 +134026,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 34 35 32 39 38 65 65 65 66 33 31 38 33 62 61 66 34 32 36 31 31 63 38 62 33 65 65 33 65 62 61 64 32 61 62 32 62 37 63 62 30 64 30 31 39 30 65 35 61 62 64 65 65 61 36 34 31 66 38 36 22 7d 81 14", "module": "__init__", - "msecs": 899.3561267852783, + "msecs": 434.084415435791, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6984.381437301636, + "relativeCreated": 6997.811794281006, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(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" + "(64): 34 35 32 39 38 65 65 65 66 33 31 38 33 62 61 66 34 32 36 31 31 63 38 62 33 65 65 33 65 62 61 64 32 61 62 32 62 37 63 62 30 64 30 31 39 30 65 35 61 62 64 65 65 61 36 34 31 66 38 36 22 7d 81 14" ], - "asctime": "2021-01-11 11:25:31,907", - "created": 1610360731.9077451, + "asctime": "2021-01-11 11:37:36,442", + "created": 1610361456.4424677, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133990,26 +134053,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 34 35 32 39 38 65 65 65 66 33 31 38 33 62 61 66 34 32 36 31 31 63 38 62 33 65 65 33 65 62 61 64 32 61 62 32 62 37 63 62 30 64 30 31 39 30 65 35 61 62 64 65 65 61 36 34 31 66 38 36 22 7d 81 14", "module": "__init__", - "msecs": 907.7451229095459, + "msecs": 442.46768951416016, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6992.770433425903, + "relativeCreated": 7006.195068359375, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(4): ab ff 3a 3e" + "(4): 65 3c 3a 3e" ], - "asctime": "2021-01-11 11:25:31,908", - "created": 1610360731.908285, + "asctime": "2021-01-11 11:37:36,443", + "created": 1610361456.4431353, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134017,26 +134080,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): ab ff 3a 3e", + "message": "comm-server: TX -> (4): 65 3c 3a 3e", "module": "__init__", - "msecs": 908.2849025726318, + "msecs": 443.13526153564453, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6993.310213088989, + "relativeCreated": 7006.862640380859, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(4): ab ff 3a 3e" + "(4): 65 3c 3a 3e" ], - "asctime": "2021-01-11 11:25:31,909", - "created": 1610360731.909009, + "asctime": "2021-01-11 11:37:36,444", + "created": 1610361456.444001, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134044,17 +134107,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): ab ff 3a 3e", + "message": "comm-client: RX <- (4): 65 3c 3a 3e", "module": "__init__", - "msecs": 909.0089797973633, + "msecs": 444.0009593963623, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6994.034290313721, + "relativeCreated": 7007.728338241577, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134062,8 +134125,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,909", - "created": 1610360731.9091556, + "asctime": "2021-01-11 11:37:36,444", + "created": 1610361456.4442134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134073,15 +134136,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 909.1556072235107, + "msecs": 444.2133903503418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6994.180917739868, + "relativeCreated": 7007.940769195557, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134090,8 +134153,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:31,909", - "created": 1610360731.9092724, + "asctime": "2021-01-11 11:37:36,444", + "created": 1610361456.4443603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134101,24 +134164,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": 909.2724323272705, + "msecs": 444.36025619506836, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6994.297742843628, + "relativeCreated": 7008.087635040283, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "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 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" + "(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 61 62 32 35 34 35 32 39 38 65 65 65 66 33 31 38 33 62 61 66 34 32 36 31 31 63 38 62 33 65 65 33 65 62 61 64 32 61 62 32 62 37 63 62 30 64 30 31 39 30 65 35 61 62 64 65 65 61 36 34 31 66 38 36 22 7d 81 14 65 3c" ], - "asctime": "2021-01-11 11:25:31,909", - "created": 1610360731.9095473, + "asctime": "2021-01-11 11:37:36,444", + "created": 1610361456.444673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134126,17 +134189,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 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", + "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 61 62 32 35 34 35 32 39 38 65 65 65 66 33 31 38 33 62 61 66 34 32 36 31 31 63 38 62 33 65 65 33 65 62 61 64 32 61 62 32 62 37 63 62 30 64 30 31 39 30 65 35 61 62 64 65 65 61 36 34 31 66 38 36 22 7d 81 14 65 3c", "module": "stp", - "msecs": 909.5473289489746, + "msecs": 444.6730613708496, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6994.572639465332, + "relativeCreated": 7008.400440216064, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134145,10 +134208,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'" + "'ab2545298eeef3183baf42611c8b3ee3ebad2ab2b7cb0d0190e5abdeea641f86'" ], - "asctime": "2021-01-11 11:25:31,909", - "created": 1610360731.909853, + "asctime": "2021-01-11 11:37:36,445", + "created": 1610361456.445046, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134156,17 +134219,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'ab2545298eeef3183baf42611c8b3ee3ebad2ab2b7cb0d0190e5abdeea641f86'\"", "module": "__init__", - "msecs": 909.8529815673828, + "msecs": 445.04594802856445, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6994.87829208374, + "relativeCreated": 7008.773326873779, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134174,8 +134237,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:31,910", - "created": 1610360731.9100003, + "asctime": "2021-01-11 11:37:36,445", + "created": 1610361456.445215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134185,15 +134248,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 910.0003242492676, + "msecs": 445.21498680114746, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6995.025634765625, + "relativeCreated": 7008.942365646362, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134202,10 +134265,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'" + "'527e1784aa2f70426452454803aef468e8d67e173152c5750c37ba37c1fdbc4204d01412a10daa5d20678ceed22cf3d47d6d59440758628e52ef238423f2dfaa'" ], - "asctime": "2021-01-11 11:25:31,910", - "created": 1610360731.9102297, + "asctime": "2021-01-11 11:37:36,445", + "created": 1610361456.445458, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134213,26 +134276,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'527e1784aa2f70426452454803aef468e8d67e173152c5750c37ba37c1fdbc4204d01412a10daa5d20678ceed22cf3d47d6d59440758628e52ef238423f2dfaa'\"", "module": "__init__", - "msecs": 910.2296829223633, + "msecs": 445.45793533325195, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6995.254993438721, + "relativeCreated": 7009.185314178467, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "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 30 66 31 31" + "(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 35 32 37 65" ], - "asctime": "2021-01-11 11:25:31,911", - "created": 1610360731.9111137, + "asctime": "2021-01-11 11:37:36,446", + "created": 1610361456.4464633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134240,26 +134303,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 30 66 31 31", + "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 35 32 37 65", "module": "__init__", - "msecs": 911.1137390136719, + "msecs": 446.46334648132324, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 6996.139049530029, + "relativeCreated": 7010.190725326538, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "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 30 66 31 31" + "(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 35 32 37 65" ], - "asctime": "2021-01-11 11:25:31,919", - "created": 1610360731.9195163, + "asctime": "2021-01-11 11:37:36,454", + "created": 1610361456.4548295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134267,17 +134330,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 30 66 31 31", + "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 35 32 37 65", "module": "__init__", - "msecs": 919.5163249969482, + "msecs": 454.82945442199707, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7004.541635513306, + "relativeCreated": 7018.556833267212, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134285,8 +134348,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,919", - "created": 1610360731.9197543, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.455037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134296,15 +134359,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 919.7542667388916, + "msecs": 455.03711700439453, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7004.779577255249, + "relativeCreated": 7018.764495849609, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134313,8 +134376,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:31,919", - "created": 1610360731.9198875, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.4551578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134324,15 +134387,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 919.8875427246094, + "msecs": 455.1577568054199, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7004.912853240967, + "relativeCreated": 7018.885135650635, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134340,8 +134403,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.9200492, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.4553056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134351,15 +134414,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 920.0491905212402, + "msecs": 455.3055763244629, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7005.074501037598, + "relativeCreated": 7019.032955169678, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134368,8 +134431,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.920187, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.4554088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134379,15 +134442,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 920.1869964599609, + "msecs": 455.40881156921387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7005.212306976318, + "relativeCreated": 7019.136190414429, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134395,8 +134458,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.920351, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.4555562, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134406,15 +134469,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 920.3510284423828, + "msecs": 455.55615425109863, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7005.37633895874, + "relativeCreated": 7019.2835330963135, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134423,8 +134486,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.920456, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.4556544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134434,15 +134497,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 920.4559326171875, + "msecs": 455.6543827056885, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7005.481243133545, + "relativeCreated": 7019.381761550903, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134450,8 +134513,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.9206002, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.4557889, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134461,15 +134524,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 920.600175857544, + "msecs": 455.78885078430176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7005.625486373901, + "relativeCreated": 7019.516229629517, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134478,8 +134541,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.9207032, + "asctime": "2021-01-11 11:37:36,455", + "created": 1610361456.455902, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134489,15 +134552,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 920.7031726837158, + "msecs": 455.902099609375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7005.728483200073, + "relativeCreated": 7019.62947845459, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134505,8 +134568,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.9208746, + "asctime": "2021-01-11 11:37:36,456", + "created": 1610361456.4561, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134516,15 +134579,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 920.8745956420898, + "msecs": 456.0999870300293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7005.899906158447, + "relativeCreated": 7019.827365875244, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134533,8 +134596,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,920", - "created": 1610360731.9209814, + "asctime": "2021-01-11 11:37:36,456", + "created": 1610361456.456204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134544,24 +134607,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 920.9814071655273, + "msecs": 456.2039375305176, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7006.006717681885, + "relativeCreated": 7019.931316375732, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(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" + "(64): 31 37 38 34 61 61 32 66 37 30 34 32 36 34 35 32 34 35 34 38 30 33 61 65 66 34 36 38 65 38 64 36 37 65 31 37 33 31 35 32 63 35 37 35 30 63 33 37 62 61 33 37 63 31 66 64 62 63 34 32 30 34 64 30" ], - "asctime": "2021-01-11 11:25:31,921", - "created": 1610360731.9212694, + "asctime": "2021-01-11 11:37:36,456", + "created": 1610361456.456452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134569,26 +134632,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 31 37 38 34 61 61 32 66 37 30 34 32 36 34 35 32 34 35 34 38 30 33 61 65 66 34 36 38 65 38 64 36 37 65 31 37 33 31 35 32 63 35 37 35 30 63 33 37 62 61 33 37 63 31 66 64 62 63 34 32 30 34 64 30", "module": "__init__", - "msecs": 921.269416809082, + "msecs": 456.4518928527832, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7006.294727325439, + "relativeCreated": 7020.179271697998, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(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" + "(64): 31 37 38 34 61 61 32 66 37 30 34 32 36 34 35 32 34 35 34 38 30 33 61 65 66 34 36 38 65 38 64 36 37 65 31 37 33 31 35 32 63 35 37 35 30 63 33 37 62 61 33 37 63 31 66 64 62 63 34 32 30 34 64 30" ], - "asctime": "2021-01-11 11:25:31,929", - "created": 1610360731.9296439, + "asctime": "2021-01-11 11:37:36,464", + "created": 1610361456.4648194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134596,26 +134659,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 31 37 38 34 61 61 32 66 37 30 34 32 36 34 35 32 34 35 34 38 30 33 61 65 66 34 36 38 65 38 64 36 37 65 31 37 33 31 35 32 63 35 37 35 30 63 33 37 62 61 33 37 63 31 66 64 62 63 34 32 30 34 64 30", "module": "__init__", - "msecs": 929.6438694000244, + "msecs": 464.81943130493164, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7014.669179916382, + "relativeCreated": 7028.5468101501465, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(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" + "(64): 31 34 31 32 61 31 30 64 61 61 35 64 32 30 36 37 38 63 65 65 64 32 32 63 66 33 64 34 37 64 36 64 35 39 34 34 30 37 35 38 36 32 38 65 35 32 65 66 32 33 38 34 32 33 66 32 64 66 61 61 22 7d 19 ae" ], - "asctime": "2021-01-11 11:25:31,930", - "created": 1610360731.930366, + "asctime": "2021-01-11 11:37:36,465", + "created": 1610361456.4653628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134623,26 +134686,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 31 34 31 32 61 31 30 64 61 61 35 64 32 30 36 37 38 63 65 65 64 32 32 63 66 33 64 34 37 64 36 64 35 39 34 34 30 37 35 38 36 32 38 65 35 32 65 66 32 33 38 34 32 33 66 32 64 66 61 61 22 7d 19 ae", "module": "__init__", - "msecs": 930.366039276123, + "msecs": 465.3627872467041, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7015.3913497924805, + "relativeCreated": 7029.090166091919, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(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" + "(64): 31 34 31 32 61 31 30 64 61 61 35 64 32 30 36 37 38 63 65 65 64 32 32 63 66 33 64 34 37 64 36 64 35 39 34 34 30 37 35 38 36 32 38 65 35 32 65 66 32 33 38 34 32 33 66 32 64 66 61 61 22 7d 19 ae" ], - "asctime": "2021-01-11 11:25:31,938", - "created": 1610360731.9388278, + "asctime": "2021-01-11 11:37:36,473", + "created": 1610361456.4736662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134650,26 +134713,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 31 34 31 32 61 31 30 64 61 61 35 64 32 30 36 37 38 63 65 65 64 32 32 63 66 33 64 34 37 64 36 64 35 39 34 34 30 37 35 38 36 32 38 65 35 32 65 66 32 33 38 34 32 33 66 32 64 66 61 61 22 7d 19 ae", "module": "__init__", - "msecs": 938.8277530670166, + "msecs": 473.6661911010742, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7023.853063583374, + "relativeCreated": 7037.393569946289, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(4): fe 39 3a 3e" + "(4): 02 1b 3a 3e" ], - "asctime": "2021-01-11 11:25:31,939", - "created": 1610360731.9394677, + "asctime": "2021-01-11 11:37:36,474", + "created": 1610361456.4741433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134677,26 +134740,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): fe 39 3a 3e", + "message": "comm-client: TX -> (4): 02 1b 3a 3e", "module": "__init__", - "msecs": 939.4676685333252, + "msecs": 474.14326667785645, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7024.492979049683, + "relativeCreated": 7037.870645523071, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(4): fe 39 3a 3e" + "(4): 02 1b 3a 3e" ], - "asctime": "2021-01-11 11:25:31,940", - "created": 1610360731.9403098, + "asctime": "2021-01-11 11:37:36,474", + "created": 1610361456.4748757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134704,17 +134767,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): fe 39 3a 3e", + "message": "comm-server: RX <- (4): 02 1b 3a 3e", "module": "__init__", - "msecs": 940.3097629547119, + "msecs": 474.87568855285645, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7025.335073471069, + "relativeCreated": 7038.603067398071, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134722,8 +134785,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,940", - "created": 1610360731.9405487, + "asctime": "2021-01-11 11:37:36,475", + "created": 1610361456.4750106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134733,15 +134796,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 940.5486583709717, + "msecs": 475.01063346862793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7025.573968887329, + "relativeCreated": 7038.738012313843, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134750,8 +134813,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:31,940", - "created": 1610360731.9407122, + "asctime": "2021-01-11 11:37:36,475", + "created": 1610361456.4751165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134761,24 +134824,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": 940.7122135162354, + "msecs": 475.116491317749, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7025.737524032593, + "relativeCreated": 7038.843870162964, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "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 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" + "(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 35 32 37 65 31 37 38 34 61 61 32 66 37 30 34 32 36 34 35 32 34 35 34 38 30 33 61 65 66 34 36 38 65 38 64 36 37 65 31 37 33 31 35 32 63 35 37 35 30 63 33 37 62 61 33 37 63 31 66 64 62 63 34 32 30 34 64 30 31 34 31 32 61 31 30 64 61 61 35 64 32 30 36 37 38 63 65 65 64 32 32 63 66 33 64 34 37 64 36 64 35 39 34 34 30 37 35 38 36 32 38 65 35 32 65 66 32 33 38 34 32 33 66 32 64 66 61 61 22 7d 19 ae 02 1b" ], - "asctime": "2021-01-11 11:25:31,941", - "created": 1610360731.9411907, + "asctime": "2021-01-11 11:37:36,475", + "created": 1610361456.4754436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134786,17 +134849,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 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", + "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 35 32 37 65 31 37 38 34 61 61 32 66 37 30 34 32 36 34 35 32 34 35 34 38 30 33 61 65 66 34 36 38 65 38 64 36 37 65 31 37 33 31 35 32 63 35 37 35 30 63 33 37 62 61 33 37 63 31 66 64 62 63 34 32 30 34 64 30 31 34 31 32 61 31 30 64 61 61 35 64 32 30 36 37 38 63 65 65 64 32 32 63 66 33 64 34 37 64 36 64 35 39 34 34 30 37 35 38 36 32 38 65 35 32 65 66 32 33 38 34 32 33 66 32 64 66 61 61 22 7d 19 ae 02 1b", "module": "stp", - "msecs": 941.1907196044922, + "msecs": 475.44360160827637, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7026.21603012085, + "relativeCreated": 7039.170980453491, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134805,10 +134868,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'" + "'527e1784aa2f70426452454803aef468e8d67e173152c5750c37ba37c1fdbc4204d01412a10daa5d20678ceed22cf3d47d6d59440758628e52ef238423f2dfaa'" ], - "asctime": "2021-01-11 11:25:31,941", - "created": 1610360731.9415834, + "asctime": "2021-01-11 11:37:36,475", + "created": 1610361456.4757335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134816,17 +134879,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'527e1784aa2f70426452454803aef468e8d67e173152c5750c37ba37c1fdbc4204d01412a10daa5d20678ceed22cf3d47d6d59440758628e52ef238423f2dfaa'\"", "module": "__init__", - "msecs": 941.5833950042725, + "msecs": 475.73351860046387, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7026.60870552063, + "relativeCreated": 7039.460897445679, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134834,26 +134897,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:31,941", - "created": 1610360731.941773, + "asctime": "2021-01-11 11:37:36,475", + "created": 1610361456.4758687, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 941.7729377746582, + "msecs": 475.86870193481445, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7026.798248291016, + "relativeCreated": 7039.596080780029, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134864,8 +134927,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:31,942", - "created": 1610360731.942052, + "asctime": "2021-01-11 11:37:36,476", + "created": 1610361456.4760737, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134875,15 +134938,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 942.051887512207, + "msecs": 476.0737419128418, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7027.077198028564, + "relativeCreated": 7039.801120758057, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -134891,8 +134954,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 11:25:31,942", - "created": 1610360731.94287, + "asctime": "2021-01-11 11:37:36,476", + "created": 1610361456.4767966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134902,15 +134965,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": 942.8699016571045, + "msecs": 476.79662704467773, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7027.895212173462, + "relativeCreated": 7040.524005889893, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134918,8 +134981,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 11:25:31,951", - "created": 1610360731.9513745, + "asctime": "2021-01-11 11:37:36,485", + "created": 1610361456.4851587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134929,15 +134992,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": 951.3745307922363, + "msecs": 485.15868186950684, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7036.399841308594, + "relativeCreated": 7048.886060714722, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134945,8 +135008,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,951", - "created": 1610360731.9516625, + "asctime": "2021-01-11 11:37:36,485", + "created": 1610361456.4853973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134956,15 +135019,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 951.662540435791, + "msecs": 485.3973388671875, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7036.687850952148, + "relativeCreated": 7049.124717712402, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -134973,8 +135036,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:31,951", - "created": 1610360731.9518259, + "asctime": "2021-01-11 11:37:36,485", + "created": 1610361456.4855494, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134984,15 +135047,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 951.8258571624756, + "msecs": 485.5494499206543, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7036.851167678833, + "relativeCreated": 7049.276828765869, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135000,8 +135063,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,952", - "created": 1610360731.9520242, + "asctime": "2021-01-11 11:37:36,485", + "created": 1610361456.485709, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135011,15 +135074,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 952.0242214202881, + "msecs": 485.70895195007324, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7037.0495319366455, + "relativeCreated": 7049.436330795288, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135028,8 +135091,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,952", - "created": 1610360731.9521616, + "asctime": "2021-01-11 11:37:36,485", + "created": 1610361456.4858212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135039,15 +135102,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.1615505218506, + "msecs": 485.8212471008301, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7037.186861038208, + "relativeCreated": 7049.548625946045, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135055,8 +135118,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,952", - "created": 1610360731.952363, + "asctime": "2021-01-11 11:37:36,485", + "created": 1610361456.4859827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135066,15 +135129,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 952.3630142211914, + "msecs": 485.98265647888184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7037.388324737549, + "relativeCreated": 7049.710035324097, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135083,8 +135146,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,952", - "created": 1610360731.9525218, + "asctime": "2021-01-11 11:37:36,486", + "created": 1610361456.48609, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135094,15 +135157,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.521800994873, + "msecs": 486.08994483947754, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7037.5471115112305, + "relativeCreated": 7049.817323684692, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135110,8 +135173,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,952", - "created": 1610360731.9527063, + "asctime": "2021-01-11 11:37:36,486", + "created": 1610361456.4862347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135121,15 +135184,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 952.7063369750977, + "msecs": 486.2346649169922, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7037.731647491455, + "relativeCreated": 7049.962043762207, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135138,8 +135201,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,952", - "created": 1610360731.9529033, + "asctime": "2021-01-11 11:37:36,486", + "created": 1610361456.4863586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135149,15 +135212,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.9032707214355, + "msecs": 486.358642578125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7037.928581237793, + "relativeCreated": 7050.08602142334, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135165,8 +135228,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,953", - "created": 1610360731.953082, + "asctime": "2021-01-11 11:37:36,486", + "created": 1610361456.4864995, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135176,15 +135239,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 953.0820846557617, + "msecs": 486.499547958374, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7038.107395172119, + "relativeCreated": 7050.226926803589, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135193,8 +135256,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,953", - "created": 1610360731.953214, + "asctime": "2021-01-11 11:37:36,486", + "created": 1610361456.4866037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135204,15 +135267,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 953.2139301300049, + "msecs": 486.6037368774414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7038.239240646362, + "relativeCreated": 7050.331115722656, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135220,8 +135283,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:31,953", - "created": 1610360731.9534657, + "asctime": "2021-01-11 11:37:36,486", + "created": 1610361456.4868002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135231,15 +135294,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 953.4657001495361, + "msecs": 486.8001937866211, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7038.491010665894, + "relativeCreated": 7050.527572631836, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135247,8 +135310,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:31,954", - "created": 1610360731.9545908, + "asctime": "2021-01-11 11:37:36,487", + "created": 1610361456.4878788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135258,15 +135321,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 954.5907974243164, + "msecs": 487.87879943847656, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7039.616107940674, + "relativeCreated": 7051.606178283691, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135274,8 +135337,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,954", - "created": 1610360731.954929, + "asctime": "2021-01-11 11:37:36,488", + "created": 1610361456.4881551, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135285,15 +135348,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 954.9291133880615, + "msecs": 488.1551265716553, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7039.954423904419, + "relativeCreated": 7051.88250541687, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135302,8 +135365,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:31,955", - "created": 1610360731.9550977, + "asctime": "2021-01-11 11:37:36,488", + "created": 1610361456.4882882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135313,15 +135376,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": 955.0976753234863, + "msecs": 488.28816413879395, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7040.122985839844, + "relativeCreated": 7052.015542984009, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135329,8 +135392,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 11:25:31,955", - "created": 1610360731.9553416, + "asctime": "2021-01-11 11:37:36,488", + "created": 1610361456.4884822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135340,15 +135403,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": 955.3415775299072, + "msecs": 488.4822368621826, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7040.366888046265, + "relativeCreated": 7052.2096157073975, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135359,8 +135422,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:31,955", - "created": 1610360731.9557126, + "asctime": "2021-01-11 11:37:36,488", + "created": 1610361456.4888215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135370,15 +135433,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 955.7125568389893, + "msecs": 488.82150650024414, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7040.737867355347, + "relativeCreated": 7052.548885345459, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -135386,8 +135449,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:31,955", - "created": 1610360731.9559083, + "asctime": "2021-01-11 11:37:36,488", + "created": 1610361456.4889748, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135397,23 +135460,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 955.9082984924316, + "msecs": 488.97480964660645, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7040.933609008789, + "relativeCreated": 7052.702188491821, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:31,956", - "created": 1610360731.9560578, + "asctime": "2021-01-11 11:37:36,489", + "created": 1610361456.489097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135423,34 +135486,34 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 956.0577869415283, + "msecs": 489.09711837768555, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7041.083097457886, + "relativeCreated": 7052.8244972229, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" } ], - "msecs": 974.5779037475586, + "msecs": 509.97066497802734, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7059.603214263916, + "relativeCreated": 7073.698043823242, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.018520116806030273 + "time_consumption": 0.020873546600341797 }, { "args": [], - "asctime": "2021-01-11 11:25:32,176", - "created": 1610360732.1760128, + "asctime": "2021-01-11 11:37:36,711", + "created": 1610361456.7115235, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -135469,8 +135532,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:31,974", - "created": 1610360731.9749942, + "asctime": "2021-01-11 11:37:36,510", + "created": 1610361456.5105338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135480,15 +135543,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 974.9941825866699, + "msecs": 510.53380966186523, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7060.019493103027, + "relativeCreated": 7074.26118850708, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -135496,8 +135559,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 11:25:31,975", - "created": 1610360731.9755087, + "asctime": "2021-01-11 11:37:36,511", + "created": 1610361456.5112753, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135507,15 +135570,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": 975.5086898803711, + "msecs": 511.2752914428711, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7060.5340003967285, + "relativeCreated": 7075.002670288086, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135523,8 +135586,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 11:25:31,983", - "created": 1610360731.9837956, + "asctime": "2021-01-11 11:37:36,519", + "created": 1610361456.519728, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135534,15 +135597,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": 983.7956428527832, + "msecs": 519.7279453277588, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7068.820953369141, + "relativeCreated": 7083.455324172974, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135550,8 +135613,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,983", - "created": 1610360731.9839685, + "asctime": "2021-01-11 11:37:36,520", + "created": 1610361456.5200145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135561,15 +135624,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 983.9684963226318, + "msecs": 520.0145244598389, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7068.993806838989, + "relativeCreated": 7083.741903305054, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135578,8 +135641,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.9840558, + "asctime": "2021-01-11 11:37:36,520", + "created": 1610361456.5201757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135589,15 +135652,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.055757522583, + "msecs": 520.1756954193115, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.08106803894, + "relativeCreated": 7083.903074264526, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135605,8 +135668,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.984162, + "asctime": "2021-01-11 11:37:36,520", + "created": 1610361456.5204012, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135616,15 +135679,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.1620922088623, + "msecs": 520.4012393951416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.18740272522, + "relativeCreated": 7084.128618240356, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135633,8 +135696,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.9842346, + "asctime": "2021-01-11 11:37:36,520", + "created": 1610361456.5205424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135644,15 +135707,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.2345714569092, + "msecs": 520.5423831939697, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.259881973267, + "relativeCreated": 7084.269762039185, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135660,8 +135723,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.984344, + "asctime": "2021-01-11 11:37:36,520", + "created": 1610361456.5207915, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135671,15 +135734,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.3440055847168, + "msecs": 520.7915306091309, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.369316101074, + "relativeCreated": 7084.518909454346, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135688,8 +135751,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.9844131, + "asctime": "2021-01-11 11:37:36,520", + "created": 1610361456.5209827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135699,15 +135762,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.4131469726562, + "msecs": 520.9827423095703, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.438457489014, + "relativeCreated": 7084.710121154785, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135715,8 +135778,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.9845295, + "asctime": "2021-01-11 11:37:36,521", + "created": 1610361456.5211813, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135726,15 +135789,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.5294952392578, + "msecs": 521.1813449859619, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.554805755615, + "relativeCreated": 7084.908723831177, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135743,8 +135806,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.9845996, + "asctime": "2021-01-11 11:37:36,521", + "created": 1610361456.5213168, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135754,15 +135817,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.5995903015137, + "msecs": 521.3167667388916, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.624900817871, + "relativeCreated": 7085.044145584106, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135770,8 +135833,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.9846907, + "asctime": "2021-01-11 11:37:36,521", + "created": 1610361456.521515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135781,15 +135844,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.6906661987305, + "msecs": 521.514892578125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.715976715088, + "relativeCreated": 7085.24227142334, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135798,8 +135861,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:31,984", - "created": 1610360731.9847815, + "asctime": "2021-01-11 11:37:36,521", + "created": 1610361456.5216513, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135809,15 +135872,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.7815036773682, + "msecs": 521.6512680053711, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.806814193726, + "relativeCreated": 7085.378646850586, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135825,8 +135888,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 11:25:31,984", - "created": 1610360731.984933, + "asctime": "2021-01-11 11:37:36,521", + "created": 1610361456.5219188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135836,15 +135899,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": 984.9328994750977, + "msecs": 521.918773651123, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7069.958209991455, + "relativeCreated": 7085.646152496338, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135852,8 +135915,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 11:25:31,989", - "created": 1610360731.9892292, + "asctime": "2021-01-11 11:37:36,526", + "created": 1610361456.5262876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135863,15 +135926,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": 989.2292022705078, + "msecs": 526.2875556945801, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7074.254512786865, + "relativeCreated": 7090.014934539795, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135879,8 +135942,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:31,989", - "created": 1610360731.989604, + "asctime": "2021-01-11 11:37:36,526", + "created": 1610361456.5266626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135890,15 +135953,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 989.6039962768555, + "msecs": 526.6625881195068, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7074.629306793213, + "relativeCreated": 7090.389966964722, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135907,8 +135970,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:31,989", - "created": 1610360731.9897542, + "asctime": "2021-01-11 11:37:36,526", + "created": 1610361456.5268126, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135918,15 +135981,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.7541999816895, + "msecs": 526.8125534057617, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7074.779510498047, + "relativeCreated": 7090.539932250977, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135934,8 +135997,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 11:25:31,990", - "created": 1610360731.9900365, + "asctime": "2021-01-11 11:37:36,527", + "created": 1610361456.5270922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135945,15 +136008,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": 990.0364875793457, + "msecs": 527.0922183990479, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7075.061798095703, + "relativeCreated": 7090.819597244263, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { @@ -135964,8 +136027,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:31,990", - "created": 1610360731.9903672, + "asctime": "2021-01-11 11:37:36,527", + "created": 1610361456.527426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135975,23 +136038,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 990.3671741485596, + "msecs": 527.42600440979, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7075.392484664917, + "relativeCreated": 7091.153383255005, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:31,990", - "created": 1610360731.9905615, + "asctime": "2021-01-11 11:37:36,527", + "created": 1610361456.5276232, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136001,37 +136064,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": 990.5614852905273, + "msecs": 527.623176574707, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7075.586795806885, + "relativeCreated": 7091.350555419922, "stack_info": null, - "thread": 140654155896576, + "thread": 139976985528064, "threadName": "Thread-9" } ], - "msecs": 176.01275444030762, + "msecs": 711.5235328674316, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7261.038064956665, + "relativeCreated": 7275.2509117126465, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.18545126914978027 + "time_consumption": 0.1839003562927246 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:32,176", - "created": 1610360732.176815, + "asctime": "2021-01-11 11:37:36,711", + "created": 1610361456.7119796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136048,8 +136111,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:32,176", - "created": 1610360732.176459, + "asctime": "2021-01-11 11:37:36,711", + "created": 1610361456.7118013, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136059,15 +136122,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 176.45907402038574, + "msecs": 711.801290512085, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7261.484384536743, + "relativeCreated": 7275.5286693573, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -136076,8 +136139,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:32,176", - "created": 1610360732.1766315, + "asctime": "2021-01-11 11:37:36,711", + "created": 1610361456.7118962, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136087,37 +136150,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 176.63145065307617, + "msecs": 711.8961811065674, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7261.656761169434, + "relativeCreated": 7275.623559951782, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 176.81503295898438, + "msecs": 711.9796276092529, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7261.840343475342, + "relativeCreated": 7275.707006454468, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00018358230590820312 + "time_consumption": 8.344650268554688e-05 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:32,177", - "created": 1610360732.1773953, + "asctime": "2021-01-11 11:37:36,712", + "created": 1610361456.7122838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136134,8 +136197,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:32,177", - "created": 1610360732.1770954, + "asctime": "2021-01-11 11:37:36,712", + "created": 1610361456.7121098, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136145,15 +136208,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": 177.0954132080078, + "msecs": 712.1098041534424, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7262.120723724365, + "relativeCreated": 7275.837182998657, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -136162,8 +136225,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:32,177", - "created": 1610360732.1772506, + "asctime": "2021-01-11 11:37:36,712", + "created": 1610361456.7121909, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136173,34 +136236,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": 177.25062370300293, + "msecs": 712.1908664703369, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7262.27593421936, + "relativeCreated": 7275.918245315552, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 177.39534378051758, + "msecs": 712.2838497161865, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7262.420654296875, + "relativeCreated": 7276.011228561401, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014472007751464844 + "time_consumption": 9.298324584960938e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:32,378", - "created": 1610360732.378949, + "asctime": "2021-01-11 11:37:36,913", + "created": 1610361456.9134457, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -136219,8 +136282,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:32,177", - "created": 1610360732.1777341, + "asctime": "2021-01-11 11:37:36,712", + "created": 1610361456.7124732, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136230,15 +136293,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": 177.7341365814209, + "msecs": 712.4731540679932, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7262.759447097778, + "relativeCreated": 7276.200532913208, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -136246,8 +136309,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 11:25:32,178", - "created": 1610360732.1786277, + "asctime": "2021-01-11 11:37:36,712", + "created": 1610361456.712976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136257,15 +136320,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": 178.62772941589355, + "msecs": 712.9759788513184, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7263.653039932251, + "relativeCreated": 7276.703357696533, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136273,8 +136336,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 11:25:32,187", - "created": 1610360732.1870542, + "asctime": "2021-01-11 11:37:36,721", + "created": 1610361456.7212875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136284,15 +136347,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": 187.05415725708008, + "msecs": 721.2874889373779, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7272.0794677734375, + "relativeCreated": 7285.014867782593, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136300,8 +136363,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,187", - "created": 1610360732.1873543, + "asctime": "2021-01-11 11:37:36,721", + "created": 1610361456.7215483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136311,15 +136374,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 187.35432624816895, + "msecs": 721.548318862915, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7272.379636764526, + "relativeCreated": 7285.27569770813, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136328,8 +136391,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:32,187", - "created": 1610360732.187604, + "asctime": "2021-01-11 11:37:36,721", + "created": 1610361456.7216916, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136339,15 +136402,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 187.60395050048828, + "msecs": 721.6916084289551, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7272.629261016846, + "relativeCreated": 7285.41898727417, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136355,8 +136418,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,187", - "created": 1610360732.187809, + "asctime": "2021-01-11 11:37:36,721", + "created": 1610361456.721902, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136366,15 +136429,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 187.80899047851562, + "msecs": 721.9018936157227, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7272.834300994873, + "relativeCreated": 7285.6292724609375, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136383,8 +136446,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,187", - "created": 1610360732.1879494, + "asctime": "2021-01-11 11:37:36,722", + "created": 1610361456.7220285, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136394,15 +136457,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 187.94941902160645, + "msecs": 722.0284938812256, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7272.974729537964, + "relativeCreated": 7285.75587272644, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136410,8 +136473,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,188", - "created": 1610360732.1881683, + "asctime": "2021-01-11 11:37:36,722", + "created": 1610361456.7222118, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136421,15 +136484,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 188.16828727722168, + "msecs": 722.2118377685547, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7273.193597793579, + "relativeCreated": 7285.9392166137695, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136438,8 +136501,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,188", - "created": 1610360732.1883008, + "asctime": "2021-01-11 11:37:36,722", + "created": 1610361456.7223423, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136449,15 +136512,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 188.30084800720215, + "msecs": 722.3422527313232, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7273.32615852356, + "relativeCreated": 7286.069631576538, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136465,8 +136528,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,188", - "created": 1610360732.1884909, + "asctime": "2021-01-11 11:37:36,722", + "created": 1610361456.7225232, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136476,15 +136539,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 188.4908676147461, + "msecs": 722.5232124328613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7273.5161781311035, + "relativeCreated": 7286.250591278076, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136493,8 +136556,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,188", - "created": 1610360732.1886208, + "asctime": "2021-01-11 11:37:36,722", + "created": 1610361456.7226722, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136504,15 +136567,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 188.62080574035645, + "msecs": 722.6722240447998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7273.646116256714, + "relativeCreated": 7286.399602890015, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136520,8 +136583,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,188", - "created": 1610360732.188835, + "asctime": "2021-01-11 11:37:36,722", + "created": 1610361456.722826, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136531,15 +136594,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 188.83490562438965, + "msecs": 722.8260040283203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7273.860216140747, + "relativeCreated": 7286.553382873535, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136548,8 +136611,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:32,188", - "created": 1610360732.1889765, + "asctime": "2021-01-11 11:37:36,722", + "created": 1610361456.7229419, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136559,15 +136622,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 188.97652626037598, + "msecs": 722.9418754577637, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7274.001836776733, + "relativeCreated": 7286.6692543029785, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136575,8 +136638,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 11:25:32,189", - "created": 1610360732.1892538, + "asctime": "2021-01-11 11:37:36,723", + "created": 1610361456.7231815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136586,15 +136649,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": 189.2538070678711, + "msecs": 723.1814861297607, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7274.2791175842285, + "relativeCreated": 7286.908864974976, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136602,8 +136665,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 11:25:32,193", - "created": 1610360732.1935737, + "asctime": "2021-01-11 11:37:36,727", + "created": 1610361456.7275934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136613,15 +136676,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": 193.5737133026123, + "msecs": 727.5934219360352, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7278.59902381897, + "relativeCreated": 7291.32080078125, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136629,8 +136692,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:32,193", - "created": 1610360732.1939175, + "asctime": "2021-01-11 11:37:36,727", + "created": 1610361456.7279701, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136640,15 +136703,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.91751289367676, + "msecs": 727.9701232910156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7278.942823410034, + "relativeCreated": 7291.6975021362305, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136657,8 +136720,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:32,194", - "created": 1610360732.1940475, + "asctime": "2021-01-11 11:37:36,728", + "created": 1610361456.7281334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136668,15 +136731,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": 194.0474510192871, + "msecs": 728.1334400177002, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7279.0727615356445, + "relativeCreated": 7291.860818862915, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136684,8 +136747,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 11:25:32,194", - "created": 1610360732.1942973, + "asctime": "2021-01-11 11:37:36,728", + "created": 1610361456.7284021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136695,15 +136758,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": 194.29731369018555, + "msecs": 728.4021377563477, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7279.322624206543, + "relativeCreated": 7292.1295166015625, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { @@ -136714,8 +136777,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:32,194", - "created": 1610360732.1945984, + "asctime": "2021-01-11 11:37:36,728", + "created": 1610361456.7287362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136725,23 +136788,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": 194.59843635559082, + "msecs": 728.736162185669, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7279.623746871948, + "relativeCreated": 7292.463541030884, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:32,194", - "created": 1610360732.1947775, + "asctime": "2021-01-11 11:37:36,728", + "created": 1610361456.7289777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136751,37 +136814,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": 194.7774887084961, + "msecs": 728.9776802062988, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7279.8027992248535, + "relativeCreated": 7292.705059051514, "stack_info": null, - "thread": 140653602273024, + "thread": 139976977135360, "threadName": "Thread-10" } ], - "msecs": 378.9489269256592, + "msecs": 913.4457111358643, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7463.974237442017, + "relativeCreated": 7477.173089981079, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.18417143821716309 + "time_consumption": 0.18446803092956543 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:32,379", - "created": 1610360732.3797195, + "asctime": "2021-01-11 11:37:36,914", + "created": 1610361456.9142253, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136798,8 +136861,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:32,379", - "created": 1610360732.3793926, + "asctime": "2021-01-11 11:37:36,913", + "created": 1610361456.9138942, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136809,15 +136872,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 379.3926239013672, + "msecs": 913.8941764831543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7464.417934417725, + "relativeCreated": 7477.621555328369, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -136826,8 +136889,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:32,379", - "created": 1610360732.379567, + "asctime": "2021-01-11 11:37:36,914", + "created": 1610361456.9140718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136837,37 +136900,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 379.56690788269043, + "msecs": 914.071798324585, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7464.592218399048, + "relativeCreated": 7477.7991771698, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 379.71949577331543, + "msecs": 914.2253398895264, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7464.744806289673, + "relativeCreated": 7477.952718734741, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.000152587890625 + "time_consumption": 0.00015354156494140625 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:32,380", - "created": 1610360732.380299, + "asctime": "2021-01-11 11:37:36,914", + "created": 1610361456.914809, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136884,8 +136947,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:32,379", - "created": 1610360732.3799584, + "asctime": "2021-01-11 11:37:36,914", + "created": 1610361456.914491, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136895,15 +136958,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": 379.9583911895752, + "msecs": 914.4909381866455, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7464.983701705933, + "relativeCreated": 7478.21831703186, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -136912,8 +136975,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:32,380", - "created": 1610360732.3801413, + "asctime": "2021-01-11 11:37:36,914", + "created": 1610361456.9146523, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136923,41 +136986,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": 380.1412582397461, + "msecs": 914.6523475646973, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7465.1665687561035, + "relativeCreated": 7478.379726409912, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 380.2990913391113, + "msecs": 914.808988571167, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 7465.324401855469, + "relativeCreated": 7478.536367416382, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015783309936523438 + "time_consumption": 0.00015664100646972656 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 1.9731452465057373, - "time_finished": "2021-01-11 11:25:32,380", - "time_start": "2021-01-11 11:25:30,407" + "time_consumption": 1.9755775928497314, + "time_finished": "2021-01-11 11:37:36,914", + "time_start": "2021-01-11 11:37:34,939" }, "_Tb-78E4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:38,779", - "created": 1610360738.7792633, + "asctime": "2021-01-11 11:37:43,315", + "created": 1610361463.315275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136968,19 +137031,19 @@ "message": "_Tb-78E4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 779.2632579803467, + "msecs": 315.2749538421631, "msg": "_Tb-78E4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13864.288568496704, + "relativeCreated": 13879.002332687378, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:38,788", - "created": 1610360738.7889729, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.322334, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -136995,8 +137058,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:38,780", - "created": 1610360738.7802935, + "asctime": "2021-01-11 11:37:43,316", + "created": 1610361463.3162572, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137006,23 +137069,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 780.2934646606445, + "msecs": 316.2572383880615, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13865.318775177002, + "relativeCreated": 13879.984617233276, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:38,781", - "created": 1610360738.7814782, + "asctime": "2021-01-11 11:37:43,316", + "created": 1610361463.3169086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137032,23 +137095,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 781.4781665802002, + "msecs": 316.908597946167, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13866.503477096558, + "relativeCreated": 13880.635976791382, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:38,781", - "created": 1610360738.7817116, + "asctime": "2021-01-11 11:37:43,317", + "created": 1610361463.3170612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137058,23 +137121,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 781.7115783691406, + "msecs": 317.061185836792, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13866.736888885498, + "relativeCreated": 13880.788564682007, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:38,782", - "created": 1610360738.7820475, + "asctime": "2021-01-11 11:37:43,317", + "created": 1610361463.3172977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137084,15 +137147,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 782.0475101470947, + "msecs": 317.29769706726074, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13867.072820663452, + "relativeCreated": 13881.025075912476, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137101,26 +137164,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:38,782", - "created": 1610360738.7822318, + "asctime": "2021-01-11 11:37:43,317", + "created": 1610361463.317428, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 782.2318077087402, + "msecs": 317.4281120300293, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13867.257118225098, + "relativeCreated": 13881.155490875244, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137128,26 +137191,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:38,782", - "created": 1610360738.7824533, + "asctime": "2021-01-11 11:37:43,317", + "created": 1610361463.3175862, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 782.4532985687256, + "msecs": 317.58618354797363, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13867.478609085083, + "relativeCreated": 13881.313562393188, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137155,26 +137218,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:38,782", - "created": 1610360738.7826107, + "asctime": "2021-01-11 11:37:43,317", + "created": 1610361463.317699, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 782.6106548309326, + "msecs": 317.6989555358887, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13867.63596534729, + "relativeCreated": 13881.426334381104, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137182,26 +137245,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:38,782", - "created": 1610360738.7827563, + "asctime": "2021-01-11 11:37:43,317", + "created": 1610361463.317804, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 782.7563285827637, + "msecs": 317.80409812927246, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13867.781639099121, + "relativeCreated": 13881.531476974487, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137209,26 +137272,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:38,782", - "created": 1610360738.7829263, + "asctime": "2021-01-11 11:37:43,317", + "created": 1610361463.3179057, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 782.9263210296631, + "msecs": 317.9056644439697, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13867.95163154602, + "relativeCreated": 13881.633043289185, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137238,8 +137301,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:38,783", - "created": 1610360738.7831078, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.3180199, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137249,15 +137312,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 783.1077575683594, + "msecs": 318.0198669433594, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13868.133068084717, + "relativeCreated": 13881.747245788574, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137267,8 +137330,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:38,783", - "created": 1610360738.7832775, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.318145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137278,15 +137341,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 783.2775115966797, + "msecs": 318.1450366973877, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13868.302822113037, + "relativeCreated": 13881.872415542603, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137296,8 +137359,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:38,783", - "created": 1610360738.783434, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.318259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137307,15 +137370,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 783.4339141845703, + "msecs": 318.25900077819824, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13868.459224700928, + "relativeCreated": 13881.986379623413, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137325,8 +137388,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:38,783", - "created": 1610360738.783601, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.3183675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137336,23 +137399,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 783.6010456085205, + "msecs": 318.36748123168945, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13868.626356124878, + "relativeCreated": 13882.094860076904, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:38,783", - "created": 1610360738.7837398, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.3184655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137362,15 +137425,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 783.7398052215576, + "msecs": 318.4654712677002, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13868.765115737915, + "relativeCreated": 13882.192850112915, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137379,26 +137442,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:38,783", - "created": 1610360738.7838912, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.3185751, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 783.8912010192871, + "msecs": 318.5751438140869, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13868.916511535645, + "relativeCreated": 13882.302522659302, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137406,26 +137469,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:38,784", - "created": 1610360738.7840567, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.3187177, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 784.0566635131836, + "msecs": 318.71771812438965, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13869.081974029541, + "relativeCreated": 13882.445096969604, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137433,26 +137496,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:38,784", - "created": 1610360738.7841988, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.318848, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 784.1987609863281, + "msecs": 318.8478946685791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13869.224071502686, + "relativeCreated": 13882.575273513794, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137462,8 +137525,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:38,784", - "created": 1610360738.7843516, + "asctime": "2021-01-11 11:37:43,318", + "created": 1610361463.3189783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137473,15 +137536,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 784.3515872955322, + "msecs": 318.97830963134766, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13869.37689781189, + "relativeCreated": 13882.705688476562, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137491,8 +137554,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:38,784", - "created": 1610360738.7845063, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3190942, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137502,15 +137565,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 784.5063209533691, + "msecs": 319.094181060791, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13869.531631469727, + "relativeCreated": 13882.821559906006, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137519,26 +137582,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:38,784", - "created": 1610360738.7846544, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3192012, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 784.6543788909912, + "msecs": 319.2012310028076, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13869.679689407349, + "relativeCreated": 13882.928609848022, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137547,26 +137610,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:38,784", - "created": 1610360738.7848535, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3193095, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 784.853458404541, + "msecs": 319.3094730377197, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13869.878768920898, + "relativeCreated": 13883.036851882935, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137575,34 +137638,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:38,784", - "created": 1610360738.7849965, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3194165, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 784.996509552002, + "msecs": 319.4165229797363, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13870.02182006836, + "relativeCreated": 13883.143901824951, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:38,785", - "created": 1610360738.7851362, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3195262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137612,23 +137675,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 785.1362228393555, + "msecs": 319.52619552612305, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13870.161533355713, + "relativeCreated": 13883.253574371338, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:38,785", - "created": 1610360738.7854528, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3197255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137638,15 +137701,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 785.4528427124023, + "msecs": 319.72551345825195, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13870.47815322876, + "relativeCreated": 13883.452892303467, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137655,26 +137718,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:38,785", - "created": 1610360738.7856238, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3198438, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 785.6237888336182, + "msecs": 319.8437690734863, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13870.649099349976, + "relativeCreated": 13883.571147918701, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137682,26 +137745,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:38,785", - "created": 1610360738.7858331, + "asctime": "2021-01-11 11:37:43,319", + "created": 1610361463.3199952, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 785.8331203460693, + "msecs": 319.9951648712158, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13870.858430862427, + "relativeCreated": 13883.72254371643, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137709,26 +137772,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:38,785", - "created": 1610360738.7859838, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3201036, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 785.9838008880615, + "msecs": 320.10364532470703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13871.009111404419, + "relativeCreated": 13883.831024169922, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137736,26 +137799,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:38,786", - "created": 1610360738.7861257, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3202066, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 786.125659942627, + "msecs": 320.2066421508789, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13871.150970458984, + "relativeCreated": 13883.934020996094, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137763,26 +137826,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:38,786", - "created": 1610360738.7862656, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3203073, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 786.2656116485596, + "msecs": 320.30725479125977, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13871.290922164917, + "relativeCreated": 13884.034633636475, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137792,8 +137855,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:38,786", - "created": 1610360738.7864153, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3204136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137803,15 +137866,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 786.4153385162354, + "msecs": 320.41358947753906, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13871.440649032593, + "relativeCreated": 13884.140968322754, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137821,8 +137884,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:38,786", - "created": 1610360738.78658, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3205304, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137832,15 +137895,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 786.5800857543945, + "msecs": 320.5304145812988, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13871.605396270752, + "relativeCreated": 13884.257793426514, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137850,8 +137913,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:38,786", - "created": 1610360738.7867427, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3206413, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137861,15 +137924,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 786.7426872253418, + "msecs": 320.64127922058105, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13871.7679977417, + "relativeCreated": 13884.368658065796, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137879,8 +137942,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:38,786", - "created": 1610360738.7869015, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3207731, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137890,23 +137953,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 786.9014739990234, + "msecs": 320.7731246948242, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13871.92678451538, + "relativeCreated": 13884.500503540039, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:38,787", - "created": 1610360738.7870371, + "asctime": "2021-01-11 11:37:43,320", + "created": 1610361463.3208916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137916,15 +137979,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 787.0371341705322, + "msecs": 320.8916187286377, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13872.06244468689, + "relativeCreated": 13884.618997573853, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137933,26 +137996,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:38,787", - "created": 1610360738.7871854, + "asctime": "2021-01-11 11:37:43,321", + "created": 1610361463.3210025, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 787.1854305267334, + "msecs": 321.0024833679199, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13872.21074104309, + "relativeCreated": 13884.729862213135, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137960,26 +138023,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:38,787", - "created": 1610360738.7873464, + "asctime": "2021-01-11 11:37:43,321", + "created": 1610361463.3211215, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 787.346363067627, + "msecs": 321.1214542388916, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13872.371673583984, + "relativeCreated": 13884.848833084106, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -137987,26 +138050,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:38,787", - "created": 1610360738.7874985, + "asctime": "2021-01-11 11:37:43,321", + "created": 1610361463.3212519, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 787.4984741210938, + "msecs": 321.25186920166016, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13872.523784637451, + "relativeCreated": 13884.979248046875, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -138016,8 +138079,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:38,787", - "created": 1610360738.7876446, + "asctime": "2021-01-11 11:37:43,321", + "created": 1610361463.3213599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138027,15 +138090,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 787.644624710083, + "msecs": 321.35987281799316, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13872.66993522644, + "relativeCreated": 13885.087251663208, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -138045,8 +138108,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:38,788", - "created": 1610360738.7885997, + "asctime": "2021-01-11 11:37:43,321", + "created": 1610361463.3215141, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138056,15 +138119,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 788.5997295379639, + "msecs": 321.5141296386719, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13873.625040054321, + "relativeCreated": 13885.241508483887, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -138073,26 +138136,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:38,788", - "created": 1610360738.7886794, + "asctime": "2021-01-11 11:37:43,321", + "created": 1610361463.3216364, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 788.6793613433838, + "msecs": 321.636438369751, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13873.704671859741, + "relativeCreated": 13885.363817214966, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -138101,26 +138164,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:38,788", - "created": 1610360738.788734, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.3220248, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 788.733959197998, + "msecs": 322.0248222351074, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13873.759269714355, + "relativeCreated": 13885.752201080322, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -138129,34 +138192,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:38,788", - "created": 1610360738.7888768, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.3221302, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 788.8767719268799, + "msecs": 322.1302032470703, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13873.902082443237, + "relativeCreated": 13885.857582092285, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:38,788", - "created": 1610360738.7889254, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.3222344, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138166,34 +138229,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 788.9254093170166, + "msecs": 322.2343921661377, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13873.950719833374, + "relativeCreated": 13885.961771011353, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 788.9728546142578, + "msecs": 322.33405113220215, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13873.998165130615, + "relativeCreated": 13886.061429977417, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 4.744529724121094e-05 + "time_consumption": 9.965896606445312e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:39,132", - "created": 1610360739.132809, + "asctime": "2021-01-11 11:37:43,666", + "created": 1610361463.6668735, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -138208,8 +138271,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:38,789", - "created": 1610360738.7890694, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.3225446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138219,23 +138282,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 789.069414138794, + "msecs": 322.5445747375488, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.094724655151, + "relativeCreated": 13886.271953582764, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:38,789", - "created": 1610360738.7891161, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.322646, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138245,23 +138308,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 789.1161441802979, + "msecs": 322.645902633667, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.141454696655, + "relativeCreated": 13886.373281478882, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:38,789", - "created": 1610360738.78916, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.3227448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138271,15 +138334,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 789.1600131988525, + "msecs": 322.74484634399414, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.18532371521, + "relativeCreated": 13886.472225189209, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -138290,8 +138353,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:38,789", - "created": 1610360738.789245, + "asctime": "2021-01-11 11:37:43,322", + "created": 1610361463.3229241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138301,23 +138364,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 789.2448902130127, + "msecs": 322.9241371154785, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.27020072937, + "relativeCreated": 13886.651515960693, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:38,789", - "created": 1610360738.7894237, + "asctime": "2021-01-11 11:37:43,323", + "created": 1610361463.3233376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138327,23 +138390,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 789.4237041473389, + "msecs": 323.3375549316406, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.449014663696, + "relativeCreated": 13887.064933776855, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:38,789", - "created": 1610360738.7894745, + "asctime": "2021-01-11 11:37:43,323", + "created": 1610361463.323457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138353,23 +138416,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 789.4744873046875, + "msecs": 323.4570026397705, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.499797821045, + "relativeCreated": 13887.184381484985, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:38,789", - "created": 1610360738.7895193, + "asctime": "2021-01-11 11:37:43,323", + "created": 1610361463.323575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138379,15 +138442,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 789.5193099975586, + "msecs": 323.5750198364258, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.544620513916, + "relativeCreated": 13887.30239868164, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -138395,8 +138458,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 11:25:38,789", - "created": 1610360738.7896597, + "asctime": "2021-01-11 11:37:43,324", + "created": 1610361463.3242717, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138406,15 +138469,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": 789.6597385406494, + "msecs": 324.27167892456055, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13874.685049057007, + "relativeCreated": 13887.999057769775, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138422,8 +138485,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 11:25:38,797", - "created": 1610360738.797823, + "asctime": "2021-01-11 11:37:43,332", + "created": 1610361463.3326898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138433,15 +138496,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": 797.8229522705078, + "msecs": 332.6897621154785, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13882.848262786865, + "relativeCreated": 13896.417140960693, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138449,8 +138512,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,797", - "created": 1610360738.7979426, + "asctime": "2021-01-11 11:37:43,332", + "created": 1610361463.3329432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138460,15 +138523,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 797.9426383972168, + "msecs": 332.9432010650635, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13882.967948913574, + "relativeCreated": 13896.670579910278, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138477,8 +138540,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,797", - "created": 1610360738.797994, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.3330827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138488,15 +138551,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 797.9938983917236, + "msecs": 333.0826759338379, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.019208908081, + "relativeCreated": 13896.810054779053, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138504,8 +138567,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7980552, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.33323, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138515,15 +138578,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 798.0551719665527, + "msecs": 333.23001861572266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.08048248291, + "relativeCreated": 13896.957397460938, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138532,8 +138595,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7980978, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.333333, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138543,15 +138606,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 798.0978488922119, + "msecs": 333.33301544189453, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.12315940857, + "relativeCreated": 13897.06039428711, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138559,8 +138622,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7981703, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.3334801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138570,15 +138633,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 798.1703281402588, + "msecs": 333.4801197052002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.195638656616, + "relativeCreated": 13897.207498550415, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138587,8 +138650,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7982118, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.3335783, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138598,15 +138661,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 798.2118129730225, + "msecs": 333.57834815979004, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.23712348938, + "relativeCreated": 13897.305727005005, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138614,8 +138677,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7982712, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.3337216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138625,15 +138688,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 798.2711791992188, + "msecs": 333.7216377258301, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.296489715576, + "relativeCreated": 13897.449016571045, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138642,8 +138705,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7983122, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.3338244, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138653,15 +138716,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 798.3121871948242, + "msecs": 333.82439613342285, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.337497711182, + "relativeCreated": 13897.551774978638, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138669,8 +138732,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7983682, + "asctime": "2021-01-11 11:37:43,333", + "created": 1610361463.3339608, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138680,15 +138743,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 798.3682155609131, + "msecs": 333.96077156066895, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.39352607727, + "relativeCreated": 13897.688150405884, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138697,8 +138760,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.798409, + "asctime": "2021-01-11 11:37:43,334", + "created": 1610361463.334058, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138708,15 +138771,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 798.4089851379395, + "msecs": 334.0580463409424, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.434295654297, + "relativeCreated": 13897.785425186157, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138724,8 +138787,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:38,798", - "created": 1610360738.7984917, + "asctime": "2021-01-11 11:37:43,334", + "created": 1610361463.3342338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138735,15 +138798,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 798.4917163848877, + "msecs": 334.23376083374023, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13883.517026901245, + "relativeCreated": 13897.961139678955, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138751,8 +138814,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:38,799", - "created": 1610360738.7994378, + "asctime": "2021-01-11 11:37:43,335", + "created": 1610361463.3352995, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138762,15 +138825,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 799.4377613067627, + "msecs": 335.2994918823242, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13884.46307182312, + "relativeCreated": 13899.026870727539, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138778,8 +138841,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,799", - "created": 1610360738.7995613, + "asctime": "2021-01-11 11:37:43,335", + "created": 1610361463.335531, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138789,15 +138852,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 799.5612621307373, + "msecs": 335.53099632263184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13884.586572647095, + "relativeCreated": 13899.258375167847, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138806,8 +138869,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,799", - "created": 1610360738.799613, + "asctime": "2021-01-11 11:37:43,335", + "created": 1610361463.3356757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138817,15 +138880,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": 799.6129989624023, + "msecs": 335.6757164001465, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13884.63830947876, + "relativeCreated": 13899.403095245361, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138833,8 +138896,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 11:25:38,799", - "created": 1610360738.7996898, + "asctime": "2021-01-11 11:37:43,335", + "created": 1610361463.3358538, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138844,15 +138907,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": 799.689769744873, + "msecs": 335.85381507873535, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13884.71508026123, + "relativeCreated": 13899.58119392395, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138863,8 +138926,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:38,799", - "created": 1610360738.7998397, + "asctime": "2021-01-11 11:37:43,336", + "created": 1610361463.3361924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138874,15 +138937,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 799.8397350311279, + "msecs": 336.19236946105957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13884.865045547485, + "relativeCreated": 13899.919748306274, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138890,26 +138953,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:38,799", - "created": 1610360738.7999332, + "asctime": "2021-01-11 11:37:43,336", + "created": 1610361463.3363338, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 799.9331951141357, + "msecs": 336.3337516784668, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13884.958505630493, + "relativeCreated": 13900.061130523682, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138920,8 +138983,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:38,800", - "created": 1610360738.8000188, + "asctime": "2021-01-11 11:37:43,336", + "created": 1610361463.3365211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138931,15 +138994,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 800.0187873840332, + "msecs": 336.5211486816406, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13885.04409790039, + "relativeCreated": 13900.248527526855, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -138947,8 +139010,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 11:25:38,800", - "created": 1610360738.8003168, + "asctime": "2021-01-11 11:37:43,337", + "created": 1610361463.3372538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138958,15 +139021,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": 800.3168106079102, + "msecs": 337.2538089752197, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13885.342121124268, + "relativeCreated": 13900.981187820435, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -138974,8 +139037,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 11:25:38,808", - "created": 1610360738.8086395, + "asctime": "2021-01-11 11:37:43,345", + "created": 1610361463.3455637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138985,15 +139048,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": 808.6395263671875, + "msecs": 345.5636501312256, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13893.664836883545, + "relativeCreated": 13909.29102897644, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139001,8 +139064,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,808", - "created": 1610360738.8088346, + "asctime": "2021-01-11 11:37:43,345", + "created": 1610361463.3457623, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139012,15 +139075,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 808.8345527648926, + "msecs": 345.7622528076172, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13893.85986328125, + "relativeCreated": 13909.489631652832, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139029,8 +139092,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,808", - "created": 1610360738.8089252, + "asctime": "2021-01-11 11:37:43,345", + "created": 1610361463.345872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139040,15 +139103,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 808.9251518249512, + "msecs": 345.8719253540039, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13893.950462341309, + "relativeCreated": 13909.599304199219, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139056,8 +139119,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8090334, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3460014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139067,15 +139130,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 809.0333938598633, + "msecs": 346.00138664245605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.05870437622, + "relativeCreated": 13909.72876548767, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139084,8 +139147,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8091083, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3460937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139095,15 +139158,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 809.1082572937012, + "msecs": 346.09365463256836, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.133567810059, + "relativeCreated": 13909.821033477783, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139111,8 +139174,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8092165, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3462274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139122,15 +139185,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 809.2164993286133, + "msecs": 346.22740745544434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.24180984497, + "relativeCreated": 13909.95478630066, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139139,8 +139202,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.809287, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3463151, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139150,15 +139213,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 809.2870712280273, + "msecs": 346.3151454925537, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.312381744385, + "relativeCreated": 13910.042524337769, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139166,8 +139229,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8093832, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3464353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139177,15 +139240,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 809.3831539154053, + "msecs": 346.4353084564209, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.408464431763, + "relativeCreated": 13910.162687301636, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139194,8 +139257,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8094532, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3465245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139205,15 +139268,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 809.4532489776611, + "msecs": 346.5244770050049, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.478559494019, + "relativeCreated": 13910.25185585022, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139221,8 +139284,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8095438, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3466384, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139232,15 +139295,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 809.5438480377197, + "msecs": 346.63844108581543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.569158554077, + "relativeCreated": 13910.36581993103, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139249,8 +139312,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8096128, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.3467236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139260,15 +139323,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 809.6127510070801, + "msecs": 346.7235565185547, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.638061523438, + "relativeCreated": 13910.45093536377, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139276,8 +139339,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:38,809", - "created": 1610360738.8097465, + "asctime": "2021-01-11 11:37:43,346", + "created": 1610361463.346875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139287,15 +139350,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 809.746503829956, + "msecs": 346.8749523162842, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13894.771814346313, + "relativeCreated": 13910.602331161499, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139303,8 +139366,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:38,810", - "created": 1610360738.8106687, + "asctime": "2021-01-11 11:37:43,347", + "created": 1610361463.3479512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139314,15 +139377,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 810.6687068939209, + "msecs": 347.95117378234863, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13895.694017410278, + "relativeCreated": 13911.678552627563, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139330,8 +139393,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,810", - "created": 1610360738.8108025, + "asctime": "2021-01-11 11:37:43,348", + "created": 1610361463.3481753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139341,15 +139404,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 810.8024597167969, + "msecs": 348.1752872467041, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13895.827770233154, + "relativeCreated": 13911.902666091919, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139358,8 +139421,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,810", - "created": 1610360738.8108907, + "asctime": "2021-01-11 11:37:43,348", + "created": 1610361463.3482914, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139369,15 +139432,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": 810.8906745910645, + "msecs": 348.29139709472656, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13895.915985107422, + "relativeCreated": 13912.018775939941, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139385,8 +139448,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 11:25:38,811", - "created": 1610360738.8110292, + "asctime": "2021-01-11 11:37:43,348", + "created": 1610361463.3484552, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139396,15 +139459,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": 811.0291957855225, + "msecs": 348.45519065856934, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13896.05450630188, + "relativeCreated": 13912.182569503784, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139415,8 +139478,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:38,811", - "created": 1610360738.8112426, + "asctime": "2021-01-11 11:37:43,348", + "created": 1610361463.3487158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139426,15 +139489,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 811.2425804138184, + "msecs": 348.71578216552734, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13896.267890930176, + "relativeCreated": 13912.443161010742, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -139442,8 +139505,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:38,811", - "created": 1610360738.8113422, + "asctime": "2021-01-11 11:37:43,348", + "created": 1610361463.3488624, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139453,34 +139516,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 811.3422393798828, + "msecs": 348.8624095916748, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13896.36754989624, + "relativeCreated": 13912.58978843689, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" } ], - "msecs": 132.80892372131348, + "msecs": 666.8734550476074, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14217.83423423767, + "relativeCreated": 14230.600833892822, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.32146668434143066 + "time_consumption": 0.3180110454559326 }, { "args": [], - "asctime": "2021-01-11 11:25:39,133", - "created": 1610360739.133532, + "asctime": "2021-01-11 11:37:43,667", + "created": 1610361463.667584, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -139498,8 +139561,8 @@ "10", "None" ], - "asctime": "2021-01-11 11:25:39,133", - "created": 1610360739.1333447, + "asctime": "2021-01-11 11:37:43,667", + "created": 1610361463.667402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139509,34 +139572,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=None", "module": "__init__", - "msecs": 133.3446502685547, + "msecs": 667.4020290374756, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14218.369960784912, + "relativeCreated": 14231.12940788269, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 133.53204727172852, + "msecs": 667.5839424133301, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14218.557357788086, + "relativeCreated": 14231.311321258545, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00018739700317382812 + "time_consumption": 0.0001819133758544922 }, { "args": [], - "asctime": "2021-01-11 11:25:39,335", - "created": 1610360739.3350723, + "asctime": "2021-01-11 11:37:43,868", + "created": 1610361463.868984, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -139555,8 +139618,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:39,133", - "created": 1610360739.1338625, + "asctime": "2021-01-11 11:37:43,667", + "created": 1610361463.6679142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139566,15 +139629,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 133.86249542236328, + "msecs": 667.9141521453857, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14218.88780593872, + "relativeCreated": 14231.6415309906, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -139582,8 +139645,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 11:25:39,134", - "created": 1610360739.1347046, + "asctime": "2021-01-11 11:37:43,668", + "created": 1610361463.6687763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139593,15 +139656,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": 134.70458984375, + "msecs": 668.776273727417, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14219.729900360107, + "relativeCreated": 14232.503652572632, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139609,8 +139672,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 11:25:39,143", - "created": 1610360739.1432154, + "asctime": "2021-01-11 11:37:43,677", + "created": 1610361463.6771853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139620,15 +139683,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": 143.21541786193848, + "msecs": 677.1852970123291, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14228.240728378296, + "relativeCreated": 14240.912675857544, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139636,8 +139699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,143", - "created": 1610360739.1434996, + "asctime": "2021-01-11 11:37:43,677", + "created": 1610361463.6774654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139647,15 +139710,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 143.49961280822754, + "msecs": 677.4654388427734, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14228.524923324585, + "relativeCreated": 14241.192817687988, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139664,8 +139727,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,143", - "created": 1610360739.1436615, + "asctime": "2021-01-11 11:37:43,677", + "created": 1610361463.6776278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139675,15 +139738,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 143.6614990234375, + "msecs": 677.6278018951416, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14228.686809539795, + "relativeCreated": 14241.355180740356, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139691,8 +139754,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,143", - "created": 1610360739.1438603, + "asctime": "2021-01-11 11:37:43,677", + "created": 1610361463.6778543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139702,15 +139765,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 143.8603401184082, + "msecs": 677.8542995452881, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14228.885650634766, + "relativeCreated": 14241.581678390503, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139719,8 +139782,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,143", - "created": 1610360739.1439981, + "asctime": "2021-01-11 11:37:43,678", + "created": 1610361463.6780145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139730,15 +139793,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.9981460571289, + "msecs": 678.0145168304443, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14229.023456573486, + "relativeCreated": 14241.74189567566, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139746,8 +139809,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,144", - "created": 1610360739.1441982, + "asctime": "2021-01-11 11:37:43,678", + "created": 1610361463.6782186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139757,15 +139820,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 144.19817924499512, + "msecs": 678.2186031341553, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14229.223489761353, + "relativeCreated": 14241.94598197937, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139774,8 +139837,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,144", - "created": 1610360739.144327, + "asctime": "2021-01-11 11:37:43,678", + "created": 1610361463.67835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139785,15 +139848,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 144.32692527770996, + "msecs": 678.3499717712402, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14229.352235794067, + "relativeCreated": 14242.077350616455, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139801,8 +139864,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,144", - "created": 1610360739.1445417, + "asctime": "2021-01-11 11:37:43,678", + "created": 1610361463.6785362, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139812,15 +139875,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 144.54174041748047, + "msecs": 678.5361766815186, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14229.567050933838, + "relativeCreated": 14242.263555526733, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139829,8 +139892,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,144", - "created": 1610360739.1446743, + "asctime": "2021-01-11 11:37:43,678", + "created": 1610361463.6786768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139840,15 +139903,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 144.67430114746094, + "msecs": 678.6768436431885, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14229.699611663818, + "relativeCreated": 14242.404222488403, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139856,8 +139919,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,144", - "created": 1610360739.1448839, + "asctime": "2021-01-11 11:37:43,678", + "created": 1610361463.678852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139867,15 +139930,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 144.8838710784912, + "msecs": 678.8520812988281, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14229.909181594849, + "relativeCreated": 14242.579460144043, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139884,8 +139947,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,145", - "created": 1610360739.1450152, + "asctime": "2021-01-11 11:37:43,678", + "created": 1610361463.6789815, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139895,15 +139958,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 145.01523971557617, + "msecs": 678.9815425872803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14230.040550231934, + "relativeCreated": 14242.708921432495, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139911,8 +139974,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:39,145", - "created": 1610360739.1452506, + "asctime": "2021-01-11 11:37:43,679", + "created": 1610361463.6792097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139922,15 +139985,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 145.2505588531494, + "msecs": 679.2097091674805, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14230.275869369507, + "relativeCreated": 14242.937088012695, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139938,8 +140001,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:39,146", - "created": 1610360739.146195, + "asctime": "2021-01-11 11:37:43,680", + "created": 1610361463.6801248, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139949,15 +140012,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 146.1949348449707, + "msecs": 680.1247596740723, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14231.220245361328, + "relativeCreated": 14243.852138519287, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139965,8 +140028,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,146", - "created": 1610360739.1464458, + "asctime": "2021-01-11 11:37:43,680", + "created": 1610361463.6803405, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139976,15 +140039,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 146.44575119018555, + "msecs": 680.3405284881592, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14231.471061706543, + "relativeCreated": 14244.067907333374, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -139993,8 +140056,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,146", - "created": 1610360739.1466084, + "asctime": "2021-01-11 11:37:43,680", + "created": 1610361463.6804729, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140004,15 +140067,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": 146.6083526611328, + "msecs": 680.4728507995605, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14231.63366317749, + "relativeCreated": 14244.200229644775, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -140020,8 +140083,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 11:25:39,146", - "created": 1610360739.14685, + "asctime": "2021-01-11 11:37:43,680", + "created": 1610361463.6806686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140031,15 +140094,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": 146.8501091003418, + "msecs": 680.6685924530029, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14231.8754196167, + "relativeCreated": 14244.395971298218, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -140050,8 +140113,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:39,147", - "created": 1610360739.1472228, + "asctime": "2021-01-11 11:37:43,680", + "created": 1610361463.6809876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140061,15 +140124,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 147.22275733947754, + "msecs": 680.9875965118408, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14232.248067855835, + "relativeCreated": 14244.714975357056, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -140077,26 +140140,26 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:39,147", - "created": 1610360739.1474264, + "asctime": "2021-01-11 11:37:43,681", + "created": 1610361463.6811395, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 147.42636680603027, + "msecs": 681.1394691467285, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14232.451677322388, + "relativeCreated": 14244.866847991943, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -140107,8 +140170,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:39,147", - "created": 1610360739.1476667, + "asctime": "2021-01-11 11:37:43,681", + "created": 1610361463.6813414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140118,15 +140181,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 147.66669273376465, + "msecs": 681.3414096832275, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14232.692003250122, + "relativeCreated": 14245.068788528442, "stack_info": null, - "thread": 140653031831296, + "thread": 139975928571648, "threadName": "Thread-21" }, { @@ -140134,8 +140197,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 11:25:39,148", - "created": 1610360739.1483598, + "asctime": "2021-01-11 11:37:43,681", + "created": 1610361463.681972, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140145,15 +140208,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": 148.3597755432129, + "msecs": 681.9720268249512, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14233.38508605957, + "relativeCreated": 14245.699405670166, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140161,8 +140224,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 11:25:39,156", - "created": 1610360739.1566358, + "asctime": "2021-01-11 11:37:43,690", + "created": 1610361463.690387, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140172,15 +140235,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": 156.63576126098633, + "msecs": 690.3870105743408, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14241.661071777344, + "relativeCreated": 14254.114389419556, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140188,8 +140251,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,156", - "created": 1610360739.156812, + "asctime": "2021-01-11 11:37:43,690", + "created": 1610361463.6906762, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140199,15 +140262,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 156.81195259094238, + "msecs": 690.676212310791, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14241.8372631073, + "relativeCreated": 14254.403591156006, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140216,8 +140279,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,156", - "created": 1610360739.1568973, + "asctime": "2021-01-11 11:37:43,690", + "created": 1610361463.6908422, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140227,15 +140290,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 156.89730644226074, + "msecs": 690.8421516418457, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14241.922616958618, + "relativeCreated": 14254.56953048706, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140243,8 +140306,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,156", - "created": 1610360739.1569958, + "asctime": "2021-01-11 11:37:43,691", + "created": 1610361463.69104, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140254,15 +140317,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 156.9957733154297, + "msecs": 691.0400390625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.021083831787, + "relativeCreated": 14254.767417907715, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140271,8 +140334,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.1570659, + "asctime": "2021-01-11 11:37:43,691", + "created": 1610361463.6911838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140282,15 +140345,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.06586837768555, + "msecs": 691.1838054656982, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.091178894043, + "relativeCreated": 14254.911184310913, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140298,8 +140361,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.157184, + "asctime": "2021-01-11 11:37:43,691", + "created": 1610361463.691387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140309,15 +140372,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.18388557434082, + "msecs": 691.3869380950928, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.209196090698, + "relativeCreated": 14255.114316940308, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140326,8 +140389,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.1572502, + "asctime": "2021-01-11 11:37:43,691", + "created": 1610361463.6915216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140337,15 +140400,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.25016593933105, + "msecs": 691.5216445922852, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.275476455688, + "relativeCreated": 14255.2490234375, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140353,8 +140416,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.1573417, + "asctime": "2021-01-11 11:37:43,691", + "created": 1610361463.6917038, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140364,15 +140427,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.34171867370605, + "msecs": 691.7037963867188, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.367029190063, + "relativeCreated": 14255.431175231934, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140381,8 +140444,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.1574059, + "asctime": "2021-01-11 11:37:43,691", + "created": 1610361463.6918347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140392,15 +140455,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.40585327148438, + "msecs": 691.8346881866455, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.431163787842, + "relativeCreated": 14255.56206703186, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140408,8 +140471,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.1574914, + "asctime": "2021-01-11 11:37:43,692", + "created": 1610361463.692006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140419,15 +140482,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.49144554138184, + "msecs": 692.0061111450195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.51675605774, + "relativeCreated": 14255.733489990234, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140436,8 +140499,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.1575558, + "asctime": "2021-01-11 11:37:43,692", + "created": 1610361463.6921353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140447,15 +140510,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.55581855773926, + "msecs": 692.1353340148926, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.581129074097, + "relativeCreated": 14255.862712860107, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140463,8 +140526,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:39,157", - "created": 1610360739.1576796, + "asctime": "2021-01-11 11:37:43,692", + "created": 1610361463.6923866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140474,15 +140537,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 157.67955780029297, + "msecs": 692.3866271972656, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14242.70486831665, + "relativeCreated": 14256.11400604248, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140490,8 +140553,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:39,158", - "created": 1610360739.1584945, + "asctime": "2021-01-11 11:37:43,693", + "created": 1610361463.6932998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140501,15 +140564,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 158.4944725036621, + "msecs": 693.2997703552246, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14243.51978302002, + "relativeCreated": 14257.02714920044, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140517,8 +140580,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,158", - "created": 1610360739.1586165, + "asctime": "2021-01-11 11:37:43,693", + "created": 1610361463.6935844, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140528,15 +140591,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 158.6165428161621, + "msecs": 693.5844421386719, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14243.64185333252, + "relativeCreated": 14257.311820983887, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140545,8 +140608,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,158", - "created": 1610360739.1586993, + "asctime": "2021-01-11 11:37:43,693", + "created": 1610361463.6937602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140556,15 +140619,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": 158.69927406311035, + "msecs": 693.7601566314697, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14243.724584579468, + "relativeCreated": 14257.487535476685, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140572,8 +140635,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 11:25:39,158", - "created": 1610360739.1588185, + "asctime": "2021-01-11 11:37:43,693", + "created": 1610361463.6939936, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140583,15 +140646,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": 158.81848335266113, + "msecs": 693.9935684204102, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14243.843793869019, + "relativeCreated": 14257.720947265625, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { @@ -140602,8 +140665,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:39,159", - "created": 1610360739.1590154, + "asctime": "2021-01-11 11:37:43,694", + "created": 1610361463.6943562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140613,23 +140676,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 159.01541709899902, + "msecs": 694.3562030792236, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14244.040727615356, + "relativeCreated": 14258.083581924438, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,159", - "created": 1610360739.159136, + "asctime": "2021-01-11 11:37:43,694", + "created": 1610361463.6945915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140639,37 +140702,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": 159.1360569000244, + "msecs": 694.5915222167969, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14244.161367416382, + "relativeCreated": 14258.318901062012, "stack_info": null, - "thread": 140653023438592, + "thread": 139975920178944, "threadName": "Thread-22" } ], - "msecs": 335.07227897644043, + "msecs": 868.9839839935303, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14420.097589492798, + "relativeCreated": 14432.711362838745, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17593622207641602 + "time_consumption": 0.1743924617767334 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:39,335", - "created": 1610360739.3359416, + "asctime": "2021-01-11 11:37:43,869", + "created": 1610361463.8698149, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140686,8 +140749,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:39,335", - "created": 1610360739.3355837, + "asctime": "2021-01-11 11:37:43,869", + "created": 1610361463.8694708, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140697,15 +140760,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 335.5836868286133, + "msecs": 869.4708347320557, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14420.60899734497, + "relativeCreated": 14433.19821357727, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -140714,8 +140777,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:39,335", - "created": 1610360739.3357701, + "asctime": "2021-01-11 11:37:43,869", + "created": 1610361463.8696523, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140725,37 +140788,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 335.7701301574707, + "msecs": 869.652271270752, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14420.795440673828, + "relativeCreated": 14433.379650115967, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 335.9415531158447, + "msecs": 869.8148727416992, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14420.966863632202, + "relativeCreated": 14433.542251586914, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00017142295837402344 + "time_consumption": 0.00016260147094726562 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:39,336", - "created": 1610360739.3364727, + "asctime": "2021-01-11 11:37:43,870", + "created": 1610361463.8703637, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140772,8 +140835,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:39,336", - "created": 1610360739.3361807, + "asctime": "2021-01-11 11:37:43,870", + "created": 1610361463.8700485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140783,15 +140846,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 336.1806869506836, + "msecs": 870.0485229492188, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14421.205997467041, + "relativeCreated": 14433.775901794434, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -140800,8 +140863,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:39,336", - "created": 1610360739.3363283, + "asctime": "2021-01-11 11:37:43,870", + "created": 1610361463.8701944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140811,41 +140874,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 336.32826805114746, + "msecs": 870.1944351196289, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14421.353578567505, + "relativeCreated": 14433.921813964844, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 336.472749710083, + "msecs": 870.363712310791, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14421.49806022644, + "relativeCreated": 14434.091091156006, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014448165893554688 + "time_consumption": 0.00016927719116210938 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.5572094917297363, - "time_finished": "2021-01-11 11:25:39,336", - "time_start": "2021-01-11 11:25:38,779" + "time_consumption": 0.5550887584686279, + "time_finished": "2021-01-11 11:37:43,870", + "time_start": "2021-01-11 11:37:43,315" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0210388, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5501397, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140856,21 +140919,21 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 21.03877067565918, + "msecs": 550.1396656036377, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.0640811920166, + "relativeCreated": 113.86704444885254, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0212908, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5503721, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -140881,15 +140944,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 21.29077911376953, + "msecs": 550.3721237182617, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.31608963012695, + "relativeCreated": 114.09950256347656, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -140897,8 +140960,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0215476, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5506012, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140915,8 +140978,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0214438, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5505123, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140926,15 +140989,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": 21.443843841552734, + "msecs": 550.5123138427734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.46915435791016, + "relativeCreated": 114.23969268798828, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -140942,8 +141005,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0215015, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5505602, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140953,36 +141016,36 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 21.501541137695312, + "msecs": 550.5602359771729, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.52685165405273, + "relativeCreated": 114.2876148223877, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 21.547555923461914, + "msecs": 550.6012439727783, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.57286643981934, + "relativeCreated": 114.32862281799316, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 4.100799560546875e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.021623, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.550669, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -140993,15 +141056,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 21.622896194458008, + "msecs": 550.6689548492432, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.64820671081543, + "relativeCreated": 114.39633369445801, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -141009,8 +141072,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0217664, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.550796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141027,8 +141090,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0216875, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5507274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141038,15 +141101,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": 21.68750762939453, + "msecs": 550.727367401123, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.71281814575195, + "relativeCreated": 114.45474624633789, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141054,8 +141117,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0217297, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5507634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141065,37 +141128,37 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 21.729707717895508, + "msecs": 550.7633686065674, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.75501823425293, + "relativeCreated": 114.49074745178223, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 21.76642417907715, + "msecs": 550.7960319519043, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.79173469543457, + "relativeCreated": 114.52341079711914, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.6716461181640625e-05 + "time_consumption": 3.266334533691406e-05 }, { "args": [ "'S'", "" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.021908, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5509305, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141112,8 +141175,8 @@ "'S'", "" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0218325, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5508564, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141123,15 +141186,15 @@ "lineno": 22, "message": "Result (Content in message object for status): 'S' ()", "module": "test", - "msecs": 21.83246612548828, + "msecs": 550.856351852417, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.8577766418457, + "relativeCreated": 114.58373069763184, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141140,8 +141203,8 @@ "'S'", "" ], - "asctime": "2021-01-11 11:25:25,021", - "created": 1610360725.0218694, + "asctime": "2021-01-11 11:37:29,550", + "created": 1610361449.5508945, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141151,41 +141214,41 @@ "lineno": 26, "message": "Expectation (Content in message object for status): result = 'S' ()", "module": "test", - "msecs": 21.869421005249023, + "msecs": 550.8944988250732, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.89473152160645, + "relativeCreated": 114.62187767028809, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 21.908044815063477, + "msecs": 550.9305000305176, "msg": "Content in message object for status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 106.9333553314209, + "relativeCreated": 114.65787887573242, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 3.8623809814453125e-05 + "time_consumption": 3.600120544433594e-05 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0008692741394042969, - "time_finished": "2021-01-11 11:25:25,021", - "time_start": "2021-01-11 11:25:25,021" + "time_consumption": 0.0007908344268798828, + "time_finished": "2021-01-11 11:37:29,550", + "time_start": "2021-01-11 11:37:29,550" }, "_YfrfUE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:39,336", - "created": 1610360739.3369734, + "asctime": "2021-01-11 11:37:43,870", + "created": 1610361463.8708093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141196,19 +141259,19 @@ "message": "_YfrfUE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 336.9734287261963, + "msecs": 870.8093166351318, "msg": "_YfrfUE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14421.998739242554, + "relativeCreated": 14434.536695480347, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:39,346", - "created": 1610360739.346211, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8777046, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -141223,8 +141286,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:39,338", - "created": 1610360739.3382075, + "asctime": "2021-01-11 11:37:43,871", + "created": 1610361463.871828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141234,23 +141297,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 338.207483291626, + "msecs": 871.8280792236328, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14423.232793807983, + "relativeCreated": 14435.555458068848, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,339", - "created": 1610360739.3390918, + "asctime": "2021-01-11 11:37:43,872", + "created": 1610361463.8727021, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141260,23 +141323,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 339.0917778015137, + "msecs": 872.7021217346191, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14424.117088317871, + "relativeCreated": 14436.429500579834, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,339", - "created": 1610360739.3393078, + "asctime": "2021-01-11 11:37:43,872", + "created": 1610361463.8729563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141286,23 +141349,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 339.3077850341797, + "msecs": 872.9562759399414, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14424.333095550537, + "relativeCreated": 14436.683654785156, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,339", - "created": 1610360739.3396347, + "asctime": "2021-01-11 11:37:43,873", + "created": 1610361463.8732817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141312,15 +141375,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 339.63465690612793, + "msecs": 873.281717300415, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14424.659967422485, + "relativeCreated": 14437.00909614563, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141329,26 +141392,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:39,339", - "created": 1610360739.3398144, + "asctime": "2021-01-11 11:37:43,873", + "created": 1610361463.8734574, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 339.8144245147705, + "msecs": 873.4574317932129, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14424.839735031128, + "relativeCreated": 14437.184810638428, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141356,26 +141419,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,340", - "created": 1610360739.340045, + "asctime": "2021-01-11 11:37:43,873", + "created": 1610361463.873673, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 340.0449752807617, + "msecs": 873.6729621887207, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14425.07028579712, + "relativeCreated": 14437.400341033936, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141383,26 +141446,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,340", - "created": 1610360739.3402014, + "asctime": "2021-01-11 11:37:43,873", + "created": 1610361463.8738427, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 340.20137786865234, + "msecs": 873.842716217041, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14425.22668838501, + "relativeCreated": 14437.570095062256, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141410,26 +141473,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:39,340", - "created": 1610360739.3403466, + "asctime": "2021-01-11 11:37:43,873", + "created": 1610361463.8739913, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 340.3465747833252, + "msecs": 873.9912509918213, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14425.371885299683, + "relativeCreated": 14437.718629837036, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141437,26 +141500,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:39,340", - "created": 1610360739.3404894, + "asctime": "2021-01-11 11:37:43,874", + "created": 1610361463.8741336, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 340.48938751220703, + "msecs": 874.1335868835449, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14425.514698028564, + "relativeCreated": 14437.86096572876, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141466,8 +141529,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:39,340", - "created": 1610360739.3406568, + "asctime": "2021-01-11 11:37:43,874", + "created": 1610361463.8743017, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141477,15 +141540,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 340.6567573547363, + "msecs": 874.3016719818115, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14425.682067871094, + "relativeCreated": 14438.029050827026, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141495,8 +141558,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:39,340", - "created": 1610360739.3408663, + "asctime": "2021-01-11 11:37:43,874", + "created": 1610361463.8744738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141506,15 +141569,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 340.8663272857666, + "msecs": 874.4738101959229, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14425.891637802124, + "relativeCreated": 14438.201189041138, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141524,8 +141587,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:39,341", - "created": 1610360739.3410301, + "asctime": "2021-01-11 11:37:43,874", + "created": 1610361463.874632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141535,15 +141598,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 341.0301208496094, + "msecs": 874.6318817138672, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14426.055431365967, + "relativeCreated": 14438.359260559082, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141553,8 +141616,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:39,341", - "created": 1610360739.3411846, + "asctime": "2021-01-11 11:37:43,874", + "created": 1610361463.8747842, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141564,23 +141627,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 341.1846160888672, + "msecs": 874.7842311859131, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14426.209926605225, + "relativeCreated": 14438.511610031128, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,341", - "created": 1610360739.3413303, + "asctime": "2021-01-11 11:37:43,874", + "created": 1610361463.874918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141590,15 +141653,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 341.33028984069824, + "msecs": 874.9179840087891, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14426.355600357056, + "relativeCreated": 14438.645362854004, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141607,26 +141670,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:39,341", - "created": 1610360739.341485, + "asctime": "2021-01-11 11:37:43,875", + "created": 1610361463.8750677, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 341.48502349853516, + "msecs": 875.0677108764648, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14426.510334014893, + "relativeCreated": 14438.79508972168, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141634,26 +141697,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:39,341", - "created": 1610360739.3416498, + "asctime": "2021-01-11 11:37:43,875", + "created": 1610361463.8752556, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 341.64977073669434, + "msecs": 875.2555847167969, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14426.675081253052, + "relativeCreated": 14438.982963562012, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141661,26 +141724,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:39,341", - "created": 1610360739.3418024, + "asctime": "2021-01-11 11:37:43,875", + "created": 1610361463.875413, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 341.80235862731934, + "msecs": 875.4129409790039, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14426.827669143677, + "relativeCreated": 14439.140319824219, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141690,8 +141753,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:39,341", - "created": 1610360739.341956, + "asctime": "2021-01-11 11:37:43,875", + "created": 1610361463.8755808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141701,15 +141764,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 341.95590019226074, + "msecs": 875.5807876586914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14426.981210708618, + "relativeCreated": 14439.308166503906, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141719,8 +141782,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:39,342", - "created": 1610360739.3421109, + "asctime": "2021-01-11 11:37:43,875", + "created": 1610361463.875734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141730,15 +141793,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 342.11087226867676, + "msecs": 875.7340908050537, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14427.136182785034, + "relativeCreated": 14439.461469650269, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141747,26 +141810,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:39,342", - "created": 1610360739.3422658, + "asctime": "2021-01-11 11:37:43,875", + "created": 1610361463.8758805, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 342.2658443450928, + "msecs": 875.8804798126221, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14427.29115486145, + "relativeCreated": 14439.607858657837, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141775,26 +141838,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:39,342", - "created": 1610360739.3424335, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8760183, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 342.4334526062012, + "msecs": 876.0182857513428, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14427.458763122559, + "relativeCreated": 14439.745664596558, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141803,34 +141866,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:39,342", - "created": 1610360739.342583, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8761866, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 342.58294105529785, + "msecs": 876.1866092681885, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14427.608251571655, + "relativeCreated": 14439.913988113403, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,342", - "created": 1610360739.34272, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8763278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141840,23 +141903,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 342.72003173828125, + "msecs": 876.3277530670166, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14427.745342254639, + "relativeCreated": 14440.055131912231, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,343", - "created": 1610360739.3430095, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8766072, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141866,15 +141929,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 343.00947189331055, + "msecs": 876.6071796417236, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14428.034782409668, + "relativeCreated": 14440.334558486938, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141883,26 +141946,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:39,343", - "created": 1610360739.3431675, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8767843, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 343.1675434112549, + "msecs": 876.7843246459961, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14428.192853927612, + "relativeCreated": 14440.511703491211, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141910,26 +141973,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,343", - "created": 1610360739.343366, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8768492, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 343.3659076690674, + "msecs": 876.8491744995117, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14428.391218185425, + "relativeCreated": 14440.576553344727, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141937,26 +142000,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,343", - "created": 1610360739.343513, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.876897, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 343.51301193237305, + "msecs": 876.8970966339111, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14428.53832244873, + "relativeCreated": 14440.624475479126, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141964,26 +142027,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:39,343", - "created": 1610360739.3436532, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8769464, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 343.65320205688477, + "msecs": 876.9464492797852, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14428.678512573242, + "relativeCreated": 14440.673828125, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -141991,26 +142054,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:39,343", - "created": 1610360739.34379, + "asctime": "2021-01-11 11:37:43,876", + "created": 1610361463.8769915, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 343.79005432128906, + "msecs": 876.9915103912354, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14428.815364837646, + "relativeCreated": 14440.71888923645, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142020,8 +142083,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:39,343", - "created": 1610360739.3439357, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8770394, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142031,15 +142094,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 343.9357280731201, + "msecs": 877.0394325256348, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14428.961038589478, + "relativeCreated": 14440.76681137085, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142049,8 +142112,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:39,344", - "created": 1610360739.3440988, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8770883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142060,15 +142123,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 344.0988063812256, + "msecs": 877.0883083343506, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14429.124116897583, + "relativeCreated": 14440.815687179565, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142078,8 +142141,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:39,344", - "created": 1610360739.3442516, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8771403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142089,15 +142152,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 344.2516326904297, + "msecs": 877.1402835845947, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14429.276943206787, + "relativeCreated": 14440.86766242981, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142107,8 +142170,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:39,344", - "created": 1610360739.3444, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8771892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142118,23 +142181,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 344.39992904663086, + "msecs": 877.1891593933105, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14429.425239562988, + "relativeCreated": 14440.916538238525, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,344", - "created": 1610360739.3445418, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8772352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142144,15 +142207,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 344.5417881011963, + "msecs": 877.2351741790771, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14429.567098617554, + "relativeCreated": 14440.962553024292, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142161,26 +142224,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:39,344", - "created": 1610360739.3447015, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8772826, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 344.70152854919434, + "msecs": 877.2826194763184, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14429.726839065552, + "relativeCreated": 14441.009998321533, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142188,26 +142251,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:39,344", - "created": 1610360739.3449066, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8773375, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 344.9065685272217, + "msecs": 877.3374557495117, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14429.93187904358, + "relativeCreated": 14441.064834594727, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142215,26 +142278,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:39,345", - "created": 1610360739.3450506, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8773832, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 345.050573348999, + "msecs": 877.3832321166992, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14430.075883865356, + "relativeCreated": 14441.110610961914, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142244,8 +142307,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:39,345", - "created": 1610360739.345202, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.877436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142255,15 +142318,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 345.2019691467285, + "msecs": 877.4359226226807, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14430.227279663086, + "relativeCreated": 14441.163301467896, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142273,8 +142336,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:39,345", - "created": 1610360739.345458, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.877485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142284,15 +142347,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 345.4580307006836, + "msecs": 877.4850368499756, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14430.483341217041, + "relativeCreated": 14441.21241569519, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142301,26 +142364,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:39,345", - "created": 1610360739.3456466, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.877531, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 345.64661979675293, + "msecs": 877.5310516357422, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14430.67193031311, + "relativeCreated": 14441.258430480957, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142329,26 +142392,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:39,345", - "created": 1610360739.3458078, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8775747, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 345.8077907562256, + "msecs": 877.5746822357178, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14430.833101272583, + "relativeCreated": 14441.302061080933, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142357,34 +142420,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:39,345", - "created": 1610360739.345945, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8776178, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 345.944881439209, + "msecs": 877.6178359985352, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14430.970191955566, + "relativeCreated": 14441.34521484375, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,346", - "created": 1610360739.34608, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8776631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142394,34 +142457,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 346.08006477355957, + "msecs": 877.6631355285645, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14431.105375289917, + "relativeCreated": 14441.39051437378, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 346.2109565734863, + "msecs": 877.7046203613281, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14431.236267089844, + "relativeCreated": 14441.431999206543, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001308917999267578 + "time_consumption": 4.1484832763671875e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:39,690", - "created": 1610360739.6907775, + "asctime": "2021-01-11 11:37:44,221", + "created": 1610361464.22151, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -142436,8 +142499,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:39,346", - "created": 1610360739.3465118, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8777983, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142447,23 +142510,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 346.5118408203125, + "msecs": 877.798318862915, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14431.53715133667, + "relativeCreated": 14441.52569770813, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:39,346", - "created": 1610360739.3466651, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8778486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142473,23 +142536,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 346.6651439666748, + "msecs": 877.8486251831055, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14431.690454483032, + "relativeCreated": 14441.57600402832, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,346", - "created": 1610360739.3468041, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8778932, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142499,15 +142562,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 346.804141998291, + "msecs": 877.8932094573975, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14431.829452514648, + "relativeCreated": 14441.620588302612, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142518,8 +142581,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,347", - "created": 1610360739.3470433, + "asctime": "2021-01-11 11:37:43,877", + "created": 1610361463.8779724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142529,23 +142592,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 347.0432758331299, + "msecs": 877.9723644256592, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14432.068586349487, + "relativeCreated": 14441.699743270874, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,347", - "created": 1610360739.3475757, + "asctime": "2021-01-11 11:37:43,878", + "created": 1610361463.878162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142555,23 +142618,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 347.5756645202637, + "msecs": 878.1619071960449, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14432.600975036621, + "relativeCreated": 14441.88928604126, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,347", - "created": 1610360739.3476307, + "asctime": "2021-01-11 11:37:43,878", + "created": 1610361463.878215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142581,23 +142644,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 347.63073921203613, + "msecs": 878.2150745391846, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14432.656049728394, + "relativeCreated": 14441.9424533844, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,347", - "created": 1610360739.3476758, + "asctime": "2021-01-11 11:37:43,878", + "created": 1610361463.8782628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142607,15 +142670,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 347.6758003234863, + "msecs": 878.2627582550049, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14432.701110839844, + "relativeCreated": 14441.99013710022, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -142623,8 +142686,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 11:25:39,347", - "created": 1610360739.3478243, + "asctime": "2021-01-11 11:37:43,878", + "created": 1610361463.8785546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142634,15 +142697,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": 347.8243350982666, + "msecs": 878.5545825958252, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14432.849645614624, + "relativeCreated": 14442.28196144104, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142650,8 +142713,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 11:25:39,356", - "created": 1610360739.356033, + "asctime": "2021-01-11 11:37:43,886", + "created": 1610361463.886762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142661,15 +142724,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": 356.0330867767334, + "msecs": 886.7619037628174, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.05839729309, + "relativeCreated": 14450.489282608032, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142677,8 +142740,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3561444, + "asctime": "2021-01-11 11:37:43,886", + "created": 1610361463.8868947, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142688,15 +142751,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 356.1444282531738, + "msecs": 886.894702911377, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.169738769531, + "relativeCreated": 14450.622081756592, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142705,8 +142768,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3561957, + "asctime": "2021-01-11 11:37:43,886", + "created": 1610361463.8869474, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142716,15 +142779,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 356.19568824768066, + "msecs": 886.9473934173584, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.220998764038, + "relativeCreated": 14450.674772262573, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142732,8 +142795,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3562615, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.8870106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142743,15 +142806,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.2614917755127, + "msecs": 887.0105743408203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.28680229187, + "relativeCreated": 14450.737953186035, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142760,8 +142823,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3563054, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.8870556, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142771,15 +142834,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 356.3053607940674, + "msecs": 887.0556354522705, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.330671310425, + "relativeCreated": 14450.783014297485, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142787,8 +142850,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3563714, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.887124, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142798,15 +142861,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.3714027404785, + "msecs": 887.1240615844727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.396713256836, + "relativeCreated": 14450.851440429688, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142815,8 +142878,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3564131, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.8871696, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142826,15 +142889,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 356.4131259918213, + "msecs": 887.169599533081, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.438436508179, + "relativeCreated": 14450.896978378296, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142842,8 +142905,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3564699, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.8872285, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142853,15 +142916,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.46986961364746, + "msecs": 887.2284889221191, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.495180130005, + "relativeCreated": 14450.955867767334, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142870,8 +142933,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3565156, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.8872705, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142881,15 +142944,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 356.51564598083496, + "msecs": 887.270450592041, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.540956497192, + "relativeCreated": 14450.997829437256, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142897,8 +142960,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3565705, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.887326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142908,15 +142971,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.5704822540283, + "msecs": 887.3260021209717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.595792770386, + "relativeCreated": 14451.053380966187, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142925,8 +142988,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.3566108, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.8873677, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142936,15 +142999,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 356.6107749938965, + "msecs": 887.3677253723145, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.636085510254, + "relativeCreated": 14451.09510421753, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142952,8 +143015,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:39,356", - "created": 1610360739.356691, + "asctime": "2021-01-11 11:37:43,887", + "created": 1610361463.8874512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142963,15 +143026,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 356.6908836364746, + "msecs": 887.451171875, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14441.716194152832, + "relativeCreated": 14451.178550720215, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -142979,8 +143042,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:39,357", - "created": 1610360739.3575845, + "asctime": "2021-01-11 11:37:43,888", + "created": 1610361463.8883994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142990,15 +143053,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 357.58447647094727, + "msecs": 888.3993625640869, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14442.609786987305, + "relativeCreated": 14452.126741409302, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143006,8 +143069,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,357", - "created": 1610360739.3576598, + "asctime": "2021-01-11 11:37:43,888", + "created": 1610361463.8885376, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143017,15 +143080,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 357.65981674194336, + "msecs": 888.5376453399658, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14442.6851272583, + "relativeCreated": 14452.26502418518, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143034,8 +143097,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,357", - "created": 1610360739.3577156, + "asctime": "2021-01-11 11:37:43,888", + "created": 1610361463.8885944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143045,15 +143108,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": 357.7156066894531, + "msecs": 888.594388961792, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14442.74091720581, + "relativeCreated": 14452.321767807007, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143061,8 +143124,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 11:25:39,357", - "created": 1610360739.357792, + "asctime": "2021-01-11 11:37:43,888", + "created": 1610361463.8886764, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143072,15 +143135,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": 357.7919006347656, + "msecs": 888.6764049530029, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14442.817211151123, + "relativeCreated": 14452.403783798218, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143091,8 +143154,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,357", - "created": 1610360739.3579257, + "asctime": "2021-01-11 11:37:43,888", + "created": 1610361463.888831, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143102,15 +143165,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 357.9256534576416, + "msecs": 888.8309001922607, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14442.950963973999, + "relativeCreated": 14452.558279037476, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143118,26 +143181,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:39,357", - "created": 1610360739.3579931, + "asctime": "2021-01-11 11:37:43,888", + "created": 1610361463.888895, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 357.99312591552734, + "msecs": 888.8950347900391, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14443.018436431885, + "relativeCreated": 14452.622413635254, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143148,8 +143211,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,358", - "created": 1610360739.3580751, + "asctime": "2021-01-11 11:37:43,888", + "created": 1610361463.8889806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143159,15 +143222,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 358.0751419067383, + "msecs": 888.9806270599365, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14443.100452423096, + "relativeCreated": 14452.708005905151, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143175,8 +143238,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 11:25:39,358", - "created": 1610360739.3583467, + "asctime": "2021-01-11 11:37:43,889", + "created": 1610361463.8892508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143186,15 +143249,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": 358.34670066833496, + "msecs": 889.2507553100586, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14443.372011184692, + "relativeCreated": 14452.978134155273, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143202,8 +143265,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 11:25:39,366", - "created": 1610360739.3665464, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.8974113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143213,15 +143276,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": 366.5463924407959, + "msecs": 897.4113464355469, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.571702957153, + "relativeCreated": 14461.138725280762, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143229,8 +143292,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,366", - "created": 1610360739.3666625, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.897526, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143240,15 +143303,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 366.66250228881836, + "msecs": 897.5260257720947, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.687812805176, + "relativeCreated": 14461.25340461731, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143257,8 +143320,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,366", - "created": 1610360739.3667133, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.8975782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143268,15 +143331,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 366.713285446167, + "msecs": 897.578239440918, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.738595962524, + "relativeCreated": 14461.305618286133, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143284,8 +143347,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,366", - "created": 1610360739.366774, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.897642, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143295,15 +143358,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.7740821838379, + "msecs": 897.6418972015381, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.799392700195, + "relativeCreated": 14461.369276046753, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143312,8 +143375,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,366", - "created": 1610360739.366816, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.8976972, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143323,15 +143386,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.81604385375977, + "msecs": 897.6972103118896, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.841354370117, + "relativeCreated": 14461.424589157104, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143339,8 +143402,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,366", - "created": 1610360739.3668776, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.8977628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143350,15 +143413,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.87755584716797, + "msecs": 897.7627754211426, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.902866363525, + "relativeCreated": 14461.490154266357, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143367,8 +143430,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,366", - "created": 1610360739.3669174, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.897805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143378,15 +143441,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.91737174987793, + "msecs": 897.8049755096436, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.942682266235, + "relativeCreated": 14461.532354354858, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143394,8 +143457,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,366", - "created": 1610360739.3669734, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.897864, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143405,15 +143468,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.9734001159668, + "msecs": 897.8641033172607, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14451.998710632324, + "relativeCreated": 14461.591482162476, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143422,8 +143485,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,367", - "created": 1610360739.3670146, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.897911, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143433,15 +143496,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.01464653015137, + "msecs": 897.9110717773438, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14452.039957046509, + "relativeCreated": 14461.638450622559, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143449,8 +143512,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,367", - "created": 1610360739.367079, + "asctime": "2021-01-11 11:37:43,897", + "created": 1610361463.8979697, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143460,15 +143523,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 367.0790195465088, + "msecs": 897.9697227478027, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14452.104330062866, + "relativeCreated": 14461.697101593018, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143477,8 +143540,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,367", - "created": 1610360739.367119, + "asctime": "2021-01-11 11:37:43,898", + "created": 1610361463.8980112, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143488,15 +143551,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.11907386779785, + "msecs": 898.0112075805664, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14452.144384384155, + "relativeCreated": 14461.738586425781, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143504,8 +143567,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:39,367", - "created": 1610360739.3672013, + "asctime": "2021-01-11 11:37:43,898", + "created": 1610361463.8980923, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143515,15 +143578,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 367.2013282775879, + "msecs": 898.0922698974609, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14452.226638793945, + "relativeCreated": 14461.819648742676, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143531,8 +143594,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:39,368", - "created": 1610360739.368149, + "asctime": "2021-01-11 11:37:43,899", + "created": 1610361463.8990371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143542,15 +143605,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 368.1490421295166, + "msecs": 899.0371227264404, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14453.174352645874, + "relativeCreated": 14462.764501571655, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143558,8 +143621,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,368", - "created": 1610360739.3682828, + "asctime": "2021-01-11 11:37:43,899", + "created": 1610361463.8991644, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143569,15 +143632,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 368.2827949523926, + "msecs": 899.1644382476807, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14453.30810546875, + "relativeCreated": 14462.891817092896, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143586,8 +143649,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,368", - "created": 1610360739.3683345, + "asctime": "2021-01-11 11:37:43,899", + "created": 1610361463.8992188, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143597,15 +143660,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.3345317840576, + "msecs": 899.2187976837158, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14453.359842300415, + "relativeCreated": 14462.94617652893, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143613,8 +143676,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 11:25:39,368", - "created": 1610360739.3684142, + "asctime": "2021-01-11 11:37:43,899", + "created": 1610361463.8993125, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143624,15 +143687,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": 368.41416358947754, + "msecs": 899.3124961853027, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14453.439474105835, + "relativeCreated": 14463.039875030518, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143643,8 +143706,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,368", - "created": 1610360739.368548, + "asctime": "2021-01-11 11:37:43,899", + "created": 1610361463.8994493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143654,15 +143717,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 368.5479164123535, + "msecs": 899.449348449707, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14453.573226928711, + "relativeCreated": 14463.176727294922, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -143670,8 +143733,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:39,368", - "created": 1610360739.3686073, + "asctime": "2021-01-11 11:37:43,899", + "created": 1610361463.8995116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143681,34 +143744,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 368.6072826385498, + "msecs": 899.5115756988525, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14453.632593154907, + "relativeCreated": 14463.238954544067, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" } ], - "msecs": 690.7775402069092, + "msecs": 221.5099334716797, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14775.802850723267, + "relativeCreated": 14785.237312316895, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3221702575683594 + "time_consumption": 0.32199835777282715 }, { "args": [], - "asctime": "2021-01-11 11:25:39,691", - "created": 1610360739.6914945, + "asctime": "2021-01-11 11:37:44,222", + "created": 1610361464.2222433, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -143726,8 +143789,8 @@ "None", "0" ], - "asctime": "2021-01-11 11:25:39,691", - "created": 1610360739.6913092, + "asctime": "2021-01-11 11:37:44,222", + "created": 1610361464.222036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143737,34 +143800,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=0", "module": "__init__", - "msecs": 691.3092136383057, + "msecs": 222.03588485717773, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14776.334524154663, + "relativeCreated": 14785.763263702393, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 691.4944648742676, + "msecs": 222.2433090209961, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14776.519775390625, + "relativeCreated": 14785.970687866211, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00018525123596191406 + "time_consumption": 0.00020742416381835938 }, { "args": [], - "asctime": "2021-01-11 11:25:39,893", - "created": 1610360739.893029, + "asctime": "2021-01-11 11:37:44,423", + "created": 1610361464.423845, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -143783,8 +143846,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:39,691", - "created": 1610360739.691871, + "asctime": "2021-01-11 11:37:44,222", + "created": 1610361464.2225888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143794,15 +143857,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 691.870927810669, + "msecs": 222.58877754211426, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14776.896238327026, + "relativeCreated": 14786.31615638733, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -143810,8 +143873,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 11:25:39,693", - "created": 1610360739.6931639, + "asctime": "2021-01-11 11:37:44,223", + "created": 1610361464.2234352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143821,15 +143884,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": 693.1638717651367, + "msecs": 223.4351634979248, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14778.189182281494, + "relativeCreated": 14787.16254234314, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143837,8 +143900,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 11:25:39,701", - "created": 1610360739.701562, + "asctime": "2021-01-11 11:37:44,231", + "created": 1610361464.2319007, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143848,15 +143911,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": 701.5619277954102, + "msecs": 231.90069198608398, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14786.587238311768, + "relativeCreated": 14795.628070831299, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143864,8 +143927,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,701", - "created": 1610360739.7018204, + "asctime": "2021-01-11 11:37:44,232", + "created": 1610361464.2321835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143875,15 +143938,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 701.8203735351562, + "msecs": 232.18345642089844, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14786.845684051514, + "relativeCreated": 14795.910835266113, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143892,8 +143955,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,701", - "created": 1610360739.7019649, + "asctime": "2021-01-11 11:37:44,232", + "created": 1610361464.2323482, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143903,15 +143966,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 701.9648551940918, + "msecs": 232.34820365905762, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14786.99016571045, + "relativeCreated": 14796.075582504272, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143919,8 +143982,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,702", - "created": 1610360739.7021685, + "asctime": "2021-01-11 11:37:44,232", + "created": 1610361464.2325482, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143930,15 +143993,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 702.1684646606445, + "msecs": 232.54823684692383, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14787.193775177002, + "relativeCreated": 14796.275615692139, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143947,8 +144010,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,702", - "created": 1610360739.7022924, + "asctime": "2021-01-11 11:37:44,232", + "created": 1610361464.2326899, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143958,15 +144021,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 702.2924423217773, + "msecs": 232.68985748291016, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14787.317752838135, + "relativeCreated": 14796.417236328125, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -143974,8 +144037,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,702", - "created": 1610360739.7024822, + "asctime": "2021-01-11 11:37:44,232", + "created": 1610361464.2329664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143985,15 +144048,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 702.4822235107422, + "msecs": 232.96642303466797, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14787.5075340271, + "relativeCreated": 14796.693801879883, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144002,8 +144065,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,702", - "created": 1610360739.7026231, + "asctime": "2021-01-11 11:37:44,233", + "created": 1610361464.2331066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144013,15 +144076,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 702.6231288909912, + "msecs": 233.1066131591797, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14787.648439407349, + "relativeCreated": 14796.833992004395, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144029,8 +144092,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,702", - "created": 1610360739.702791, + "asctime": "2021-01-11 11:37:44,233", + "created": 1610361464.233297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144040,15 +144103,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 702.7909755706787, + "msecs": 233.29710960388184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14787.816286087036, + "relativeCreated": 14797.024488449097, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144057,8 +144120,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,702", - "created": 1610360739.7029178, + "asctime": "2021-01-11 11:37:44,233", + "created": 1610361464.23343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144068,15 +144131,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 702.9178142547607, + "msecs": 233.4299087524414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14787.943124771118, + "relativeCreated": 14797.157287597656, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144084,8 +144147,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,703", - "created": 1610360739.7030718, + "asctime": "2021-01-11 11:37:44,233", + "created": 1610361464.2336023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144095,15 +144158,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 703.0718326568604, + "msecs": 233.60228538513184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14788.097143173218, + "relativeCreated": 14797.329664230347, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144112,8 +144175,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,703", - "created": 1610360739.703199, + "asctime": "2021-01-11 11:37:44,233", + "created": 1610361464.2337697, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144123,15 +144186,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 703.1989097595215, + "msecs": 233.76965522766113, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14788.224220275879, + "relativeCreated": 14797.497034072876, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144139,8 +144202,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:39,703", - "created": 1610360739.7034082, + "asctime": "2021-01-11 11:37:44,234", + "created": 1610361464.2340045, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144150,15 +144213,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 703.4082412719727, + "msecs": 234.00449752807617, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14788.43355178833, + "relativeCreated": 14797.731876373291, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144166,8 +144229,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:39,704", - "created": 1610360739.7043092, + "asctime": "2021-01-11 11:37:44,234", + "created": 1610361464.2349482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144177,15 +144240,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 704.3092250823975, + "msecs": 234.94815826416016, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14789.334535598755, + "relativeCreated": 14798.675537109375, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144193,8 +144256,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,704", - "created": 1610360739.704522, + "asctime": "2021-01-11 11:37:44,235", + "created": 1610361464.2351909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144204,15 +144267,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 704.521894454956, + "msecs": 235.19086837768555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14789.547204971313, + "relativeCreated": 14798.9182472229, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144221,8 +144284,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,704", - "created": 1610360739.7046642, + "asctime": "2021-01-11 11:37:44,235", + "created": 1610361464.235355, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144232,15 +144295,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": 704.6642303466797, + "msecs": 235.35490036010742, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14789.689540863037, + "relativeCreated": 14799.082279205322, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144248,8 +144311,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 11:25:39,704", - "created": 1610360739.7049224, + "asctime": "2021-01-11 11:37:44,235", + "created": 1610361464.2356443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144259,15 +144322,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": 704.9224376678467, + "msecs": 235.64434051513672, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14789.947748184204, + "relativeCreated": 14799.371719360352, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144278,8 +144341,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:39,705", - "created": 1610360739.7052453, + "asctime": "2021-01-11 11:37:44,236", + "created": 1610361464.2360215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144289,15 +144352,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 705.2452564239502, + "msecs": 236.0215187072754, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14790.270566940308, + "relativeCreated": 14799.74889755249, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144305,26 +144368,26 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:39,705", - "created": 1610360739.7054138, + "asctime": "2021-01-11 11:37:44,236", + "created": 1610361464.2362115, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 705.413818359375, + "msecs": 236.21153831481934, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14790.439128875732, + "relativeCreated": 14799.938917160034, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144335,8 +144398,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:39,705", - "created": 1610360739.7056599, + "asctime": "2021-01-11 11:37:44,236", + "created": 1610361464.2364507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144346,15 +144409,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 705.6598663330078, + "msecs": 236.4506721496582, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14790.685176849365, + "relativeCreated": 14800.178050994873, "stack_info": null, - "thread": 140653015045888, + "thread": 139975911786240, "threadName": "Thread-23" }, { @@ -144362,8 +144425,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 11:25:39,706", - "created": 1610360739.7066135, + "asctime": "2021-01-11 11:37:44,237", + "created": 1610361464.237423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144373,15 +144436,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": 706.6135406494141, + "msecs": 237.42294311523438, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14791.638851165771, + "relativeCreated": 14801.15032196045, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144389,8 +144452,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 11:25:39,714", - "created": 1610360739.7149835, + "asctime": "2021-01-11 11:37:44,245", + "created": 1610361464.2457461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144400,15 +144463,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": 714.9834632873535, + "msecs": 245.74613571166992, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.008773803711, + "relativeCreated": 14809.473514556885, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144416,8 +144479,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,715", - "created": 1610360739.7151673, + "asctime": "2021-01-11 11:37:44,245", + "created": 1610361464.2459052, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144427,15 +144490,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 715.1672840118408, + "msecs": 245.90516090393066, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.192594528198, + "relativeCreated": 14809.632539749146, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144444,8 +144507,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,715", - "created": 1610360739.715255, + "asctime": "2021-01-11 11:37:44,245", + "created": 1610361464.2459865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144455,15 +144518,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 715.2550220489502, + "msecs": 245.9864616394043, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.280332565308, + "relativeCreated": 14809.71384048462, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144471,8 +144534,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,715", - "created": 1610360739.7153609, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.2460978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144482,15 +144545,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 715.3608798980713, + "msecs": 246.09780311584473, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.386190414429, + "relativeCreated": 14809.82518196106, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144499,8 +144562,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,715", - "created": 1610360739.7156386, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.2461693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144510,15 +144573,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.6386375427246, + "msecs": 246.1693286895752, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.663948059082, + "relativeCreated": 14809.89670753479, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144526,8 +144589,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,715", - "created": 1610360739.7157562, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.246274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144537,15 +144600,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 715.7561779022217, + "msecs": 246.27399444580078, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.78148841858, + "relativeCreated": 14810.001373291016, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144554,8 +144617,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,715", - "created": 1610360739.7158306, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.2463412, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144565,15 +144628,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.8305644989014, + "msecs": 246.34122848510742, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.855875015259, + "relativeCreated": 14810.068607330322, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144581,8 +144644,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,715", - "created": 1610360739.715932, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.2466283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144592,15 +144655,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 715.9318923950195, + "msecs": 246.6282844543457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14800.957202911377, + "relativeCreated": 14810.35566329956, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144609,8 +144672,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,716", - "created": 1610360739.7160017, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.246699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144620,15 +144683,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 716.0017490386963, + "msecs": 246.69909477233887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14801.027059555054, + "relativeCreated": 14810.426473617554, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144636,8 +144699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,716", - "created": 1610360739.7161005, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.2467968, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144647,15 +144710,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 716.1004543304443, + "msecs": 246.7968463897705, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14801.125764846802, + "relativeCreated": 14810.524225234985, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144664,8 +144727,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,716", - "created": 1610360739.7161708, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.2468636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144675,15 +144738,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 716.1707878112793, + "msecs": 246.86360359191895, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14801.196098327637, + "relativeCreated": 14810.590982437134, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144691,8 +144754,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:39,716", - "created": 1610360739.7163064, + "asctime": "2021-01-11 11:37:44,246", + "created": 1610361464.2469826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144702,15 +144765,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 716.3064479827881, + "msecs": 246.98257446289062, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14801.331758499146, + "relativeCreated": 14810.709953308105, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144718,8 +144781,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:39,717", - "created": 1610360739.7171266, + "asctime": "2021-01-11 11:37:44,247", + "created": 1610361464.2478058, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144729,15 +144792,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 717.1266078948975, + "msecs": 247.80583381652832, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14802.151918411255, + "relativeCreated": 14811.533212661743, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144745,8 +144808,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,717", - "created": 1610360739.7172244, + "asctime": "2021-01-11 11:37:44,247", + "created": 1610361464.2479267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144756,15 +144819,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.2243595123291, + "msecs": 247.9267120361328, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14802.249670028687, + "relativeCreated": 14811.654090881348, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144773,8 +144836,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,717", - "created": 1610360739.7173128, + "asctime": "2021-01-11 11:37:44,248", + "created": 1610361464.2480092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144784,15 +144847,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.3128128051758, + "msecs": 248.00920486450195, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14802.338123321533, + "relativeCreated": 14811.736583709717, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144800,8 +144863,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 11:25:39,717", - "created": 1610360739.7174346, + "asctime": "2021-01-11 11:37:44,248", + "created": 1610361464.2481291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144811,15 +144874,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": 717.4346446990967, + "msecs": 248.12912940979004, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14802.459955215454, + "relativeCreated": 14811.856508255005, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { @@ -144830,8 +144893,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:39,717", - "created": 1610360739.7176316, + "asctime": "2021-01-11 11:37:44,248", + "created": 1610361464.2483437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144841,23 +144904,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 717.6315784454346, + "msecs": 248.34370613098145, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14802.656888961792, + "relativeCreated": 14812.071084976196, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,717", - "created": 1610360739.717747, + "asctime": "2021-01-11 11:37:44,248", + "created": 1610361464.2484589, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144867,37 +144930,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": 717.7469730377197, + "msecs": 248.4588623046875, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14802.772283554077, + "relativeCreated": 14812.186241149902, "stack_info": null, - "thread": 140652528531200, + "thread": 139975903393536, "threadName": "Thread-24" } ], - "msecs": 893.028974533081, + "msecs": 423.8450527191162, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14978.054285049438, + "relativeCreated": 14987.572431564331, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17528200149536133 + "time_consumption": 0.1753861904144287 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:39,893", - "created": 1610360739.8938916, + "asctime": "2021-01-11 11:37:44,424", + "created": 1610361464.424689, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -144914,8 +144977,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:39,893", - "created": 1610360739.8935432, + "asctime": "2021-01-11 11:37:44,424", + "created": 1610361464.4243238, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -144925,15 +144988,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 893.5432434082031, + "msecs": 424.32379722595215, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14978.56855392456, + "relativeCreated": 14988.051176071167, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -144942,8 +145005,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:39,893", - "created": 1610360739.8937278, + "asctime": "2021-01-11 11:37:44,424", + "created": 1610361464.424505, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -144953,37 +145016,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 893.7277793884277, + "msecs": 424.50499534606934, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14978.753089904785, + "relativeCreated": 14988.232374191284, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 893.8915729522705, + "msecs": 424.68905448913574, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14978.916883468628, + "relativeCreated": 14988.41643333435, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016379356384277344 + "time_consumption": 0.00018405914306640625 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:39,894", - "created": 1610360739.8944225, + "asctime": "2021-01-11 11:37:44,425", + "created": 1610361464.4252968, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -145000,8 +145063,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:39,894", - "created": 1610360739.8941307, + "asctime": "2021-01-11 11:37:44,424", + "created": 1610361464.4249818, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -145011,15 +145074,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 894.1307067871094, + "msecs": 424.98183250427246, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14979.156017303467, + "relativeCreated": 14988.709211349487, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145028,8 +145091,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:39,894", - "created": 1610360739.8942783, + "asctime": "2021-01-11 11:37:44,425", + "created": 1610361464.4251368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -145039,41 +145102,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 894.2782878875732, + "msecs": 425.1368045806885, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14979.30359840393, + "relativeCreated": 14988.864183425903, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 894.4225311279297, + "msecs": 425.2967834472656, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14979.447841644287, + "relativeCreated": 14989.02416229248, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001442432403564453 + "time_consumption": 0.00015997886657714844 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.5574491024017334, - "time_finished": "2021-01-11 11:25:39,894", - "time_start": "2021-01-11 11:25:39,336" + "time_consumption": 0.5544874668121338, + "time_finished": "2021-01-11 11:37:44,425", + "time_start": "2021-01-11 11:37:43,870" }, "_YhmzIE4lEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:43,481", - "created": 1610360743.4817245, + "asctime": "2021-01-11 11:37:48,018", + "created": 1610361468.0185113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145084,19 +145147,19 @@ "message": "_YhmzIE4lEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 481.72450065612793, + "msecs": 18.511295318603516, "msg": "_YhmzIE4lEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18566.749811172485, + "relativeCreated": 18582.23867416382, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:43,489", - "created": 1610360743.4890704, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.0242033, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -145111,8 +145174,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:43,482", - "created": 1610360743.48261, + "asctime": "2021-01-11 11:37:48,019", + "created": 1610361468.0194168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145122,23 +145185,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 482.60998725891113, + "msecs": 19.41680908203125, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18567.63529777527, + "relativeCreated": 18583.144187927246, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:43,483", - "created": 1610360743.483292, + "asctime": "2021-01-11 11:37:48,020", + "created": 1610361468.020237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145148,23 +145211,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 483.2921028137207, + "msecs": 20.236968994140625, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18568.317413330078, + "relativeCreated": 18583.964347839355, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:43,483", - "created": 1610360743.4834845, + "asctime": "2021-01-11 11:37:48,020", + "created": 1610361468.0203655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145174,23 +145237,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 483.48450660705566, + "msecs": 20.365476608276367, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18568.509817123413, + "relativeCreated": 18584.09285545349, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:43,483", - "created": 1610360743.483768, + "asctime": "2021-01-11 11:37:48,020", + "created": 1610361468.0205684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145200,15 +145263,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 483.7679862976074, + "msecs": 20.568370819091797, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18568.793296813965, + "relativeCreated": 18584.295749664307, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145217,26 +145280,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:43,483", - "created": 1610360743.4839203, + "asctime": "2021-01-11 11:37:48,020", + "created": 1610361468.0206718, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 483.9203357696533, + "msecs": 20.671844482421875, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18568.94564628601, + "relativeCreated": 18584.399223327637, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145244,26 +145307,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:43,484", - "created": 1610360743.484111, + "asctime": "2021-01-11 11:37:48,020", + "created": 1610361468.020818, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 484.11107063293457, + "msecs": 20.817995071411133, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18569.136381149292, + "relativeCreated": 18584.545373916626, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145271,26 +145334,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:43,484", - "created": 1610360743.4842405, + "asctime": "2021-01-11 11:37:48,020", + "created": 1610361468.0209115, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 484.2405319213867, + "msecs": 20.911455154418945, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18569.265842437744, + "relativeCreated": 18584.638833999634, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145298,26 +145361,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:43,484", - "created": 1610360743.4843578, + "asctime": "2021-01-11 11:37:48,020", + "created": 1610361468.0209963, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 484.3578338623047, + "msecs": 20.9963321685791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18569.383144378662, + "relativeCreated": 18584.723711013794, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145325,26 +145388,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:43,484", - "created": 1610360743.4844704, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.021079, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 484.4703674316406, + "msecs": 21.079063415527344, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18569.495677947998, + "relativeCreated": 18584.806442260742, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145354,8 +145417,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:43,484", - "created": 1610360743.484598, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.02117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145365,15 +145428,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 484.59792137145996, + "msecs": 21.16990089416504, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18569.623231887817, + "relativeCreated": 18584.89727973938, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145383,8 +145446,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:43,484", - "created": 1610360743.484726, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.021278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145394,15 +145457,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 484.7259521484375, + "msecs": 21.277904510498047, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18569.751262664795, + "relativeCreated": 18585.005283355713, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145412,8 +145475,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:43,484", - "created": 1610360743.4848866, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.021368, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145423,15 +145486,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 484.88664627075195, + "msecs": 21.368026733398438, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18569.91195678711, + "relativeCreated": 18585.095405578613, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145441,8 +145504,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.4850276, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.021455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145452,23 +145515,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 485.027551651001, + "msecs": 21.455049514770508, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.05286216736, + "relativeCreated": 18585.182428359985, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.4851391, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.0215328, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145478,15 +145541,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 485.1391315460205, + "msecs": 21.532773971557617, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.164442062378, + "relativeCreated": 18585.260152816772, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145495,26 +145558,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.4852703, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.0216198, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 485.27026176452637, + "msecs": 21.619796752929688, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.295572280884, + "relativeCreated": 18585.347175598145, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145522,26 +145585,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.48541, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.0217192, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 485.4099750518799, + "msecs": 21.71921730041504, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.435285568237, + "relativeCreated": 18585.44659614563, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145549,26 +145612,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.485526, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.0218077, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 485.52608489990234, + "msecs": 21.80767059326172, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.55139541626, + "relativeCreated": 18585.535049438477, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145578,8 +145641,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.485647, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.021893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145589,15 +145652,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 485.64696311950684, + "msecs": 21.893024444580078, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.672273635864, + "relativeCreated": 18585.620403289795, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145607,8 +145670,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.4857707, + "asctime": "2021-01-11 11:37:48,021", + "created": 1610361468.021987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145618,15 +145681,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 485.77070236206055, + "msecs": 21.986961364746094, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.796012878418, + "relativeCreated": 18585.71434020996, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145635,26 +145698,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:43,485", - "created": 1610360743.485895, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0220807, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 485.89491844177246, + "msecs": 22.080659866333008, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18570.92022895813, + "relativeCreated": 18585.808038711548, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145663,26 +145726,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:43,486", - "created": 1610360743.4860039, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0221617, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 486.0038757324219, + "msecs": 22.16172218322754, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18571.02918624878, + "relativeCreated": 18585.889101028442, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145691,34 +145754,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:43,486", - "created": 1610360743.4861112, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0222394, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 486.1111640930176, + "msecs": 22.23944664001465, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18571.136474609375, + "relativeCreated": 18585.96682548523, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:43,486", - "created": 1610360743.4862297, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.022319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145728,23 +145791,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 486.22965812683105, + "msecs": 22.31907844543457, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18571.25496864319, + "relativeCreated": 18586.04645729065, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:43,486", - "created": 1610360743.4864588, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0224798, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145754,15 +145817,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 486.45877838134766, + "msecs": 22.479772567749023, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18571.484088897705, + "relativeCreated": 18586.207151412964, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145771,26 +145834,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:43,486", - "created": 1610360743.486592, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0225797, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 486.59205436706543, + "msecs": 22.579669952392578, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18571.617364883423, + "relativeCreated": 18586.307048797607, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145798,26 +145861,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:43,486", - "created": 1610360743.4867513, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0226934, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 486.7513179779053, + "msecs": 22.693395614624023, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18571.776628494263, + "relativeCreated": 18586.42077445984, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145825,26 +145888,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:43,486", - "created": 1610360743.4868815, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0227778, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 486.8814945220947, + "msecs": 22.777795791625977, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18571.906805038452, + "relativeCreated": 18586.50517463684, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145852,26 +145915,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.4870057, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0228639, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 487.00571060180664, + "msecs": 22.86386489868164, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.031021118164, + "relativeCreated": 18586.591243743896, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145879,26 +145942,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.4871178, + "asctime": "2021-01-11 11:37:48,022", + "created": 1610361468.0229437, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 487.1177673339844, + "msecs": 22.943735122680664, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.14307785034, + "relativeCreated": 18586.671113967896, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145908,8 +145971,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.4872372, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0230277, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145919,15 +145982,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 487.23721504211426, + "msecs": 23.027658462524414, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.26252555847, + "relativeCreated": 18586.75503730774, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145937,8 +146000,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.487359, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0231216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145948,15 +146011,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 487.35904693603516, + "msecs": 23.12159538269043, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.384357452393, + "relativeCreated": 18586.848974227905, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145966,8 +146029,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.487489, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0232136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145977,15 +146040,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 487.4889850616455, + "msecs": 23.213624954223633, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.514295578003, + "relativeCreated": 18586.94100379944, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -145995,8 +146058,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.4876153, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0232987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146006,23 +146069,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 487.61534690856934, + "msecs": 23.29874038696289, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.640657424927, + "relativeCreated": 18587.026119232178, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.4877217, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.023374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146032,15 +146095,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 487.72168159484863, + "msecs": 23.374080657958984, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.746992111206, + "relativeCreated": 18587.101459503174, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146049,26 +146112,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.48784, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0234575, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 487.839937210083, + "msecs": 23.45752716064453, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.86524772644, + "relativeCreated": 18587.18490600586, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146076,26 +146139,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:43,487", - "created": 1610360743.48797, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0235498, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 487.97011375427246, + "msecs": 23.549795150756836, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18572.99542427063, + "relativeCreated": 18587.27717399597, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146103,26 +146166,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:43,488", - "created": 1610360743.488084, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0236309, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 488.084077835083, + "msecs": 23.630857467651367, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18573.10938835144, + "relativeCreated": 18587.358236312866, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146132,8 +146195,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:43,488", - "created": 1610360743.4881997, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0237124, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146143,15 +146206,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 488.19971084594727, + "msecs": 23.7123966217041, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18573.225021362305, + "relativeCreated": 18587.43977546692, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146161,8 +146224,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:43,488", - "created": 1610360743.4883206, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.0238023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146172,15 +146235,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 488.32058906555176, + "msecs": 23.80228042602539, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18573.34589958191, + "relativeCreated": 18587.52965927124, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146189,26 +146252,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:43,488", - "created": 1610360743.4884362, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.02389, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 488.436222076416, + "msecs": 23.890018463134766, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18573.461532592773, + "relativeCreated": 18587.61739730835, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146217,26 +146280,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:43,488", - "created": 1610360743.4886749, + "asctime": "2021-01-11 11:37:48,023", + "created": 1610361468.023969, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 488.6748790740967, + "msecs": 23.968935012817383, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18573.700189590454, + "relativeCreated": 18587.696313858032, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146245,34 +146308,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:43,488", - "created": 1610360743.4888184, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.024045, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 488.8184070587158, + "msecs": 24.04499053955078, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18573.843717575073, + "relativeCreated": 18587.772369384766, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:43,488", - "created": 1610360743.4889476, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.0241241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146282,34 +146345,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 488.94762992858887, + "msecs": 24.1241455078125, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18573.972940444946, + "relativeCreated": 18587.851524353027, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 489.0704154968262, + "msecs": 24.20330047607422, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18574.095726013184, + "relativeCreated": 18587.93067932129, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001227855682373047 + "time_consumption": 7.915496826171875e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:43,833", - "created": 1610360743.833609, + "asctime": "2021-01-11 11:37:48,368", + "created": 1610361468.3683846, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -146324,8 +146387,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:43,489", - "created": 1610360743.4893112, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.0243697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146335,23 +146398,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 489.31121826171875, + "msecs": 24.36971664428711, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18574.336528778076, + "relativeCreated": 18588.097095489502, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:43,489", - "created": 1610360743.4894276, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.0244496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146361,23 +146424,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 489.4275665283203, + "msecs": 24.449586868286133, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18574.452877044678, + "relativeCreated": 18588.1769657135, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:43,489", - "created": 1610360743.4895387, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.0245337, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146387,15 +146450,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 489.53866958618164, + "msecs": 24.533748626708984, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18574.56398010254, + "relativeCreated": 18588.261127471924, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146406,8 +146469,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,489", - "created": 1610360743.4897428, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.024674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146417,23 +146480,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 489.7427558898926, + "msecs": 24.673938751220703, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18574.76806640625, + "relativeCreated": 18588.401317596436, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:43,490", - "created": 1610360743.490106, + "asctime": "2021-01-11 11:37:48,024", + "created": 1610361468.0249407, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146443,23 +146506,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 490.10610580444336, + "msecs": 24.94072914123535, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18575.1314163208, + "relativeCreated": 18588.66810798645, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:43,490", - "created": 1610360743.4902332, + "asctime": "2021-01-11 11:37:48,025", + "created": 1610361468.0250657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146469,23 +146532,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 490.2331829071045, + "msecs": 25.06566047668457, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18575.258493423462, + "relativeCreated": 18588.7930393219, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:43,490", - "created": 1610360743.4903471, + "asctime": "2021-01-11 11:37:48,025", + "created": 1610361468.0251596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146495,15 +146558,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 490.34714698791504, + "msecs": 25.159597396850586, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18575.372457504272, + "relativeCreated": 18588.886976242065, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -146511,8 +146574,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 11:25:43,490", - "created": 1610360743.4906583, + "asctime": "2021-01-11 11:37:48,025", + "created": 1610361468.025388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146522,15 +146585,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": 490.6582832336426, + "msecs": 25.388002395629883, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18575.68359375, + "relativeCreated": 18589.115381240845, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146538,8 +146601,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 11:25:43,493", - "created": 1610360743.4936163, + "asctime": "2021-01-11 11:37:48,028", + "created": 1610361468.028373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146549,15 +146612,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": 493.61634254455566, + "msecs": 28.373003005981445, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18578.641653060913, + "relativeCreated": 18592.100381851196, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146565,8 +146628,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,493", - "created": 1610360743.4937272, + "asctime": "2021-01-11 11:37:48,028", + "created": 1610361468.0285552, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146576,15 +146639,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 493.7272071838379, + "msecs": 28.55515480041504, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18578.752517700195, + "relativeCreated": 18592.28253364563, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146593,8 +146656,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:43,493", - "created": 1610360743.4937792, + "asctime": "2021-01-11 11:37:48,028", + "created": 1610361468.0286503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146604,15 +146667,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 493.77918243408203, + "msecs": 28.650283813476562, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18578.80449295044, + "relativeCreated": 18592.37766265869, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146620,8 +146683,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,493", - "created": 1610360743.4938545, + "asctime": "2021-01-11 11:37:48,028", + "created": 1610361468.028797, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146631,15 +146694,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 493.8545227050781, + "msecs": 28.796911239624023, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18578.879833221436, + "relativeCreated": 18592.52429008484, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146648,8 +146711,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:43,493", - "created": 1610360743.4938977, + "asctime": "2021-01-11 11:37:48,028", + "created": 1610361468.0288787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146659,15 +146722,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": 493.8976764678955, + "msecs": 28.87868881225586, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18578.922986984253, + "relativeCreated": 18592.60606765747, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146675,8 +146738,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13" ], - "asctime": "2021-01-11 11:25:43,493", - "created": 1610360743.4939523, + "asctime": "2021-01-11 11:37:48,028", + "created": 1610361468.0289807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146686,15 +146749,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": 493.95227432250977, + "msecs": 28.980731964111328, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18578.977584838867, + "relativeCreated": 18592.708110809326, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146705,8 +146768,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,494", - "created": 1610360743.4941025, + "asctime": "2021-01-11 11:37:48,029", + "created": 1610361468.0292249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146716,15 +146779,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 494.10247802734375, + "msecs": 29.224872589111328, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18579.1277885437, + "relativeCreated": 18592.952251434326, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146732,26 +146795,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:43,494", - "created": 1610360743.4941618, + "asctime": "2021-01-11 11:37:48,029", + "created": 1610361468.0293293, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 494.16184425354004, + "msecs": 29.329299926757812, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18579.187154769897, + "relativeCreated": 18593.056678771973, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146762,8 +146825,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,494", - "created": 1610360743.4942381, + "asctime": "2021-01-11 11:37:48,029", + "created": 1610361468.0294774, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146773,15 +146836,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 494.23813819885254, + "msecs": 29.477357864379883, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18579.26344871521, + "relativeCreated": 18593.204736709595, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -146789,8 +146852,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 11:25:43,494", - "created": 1610360743.4944525, + "asctime": "2021-01-11 11:37:48,029", + "created": 1610361468.0298321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146800,15 +146863,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": 494.45247650146484, + "msecs": 29.832124710083008, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18579.477787017822, + "relativeCreated": 18593.559503555298, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -146816,8 +146879,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 11:25:43,497", - "created": 1610360743.4972782, + "asctime": "2021-01-11 11:37:48,032", + "created": 1610361468.0327334, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146827,15 +146890,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": 497.27821350097656, + "msecs": 32.73344039916992, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.303524017334, + "relativeCreated": 18596.460819244385, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -146843,8 +146906,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,497", - "created": 1610360743.4974039, + "asctime": "2021-01-11 11:37:48,032", + "created": 1610361468.0329163, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146854,15 +146917,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 497.4038600921631, + "msecs": 32.91630744934082, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.42917060852, + "relativeCreated": 18596.643686294556, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -146871,8 +146934,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:43,497", - "created": 1610360743.4974554, + "asctime": "2021-01-11 11:37:48,032", + "created": 1610361468.032989, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146882,15 +146945,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 497.455358505249, + "msecs": 32.9890251159668, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.480669021606, + "relativeCreated": 18596.71640396118, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -146898,8 +146961,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,497", - "created": 1610360743.497526, + "asctime": "2021-01-11 11:37:48,033", + "created": 1610361468.0330882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146909,15 +146972,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 497.5259304046631, + "msecs": 33.08820724487305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.55124092102, + "relativeCreated": 18596.815586090088, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -146926,8 +146989,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:43,497", - "created": 1610360743.4975688, + "asctime": "2021-01-11 11:37:48,033", + "created": 1610361468.0331495, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146937,15 +147000,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": 497.56884574890137, + "msecs": 33.14948081970215, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.59415626526, + "relativeCreated": 18596.876859664917, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -146953,8 +147016,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12" ], - "asctime": "2021-01-11 11:25:43,497", - "created": 1610360743.4976256, + "asctime": "2021-01-11 11:37:48,033", + "created": 1610361468.0332272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146964,15 +147027,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": 497.62558937072754, + "msecs": 33.22720527648926, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.650899887085, + "relativeCreated": 18596.954584121704, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -146983,8 +147046,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,497", - "created": 1610360743.497768, + "asctime": "2021-01-11 11:37:48,033", + "created": 1610361468.033412, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146994,15 +147057,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 497.7679252624512, + "msecs": 33.41197967529297, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.79323577881, + "relativeCreated": 18597.139358520508, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147010,8 +147073,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:43,497", - "created": 1610360743.4978247, + "asctime": "2021-01-11 11:37:48,033", + "created": 1610361468.033491, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147021,34 +147084,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 497.82466888427734, + "msecs": 33.490896224975586, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18582.849979400635, + "relativeCreated": 18597.21827507019, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" } ], - "msecs": 833.6091041564941, + "msecs": 368.38459968566895, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18918.63441467285, + "relativeCreated": 18932.111978530884, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3357844352722168 + "time_consumption": 0.33489370346069336 }, { "args": [], - "asctime": "2021-01-11 11:25:44,035", - "created": 1610360744.0354161, + "asctime": "2021-01-11 11:37:48,570", + "created": 1610361468.5700872, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -147067,8 +147130,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:43,834", - "created": 1610360743.8342004, + "asctime": "2021-01-11 11:37:48,368", + "created": 1610361468.3689885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147078,15 +147141,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 834.200382232666, + "msecs": 368.9885139465332, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18919.225692749023, + "relativeCreated": 18932.715892791748, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -147094,8 +147157,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 11:25:43,835", - "created": 1610360743.8350601, + "asctime": "2021-01-11 11:37:48,369", + "created": 1610361468.3697708, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147105,15 +147168,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": 835.0601196289062, + "msecs": 369.77076530456543, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18920.085430145264, + "relativeCreated": 18933.49814414978, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -147121,8 +147184,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 11:25:43,841", - "created": 1610360743.841097, + "asctime": "2021-01-11 11:37:48,376", + "created": 1610361468.3763528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147132,15 +147195,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": 841.0971164703369, + "msecs": 376.35278701782227, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18926.122426986694, + "relativeCreated": 18940.080165863037, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -147148,8 +147211,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,841", - "created": 1610360743.84138, + "asctime": "2021-01-11 11:37:48,376", + "created": 1610361468.3766243, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147159,15 +147222,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 841.3798809051514, + "msecs": 376.62434577941895, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18926.40519142151, + "relativeCreated": 18940.351724624634, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -147176,8 +147239,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:43,841", - "created": 1610360743.8415473, + "asctime": "2021-01-11 11:37:48,376", + "created": 1610361468.376843, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147187,15 +147250,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 841.5472507476807, + "msecs": 376.8429756164551, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18926.572561264038, + "relativeCreated": 18940.57035446167, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -147203,8 +147266,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,841", - "created": 1610360743.8418808, + "asctime": "2021-01-11 11:37:48,377", + "created": 1610361468.3772726, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147214,15 +147277,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 841.8807983398438, + "msecs": 377.2726058959961, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18926.9061088562, + "relativeCreated": 18940.99998474121, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -147231,8 +147294,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:43,842", - "created": 1610360743.8420262, + "asctime": "2021-01-11 11:37:48,377", + "created": 1610361468.377428, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147242,15 +147305,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": 842.0262336730957, + "msecs": 377.4280548095703, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18927.051544189453, + "relativeCreated": 18941.155433654785, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -147258,8 +147321,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 11:25:43,842", - "created": 1610360743.8422756, + "asctime": "2021-01-11 11:37:48,377", + "created": 1610361468.3776352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147269,15 +147332,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": 842.2756195068359, + "msecs": 377.63524055480957, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18927.300930023193, + "relativeCreated": 18941.362619400024, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { @@ -147288,8 +147351,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:43,842", - "created": 1610360743.8428295, + "asctime": "2021-01-11 11:37:48,378", + "created": 1610361468.3781443, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147299,23 +147362,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 842.8294658660889, + "msecs": 378.1442642211914, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18927.854776382446, + "relativeCreated": 18941.871643066406, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:43,843", - "created": 1610360743.843054, + "asctime": "2021-01-11 11:37:48,378", + "created": 1610361468.3783658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147325,37 +147388,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": 843.0540561676025, + "msecs": 378.36575508117676, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18928.07936668396, + "relativeCreated": 18942.09313392639, "stack_info": null, - "thread": 140651958089472, + "thread": 139974989047552, "threadName": "Thread-35" } ], - "msecs": 35.4161262512207, + "msecs": 570.087194442749, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19120.441436767578, + "relativeCreated": 19133.814573287964, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.19236207008361816 + "time_consumption": 0.19172143936157227 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:44,036", - "created": 1610360744.0362198, + "asctime": "2021-01-11 11:37:48,570", + "created": 1610361468.5708692, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147372,8 +147435,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:44,035", - "created": 1610360744.0358741, + "asctime": "2021-01-11 11:37:48,570", + "created": 1610361468.5705178, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147383,15 +147446,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 35.874128341674805, + "msecs": 570.5177783966064, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19120.899438858032, + "relativeCreated": 19134.24515724182, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -147400,8 +147463,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:44,036", - "created": 1610360744.0360656, + "asctime": "2021-01-11 11:37:48,570", + "created": 1610361468.570713, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147411,37 +147474,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 36.06557846069336, + "msecs": 570.7130432128906, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19121.09088897705, + "relativeCreated": 19134.440422058105, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 36.21983528137207, + "msecs": 570.8692073822021, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19121.24514579773, + "relativeCreated": 19134.596586227417, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015425682067871094 + "time_consumption": 0.00015616416931152344 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:44,036", - "created": 1610360744.0368183, + "asctime": "2021-01-11 11:37:48,571", + "created": 1610361468.5714178, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147458,8 +147521,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:44,036", - "created": 1610360744.0364609, + "asctime": "2021-01-11 11:37:48,571", + "created": 1610361468.5711074, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147469,15 +147532,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": 36.46087646484375, + "msecs": 571.1073875427246, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19121.4861869812, + "relativeCreated": 19134.83476638794, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -147486,8 +147549,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:44,036", - "created": 1610360744.0366251, + "asctime": "2021-01-11 11:37:48,571", + "created": 1610361468.5712688, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147497,34 +147560,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": 36.62514686584473, + "msecs": 571.2687969207764, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19121.650457382202, + "relativeCreated": 19134.99617576599, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 36.81826591491699, + "msecs": 571.4178085327148, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19121.843576431274, + "relativeCreated": 19135.14518737793, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00019311904907226562 + "time_consumption": 0.00014901161193847656 }, { "args": [], - "asctime": "2021-01-11 11:25:44,238", - "created": 1610360744.238286, + "asctime": "2021-01-11 11:37:48,772", + "created": 1610361468.7729514, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -147543,8 +147606,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:44,037", - "created": 1610360744.0371695, + "asctime": "2021-01-11 11:37:48,571", + "created": 1610361468.5717554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147554,15 +147617,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": 37.169456481933594, + "msecs": 571.7554092407227, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19122.19476699829, + "relativeCreated": 19135.482788085938, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -147570,8 +147633,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 11:25:44,037", - "created": 1610360744.0379333, + "asctime": "2021-01-11 11:37:48,572", + "created": 1610361468.5725052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147581,15 +147644,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": 37.933349609375, + "msecs": 572.5052356719971, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19122.958660125732, + "relativeCreated": 19136.232614517212, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147597,8 +147660,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 11:25:44,044", - "created": 1610360744.044055, + "asctime": "2021-01-11 11:37:48,578", + "created": 1610361468.5785341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147608,15 +147671,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": 44.05498504638672, + "msecs": 578.5341262817383, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19129.080295562744, + "relativeCreated": 19142.261505126953, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147624,8 +147687,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:44,044", - "created": 1610360744.0443344, + "asctime": "2021-01-11 11:37:48,578", + "created": 1610361468.578799, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147635,15 +147698,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 44.33441162109375, + "msecs": 578.7990093231201, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19129.35972213745, + "relativeCreated": 19142.526388168335, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147652,8 +147715,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:44,044", - "created": 1610360744.044501, + "asctime": "2021-01-11 11:37:48,578", + "created": 1610361468.578969, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147663,15 +147726,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 44.50106620788574, + "msecs": 578.9690017700195, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19129.526376724243, + "relativeCreated": 19142.696380615234, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147679,8 +147742,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:44,044", - "created": 1610360744.0448706, + "asctime": "2021-01-11 11:37:48,579", + "created": 1610361468.579267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147690,15 +147753,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 44.870615005493164, + "msecs": 579.2670249938965, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19129.89592552185, + "relativeCreated": 19142.99440383911, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147707,8 +147770,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:44,045", - "created": 1610360744.0450242, + "asctime": "2021-01-11 11:37:48,579", + "created": 1610361468.5794055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147718,15 +147781,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": 45.02415657043457, + "msecs": 579.4055461883545, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19130.049467086792, + "relativeCreated": 19143.13292503357, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147734,8 +147797,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 11:25:44,045", - "created": 1610360744.0452323, + "asctime": "2021-01-11 11:37:48,579", + "created": 1610361468.5795884, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147745,15 +147808,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": 45.232295989990234, + "msecs": 579.5884132385254, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19130.257606506348, + "relativeCreated": 19143.31579208374, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { @@ -147764,8 +147827,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:44,045", - "created": 1610360744.0457294, + "asctime": "2021-01-11 11:37:48,580", + "created": 1610361468.5800095, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147775,23 +147838,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": 45.72939872741699, + "msecs": 580.0094604492188, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19130.754709243774, + "relativeCreated": 19143.736839294434, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:44,045", - "created": 1610360744.0459554, + "asctime": "2021-01-11 11:37:48,580", + "created": 1610361468.5802064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147801,37 +147864,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": 45.95541954040527, + "msecs": 580.2063941955566, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19130.980730056763, + "relativeCreated": 19143.93377304077, "stack_info": null, - "thread": 140651949696768, + "thread": 139974980654848, "threadName": "Thread-36" } ], - "msecs": 238.28601837158203, + "msecs": 772.9513645172119, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19323.31132888794, + "relativeCreated": 19336.678743362427, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.19233059883117676 + "time_consumption": 0.19274497032165527 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:44,239", - "created": 1610360744.239041, + "asctime": "2021-01-11 11:37:48,773", + "created": 1610361468.773698, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147848,8 +147911,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:44,238", - "created": 1610360744.2387168, + "asctime": "2021-01-11 11:37:48,773", + "created": 1610361468.7733722, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147859,15 +147922,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 238.71684074401855, + "msecs": 773.3721733093262, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19323.742151260376, + "relativeCreated": 19337.09955215454, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -147876,8 +147939,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:44,238", - "created": 1610360744.2388887, + "asctime": "2021-01-11 11:37:48,773", + "created": 1610361468.7735462, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147887,37 +147950,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 238.88874053955078, + "msecs": 773.5462188720703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19323.91405105591, + "relativeCreated": 19337.273597717285, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 239.04109001159668, + "msecs": 773.698091506958, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19324.066400527954, + "relativeCreated": 19337.425470352173, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015234947204589844 + "time_consumption": 0.0001518726348876953 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:44,239", - "created": 1610360744.2396255, + "asctime": "2021-01-11 11:37:48,774", + "created": 1610361468.7742739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147934,8 +147997,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:44,239", - "created": 1610360744.2392793, + "asctime": "2021-01-11 11:37:48,773", + "created": 1610361468.773962, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147945,15 +148008,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": 239.27927017211914, + "msecs": 773.9620208740234, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19324.304580688477, + "relativeCreated": 19337.68939971924, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -147962,8 +148025,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 11:25:44,239", - "created": 1610360744.2394536, + "asctime": "2021-01-11 11:37:48,774", + "created": 1610361468.7741249, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147973,41 +148036,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": 239.45355415344238, + "msecs": 774.1248607635498, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19324.4788646698, + "relativeCreated": 19337.852239608765, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 239.6254539489746, + "msecs": 774.2738723754883, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 19324.650764465332, + "relativeCreated": 19338.001251220703, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00017189979553222656 + "time_consumption": 0.00014901161193847656 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.7579009532928467, - "time_finished": "2021-01-11 11:25:44,239", - "time_start": "2021-01-11 11:25:43,481" + "time_consumption": 0.7557625770568848, + "time_finished": "2021-01-11 11:37:48,774", + "time_start": "2021-01-11 11:37:48,018" }, "_ZJMD8EzaEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:25,776", - "created": 1610360725.7760823, + "asctime": "2021-01-11 11:37:30,305", + "created": 1610361450.3053374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148018,19 +148081,19 @@ "message": "_ZJMD8EzaEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 776.0822772979736, + "msecs": 305.33742904663086, "msg": "_ZJMD8EzaEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 861.107587814331, + "relativeCreated": 869.0648078918457, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7796464, + "asctime": "2021-01-11 11:37:30,314", + "created": 1610361450.314214, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -148045,8 +148108,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:25,776", - "created": 1610360725.776496, + "asctime": "2021-01-11 11:37:30,306", + "created": 1610361450.3062966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148056,23 +148119,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 776.4959335327148, + "msecs": 306.29658699035645, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 861.5212440490723, + "relativeCreated": 870.0239658355713, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,776", - "created": 1610360725.7768579, + "asctime": "2021-01-11 11:37:30,307", + "created": 1610361450.307109, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148082,23 +148145,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 776.857852935791, + "msecs": 307.10911750793457, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 861.8831634521484, + "relativeCreated": 870.8364963531494, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,776", - "created": 1610360725.7769704, + "asctime": "2021-01-11 11:37:30,307", + "created": 1610361450.3073723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148108,23 +148171,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 776.970386505127, + "msecs": 307.3723316192627, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 861.9956970214844, + "relativeCreated": 871.0997104644775, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7771137, + "asctime": "2021-01-11 11:37:30,307", + "created": 1610361450.3077214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148134,15 +148197,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 777.113676071167, + "msecs": 307.7213764190674, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.1389865875244, + "relativeCreated": 871.4487552642822, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148151,26 +148214,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7771986, + "asctime": "2021-01-11 11:37:30,307", + "created": 1610361450.3079278, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 777.1985530853271, + "msecs": 307.92784690856934, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.2238636016846, + "relativeCreated": 871.6552257537842, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148178,26 +148241,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7773044, + "asctime": "2021-01-11 11:37:30,308", + "created": 1610361450.3081899, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 777.3044109344482, + "msecs": 308.18986892700195, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.3297214508057, + "relativeCreated": 871.9172477722168, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148205,26 +148268,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7773685, + "asctime": "2021-01-11 11:37:30,308", + "created": 1610361450.3083656, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 777.3685455322266, + "msecs": 308.3655834197998, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.393856048584, + "relativeCreated": 872.0929622650146, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148232,26 +148295,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7774239, + "asctime": "2021-01-11 11:37:30,308", + "created": 1610361450.3085175, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 777.4238586425781, + "msecs": 308.5174560546875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.4491691589355, + "relativeCreated": 872.2448348999023, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148259,26 +148322,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.777478, + "asctime": "2021-01-11 11:37:30,308", + "created": 1610361450.3086693, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 777.4779796600342, + "msecs": 308.6693286895752, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.5032901763916, + "relativeCreated": 872.39670753479, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148288,8 +148351,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.777539, + "asctime": "2021-01-11 11:37:30,308", + "created": 1610361450.3088648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148299,15 +148362,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 777.5390148162842, + "msecs": 308.8648319244385, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.5643253326416, + "relativeCreated": 872.5922107696533, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148317,8 +148380,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7776043, + "asctime": "2021-01-11 11:37:30,309", + "created": 1610361450.3090315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148328,15 +148391,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 777.604341506958, + "msecs": 309.03148651123047, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.6296520233154, + "relativeCreated": 872.7588653564453, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148346,8 +148409,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7776642, + "asctime": "2021-01-11 11:37:30,309", + "created": 1610361450.3091881, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148357,15 +148420,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 777.6641845703125, + "msecs": 309.1881275177002, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.6894950866699, + "relativeCreated": 872.915506362915, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148375,8 +148438,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7777255, + "asctime": "2021-01-11 11:37:30,309", + "created": 1610361450.3093548, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148386,23 +148449,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 777.7254581451416, + "msecs": 309.3547821044922, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.750768661499, + "relativeCreated": 873.082160949707, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7777781, + "asctime": "2021-01-11 11:37:30,309", + "created": 1610361450.3094947, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148412,15 +148475,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 777.778148651123, + "msecs": 309.4947338104248, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.8034591674805, + "relativeCreated": 873.2221126556396, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148429,26 +148492,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.77784, + "asctime": "2021-01-11 11:37:30,309", + "created": 1610361450.3096483, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 777.8398990631104, + "msecs": 309.6482753753662, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.8652095794678, + "relativeCreated": 873.375654220581, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148456,26 +148519,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7779028, + "asctime": "2021-01-11 11:37:30,309", + "created": 1610361450.3098142, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 777.9028415679932, + "msecs": 309.8142147064209, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.9281520843506, + "relativeCreated": 873.5415935516357, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148483,26 +148546,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:25,777", - "created": 1610360725.7779605, + "asctime": "2021-01-11 11:37:30,309", + "created": 1610361450.3099678, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 777.9605388641357, + "msecs": 309.9677562713623, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 862.9858493804932, + "relativeCreated": 873.6951351165771, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148512,8 +148575,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.778018, + "asctime": "2021-01-11 11:37:30,310", + "created": 1610361450.3101182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148523,15 +148586,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 778.0179977416992, + "msecs": 310.1181983947754, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.0433082580566, + "relativeCreated": 873.8455772399902, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148541,8 +148604,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7780762, + "asctime": "2021-01-11 11:37:30,310", + "created": 1610361450.3102813, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148552,15 +148615,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 778.076171875, + "msecs": 310.28127670288086, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.1014823913574, + "relativeCreated": 874.0086555480957, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148569,26 +148632,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7781322, + "asctime": "2021-01-11 11:37:30,310", + "created": 1610361450.310427, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 778.1322002410889, + "msecs": 310.4269504547119, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.1575107574463, + "relativeCreated": 874.1543292999268, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148597,26 +148660,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.778189, + "asctime": "2021-01-11 11:37:30,310", + "created": 1610361450.3105652, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 778.188943862915, + "msecs": 310.5652332305908, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.2142543792725, + "relativeCreated": 874.2926120758057, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148625,34 +148688,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7782419, + "asctime": "2021-01-11 11:37:30,310", + "created": 1610361450.3106995, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 778.2418727874756, + "msecs": 310.699462890625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.267183303833, + "relativeCreated": 874.4268417358398, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7782938, + "asctime": "2021-01-11 11:37:30,310", + "created": 1610361450.3108416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148662,23 +148725,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 778.2938480377197, + "msecs": 310.84156036376953, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.3191585540771, + "relativeCreated": 874.5689392089844, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.778429, + "asctime": "2021-01-11 11:37:30,311", + "created": 1610361450.31112, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148688,15 +148751,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 778.4290313720703, + "msecs": 311.12003326416016, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.4543418884277, + "relativeCreated": 874.847412109375, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148705,26 +148768,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.778522, + "asctime": "2021-01-11 11:37:30,311", + "created": 1610361450.311275, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 778.5220146179199, + "msecs": 311.2750053405762, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.5473251342773, + "relativeCreated": 875.002384185791, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148732,26 +148795,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.778607, + "asctime": "2021-01-11 11:37:30,311", + "created": 1610361450.3114822, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 778.6068916320801, + "msecs": 311.48219108581543, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.6322021484375, + "relativeCreated": 875.2095699310303, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148759,26 +148822,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7786663, + "asctime": "2021-01-11 11:37:30,311", + "created": 1610361450.311633, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 778.6662578582764, + "msecs": 311.6331100463867, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.6915683746338, + "relativeCreated": 875.3604888916016, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148786,26 +148849,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7787251, + "asctime": "2021-01-11 11:37:30,311", + "created": 1610361450.311785, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 778.7251472473145, + "msecs": 311.7849826812744, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.7504577636719, + "relativeCreated": 875.5123615264893, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148813,26 +148876,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7787826, + "asctime": "2021-01-11 11:37:30,311", + "created": 1610361450.3119428, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 778.7826061248779, + "msecs": 311.94281578063965, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.8079166412354, + "relativeCreated": 875.6701946258545, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148842,8 +148905,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.778842, + "asctime": "2021-01-11 11:37:30,312", + "created": 1610361450.3120935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148853,15 +148916,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 778.8419723510742, + "msecs": 312.09349632263184, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.8672828674316, + "relativeCreated": 875.8208751678467, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148871,8 +148934,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7789016, + "asctime": "2021-01-11 11:37:30,312", + "created": 1610361450.3122475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148882,15 +148945,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 778.9015769958496, + "msecs": 312.24751472473145, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.926887512207, + "relativeCreated": 875.9748935699463, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148900,8 +148963,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:25,778", - "created": 1610360725.7789638, + "asctime": "2021-01-11 11:37:30,312", + "created": 1610361450.3123994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148911,15 +148974,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 778.9638042449951, + "msecs": 312.39938735961914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 863.9891147613525, + "relativeCreated": 876.126766204834, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148929,8 +148992,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.779022, + "asctime": "2021-01-11 11:37:30,312", + "created": 1610361450.3125484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148940,23 +149003,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 779.0219783782959, + "msecs": 312.5483989715576, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.0472888946533, + "relativeCreated": 876.2757778167725, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7790732, + "asctime": "2021-01-11 11:37:30,312", + "created": 1610361450.3126924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148966,15 +149029,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 779.0732383728027, + "msecs": 312.69240379333496, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.0985488891602, + "relativeCreated": 876.4197826385498, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -148983,26 +149046,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7791314, + "asctime": "2021-01-11 11:37:30,312", + "created": 1610361450.312873, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 779.1314125061035, + "msecs": 312.87288665771484, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.1567230224609, + "relativeCreated": 876.6002655029297, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149010,26 +149073,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.779193, + "asctime": "2021-01-11 11:37:30,313", + "created": 1610361450.3130372, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 779.1929244995117, + "msecs": 313.0371570587158, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.2182350158691, + "relativeCreated": 876.7645359039307, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149037,26 +149100,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7792525, + "asctime": "2021-01-11 11:37:30,313", + "created": 1610361450.3131833, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 779.2525291442871, + "msecs": 313.1833076477051, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.2778396606445, + "relativeCreated": 876.9106864929199, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149066,8 +149129,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7793095, + "asctime": "2021-01-11 11:37:30,313", + "created": 1610361450.3133304, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149077,15 +149140,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 779.3095111846924, + "msecs": 313.33041191101074, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.3348217010498, + "relativeCreated": 877.0577907562256, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149095,8 +149158,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7793682, + "asctime": "2021-01-11 11:37:30,313", + "created": 1610361450.3135102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149106,15 +149169,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 779.3681621551514, + "msecs": 313.5101795196533, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.3934726715088, + "relativeCreated": 877.2375583648682, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149123,26 +149186,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7794244, + "asctime": "2021-01-11 11:37:30,313", + "created": 1610361450.3136585, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 779.4244289398193, + "msecs": 313.6584758758545, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.4497394561768, + "relativeCreated": 877.3858547210693, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149151,26 +149214,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7794814, + "asctime": "2021-01-11 11:37:30,313", + "created": 1610361450.313806, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 779.4814109802246, + "msecs": 313.80605697631836, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.506721496582, + "relativeCreated": 877.5334358215332, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149179,34 +149242,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.779544, + "asctime": "2021-01-11 11:37:30,313", + "created": 1610361450.3139422, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 779.5441150665283, + "msecs": 313.94219398498535, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.5694255828857, + "relativeCreated": 877.6695728302002, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7795966, + "asctime": "2021-01-11 11:37:30,314", + "created": 1610361450.314083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149216,34 +149279,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 779.5965671539307, + "msecs": 314.0830993652344, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.6218776702881, + "relativeCreated": 877.8104782104492, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 779.6463966369629, + "msecs": 314.21399116516113, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.6717071533203, + "relativeCreated": 877.941370010376, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 0.0001308917999267578 }, { "args": [], - "asctime": "2021-01-11 11:25:26,123", - "created": 1610360726.123575, + "asctime": "2021-01-11 11:37:30,659", + "created": 1610361450.6592155, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -149258,8 +149321,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7797642, + "asctime": "2021-01-11 11:37:30,314", + "created": 1610361450.3144982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149269,23 +149332,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 779.7641754150391, + "msecs": 314.4981861114502, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.7894859313965, + "relativeCreated": 878.225564956665, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.77982, + "asctime": "2021-01-11 11:37:30,314", + "created": 1610361450.31464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149295,23 +149358,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 779.8199653625488, + "msecs": 314.6400451660156, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.8452758789062, + "relativeCreated": 878.3674240112305, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.7798731, + "asctime": "2021-01-11 11:37:30,314", + "created": 1610361450.3147783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149321,15 +149384,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 779.8731327056885, + "msecs": 314.77832794189453, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.8984432220459, + "relativeCreated": 878.5057067871094, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149340,8 +149403,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,779", - "created": 1610360725.779973, + "asctime": "2021-01-11 11:37:30,315", + "created": 1610361450.3150182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149351,23 +149414,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 779.973030090332, + "msecs": 315.0181770324707, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 864.9983406066895, + "relativeCreated": 878.7455558776855, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,780", - "created": 1610360725.7801979, + "asctime": "2021-01-11 11:37:30,315", + "created": 1610361450.3155544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149377,23 +149440,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 780.1978588104248, + "msecs": 315.5543804168701, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 865.2231693267822, + "relativeCreated": 879.281759262085, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:25,780", - "created": 1610360725.7802622, + "asctime": "2021-01-11 11:37:30,315", + "created": 1610361450.3157303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149403,23 +149466,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 780.2622318267822, + "msecs": 315.73033332824707, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 865.2875423431396, + "relativeCreated": 879.4577121734619, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:25,780", - "created": 1610360725.7803187, + "asctime": "2021-01-11 11:37:30,315", + "created": 1610361450.315878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149429,15 +149492,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 780.3187370300293, + "msecs": 315.87791442871094, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 865.3440475463867, + "relativeCreated": 879.6052932739258, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -149445,8 +149508,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 11:25:25,780", - "created": 1610360725.7804606, + "asctime": "2021-01-11 11:37:30,316", + "created": 1610361450.3161278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149456,15 +149519,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": 780.4605960845947, + "msecs": 316.1277770996094, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 865.4859066009521, + "relativeCreated": 879.8551559448242, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149472,8 +149535,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 11:25:25,788", - "created": 1610360725.7886853, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3243372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149483,15 +149546,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": 788.6853218078613, + "msecs": 324.3372440338135, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 873.7106323242188, + "relativeCreated": 888.0646228790283, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149499,8 +149562,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,788", - "created": 1610360725.788839, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3244536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149510,15 +149573,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 788.8391017913818, + "msecs": 324.45359230041504, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 873.8644123077393, + "relativeCreated": 888.1809711456299, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149527,8 +149590,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:25,788", - "created": 1610360725.7889051, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3245063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149538,15 +149601,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 788.905143737793, + "msecs": 324.5062828063965, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 873.9304542541504, + "relativeCreated": 888.2336616516113, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149554,8 +149617,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,788", - "created": 1610360725.7889836, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3245683, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149565,15 +149628,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 788.9835834503174, + "msecs": 324.5682716369629, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.0088939666748, + "relativeCreated": 888.2956504821777, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149582,8 +149645,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.7890437, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3246157, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149593,15 +149656,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 789.043664932251, + "msecs": 324.6157169342041, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.0689754486084, + "relativeCreated": 888.343095779419, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149609,8 +149672,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.789123, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3246791, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149620,15 +149683,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 789.1230583190918, + "msecs": 324.6791362762451, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.1483688354492, + "relativeCreated": 888.40651512146, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149637,8 +149700,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.7891786, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3247206, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149648,15 +149711,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 789.1786098480225, + "msecs": 324.7206211090088, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.2039203643799, + "relativeCreated": 888.4479999542236, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149664,8 +149727,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.7892501, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3247952, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149675,15 +149738,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 789.2501354217529, + "msecs": 324.7952461242676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.2754459381104, + "relativeCreated": 888.5226249694824, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149692,8 +149755,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.7893004, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.324838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149703,15 +149766,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 789.3004417419434, + "msecs": 324.83792304992676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.3257522583008, + "relativeCreated": 888.5653018951416, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149719,8 +149782,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.7893689, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.324893, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149730,15 +149793,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 789.3688678741455, + "msecs": 324.8929977416992, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.3941783905029, + "relativeCreated": 888.6203765869141, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149747,8 +149810,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.7894187, + "asctime": "2021-01-11 11:37:30,324", + "created": 1610361450.3249342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149758,15 +149821,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 789.4186973571777, + "msecs": 324.9342441558838, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.4440078735352, + "relativeCreated": 888.6616230010986, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149774,8 +149837,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:25,789", - "created": 1610360725.789515, + "asctime": "2021-01-11 11:37:30,325", + "created": 1610361450.325015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149785,15 +149848,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 789.5150184631348, + "msecs": 325.0150680541992, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 874.5403289794922, + "relativeCreated": 888.7424468994141, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149801,8 +149864,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:25,790", - "created": 1610360725.790473, + "asctime": "2021-01-11 11:37:30,325", + "created": 1610361450.3259509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149812,15 +149875,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 790.4729843139648, + "msecs": 325.95086097717285, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 875.4982948303223, + "relativeCreated": 889.6782398223877, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149828,8 +149891,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,790", - "created": 1610360725.7906055, + "asctime": "2021-01-11 11:37:30,326", + "created": 1610361450.3260765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149839,15 +149902,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 790.6055450439453, + "msecs": 326.0765075683594, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 875.6308555603027, + "relativeCreated": 889.8038864135742, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149856,8 +149919,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:25,790", - "created": 1610360725.7907038, + "asctime": "2021-01-11 11:37:30,326", + "created": 1610361450.3261397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149867,15 +149930,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.7037734985352, + "msecs": 326.1396884918213, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 875.7290840148926, + "relativeCreated": 889.8670673370361, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149883,8 +149946,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 11:25:25,790", - "created": 1610360725.7908347, + "asctime": "2021-01-11 11:37:30,326", + "created": 1610361450.3262203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149894,15 +149957,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": 790.8346652984619, + "msecs": 326.2202739715576, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 875.8599758148193, + "relativeCreated": 889.9476528167725, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149913,8 +149976,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,791", - "created": 1610360725.7910414, + "asctime": "2021-01-11 11:37:30,326", + "created": 1610361450.3263533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149924,15 +149987,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 791.041374206543, + "msecs": 326.3533115386963, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 876.0666847229004, + "relativeCreated": 890.0806903839111, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149940,26 +150003,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:25,791", - "created": 1610360725.7911494, + "asctime": "2021-01-11 11:37:30,326", + "created": 1610361450.3264115, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 791.149377822876, + "msecs": 326.41148567199707, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 876.1746883392334, + "relativeCreated": 890.1388645172119, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149970,8 +150033,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,791", - "created": 1610360725.7912881, + "asctime": "2021-01-11 11:37:30,326", + "created": 1610361450.3264923, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149981,15 +150044,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 791.2881374359131, + "msecs": 326.4923095703125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 876.3134479522705, + "relativeCreated": 890.2196884155273, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -149997,8 +150060,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 11:25:25,791", - "created": 1610360725.791714, + "asctime": "2021-01-11 11:37:30,326", + "created": 1610361450.3267612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150008,15 +150071,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": 791.7139530181885, + "msecs": 326.76124572753906, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 876.7392635345459, + "relativeCreated": 890.4886245727539, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150024,8 +150087,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 11:25:25,800", - "created": 1610360725.800026, + "asctime": "2021-01-11 11:37:30,334", + "created": 1610361450.3349674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150035,15 +150098,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": 800.0259399414062, + "msecs": 334.96737480163574, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.0512504577637, + "relativeCreated": 898.6947536468506, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150051,8 +150114,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.800203, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3350866, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150062,15 +150125,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 800.2030849456787, + "msecs": 335.0865840911865, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.2283954620361, + "relativeCreated": 898.8139629364014, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150079,8 +150142,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.8002932, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3351386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150090,15 +150153,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 800.2932071685791, + "msecs": 335.13855934143066, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.3185176849365, + "relativeCreated": 898.8659381866455, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150106,8 +150169,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.800402, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3352013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150117,15 +150180,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 800.4019260406494, + "msecs": 335.2012634277344, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.4272365570068, + "relativeCreated": 898.9286422729492, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150134,8 +150197,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.8004954, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3352575, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150145,15 +150208,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 800.4953861236572, + "msecs": 335.25753021240234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.5206966400146, + "relativeCreated": 898.9849090576172, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150161,8 +150224,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.800606, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3353205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150172,15 +150235,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 800.6060123443604, + "msecs": 335.32047271728516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.6313228607178, + "relativeCreated": 899.0478515625, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150189,8 +150252,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.8006785, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3353662, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150200,15 +150263,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 800.6784915924072, + "msecs": 335.36624908447266, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.7038021087646, + "relativeCreated": 899.0936279296875, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150216,8 +150279,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.8007991, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3354225, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150227,15 +150290,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 800.7991313934326, + "msecs": 335.4225158691406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.82444190979, + "relativeCreated": 899.1498947143555, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150244,8 +150307,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.8008776, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.335465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150255,15 +150318,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 800.877571105957, + "msecs": 335.4649543762207, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 885.9028816223145, + "relativeCreated": 899.1923332214355, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150271,8 +150334,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,800", - "created": 1610360725.8009799, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3355262, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150282,15 +150345,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 800.9798526763916, + "msecs": 335.5262279510498, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 886.005163192749, + "relativeCreated": 899.2536067962646, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150299,8 +150362,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:25,801", - "created": 1610360725.8010519, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3355677, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150310,15 +150373,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 801.0518550872803, + "msecs": 335.5677127838135, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 886.0771656036377, + "relativeCreated": 899.2950916290283, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150326,8 +150389,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:25,801", - "created": 1610360725.8011866, + "asctime": "2021-01-11 11:37:30,335", + "created": 1610361450.3356457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150337,15 +150400,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 801.1865615844727, + "msecs": 335.6456756591797, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 886.2118721008301, + "relativeCreated": 899.3730545043945, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150353,8 +150416,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:25,802", - "created": 1610360725.8021374, + "asctime": "2021-01-11 11:37:30,336", + "created": 1610361450.3365245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150364,15 +150427,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 802.1373748779297, + "msecs": 336.52448654174805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 887.1626853942871, + "relativeCreated": 900.2518653869629, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150380,8 +150443,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:25,802", - "created": 1610360725.802271, + "asctime": "2021-01-11 11:37:30,336", + "created": 1610361450.3365772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150391,15 +150454,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 802.2708892822266, + "msecs": 336.5771770477295, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 887.296199798584, + "relativeCreated": 900.3045558929443, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150408,8 +150471,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:25,802", - "created": 1610360725.802371, + "asctime": "2021-01-11 11:37:30,336", + "created": 1610361450.336619, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150419,15 +150482,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": 802.3710250854492, + "msecs": 336.61890029907227, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 887.3963356018066, + "relativeCreated": 900.3462791442871, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150435,8 +150498,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 11:25:25,802", - "created": 1610360725.802502, + "asctime": "2021-01-11 11:37:30,336", + "created": 1610361450.336688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150446,15 +150509,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": 802.501916885376, + "msecs": 336.6880416870117, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 887.5272274017334, + "relativeCreated": 900.4154205322266, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150465,8 +150528,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:25,802", - "created": 1610360725.802719, + "asctime": "2021-01-11 11:37:30,336", + "created": 1610361450.3368323, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150476,15 +150539,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 802.7191162109375, + "msecs": 336.83228492736816, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 887.7444267272949, + "relativeCreated": 900.559663772583, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -150492,8 +150555,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:25,802", - "created": 1610360725.8028207, + "asctime": "2021-01-11 11:37:30,336", + "created": 1610361450.3368895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150503,34 +150566,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 802.8206825256348, + "msecs": 336.88950538635254, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 887.8459930419922, + "relativeCreated": 900.6168842315674, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" } ], - "msecs": 123.57497215270996, + "msecs": 659.2154502868652, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1208.6002826690674, + "relativeCreated": 1222.94282913208, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3207542896270752 + "time_consumption": 0.3223259449005127 }, { "args": [], - "asctime": "2021-01-11 11:25:26,426", - "created": 1610360726.4260647, + "asctime": "2021-01-11 11:37:30,961", + "created": 1610361450.9615676, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -150549,8 +150612,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:26,124", - "created": 1610360726.1241775, + "asctime": "2021-01-11 11:37:30,659", + "created": 1610361450.6597672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150560,15 +150623,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 124.17745590209961, + "msecs": 659.7671508789062, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1209.202766418457, + "relativeCreated": 1223.494529724121, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -150576,8 +150639,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 11:25:26,125", - "created": 1610360726.1251364, + "asctime": "2021-01-11 11:37:30,660", + "created": 1610361450.6605854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150587,15 +150650,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": 125.1363754272461, + "msecs": 660.5854034423828, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1210.1616859436035, + "relativeCreated": 1224.3127822875977, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150603,8 +150666,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 11:25:26,133", - "created": 1610360726.1335537, + "asctime": "2021-01-11 11:37:30,669", + "created": 1610361450.6690702, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150614,15 +150677,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": 133.55374336242676, + "msecs": 669.0702438354492, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1218.5790538787842, + "relativeCreated": 1232.797622680664, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150630,8 +150693,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,133", - "created": 1610360726.1338449, + "asctime": "2021-01-11 11:37:30,669", + "created": 1610361450.6693296, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150641,15 +150704,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 133.84485244750977, + "msecs": 669.3296432495117, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1218.8701629638672, + "relativeCreated": 1233.0570220947266, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150658,8 +150721,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:26,134", - "created": 1610360726.1340115, + "asctime": "2021-01-11 11:37:30,669", + "created": 1610361450.6694767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150669,15 +150732,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 134.01150703430176, + "msecs": 669.4767475128174, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1219.0368175506592, + "relativeCreated": 1233.2041263580322, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150685,8 +150748,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,134", - "created": 1610360726.1342149, + "asctime": "2021-01-11 11:37:30,669", + "created": 1610361450.6696563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150696,15 +150759,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 134.2148780822754, + "msecs": 669.6562767028809, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1219.2401885986328, + "relativeCreated": 1233.3836555480957, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150713,8 +150776,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,134", - "created": 1610360726.1343575, + "asctime": "2021-01-11 11:37:30,669", + "created": 1610361450.6698117, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150724,15 +150787,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 134.35745239257812, + "msecs": 669.8117256164551, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1219.3827629089355, + "relativeCreated": 1233.53910446167, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150740,8 +150803,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,134", - "created": 1610360726.1345675, + "asctime": "2021-01-11 11:37:30,669", + "created": 1610361450.6699967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150751,15 +150814,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 134.5674991607666, + "msecs": 669.9967384338379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1219.592809677124, + "relativeCreated": 1233.7241172790527, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150768,8 +150831,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,134", - "created": 1610360726.1347008, + "asctime": "2021-01-11 11:37:30,670", + "created": 1610361450.6701164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150779,15 +150842,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 134.70077514648438, + "msecs": 670.1164245605469, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1219.7260856628418, + "relativeCreated": 1233.8438034057617, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150795,8 +150858,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,134", - "created": 1610360726.1349194, + "asctime": "2021-01-11 11:37:30,670", + "created": 1610361450.670297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150806,15 +150869,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 134.9194049835205, + "msecs": 670.2969074249268, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1219.944715499878, + "relativeCreated": 1234.0242862701416, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150823,8 +150886,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,135", - "created": 1610360726.1350644, + "asctime": "2021-01-11 11:37:30,670", + "created": 1610361450.6704147, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150834,15 +150897,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 135.06436347961426, + "msecs": 670.4146862030029, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1220.0896739959717, + "relativeCreated": 1234.1420650482178, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150850,8 +150913,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,135", - "created": 1610360726.1352391, + "asctime": "2021-01-11 11:37:30,670", + "created": 1610361450.6705823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150861,15 +150924,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 135.2391242980957, + "msecs": 670.5822944641113, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1220.2644348144531, + "relativeCreated": 1234.3096733093262, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150878,8 +150941,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,135", - "created": 1610360726.13537, + "asctime": "2021-01-11 11:37:30,670", + "created": 1610361450.670702, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150889,15 +150952,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 135.37001609802246, + "msecs": 670.7019805908203, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1220.3953266143799, + "relativeCreated": 1234.4293594360352, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150905,8 +150968,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 11:25:26,135", - "created": 1610360726.1356378, + "asctime": "2021-01-11 11:37:30,670", + "created": 1610361450.6709425, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150916,15 +150979,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": 135.63776016235352, + "msecs": 670.9425449371338, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1220.663070678711, + "relativeCreated": 1234.6699237823486, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150932,8 +150995,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 11:25:26,140", - "created": 1610360726.1400502, + "asctime": "2021-01-11 11:37:30,675", + "created": 1610361450.675327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150943,15 +151006,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": 140.05017280578613, + "msecs": 675.3270626068115, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1225.0754833221436, + "relativeCreated": 1239.0544414520264, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150959,8 +151022,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,140", - "created": 1610360726.1404142, + "asctime": "2021-01-11 11:37:30,675", + "created": 1610361450.675703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150970,15 +151033,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 140.41423797607422, + "msecs": 675.7030487060547, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1225.4395484924316, + "relativeCreated": 1239.4304275512695, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -150987,8 +151050,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:26,140", - "created": 1610360726.140552, + "asctime": "2021-01-11 11:37:30,675", + "created": 1610361450.6758535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150998,15 +151061,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": 140.55204391479492, + "msecs": 675.8534908294678, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1225.5773544311523, + "relativeCreated": 1239.5808696746826, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -151014,8 +151077,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 11:25:26,140", - "created": 1610360726.140817, + "asctime": "2021-01-11 11:37:30,676", + "created": 1610361450.6761115, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151025,23 +151088,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": 140.81692695617676, + "msecs": 676.1114597320557, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1225.8422374725342, + "relativeCreated": 1239.8388385772705, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:26,141", - "created": 1610360726.1410723, + "asctime": "2021-01-11 11:37:30,676", + "created": 1610361450.6764917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151051,15 +151114,15 @@ "lineno": 453, "message": "prot-server: Received message has an invalid checksum. Message will be ignored.", "module": "__init__", - "msecs": 141.07227325439453, + "msecs": 676.4917373657227, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1226.097583770752, + "relativeCreated": 1240.2191162109375, "stack_info": null, - "thread": 140654206252800, + "thread": 139977377175296, "threadName": "Thread-3" }, { @@ -151069,48 +151132,48 @@ "17", "34" ], - "asctime": "2021-01-11 11:25:26,425", - "created": 1610360726.4258034, + "asctime": "2021-01-11 11:37:30,961", + "created": 1610361450.9612958, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 425.80342292785645, + "msecs": 961.2958431243896, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1510.8287334442139, + "relativeCreated": 1525.0232219696045, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 426.06472969055176, + "msecs": 961.5676403045654, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1511.0900402069092, + "relativeCreated": 1525.2950191497803, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002613067626953125 + "time_consumption": 0.00027179718017578125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:26,426", - "created": 1610360726.4267492, + "asctime": "2021-01-11 11:37:30,962", + "created": 1610361450.9622393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151127,8 +151190,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:26,426", - "created": 1610360726.4264362, + "asctime": "2021-01-11 11:37:30,961", + "created": 1610361450.9619296, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151138,15 +151201,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 426.436185836792, + "msecs": 961.9295597076416, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1511.4614963531494, + "relativeCreated": 1525.6569385528564, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -151155,8 +151218,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:26,426", - "created": 1610360726.4266021, + "asctime": "2021-01-11 11:37:30,962", + "created": 1610361450.962092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151166,37 +151229,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 426.6021251678467, + "msecs": 962.0919227600098, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1511.627435684204, + "relativeCreated": 1525.8193016052246, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 426.74922943115234, + "msecs": 962.2392654418945, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1511.7745399475098, + "relativeCreated": 1525.9666442871094, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014710426330566406 + "time_consumption": 0.00014734268188476562 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:26,427", - "created": 1610360726.4272506, + "asctime": "2021-01-11 11:37:30,962", + "created": 1610361450.9627292, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151213,8 +151276,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:26,426", - "created": 1610360726.426973, + "asctime": "2021-01-11 11:37:30,962", + "created": 1610361450.9624596, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151224,15 +151287,15 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by server): None ()", "module": "test", - "msecs": 426.9731044769287, + "msecs": 962.4595642089844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1511.9984149932861, + "relativeCreated": 1526.1869430541992, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -151241,8 +151304,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:26,427", - "created": 1610360726.427114, + "asctime": "2021-01-11 11:37:30,962", + "created": 1610361450.9625957, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151252,34 +151315,34 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by server): result = None ()", "module": "test", - "msecs": 427.11400985717773, + "msecs": 962.5957012176514, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1512.1393203735352, + "relativeCreated": 1526.3230800628662, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 427.25062370300293, + "msecs": 962.7292156219482, "msg": "Checksum Error -> No message received by server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1512.2759342193604, + "relativeCreated": 1526.456594467163, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001366138458251953 + "time_consumption": 0.000133514404296875 }, { "args": [], - "asctime": "2021-01-11 11:25:26,729", - "created": 1610360726.7294395, + "asctime": "2021-01-11 11:37:31,264", + "created": 1610361451.2649608, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -151298,8 +151361,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:26,427", - "created": 1610360726.4275916, + "asctime": "2021-01-11 11:37:30,963", + "created": 1610361450.9630697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151309,15 +151372,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": 427.59156227111816, + "msecs": 963.0696773529053, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1512.6168727874756, + "relativeCreated": 1526.7970561981201, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -151325,8 +151388,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 11:25:26,428", - "created": 1610360726.4285789, + "asctime": "2021-01-11 11:37:30,963", + "created": 1610361450.9639447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151336,15 +151399,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": 428.57885360717773, + "msecs": 963.944673538208, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1513.6041641235352, + "relativeCreated": 1527.6720523834229, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151352,8 +151415,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 11:25:26,437", - "created": 1610360726.4370987, + "asctime": "2021-01-11 11:37:30,972", + "created": 1610361450.9724164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151363,15 +151426,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": 437.09874153137207, + "msecs": 972.4164009094238, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1522.1240520477295, + "relativeCreated": 1536.1437797546387, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151379,8 +151442,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,437", - "created": 1610360726.4373863, + "asctime": "2021-01-11 11:37:30,972", + "created": 1610361450.9727113, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151390,15 +151453,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 437.38627433776855, + "msecs": 972.7113246917725, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1522.411584854126, + "relativeCreated": 1536.4387035369873, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151407,8 +151470,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:26,437", - "created": 1610360726.4375544, + "asctime": "2021-01-11 11:37:30,972", + "created": 1610361450.9729176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151418,15 +151481,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.55435943603516, + "msecs": 972.9175567626953, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1522.5796699523926, + "relativeCreated": 1536.6449356079102, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151434,8 +151497,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,437", - "created": 1610360726.4377553, + "asctime": "2021-01-11 11:37:30,973", + "created": 1610361450.9731245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151445,15 +151508,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 437.7553462982178, + "msecs": 973.1245040893555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1522.7806568145752, + "relativeCreated": 1536.8518829345703, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151462,8 +151525,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,437", - "created": 1610360726.4379222, + "asctime": "2021-01-11 11:37:30,973", + "created": 1610361450.973298, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151473,15 +151536,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.92223930358887, + "msecs": 973.2980728149414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1522.9475498199463, + "relativeCreated": 1537.0254516601562, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151489,8 +151552,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,438", - "created": 1610360726.4381337, + "asctime": "2021-01-11 11:37:30,973", + "created": 1610361450.9735084, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151500,15 +151563,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 438.13371658325195, + "msecs": 973.508358001709, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1523.1590270996094, + "relativeCreated": 1537.2357368469238, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151517,8 +151580,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,438", - "created": 1610360726.4382792, + "asctime": "2021-01-11 11:37:30,973", + "created": 1610361450.9736538, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151528,15 +151591,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 438.2791519165039, + "msecs": 973.6537933349609, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1523.3044624328613, + "relativeCreated": 1537.3811721801758, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151544,8 +151607,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,438", - "created": 1610360726.4384718, + "asctime": "2021-01-11 11:37:30,973", + "created": 1610361450.9738455, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151555,15 +151618,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 438.47179412841797, + "msecs": 973.8454818725586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1523.4971046447754, + "relativeCreated": 1537.5728607177734, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151572,8 +151635,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,438", - "created": 1610360726.438613, + "asctime": "2021-01-11 11:37:30,973", + "created": 1610361450.9739783, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151583,15 +151646,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 438.6129379272461, + "msecs": 973.9782810211182, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1523.6382484436035, + "relativeCreated": 1537.705659866333, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151599,8 +151662,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,438", - "created": 1610360726.438788, + "asctime": "2021-01-11 11:37:30,974", + "created": 1610361450.97415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151610,15 +151673,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 438.78793716430664, + "msecs": 974.1499423980713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1523.813247680664, + "relativeCreated": 1537.8773212432861, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151627,8 +151690,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,438", - "created": 1610360726.4389389, + "asctime": "2021-01-11 11:37:30,974", + "created": 1610361450.9742794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151638,15 +151701,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 438.93885612487793, + "msecs": 974.2794036865234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1523.9641666412354, + "relativeCreated": 1538.0067825317383, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151654,8 +151717,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 11:25:26,439", - "created": 1610360726.4392157, + "asctime": "2021-01-11 11:37:30,974", + "created": 1610361450.9745438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151665,15 +151728,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": 439.21566009521484, + "msecs": 974.5438098907471, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1524.2409706115723, + "relativeCreated": 1538.271188735962, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151681,8 +151744,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 11:25:26,443", - "created": 1610360726.443594, + "asctime": "2021-01-11 11:37:30,978", + "created": 1610361450.9789238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151692,15 +151755,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": 443.59397888183594, + "msecs": 978.9237976074219, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1528.6192893981934, + "relativeCreated": 1542.6511764526367, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151708,8 +151771,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,443", - "created": 1610360726.4439402, + "asctime": "2021-01-11 11:37:30,979", + "created": 1610361450.9792712, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151719,15 +151782,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 443.9401626586914, + "msecs": 979.2711734771729, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1528.9654731750488, + "relativeCreated": 1542.9985523223877, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151736,8 +151799,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:26,444", - "created": 1610360726.4440749, + "asctime": "2021-01-11 11:37:30,979", + "created": 1610361450.979407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151747,15 +151810,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": 444.0748691558838, + "msecs": 979.4070720672607, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1529.1001796722412, + "relativeCreated": 1543.1344509124756, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151763,8 +151826,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 11:25:26,444", - "created": 1610360726.4443066, + "asctime": "2021-01-11 11:37:30,979", + "created": 1610361450.9796388, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151774,15 +151837,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": 444.3066120147705, + "msecs": 979.6388149261475, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1529.331922531128, + "relativeCreated": 1543.3661937713623, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151793,8 +151856,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:26,444", - "created": 1610360726.4446363, + "asctime": "2021-01-11 11:37:30,979", + "created": 1610361450.9799607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151804,23 +151867,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": 444.63634490966797, + "msecs": 979.9606800079346, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1529.6616554260254, + "relativeCreated": 1543.6880588531494, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:26,444", - "created": 1610360726.4448464, + "asctime": "2021-01-11 11:37:30,980", + "created": 1610361450.9801464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151830,15 +151893,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": 444.84639167785645, + "msecs": 980.1464080810547, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1529.8717021942139, + "relativeCreated": 1543.8737869262695, "stack_info": null, - "thread": 140654197860096, + "thread": 139977368782592, "threadName": "Thread-4" }, { @@ -151848,48 +151911,48 @@ "17", "35" ], - "asctime": "2021-01-11 11:25:26,729", - "created": 1610360726.729164, + "asctime": "2021-01-11 11:37:31,264", + "created": 1610361451.2646387, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 729.1638851165771, + "msecs": 264.63866233825684, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1814.1891956329346, + "relativeCreated": 1828.3660411834717, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 729.4394969940186, + "msecs": 264.96076583862305, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1814.464807510376, + "relativeCreated": 1828.688144683838, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00027561187744140625 + "time_consumption": 0.00032210350036621094 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:26,730", - "created": 1610360726.7301207, + "asctime": "2021-01-11 11:37:31,265", + "created": 1610361451.2656243, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151906,8 +151969,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:26,729", - "created": 1610360726.7298036, + "asctime": "2021-01-11 11:37:31,265", + "created": 1610361451.2652872, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151917,15 +151980,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 729.8035621643066, + "msecs": 265.2871608734131, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1814.828872680664, + "relativeCreated": 1829.014539718628, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -151934,8 +151997,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:26,729", - "created": 1610360726.729971, + "asctime": "2021-01-11 11:37:31,265", + "created": 1610361451.2654731, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151945,37 +152008,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 729.9709320068359, + "msecs": 265.4731273651123, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1814.9962425231934, + "relativeCreated": 1829.2005062103271, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 730.1206588745117, + "msecs": 265.6242847442627, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1815.1459693908691, + "relativeCreated": 1829.3516635894775, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014972686767578125 + "time_consumption": 0.00015115737915039062 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:26,730", - "created": 1610360726.7306247, + "asctime": "2021-01-11 11:37:31,266", + "created": 1610361451.2661164, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151992,8 +152055,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:26,730", - "created": 1610360726.7303472, + "asctime": "2021-01-11 11:37:31,265", + "created": 1610361451.2658465, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -152003,15 +152066,15 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by client): None ()", "module": "test", - "msecs": 730.3471565246582, + "msecs": 265.84649085998535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1815.3724670410156, + "relativeCreated": 1829.5738697052002, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152020,8 +152083,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:26,730", - "created": 1610360726.7304883, + "asctime": "2021-01-11 11:37:31,265", + "created": 1610361451.2659845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -152031,41 +152094,41 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by client): result = None ()", "module": "test", - "msecs": 730.4883003234863, + "msecs": 265.98453521728516, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1815.5136108398438, + "relativeCreated": 1829.7119140625, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 730.6246757507324, + "msecs": 266.1163806915283, "msg": "Checksum Error -> No message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1815.6499862670898, + "relativeCreated": 1829.8437595367432, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013637542724609375 + "time_consumption": 0.00013184547424316406 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.9545423984527588, - "time_finished": "2021-01-11 11:25:26,730", - "time_start": "2021-01-11 11:25:25,776" + "time_consumption": 0.9607789516448975, + "time_finished": "2021-01-11 11:37:31,266", + "time_start": "2021-01-11 11:37:30,305" }, "_ZOW3ME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:37,463", - "created": 1610360737.46317, + "asctime": "2021-01-11 11:37:41,998", + "created": 1610361461.9987428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152076,19 +152139,19 @@ "message": "_ZOW3ME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 463.17005157470703, + "msecs": 998.7428188323975, "msg": "_ZOW3ME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12548.195362091064, + "relativeCreated": 12562.470197677612, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:37,472", - "created": 1610360737.4720318, + "asctime": "2021-01-11 11:37:42,007", + "created": 1610361462.007583, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -152103,8 +152166,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:37,464", - "created": 1610360737.4640934, + "asctime": "2021-01-11 11:37:41,999", + "created": 1610361461.999847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152114,23 +152177,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 464.0934467315674, + "msecs": 999.8469352722168, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12549.118757247925, + "relativeCreated": 12563.574314117432, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,465", - "created": 1610360737.4650145, + "asctime": "2021-01-11 11:37:42,000", + "created": 1610361462.0007184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152140,23 +152203,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 465.0144577026367, + "msecs": 0.7183551788330078, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12550.039768218994, + "relativeCreated": 12564.445734024048, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,465", - "created": 1610360737.46527, + "asctime": "2021-01-11 11:37:42,000", + "created": 1610361462.000981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152166,23 +152229,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 465.2700424194336, + "msecs": 0.9810924530029297, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12550.295352935791, + "relativeCreated": 12564.708471298218, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,465", - "created": 1610360737.4656057, + "asctime": "2021-01-11 11:37:42,001", + "created": 1610361462.001309, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152192,15 +152255,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 465.6057357788086, + "msecs": 1.3089179992675781, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12550.631046295166, + "relativeCreated": 12565.036296844482, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152209,26 +152272,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:37,465", - "created": 1610360737.4657993, + "asctime": "2021-01-11 11:37:42,001", + "created": 1610361462.0014951, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 465.79933166503906, + "msecs": 1.4951229095458984, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12550.824642181396, + "relativeCreated": 12565.22250175476, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152236,26 +152299,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,466", - "created": 1610360737.4660301, + "asctime": "2021-01-11 11:37:42,001", + "created": 1610361462.0017228, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 466.0301208496094, + "msecs": 1.7228126525878906, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12551.055431365967, + "relativeCreated": 12565.450191497803, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152263,26 +152326,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,466", - "created": 1610360737.4661868, + "asctime": "2021-01-11 11:37:42,001", + "created": 1610361462.0018768, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 466.1867618560791, + "msecs": 1.8768310546875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12551.212072372437, + "relativeCreated": 12565.604209899902, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152290,26 +152353,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:37,466", - "created": 1610360737.466343, + "asctime": "2021-01-11 11:37:42,002", + "created": 1610361462.0020206, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 466.3429260253906, + "msecs": 2.020597457885742, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12551.368236541748, + "relativeCreated": 12565.7479763031, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152317,26 +152380,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:37,466", - "created": 1610360737.4664917, + "asctime": "2021-01-11 11:37:42,002", + "created": 1610361462.0021706, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 466.49169921875, + "msecs": 2.170562744140625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12551.517009735107, + "relativeCreated": 12565.897941589355, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152346,8 +152409,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:37,466", - "created": 1610360737.4666533, + "asctime": "2021-01-11 11:37:42,002", + "created": 1610361462.0023298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152357,15 +152420,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 466.65334701538086, + "msecs": 2.3298263549804688, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12551.678657531738, + "relativeCreated": 12566.057205200195, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152375,8 +152438,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:37,466", - "created": 1610360737.4668214, + "asctime": "2021-01-11 11:37:42,002", + "created": 1610361462.0024893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152386,15 +152449,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 466.82143211364746, + "msecs": 2.489328384399414, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12551.846742630005, + "relativeCreated": 12566.216707229614, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152404,8 +152467,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:37,466", - "created": 1610360737.4669771, + "asctime": "2021-01-11 11:37:42,002", + "created": 1610361462.0026443, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152415,15 +152478,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 466.9771194458008, + "msecs": 2.6443004608154297, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12552.002429962158, + "relativeCreated": 12566.37167930603, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152433,8 +152496,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:37,467", - "created": 1610360737.467127, + "asctime": "2021-01-11 11:37:42,002", + "created": 1610361462.0027957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152444,23 +152507,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 467.12708473205566, + "msecs": 2.795696258544922, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12552.152395248413, + "relativeCreated": 12566.52307510376, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,467", - "created": 1610360737.4672601, + "asctime": "2021-01-11 11:37:42,002", + "created": 1610361462.00293, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152470,15 +152533,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 467.26012229919434, + "msecs": 2.9299259185791016, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12552.285432815552, + "relativeCreated": 12566.657304763794, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152487,26 +152550,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:37,467", - "created": 1610360737.4674091, + "asctime": "2021-01-11 11:37:42,003", + "created": 1610361462.0030909, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 467.4091339111328, + "msecs": 3.0908584594726562, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12552.43444442749, + "relativeCreated": 12566.818237304688, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152514,26 +152577,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:37,467", - "created": 1610360737.4675798, + "asctime": "2021-01-11 11:37:42,003", + "created": 1610361462.0032563, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 467.57984161376953, + "msecs": 3.2563209533691406, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12552.605152130127, + "relativeCreated": 12566.983699798584, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152541,26 +152604,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:37,467", - "created": 1610360737.4677224, + "asctime": "2021-01-11 11:37:42,003", + "created": 1610361462.0033987, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 467.72241592407227, + "msecs": 3.3986568450927734, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12552.74772644043, + "relativeCreated": 12567.126035690308, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152570,8 +152633,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:37,467", - "created": 1610360737.467885, + "asctime": "2021-01-11 11:37:42,003", + "created": 1610361462.003546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152581,15 +152644,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 467.88501739501953, + "msecs": 3.545999526977539, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12552.910327911377, + "relativeCreated": 12567.273378372192, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152599,8 +152662,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:37,468", - "created": 1610360737.4680471, + "asctime": "2021-01-11 11:37:42,003", + "created": 1610361462.0037165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152610,15 +152673,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 468.0471420288086, + "msecs": 3.7164688110351562, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12553.072452545166, + "relativeCreated": 12567.44384765625, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152627,26 +152690,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:37,468", - "created": 1610360737.4681957, + "asctime": "2021-01-11 11:37:42,003", + "created": 1610361462.0038648, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 468.19567680358887, + "msecs": 3.864765167236328, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12553.220987319946, + "relativeCreated": 12567.592144012451, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152655,26 +152718,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:37,468", - "created": 1610360737.4683301, + "asctime": "2021-01-11 11:37:42,004", + "created": 1610361462.0040002, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 468.33014488220215, + "msecs": 4.000186920166016, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12553.35545539856, + "relativeCreated": 12567.72756576538, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152683,34 +152746,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:37,468", - "created": 1610360737.4684606, + "asctime": "2021-01-11 11:37:42,004", + "created": 1610361462.004134, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 468.4605598449707, + "msecs": 4.133939743041992, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12553.485870361328, + "relativeCreated": 12567.861318588257, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,468", - "created": 1610360737.4685955, + "asctime": "2021-01-11 11:37:42,004", + "created": 1610361462.004271, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152720,23 +152783,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 468.5955047607422, + "msecs": 4.271030426025391, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12553.6208152771, + "relativeCreated": 12567.99840927124, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,468", - "created": 1610360737.4689245, + "asctime": "2021-01-11 11:37:42,004", + "created": 1610361462.0045526, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152746,15 +152809,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 468.92452239990234, + "msecs": 4.552602767944336, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12553.94983291626, + "relativeCreated": 12568.27998161316, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152763,26 +152826,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:37,469", - "created": 1610360737.4690933, + "asctime": "2021-01-11 11:37:42,004", + "created": 1610361462.0047164, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 469.09332275390625, + "msecs": 4.716396331787109, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12554.118633270264, + "relativeCreated": 12568.443775177002, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152790,26 +152853,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,469", - "created": 1610360737.4693115, + "asctime": "2021-01-11 11:37:42,004", + "created": 1610361462.004947, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 469.3114757537842, + "msecs": 4.94694709777832, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12554.336786270142, + "relativeCreated": 12568.674325942993, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152817,26 +152880,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,469", - "created": 1610360737.4694638, + "asctime": "2021-01-11 11:37:42,005", + "created": 1610361462.0050962, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 469.4638252258301, + "msecs": 5.096197128295898, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12554.489135742188, + "relativeCreated": 12568.82357597351, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152844,26 +152907,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:37,469", - "created": 1610360737.4696286, + "asctime": "2021-01-11 11:37:42,005", + "created": 1610361462.005237, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 469.62857246398926, + "msecs": 5.237102508544922, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12554.653882980347, + "relativeCreated": 12568.96448135376, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152871,26 +152934,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:37,469", - "created": 1610360737.4697793, + "asctime": "2021-01-11 11:37:42,005", + "created": 1610361462.0053833, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 469.77925300598145, + "msecs": 5.38325309753418, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12554.804563522339, + "relativeCreated": 12569.110631942749, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152900,8 +152963,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:37,469", - "created": 1610360737.4699302, + "asctime": "2021-01-11 11:37:42,005", + "created": 1610361462.0055325, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152911,15 +152974,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 469.93017196655273, + "msecs": 5.532503128051758, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12554.95548248291, + "relativeCreated": 12569.259881973267, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152929,8 +152992,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:37,470", - "created": 1610360737.4700933, + "asctime": "2021-01-11 11:37:42,005", + "created": 1610361462.0057008, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152940,15 +153003,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 470.0932502746582, + "msecs": 5.700826644897461, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12555.118560791016, + "relativeCreated": 12569.428205490112, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152958,8 +153021,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:37,470", - "created": 1610360737.4702463, + "asctime": "2021-01-11 11:37:42,005", + "created": 1610361462.0058527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152969,15 +153032,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 470.2463150024414, + "msecs": 5.852699279785156, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12555.271625518799, + "relativeCreated": 12569.580078125, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -152987,8 +153050,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:37,470", - "created": 1610360737.4703965, + "asctime": "2021-01-11 11:37:42,006", + "created": 1610361462.006, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152998,23 +153061,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 470.3965187072754, + "msecs": 6.000041961669922, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12555.421829223633, + "relativeCreated": 12569.727420806885, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,470", - "created": 1610360737.4705298, + "asctime": "2021-01-11 11:37:42,006", + "created": 1610361462.006132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153024,15 +153087,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 470.52979469299316, + "msecs": 6.131887435913086, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12555.55510520935, + "relativeCreated": 12569.859266281128, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153041,26 +153104,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:37,470", - "created": 1610360737.4706788, + "asctime": "2021-01-11 11:37:42,006", + "created": 1610361462.0062926, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 470.67880630493164, + "msecs": 6.292581558227539, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12555.704116821289, + "relativeCreated": 12570.019960403442, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153068,26 +153131,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:37,470", - "created": 1610360737.4708395, + "asctime": "2021-01-11 11:37:42,006", + "created": 1610361462.0064561, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 470.8395004272461, + "msecs": 6.456136703491211, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12555.864810943604, + "relativeCreated": 12570.183515548706, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153095,26 +153158,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:37,470", - "created": 1610360737.470985, + "asctime": "2021-01-11 11:37:42,006", + "created": 1610361462.0065992, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 470.98493576049805, + "msecs": 6.599187850952148, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12556.010246276855, + "relativeCreated": 12570.326566696167, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153124,8 +153187,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:37,471", - "created": 1610360737.471173, + "asctime": "2021-01-11 11:37:42,006", + "created": 1610361462.0067458, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153135,15 +153198,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 471.1730480194092, + "msecs": 6.745815277099609, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12556.198358535767, + "relativeCreated": 12570.473194122314, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153153,8 +153216,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:37,471", - "created": 1610360737.471332, + "asctime": "2021-01-11 11:37:42,006", + "created": 1610361462.0068948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153164,15 +153227,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 471.3320732116699, + "msecs": 6.894826889038086, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12556.357383728027, + "relativeCreated": 12570.622205734253, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153181,26 +153244,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:37,471", - "created": 1610360737.4714785, + "asctime": "2021-01-11 11:37:42,007", + "created": 1610361462.007038, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 471.4784622192383, + "msecs": 7.038116455078125, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12556.503772735596, + "relativeCreated": 12570.765495300293, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153209,26 +153272,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:37,471", - "created": 1610360737.4716158, + "asctime": "2021-01-11 11:37:42,007", + "created": 1610361462.0071723, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 471.6157913208008, + "msecs": 7.172346115112305, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12556.641101837158, + "relativeCreated": 12570.899724960327, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153237,34 +153300,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:37,471", - "created": 1610360737.471749, + "asctime": "2021-01-11 11:37:42,007", + "created": 1610361462.0073063, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 471.74906730651855, + "msecs": 7.306337356567383, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12556.774377822876, + "relativeCreated": 12571.033716201782, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,471", - "created": 1610360737.471901, + "asctime": "2021-01-11 11:37:42,007", + "created": 1610361462.0074546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153274,34 +153337,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 471.90093994140625, + "msecs": 7.454633712768555, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12556.926250457764, + "relativeCreated": 12571.182012557983, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 472.031831741333, + "msecs": 7.582902908325195, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12557.05714225769, + "relativeCreated": 12571.31028175354, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001308917999267578 + "time_consumption": 0.00012826919555664062 }, { "args": [], - "asctime": "2021-01-11 11:25:37,816", - "created": 1610360737.8163643, + "asctime": "2021-01-11 11:37:42,352", + "created": 1610361462.3521905, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -153316,8 +153379,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:37,472", - "created": 1610360737.4723332, + "asctime": "2021-01-11 11:37:42,007", + "created": 1610361462.0078795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153327,23 +153390,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 472.3331928253174, + "msecs": 7.879495620727539, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12557.358503341675, + "relativeCreated": 12571.606874465942, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:37,472", - "created": 1610360737.4724762, + "asctime": "2021-01-11 11:37:42,008", + "created": 1610361462.0080507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153353,23 +153416,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 472.4762439727783, + "msecs": 8.050680160522461, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12557.501554489136, + "relativeCreated": 12571.778059005737, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,472", - "created": 1610360737.472614, + "asctime": "2021-01-11 11:37:42,008", + "created": 1610361462.008201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153379,15 +153442,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 472.614049911499, + "msecs": 8.200883865356445, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12557.639360427856, + "relativeCreated": 12571.928262710571, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153398,8 +153461,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,472", - "created": 1610360737.47282, + "asctime": "2021-01-11 11:37:42,008", + "created": 1610361462.00844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153409,23 +153472,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 472.8200435638428, + "msecs": 8.440017700195312, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12557.8453540802, + "relativeCreated": 12572.16739654541, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,473", - "created": 1610360737.4730258, + "asctime": "2021-01-11 11:37:42,008", + "created": 1610361462.0088553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153435,23 +153498,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 473.0257987976074, + "msecs": 8.855342864990234, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12558.051109313965, + "relativeCreated": 12572.582721710205, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,473", - "created": 1610360737.4730804, + "asctime": "2021-01-11 11:37:42,008", + "created": 1610361462.0089073, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153461,23 +153524,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 473.0803966522217, + "msecs": 8.907318115234375, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12558.10570716858, + "relativeCreated": 12572.63469696045, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,473", - "created": 1610360737.4731252, + "asctime": "2021-01-11 11:37:42,008", + "created": 1610361462.0089524, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153487,15 +153550,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 473.1252193450928, + "msecs": 8.95237922668457, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12558.15052986145, + "relativeCreated": 12572.6797580719, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -153503,8 +153566,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 11:25:37,473", - "created": 1610360737.473315, + "asctime": "2021-01-11 11:37:42,009", + "created": 1610361462.0091367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153514,15 +153577,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": 473.3150005340576, + "msecs": 9.136676788330078, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12558.340311050415, + "relativeCreated": 12572.864055633545, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153530,8 +153593,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 11:25:37,481", - "created": 1610360737.4814703, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0172837, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153541,15 +153604,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": 481.47034645080566, + "msecs": 17.28367805480957, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.495656967163, + "relativeCreated": 12581.011056900024, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153557,8 +153620,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.481588, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0174003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153568,15 +153631,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 481.58788681030273, + "msecs": 17.400264739990234, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.61319732666, + "relativeCreated": 12581.127643585205, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153585,8 +153648,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.48164, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0174525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153596,15 +153659,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 481.640100479126, + "msecs": 17.452478408813477, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.665410995483, + "relativeCreated": 12581.179857254028, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153612,8 +153675,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.4817011, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0175166, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153623,15 +153686,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 481.701135635376, + "msecs": 17.516613006591797, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.726446151733, + "relativeCreated": 12581.243991851807, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153640,8 +153703,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.481744, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.017571, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153651,15 +153714,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 481.74405097961426, + "msecs": 17.570972442626953, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.769361495972, + "relativeCreated": 12581.298351287842, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153667,8 +153730,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.4818063, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0176356, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153678,15 +153741,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 481.80627822875977, + "msecs": 17.635583877563477, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.831588745117, + "relativeCreated": 12581.362962722778, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153695,8 +153758,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.4818468, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0176778, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153706,15 +153769,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 481.84680938720703, + "msecs": 17.677783966064453, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.872119903564, + "relativeCreated": 12581.40516281128, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153722,8 +153785,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.4819033, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0177348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153733,15 +153796,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 481.9033145904541, + "msecs": 17.734766006469727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.928625106812, + "relativeCreated": 12581.462144851685, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153750,8 +153813,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.4819424, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0177753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153761,15 +153824,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 481.94241523742676, + "msecs": 17.775297164916992, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12566.967725753784, + "relativeCreated": 12581.502676010132, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153777,8 +153840,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,481", - "created": 1610360737.4819953, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0178356, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153788,15 +153851,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 481.9953441619873, + "msecs": 17.835617065429688, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12567.020654678345, + "relativeCreated": 12581.562995910645, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153805,8 +153868,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,482", - "created": 1610360737.482035, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0178764, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153816,15 +153879,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 482.03492164611816, + "msecs": 17.876386642456055, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12567.060232162476, + "relativeCreated": 12581.60376548767, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153832,8 +153895,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:37,482", - "created": 1610360737.4821174, + "asctime": "2021-01-11 11:37:42,017", + "created": 1610361462.0179584, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153843,15 +153906,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 482.1174144744873, + "msecs": 17.958402633666992, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12567.142724990845, + "relativeCreated": 12581.685781478882, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153859,8 +153922,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:37,483", - "created": 1610360737.4830894, + "asctime": "2021-01-11 11:37:42,018", + "created": 1610361462.018904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153870,15 +153933,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 483.0894470214844, + "msecs": 18.90397071838379, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.114757537842, + "relativeCreated": 12582.631349563599, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153886,8 +153949,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,483", - "created": 1610360737.4832141, + "asctime": "2021-01-11 11:37:42,019", + "created": 1610361462.019025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153897,15 +153960,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 483.2141399383545, + "msecs": 19.025087356567383, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.239450454712, + "relativeCreated": 12582.752466201782, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153914,8 +153977,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:37,483", - "created": 1610360737.483273, + "asctime": "2021-01-11 11:37:42,019", + "created": 1610361462.0190873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153925,15 +153988,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": 483.2730293273926, + "msecs": 19.08731460571289, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.29833984375, + "relativeCreated": 12582.814693450928, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153941,8 +154004,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 11:25:37,483", - "created": 1610360737.4833531, + "asctime": "2021-01-11 11:37:42,019", + "created": 1610361462.019167, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153952,15 +154015,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": 483.3531379699707, + "msecs": 19.166946411132812, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.378448486328, + "relativeCreated": 12582.894325256348, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153971,8 +154034,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,483", - "created": 1610360737.4834845, + "asctime": "2021-01-11 11:37:42,019", + "created": 1610361462.0193088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153982,15 +154045,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 483.48450660705566, + "msecs": 19.308805465698242, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.509817123413, + "relativeCreated": 12583.036184310913, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -153998,26 +154061,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:37,483", - "created": 1610360737.4835434, + "asctime": "2021-01-11 11:37:42,019", + "created": 1610361462.0193677, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 483.54339599609375, + "msecs": 19.367694854736328, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.568706512451, + "relativeCreated": 12583.095073699951, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -154028,8 +154091,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,483", - "created": 1610360737.4836273, + "asctime": "2021-01-11 11:37:42,019", + "created": 1610361462.0194476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154039,15 +154102,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 483.6273193359375, + "msecs": 19.44756507873535, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.652629852295, + "relativeCreated": 12583.17494392395, "stack_info": null, - "thread": 140653065402112, + "thread": 139976440264448, "threadName": "Thread-17" }, { @@ -154055,8 +154118,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 11:25:37,483", - "created": 1610360737.4838881, + "asctime": "2021-01-11 11:37:42,019", + "created": 1610361462.0197163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154066,15 +154129,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": 483.8881492614746, + "msecs": 19.716262817382812, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12568.913459777832, + "relativeCreated": 12583.443641662598, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154082,8 +154145,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 11:25:37,492", - "created": 1610360737.492086, + "asctime": "2021-01-11 11:37:42,027", + "created": 1610361462.0279403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154093,15 +154156,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": 492.08593368530273, + "msecs": 27.94027328491211, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.11124420166, + "relativeCreated": 12591.667652130127, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154109,8 +154172,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4922009, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0281134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154120,15 +154183,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 492.2008514404297, + "msecs": 28.113365173339844, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.226161956787, + "relativeCreated": 12591.840744018555, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154137,8 +154200,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4922519, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0282006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154148,15 +154211,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.2518730163574, + "msecs": 28.200626373291016, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.277183532715, + "relativeCreated": 12591.928005218506, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154164,8 +154227,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4923127, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0283067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154175,15 +154238,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.3126697540283, + "msecs": 28.30672264099121, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.337980270386, + "relativeCreated": 12592.034101486206, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154192,8 +154255,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4923563, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0283961, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154203,15 +154266,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.3563003540039, + "msecs": 28.396129608154297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.381610870361, + "relativeCreated": 12592.12350845337, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154219,8 +154282,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4924195, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0285044, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154230,15 +154293,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.4194812774658, + "msecs": 28.504371643066406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.444791793823, + "relativeCreated": 12592.231750488281, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154247,8 +154310,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4924994, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0285811, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154258,15 +154321,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.49935150146484, + "msecs": 28.58114242553711, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.524662017822, + "relativeCreated": 12592.308521270752, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154274,8 +154337,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4925768, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0286775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154285,15 +154348,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.57683753967285, + "msecs": 28.67746353149414, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.60214805603, + "relativeCreated": 12592.404842376709, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154302,8 +154365,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4926245, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0287683, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154313,15 +154376,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.62452125549316, + "msecs": 28.768301010131836, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.64983177185, + "relativeCreated": 12592.495679855347, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154329,8 +154392,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.4926789, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0288656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154340,15 +154403,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.6788806915283, + "msecs": 28.865575790405273, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.704191207886, + "relativeCreated": 12592.59295463562, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154357,8 +154420,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.49272, + "asctime": "2021-01-11 11:37:42,028", + "created": 1610361462.0289435, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154368,15 +154431,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.7198886871338, + "msecs": 28.943538665771484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.745199203491, + "relativeCreated": 12592.670917510986, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154384,8 +154447,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:37,492", - "created": 1610360737.492817, + "asctime": "2021-01-11 11:37:42,029", + "created": 1610361462.0290742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154395,15 +154458,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 492.8169250488281, + "msecs": 29.07419204711914, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12577.842235565186, + "relativeCreated": 12592.801570892334, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154411,8 +154474,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:37,493", - "created": 1610360737.4937634, + "asctime": "2021-01-11 11:37:42,030", + "created": 1610361462.0300426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154422,15 +154485,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 493.7634468078613, + "msecs": 30.042648315429688, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12578.788757324219, + "relativeCreated": 12593.770027160645, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154438,8 +154501,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,493", - "created": 1610360737.4938865, + "asctime": "2021-01-11 11:37:42,030", + "created": 1610361462.030228, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154449,15 +154512,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 493.88647079467773, + "msecs": 30.2278995513916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12578.911781311035, + "relativeCreated": 12593.955278396606, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154466,8 +154529,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:37,493", - "created": 1610360737.4939387, + "asctime": "2021-01-11 11:37:42,030", + "created": 1610361462.030317, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154477,15 +154540,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": 493.938684463501, + "msecs": 30.317068099975586, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12578.963994979858, + "relativeCreated": 12594.04444694519, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154493,8 +154556,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 11:25:37,494", - "created": 1610360737.4940252, + "asctime": "2021-01-11 11:37:42,030", + "created": 1610361462.0304618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154504,15 +154567,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.02523040771484, + "msecs": 30.461788177490234, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12579.050540924072, + "relativeCreated": 12594.189167022705, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154523,8 +154586,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,494", - "created": 1610360737.4941592, + "asctime": "2021-01-11 11:37:42,030", + "created": 1610361462.030674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154534,15 +154597,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 494.1592216491699, + "msecs": 30.673980712890625, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12579.184532165527, + "relativeCreated": 12594.401359558105, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" }, { @@ -154550,8 +154613,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:37,494", - "created": 1610360737.4942179, + "asctime": "2021-01-11 11:37:42,030", + "created": 1610361462.0307734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154561,34 +154624,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 494.2178726196289, + "msecs": 30.773401260375977, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12579.243183135986, + "relativeCreated": 12594.50078010559, "stack_info": null, - "thread": 140653057009408, + "thread": 139976431871744, "threadName": "Thread-18" } ], - "msecs": 816.3642883300781, + "msecs": 352.1904945373535, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12901.389598846436, + "relativeCreated": 12915.917873382568, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3221464157104492 + "time_consumption": 0.32141709327697754 }, { "args": [], - "asctime": "2021-01-11 11:25:37,817", - "created": 1610360737.8171048, + "asctime": "2021-01-11 11:37:42,352", + "created": 1610361462.3529446, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154605,45 +154668,45 @@ 10, 18 ], - "asctime": "2021-01-11 11:25:37,816", - "created": 1610360737.816915, + "asctime": "2021-01-11 11:37:42,352", + "created": 1610361462.3527043, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "ERROR", "levelno": 40, - "lineno": 568, + "lineno": 571, "message": "prot-server: Service with Request-SID=10 and Response-SID=18 not added, because request SID is already registered", "module": "__init__", - "msecs": 816.9150352478027, + "msecs": 352.7042865753174, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12901.94034576416, + "relativeCreated": 12916.431665420532, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 817.1048164367676, + "msecs": 352.94461250305176, "msg": "Adding a service with an already registered request SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12902.130126953125, + "relativeCreated": 12916.671991348267, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00018978118896484375 + "time_consumption": 0.000240325927734375 }, { "args": [], - "asctime": "2021-01-11 11:25:37,817", - "created": 1610360737.8173494, + "asctime": "2021-01-11 11:37:42,353", + "created": 1610361462.3531704, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154654,22 +154717,22 @@ "message": "Expected Exception RequestSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 817.3494338989258, + "msecs": 353.17039489746094, "msg": "Expected Exception RequestSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12902.374744415283, + "relativeCreated": 12916.897773742676, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:37,817", - "created": 1610360737.8177245, + "asctime": "2021-01-11 11:37:42,353", + "created": 1610361462.3535554, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154686,45 +154749,45 @@ 17, 11 ], - "asctime": "2021-01-11 11:25:37,817", - "created": 1610360737.817576, + "asctime": "2021-01-11 11:37:42,353", + "created": 1610361462.3534067, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "ERROR", "levelno": 40, - "lineno": 571, + "lineno": 574, "message": "prot-server: Service with Request-SID=17 and Response-SID=11 not added, because response SID is already registered", "module": "__init__", - "msecs": 817.5759315490723, + "msecs": 353.4066677093506, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12902.60124206543, + "relativeCreated": 12917.134046554565, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 817.7244663238525, + "msecs": 353.55544090270996, "msg": "Adding a service with an already registered response SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12902.74977684021, + "relativeCreated": 12917.282819747925, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014853477478027344 + "time_consumption": 0.000148773193359375 }, { "args": [], - "asctime": "2021-01-11 11:25:37,817", - "created": 1610360737.8179212, + "asctime": "2021-01-11 11:37:42,353", + "created": 1610361462.3537512, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154735,29 +154798,29 @@ "message": "Expected Exception ResponseSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 817.9211616516113, + "msecs": 353.75118255615234, "msg": "Expected Exception ResponseSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12902.946472167969, + "relativeCreated": 12917.478561401367, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3547511100769043, - "time_finished": "2021-01-11 11:25:37,817", - "time_start": "2021-01-11 11:25:37,463" + "time_consumption": 0.3550083637237549, + "time_finished": "2021-01-11 11:37:42,353", + "time_start": "2021-01-11 11:37:41,998" }, "_aA508E4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:41,618", - "created": 1610360741.6184058, + "asctime": "2021-01-11 11:37:46,151", + "created": 1610361466.1519709, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154768,19 +154831,19 @@ "message": "_aA508E4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 618.405818939209, + "msecs": 151.97086334228516, "msg": "_aA508E4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16703.431129455566, + "relativeCreated": 16715.6982421875, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6267385, + "asctime": "2021-01-11 11:37:46,162", + "created": 1610361466.1620445, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -154795,8 +154858,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:41,620", - "created": 1610360741.6201172, + "asctime": "2021-01-11 11:37:46,153", + "created": 1610361466.153714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154806,23 +154869,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 620.1171875, + "msecs": 153.71394157409668, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16705.142498016357, + "relativeCreated": 16717.44132041931, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:41,620", - "created": 1610360741.6209974, + "asctime": "2021-01-11 11:37:46,154", + "created": 1610361466.1545925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154832,23 +154895,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 620.997428894043, + "msecs": 154.59251403808594, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16706.0227394104, + "relativeCreated": 16718.3198928833, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:41,621", - "created": 1610360741.6212442, + "asctime": "2021-01-11 11:37:46,154", + "created": 1610361466.1548157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154858,23 +154921,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 621.2441921234131, + "msecs": 154.815673828125, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16706.26950263977, + "relativeCreated": 16718.54305267334, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:41,621", - "created": 1610360741.6215777, + "asctime": "2021-01-11 11:37:46,155", + "created": 1610361466.155138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154884,15 +154947,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 621.5777397155762, + "msecs": 155.1380157470703, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16706.603050231934, + "relativeCreated": 16718.865394592285, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -154901,26 +154964,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:41,621", - "created": 1610360741.6217628, + "asctime": "2021-01-11 11:37:46,155", + "created": 1610361466.1553133, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 621.762752532959, + "msecs": 155.31325340270996, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16706.788063049316, + "relativeCreated": 16719.040632247925, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -154928,26 +154991,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:41,621", - "created": 1610360741.621998, + "asctime": "2021-01-11 11:37:46,155", + "created": 1610361466.1555283, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 621.9980716705322, + "msecs": 155.52830696105957, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16707.02338218689, + "relativeCreated": 16719.255685806274, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -154955,26 +155018,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:41,622", - "created": 1610360741.6221564, + "asctime": "2021-01-11 11:37:46,155", + "created": 1610361466.1556838, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 622.1563816070557, + "msecs": 155.6837558746338, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16707.181692123413, + "relativeCreated": 16719.41113471985, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -154982,26 +155045,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:41,622", - "created": 1610360741.6223016, + "asctime": "2021-01-11 11:37:46,155", + "created": 1610361466.1558313, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 622.3015785217285, + "msecs": 155.83133697509766, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16707.326889038086, + "relativeCreated": 16719.558715820312, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155009,26 +155072,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:41,622", - "created": 1610360741.6224418, + "asctime": "2021-01-11 11:37:46,155", + "created": 1610361466.1559944, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 622.4417686462402, + "msecs": 155.99441528320312, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16707.467079162598, + "relativeCreated": 16719.721794128418, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155038,8 +155101,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:41,623", - "created": 1610360741.6230102, + "asctime": "2021-01-11 11:37:46,156", + "created": 1610361466.156154, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155049,15 +155112,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 623.0101585388184, + "msecs": 156.15391731262207, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16708.035469055176, + "relativeCreated": 16719.881296157837, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155067,8 +155130,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:41,623", - "created": 1610360741.6231787, + "asctime": "2021-01-11 11:37:46,156", + "created": 1610361466.1563122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155078,15 +155141,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 623.1787204742432, + "msecs": 156.3122272491455, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16708.2040309906, + "relativeCreated": 16720.03960609436, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155096,8 +155159,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:41,623", - "created": 1610360741.6233494, + "asctime": "2021-01-11 11:37:46,156", + "created": 1610361466.1569278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155107,15 +155170,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 623.3494281768799, + "msecs": 156.92782402038574, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16708.374738693237, + "relativeCreated": 16720.6552028656, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155125,8 +155188,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:41,623", - "created": 1610360741.6235015, + "asctime": "2021-01-11 11:37:46,157", + "created": 1610361466.157093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155136,23 +155199,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 623.5015392303467, + "msecs": 157.09304809570312, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16708.526849746704, + "relativeCreated": 16720.820426940918, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:41,623", - "created": 1610360741.6236484, + "asctime": "2021-01-11 11:37:46,157", + "created": 1610361466.1572335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155162,15 +155225,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 623.6484050750732, + "msecs": 157.23347663879395, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16708.67371559143, + "relativeCreated": 16720.96085548401, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155179,26 +155242,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:41,623", - "created": 1610360741.623805, + "asctime": "2021-01-11 11:37:46,157", + "created": 1610361466.1574092, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 623.805046081543, + "msecs": 157.4091911315918, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16708.8303565979, + "relativeCreated": 16721.136569976807, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155206,26 +155269,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:41,623", - "created": 1610360741.6239707, + "asctime": "2021-01-11 11:37:46,157", + "created": 1610361466.1575801, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 623.9707469940186, + "msecs": 157.58013725280762, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16708.996057510376, + "relativeCreated": 16721.307516098022, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155233,26 +155296,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:41,624", - "created": 1610360741.6241157, + "asctime": "2021-01-11 11:37:46,157", + "created": 1610361466.1577268, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 624.1157054901123, + "msecs": 157.72676467895508, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16709.14101600647, + "relativeCreated": 16721.45414352417, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155262,8 +155325,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:41,624", - "created": 1610360741.624275, + "asctime": "2021-01-11 11:37:46,157", + "created": 1610361466.1578913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155273,15 +155336,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 624.2749691009521, + "msecs": 157.89127349853516, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16709.30027961731, + "relativeCreated": 16721.61865234375, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155291,8 +155354,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:41,624", - "created": 1610360741.6244385, + "asctime": "2021-01-11 11:37:46,158", + "created": 1610361466.1580653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155302,15 +155365,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 624.4385242462158, + "msecs": 158.0653190612793, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16709.463834762573, + "relativeCreated": 16721.792697906494, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155319,26 +155382,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:41,624", - "created": 1610360741.6245868, + "asctime": "2021-01-11 11:37:46,158", + "created": 1610361466.1582162, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 624.586820602417, + "msecs": 158.2162380218506, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16709.612131118774, + "relativeCreated": 16721.943616867065, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155347,26 +155410,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:41,624", - "created": 1610360741.6247299, + "asctime": "2021-01-11 11:37:46,158", + "created": 1610361466.1583552, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 624.7298717498779, + "msecs": 158.3552360534668, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16709.755182266235, + "relativeCreated": 16722.08261489868, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155375,34 +155438,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:41,624", - "created": 1610360741.6248546, + "asctime": "2021-01-11 11:37:46,158", + "created": 1610361466.1584911, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 624.854564666748, + "msecs": 158.4911346435547, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16709.879875183105, + "relativeCreated": 16722.21851348877, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:41,624", - "created": 1610360741.6249213, + "asctime": "2021-01-11 11:37:46,158", + "created": 1610361466.1586292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155412,23 +155475,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 624.9213218688965, + "msecs": 158.6291790008545, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16709.946632385254, + "relativeCreated": 16722.35655784607, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6250668, + "asctime": "2021-01-11 11:37:46,158", + "created": 1610361466.1589077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155438,15 +155501,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 625.0667572021484, + "msecs": 158.90765190124512, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.092067718506, + "relativeCreated": 16722.63503074646, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155455,26 +155518,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.625142, + "asctime": "2021-01-11 11:37:46,159", + "created": 1610361466.1590757, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 625.1420974731445, + "msecs": 159.07573699951172, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.167407989502, + "relativeCreated": 16722.803115844727, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155482,26 +155545,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.625241, + "asctime": "2021-01-11 11:37:46,159", + "created": 1610361466.1592875, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 625.2410411834717, + "msecs": 159.2874526977539, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.26635169983, + "relativeCreated": 16723.01483154297, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155509,26 +155572,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6253214, + "asctime": "2021-01-11 11:37:46,159", + "created": 1610361466.1594357, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 625.3213882446289, + "msecs": 159.43574905395508, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.346698760986, + "relativeCreated": 16723.16312789917, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155536,26 +155599,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6253893, + "asctime": "2021-01-11 11:37:46,159", + "created": 1610361466.1595771, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 625.3893375396729, + "msecs": 159.5771312713623, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.41464805603, + "relativeCreated": 16723.304510116577, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155563,26 +155626,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6254585, + "asctime": "2021-01-11 11:37:46,159", + "created": 1610361466.1597376, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 625.4584789276123, + "msecs": 159.73758697509766, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.48378944397, + "relativeCreated": 16723.464965820312, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155592,8 +155655,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6255288, + "asctime": "2021-01-11 11:37:46,159", + "created": 1610361466.1598878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155603,15 +155666,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 625.5288124084473, + "msecs": 159.88779067993164, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.554122924805, + "relativeCreated": 16723.615169525146, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155621,8 +155684,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6256053, + "asctime": "2021-01-11 11:37:46,160", + "created": 1610361466.160067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155632,15 +155695,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 625.6053447723389, + "msecs": 160.06708145141602, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.630655288696, + "relativeCreated": 16723.79446029663, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155650,8 +155713,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6256816, + "asctime": "2021-01-11 11:37:46,160", + "created": 1610361466.1602194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155661,15 +155724,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 625.6816387176514, + "msecs": 160.2194309234619, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.70694923401, + "relativeCreated": 16723.946809768677, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155679,8 +155742,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6257517, + "asctime": "2021-01-11 11:37:46,160", + "created": 1610361466.160367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155690,23 +155753,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 625.7517337799072, + "msecs": 160.36701202392578, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.777044296265, + "relativeCreated": 16724.09439086914, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.6258135, + "asctime": "2021-01-11 11:37:46,160", + "created": 1610361466.1605003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155716,15 +155779,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 625.8134841918945, + "msecs": 160.50028800964355, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.838794708252, + "relativeCreated": 16724.22766685486, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155733,26 +155796,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.625888, + "asctime": "2021-01-11 11:37:46,160", + "created": 1610361466.160649, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 625.8881092071533, + "msecs": 160.64906120300293, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.91341972351, + "relativeCreated": 16724.376440048218, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155760,26 +155823,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:41,625", - "created": 1610360741.625964, + "asctime": "2021-01-11 11:37:46,160", + "created": 1610361466.1608448, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 625.9639263153076, + "msecs": 160.8448028564453, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16710.989236831665, + "relativeCreated": 16724.57218170166, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155787,26 +155850,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6260307, + "asctime": "2021-01-11 11:37:46,160", + "created": 1610361466.1609926, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 626.030683517456, + "msecs": 160.99262237548828, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.055994033813, + "relativeCreated": 16724.720001220703, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155816,8 +155879,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.626098, + "asctime": "2021-01-11 11:37:46,161", + "created": 1610361466.161138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155827,15 +155890,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 626.0979175567627, + "msecs": 161.13805770874023, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.12322807312, + "relativeCreated": 16724.865436553955, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155845,8 +155908,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6263804, + "asctime": "2021-01-11 11:37:46,161", + "created": 1610361466.1613102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155856,15 +155919,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 626.380443572998, + "msecs": 161.31019592285156, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.405754089355, + "relativeCreated": 16725.037574768066, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155873,26 +155936,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6264696, + "asctime": "2021-01-11 11:37:46,161", + "created": 1610361466.1614668, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 626.469612121582, + "msecs": 161.4668369293213, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.49492263794, + "relativeCreated": 16725.194215774536, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155901,26 +155964,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6265364, + "asctime": "2021-01-11 11:37:46,161", + "created": 1610361466.1616297, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 626.5363693237305, + "msecs": 161.62967681884766, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.561679840088, + "relativeCreated": 16725.357055664062, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -155929,34 +155992,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6266081, + "asctime": "2021-01-11 11:37:46,161", + "created": 1610361466.1617653, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 626.60813331604, + "msecs": 161.76533699035645, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.633443832397, + "relativeCreated": 16725.49271583557, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6266763, + "asctime": "2021-01-11 11:37:46,161", + "created": 1610361466.161915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155966,34 +156029,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 626.6763210296631, + "msecs": 161.91506385803223, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.70163154602, + "relativeCreated": 16725.642442703247, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 626.7385482788086, + "msecs": 162.04452514648438, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.763858795166, + "relativeCreated": 16725.7719039917, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 6.222724914550781e-05 + "time_consumption": 0.00012946128845214844 }, { "args": [], - "asctime": "2021-01-11 11:25:41,970", - "created": 1610360741.9708114, + "asctime": "2021-01-11 11:37:46,507", + "created": 1610361466.507059, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -156008,8 +156071,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6268828, + "asctime": "2021-01-11 11:37:46,162", + "created": 1610361466.162333, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156019,23 +156082,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 626.882791519165, + "msecs": 162.33301162719727, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.908102035522, + "relativeCreated": 16726.060390472412, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:41,626", - "created": 1610360741.6269507, + "asctime": "2021-01-11 11:37:46,162", + "created": 1610361466.1624758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156045,23 +156108,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 626.950740814209, + "msecs": 162.4758243560791, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16711.976051330566, + "relativeCreated": 16726.203203201294, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,627", - "created": 1610360741.6270149, + "asctime": "2021-01-11 11:37:46,162", + "created": 1610361466.162626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156071,15 +156134,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 627.0148754119873, + "msecs": 162.6260280609131, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16712.040185928345, + "relativeCreated": 16726.353406906128, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -156090,8 +156153,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,627", - "created": 1610360741.6271355, + "asctime": "2021-01-11 11:37:46,162", + "created": 1610361466.1628664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156101,23 +156164,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 627.1355152130127, + "msecs": 162.86635398864746, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16712.16082572937, + "relativeCreated": 16726.593732833862, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:41,627", - "created": 1610360741.627402, + "asctime": "2021-01-11 11:37:46,163", + "created": 1610361466.1634054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156127,23 +156190,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 627.4020671844482, + "msecs": 163.4054183959961, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16712.427377700806, + "relativeCreated": 16727.13279724121, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:41,627", - "created": 1610360741.6274788, + "asctime": "2021-01-11 11:37:46,163", + "created": 1610361466.1635795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156153,23 +156216,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 627.478837966919, + "msecs": 163.57946395874023, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16712.504148483276, + "relativeCreated": 16727.306842803955, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:41,627", - "created": 1610360741.6275468, + "asctime": "2021-01-11 11:37:46,163", + "created": 1610361466.163726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156179,15 +156242,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 627.5467872619629, + "msecs": 163.7260913848877, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16712.57209777832, + "relativeCreated": 16727.453470230103, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -156195,8 +156258,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 11:25:41,627", - "created": 1610360741.6278186, + "asctime": "2021-01-11 11:37:46,164", + "created": 1610361466.1640697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156206,15 +156269,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": 627.8185844421387, + "msecs": 164.06965255737305, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16712.843894958496, + "relativeCreated": 16727.797031402588, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156222,8 +156285,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 11:25:41,636", - "created": 1610360741.6360917, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1722696, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156233,15 +156296,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": 636.0917091369629, + "msecs": 172.2695827484131, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.11701965332, + "relativeCreated": 16735.996961593628, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156249,8 +156312,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.6362598, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1723976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156260,15 +156323,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 636.2597942352295, + "msecs": 172.39761352539062, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.285104751587, + "relativeCreated": 16736.124992370605, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156277,8 +156340,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.636348, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1724503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156288,15 +156351,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 636.3480091094971, + "msecs": 172.45030403137207, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.373319625854, + "relativeCreated": 16736.177682876587, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156304,8 +156367,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.6364436, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1725185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156315,15 +156378,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 636.4436149597168, + "msecs": 172.51849174499512, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.468925476074, + "relativeCreated": 16736.24587059021, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156332,8 +156395,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.63651, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1725633, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156343,15 +156406,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 636.509895324707, + "msecs": 172.5633144378662, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.535205841064, + "relativeCreated": 16736.29069328308, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156359,8 +156422,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.6366038, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1726267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156370,15 +156433,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 636.603832244873, + "msecs": 172.62673377990723, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.62914276123, + "relativeCreated": 16736.354112625122, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156387,8 +156450,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.636666, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.172668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156398,15 +156461,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 636.6660594940186, + "msecs": 172.6679801940918, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.691370010376, + "relativeCreated": 16736.395359039307, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156414,8 +156477,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.6367757, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1727238, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156425,15 +156488,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 636.7757320404053, + "msecs": 172.72377014160156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.801042556763, + "relativeCreated": 16736.451148986816, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156442,8 +156505,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.6368413, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1727831, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156453,15 +156516,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 636.8412971496582, + "msecs": 172.78313636779785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.866607666016, + "relativeCreated": 16736.510515213013, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156469,8 +156532,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.6369255, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1728394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156480,15 +156543,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 636.925458908081, + "msecs": 172.83940315246582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16721.95076942444, + "relativeCreated": 16736.56678199768, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156497,8 +156560,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,636", - "created": 1610360741.6369872, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.172881, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156508,15 +156571,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 636.9872093200684, + "msecs": 172.8808879852295, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16722.012519836426, + "relativeCreated": 16736.608266830444, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156524,8 +156587,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:41,637", - "created": 1610360741.6371067, + "asctime": "2021-01-11 11:37:46,172", + "created": 1610361466.1729598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156535,15 +156598,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 637.1066570281982, + "msecs": 172.9598045349121, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16722.131967544556, + "relativeCreated": 16736.687183380127, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156551,8 +156614,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:41,638", - "created": 1610360741.6380873, + "asctime": "2021-01-11 11:37:46,173", + "created": 1610361466.1739025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156562,15 +156625,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 638.087272644043, + "msecs": 173.9025115966797, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16723.1125831604, + "relativeCreated": 16737.629890441895, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156578,8 +156641,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,638", - "created": 1610360741.638246, + "asctime": "2021-01-11 11:37:46,174", + "created": 1610361466.1740253, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156589,15 +156652,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 638.2460594177246, + "msecs": 174.025297164917, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16723.271369934082, + "relativeCreated": 16737.752676010132, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156606,8 +156669,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,638", - "created": 1610360741.6383421, + "asctime": "2021-01-11 11:37:46,174", + "created": 1610361466.1740766, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156617,15 +156680,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": 638.3421421051025, + "msecs": 174.07655715942383, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16723.36745262146, + "relativeCreated": 16737.80393600464, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156633,8 +156696,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 11:25:41,638", - "created": 1610360741.6384678, + "asctime": "2021-01-11 11:37:46,174", + "created": 1610361466.174162, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156644,15 +156707,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": 638.4677886962891, + "msecs": 174.1619110107422, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16723.493099212646, + "relativeCreated": 16737.889289855957, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156663,8 +156726,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,638", - "created": 1610360741.6386487, + "asctime": "2021-01-11 11:37:46,174", + "created": 1610361466.1743014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156674,15 +156737,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 638.6487483978271, + "msecs": 174.3013858795166, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16723.674058914185, + "relativeCreated": 16738.02876472473, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156690,26 +156753,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:41,638", - "created": 1610360741.6387439, + "asctime": "2021-01-11 11:37:46,174", + "created": 1610361466.1743639, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 638.7438774108887, + "msecs": 174.3638515472412, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16723.769187927246, + "relativeCreated": 16738.091230392456, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156720,8 +156783,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,638", - "created": 1610360741.6388626, + "asctime": "2021-01-11 11:37:46,174", + "created": 1610361466.1744428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156731,15 +156794,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 638.8626098632812, + "msecs": 174.44276809692383, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16723.88792037964, + "relativeCreated": 16738.17014694214, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -156747,8 +156810,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 11:25:41,639", - "created": 1610360741.6392636, + "asctime": "2021-01-11 11:37:46,174", + "created": 1610361466.1747663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156758,15 +156821,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": 639.2636299133301, + "msecs": 174.76630210876465, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16724.288940429688, + "relativeCreated": 16738.49368095398, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156774,8 +156837,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 11:25:41,647", - "created": 1610360741.6475413, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1830342, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156785,15 +156848,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": 647.5412845611572, + "msecs": 183.03418159484863, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16732.566595077515, + "relativeCreated": 16746.761560440063, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156801,8 +156864,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,647", - "created": 1610360741.6477203, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1831946, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156812,15 +156875,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 647.7203369140625, + "msecs": 183.19463729858398, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16732.74564743042, + "relativeCreated": 16746.9220161438, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156829,8 +156892,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,647", - "created": 1610360741.6478128, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1832767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156840,15 +156903,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 647.8128433227539, + "msecs": 183.27665328979492, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16732.83815383911, + "relativeCreated": 16747.00403213501, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156856,8 +156919,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,647", - "created": 1610360741.647928, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1833744, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156867,15 +156930,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 647.92799949646, + "msecs": 183.37440490722656, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16732.953310012817, + "relativeCreated": 16747.10178375244, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156884,8 +156947,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.648008, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.183444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156895,15 +156958,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.0081081390381, + "msecs": 183.44402313232422, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.033418655396, + "relativeCreated": 16747.17140197754, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156911,8 +156974,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.6481245, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1835432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156922,15 +156985,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 648.1244564056396, + "msecs": 183.54320526123047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.149766921997, + "relativeCreated": 16747.270584106445, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156939,8 +157002,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.6482067, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1836238, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156950,15 +157013,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.2067108154297, + "msecs": 183.6237907409668, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.232021331787, + "relativeCreated": 16747.35116958618, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156966,8 +157029,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.6483102, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1837134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156977,15 +157040,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 648.3101844787598, + "msecs": 183.71343612670898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.335494995117, + "relativeCreated": 16747.440814971924, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -156994,8 +157057,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.648386, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.1837804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157005,15 +157068,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.3860015869141, + "msecs": 183.78043174743652, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.41131210327, + "relativeCreated": 16747.50781059265, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157021,8 +157084,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.6484845, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.183875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157032,15 +157095,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 648.484468460083, + "msecs": 183.87508392333984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.50977897644, + "relativeCreated": 16747.602462768555, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157049,8 +157112,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.648558, + "asctime": "2021-01-11 11:37:46,183", + "created": 1610361466.183941, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157060,15 +157123,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.5579013824463, + "msecs": 183.94088745117188, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.583211898804, + "relativeCreated": 16747.668266296387, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157076,8 +157139,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:41,648", - "created": 1610360741.6486986, + "asctime": "2021-01-11 11:37:46,184", + "created": 1610361466.184066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157087,15 +157150,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 648.6985683441162, + "msecs": 184.0660572052002, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16733.723878860474, + "relativeCreated": 16747.793436050415, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157103,8 +157166,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:41,649", - "created": 1610360741.6497326, + "asctime": "2021-01-11 11:37:46,184", + "created": 1610361466.1849694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157114,15 +157177,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 649.7325897216797, + "msecs": 184.96942520141602, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16734.757900238037, + "relativeCreated": 16748.69680404663, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157130,8 +157193,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,649", - "created": 1610360741.6499271, + "asctime": "2021-01-11 11:37:46,185", + "created": 1610361466.1850924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157141,15 +157204,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 649.9271392822266, + "msecs": 185.09244918823242, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16734.952449798584, + "relativeCreated": 16748.819828033447, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157158,8 +157221,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,650", - "created": 1610360741.6500401, + "asctime": "2021-01-11 11:37:46,185", + "created": 1610361466.1851733, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157169,15 +157232,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.0401496887207, + "msecs": 185.17327308654785, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16735.065460205078, + "relativeCreated": 16748.900651931763, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157185,8 +157248,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 11:25:41,650", - "created": 1610360741.65018, + "asctime": "2021-01-11 11:37:46,185", + "created": 1610361466.185292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157196,15 +157259,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": 650.1801013946533, + "msecs": 185.29200553894043, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16735.20541191101, + "relativeCreated": 16749.019384384155, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157215,8 +157278,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,650", - "created": 1610360741.6503975, + "asctime": "2021-01-11 11:37:46,185", + "created": 1610361466.1854866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157226,15 +157289,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 650.397539138794, + "msecs": 185.4865550994873, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16735.42284965515, + "relativeCreated": 16749.213933944702, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -157242,8 +157305,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:41,650", - "created": 1610360741.6505105, + "asctime": "2021-01-11 11:37:46,185", + "created": 1610361466.1855795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157253,37 +157316,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 650.5105495452881, + "msecs": 185.5795383453369, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16735.535860061646, + "relativeCreated": 16749.30691719055, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" } ], - "msecs": 970.8113670349121, + "msecs": 507.05909729003906, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17055.83667755127, + "relativeCreated": 17070.786476135254, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.320300817489624 + "time_consumption": 0.32147955894470215 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:41,971", - "created": 1610360741.9716833, + "asctime": "2021-01-11 11:37:46,507", + "created": 1610361466.5079148, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157300,8 +157363,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:41,971", - "created": 1610360741.9713414, + "asctime": "2021-01-11 11:37:46,507", + "created": 1610361466.5075843, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157311,15 +157374,15 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 971.3413715362549, + "msecs": 507.5843334197998, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17056.366682052612, + "relativeCreated": 17071.311712265015, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -157328,8 +157391,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:41,971", - "created": 1610360741.9715207, + "asctime": "2021-01-11 11:37:46,507", + "created": 1610361466.5077617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157339,37 +157402,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 971.5206623077393, + "msecs": 507.76171684265137, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17056.545972824097, + "relativeCreated": 17071.489095687866, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 971.6832637786865, + "msecs": 507.91478157043457, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17056.708574295044, + "relativeCreated": 17071.64216041565, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016260147094726562 + "time_consumption": 0.00015306472778320312 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:41,972", - "created": 1610360741.9722073, + "asctime": "2021-01-11 11:37:46,508", + "created": 1610361466.5084777, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157386,8 +157449,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:41,971", - "created": 1610360741.9719281, + "asctime": "2021-01-11 11:37:46,508", + "created": 1610361466.508183, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157397,15 +157460,15 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 971.9281196594238, + "msecs": 508.1830024719238, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17056.95343017578, + "relativeCreated": 17071.91038131714, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -157414,8 +157477,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:41,972", - "created": 1610360741.9720716, + "asctime": "2021-01-11 11:37:46,508", + "created": 1610361466.5083268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157425,37 +157488,37 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 972.071647644043, + "msecs": 508.32676887512207, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17057.0969581604, + "relativeCreated": 17072.054147720337, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 972.2073078155518, + "msecs": 508.47768783569336, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17057.23261833191, + "relativeCreated": 17072.20506668091, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013566017150878906 + "time_consumption": 0.00015091896057128906 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:41,973", - "created": 1610360741.9733212, + "asctime": "2021-01-11 11:37:46,509", + "created": 1610361466.5095878, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157470,8 +157533,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:41,972", - "created": 1610360741.9724152, + "asctime": "2021-01-11 11:37:46,508", + "created": 1610361466.5086892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157481,23 +157544,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 972.4152088165283, + "msecs": 508.68916511535645, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17057.440519332886, + "relativeCreated": 17072.41654396057, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,972", - "created": 1610360741.9725688, + "asctime": "2021-01-11 11:37:46,508", + "created": 1610361466.5088818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157507,23 +157570,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 972.5687503814697, + "msecs": 508.8818073272705, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17057.594060897827, + "relativeCreated": 17072.609186172485, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:41,972", - "created": 1610360741.972706, + "asctime": "2021-01-11 11:37:46,509", + "created": 1610361466.5090241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157533,23 +157596,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 972.7060794830322, + "msecs": 509.02414321899414, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17057.73138999939, + "relativeCreated": 17072.75152206421, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:41,972", - "created": 1610360741.9728928, + "asctime": "2021-01-11 11:37:46,509", + "created": 1610361466.5091574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157559,15 +157622,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 972.8927612304688, + "msecs": 509.1574192047119, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17057.918071746826, + "relativeCreated": 17072.884798049927, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -157576,8 +157639,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:41,973", - "created": 1610360741.9730499, + "asctime": "2021-01-11 11:37:46,509", + "created": 1610361466.5093112, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157587,15 +157650,15 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 973.0498790740967, + "msecs": 509.3111991882324, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17058.075189590454, + "relativeCreated": 17073.038578033447, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -157604,8 +157667,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:41,973", - "created": 1610360741.9731922, + "asctime": "2021-01-11 11:37:46,509", + "created": 1610361466.5094562, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157615,37 +157678,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 973.1922149658203, + "msecs": 509.4561576843262, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17058.217525482178, + "relativeCreated": 17073.18353652954, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 973.3211994171143, + "msecs": 509.58776473999023, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17058.34650993347, + "relativeCreated": 17073.315143585205, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001289844512939453 + "time_consumption": 0.0001316070556640625 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:41,973", - "created": 1610360741.97382, + "asctime": "2021-01-11 11:37:46,510", + "created": 1610361466.5100844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157662,8 +157725,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:41,973", - "created": 1610360741.9735541, + "asctime": "2021-01-11 11:37:46,509", + "created": 1610361466.5098195, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157673,15 +157736,15 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 973.5541343688965, + "msecs": 509.81950759887695, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17058.579444885254, + "relativeCreated": 17073.54688644409, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -157690,8 +157753,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:41,973", - "created": 1610360741.9736912, + "asctime": "2021-01-11 11:37:46,509", + "created": 1610361466.509954, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157701,34 +157764,34 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 973.6912250518799, + "msecs": 509.95397567749023, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17058.716535568237, + "relativeCreated": 17073.681354522705, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 973.8199710845947, + "msecs": 510.0843906402588, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17058.845281600952, + "relativeCreated": 17073.811769485474, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00012874603271484375 + "time_consumption": 0.0001304149627685547 }, { "args": [], - "asctime": "2021-01-11 11:25:42,318", - "created": 1610360742.3187318, + "asctime": "2021-01-11 11:37:46,854", + "created": 1610361466.8546734, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -157743,8 +157806,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:41,974", - "created": 1610360741.9740207, + "asctime": "2021-01-11 11:37:46,510", + "created": 1610361466.5102873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157754,23 +157817,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 974.0207195281982, + "msecs": 510.2872848510742, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17059.046030044556, + "relativeCreated": 17074.01466369629, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:41,974", - "created": 1610360741.9741604, + "asctime": "2021-01-11 11:37:46,510", + "created": 1610361466.5104237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157780,23 +157843,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 974.1604328155518, + "msecs": 510.4236602783203, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17059.18574333191, + "relativeCreated": 17074.151039123535, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,974", - "created": 1610360741.9742966, + "asctime": "2021-01-11 11:37:46,510", + "created": 1610361466.5105612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157806,15 +157869,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 974.2965698242188, + "msecs": 510.5612277984619, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17059.321880340576, + "relativeCreated": 17074.288606643677, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -157825,8 +157888,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,974", - "created": 1610360741.97455, + "asctime": "2021-01-11 11:37:46,510", + "created": 1610361466.5108259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157836,23 +157899,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 974.5500087738037, + "msecs": 510.82587242126465, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17059.57531929016, + "relativeCreated": 17074.55325126648, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:41,975", - "created": 1610360741.9751031, + "asctime": "2021-01-11 11:37:46,511", + "created": 1610361466.5113974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157862,23 +157925,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 975.1031398773193, + "msecs": 511.3973617553711, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17060.128450393677, + "relativeCreated": 17075.124740600586, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:41,975", - "created": 1610360741.9752786, + "asctime": "2021-01-11 11:37:46,511", + "created": 1610361466.5115616, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157888,23 +157951,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 975.2786159515381, + "msecs": 511.56163215637207, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17060.303926467896, + "relativeCreated": 17075.289011001587, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:41,975", - "created": 1610360741.9754252, + "asctime": "2021-01-11 11:37:46,511", + "created": 1610361466.5117326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157914,15 +157977,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 975.4252433776855, + "msecs": 511.7325782775879, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17060.450553894043, + "relativeCreated": 17075.459957122803, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -157930,8 +157993,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 11:25:41,975", - "created": 1610360741.9758363, + "asctime": "2021-01-11 11:37:46,512", + "created": 1610361466.5120332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157941,15 +158004,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": 975.8362770080566, + "msecs": 512.033224105835, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17060.861587524414, + "relativeCreated": 17075.76060295105, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -157957,8 +158020,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 11:25:41,984", - "created": 1610360741.9841964, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.5202901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157968,15 +158031,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": 984.1964244842529, + "msecs": 520.2901363372803, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.22173500061, + "relativeCreated": 17084.017515182495, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -157984,8 +158047,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9843464, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.5204506, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157995,15 +158058,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 984.3463897705078, + "msecs": 520.4505920410156, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.371700286865, + "relativeCreated": 17084.17797088623, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158012,8 +158075,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9844165, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.520527, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158023,15 +158086,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.4164848327637, + "msecs": 520.5268859863281, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.44179534912, + "relativeCreated": 17084.254264831543, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158039,8 +158102,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9844964, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.5206175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158050,15 +158113,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.4963550567627, + "msecs": 520.6174850463867, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.52166557312, + "relativeCreated": 17084.3448638916, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158067,8 +158130,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9845517, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.5206795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158078,15 +158141,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.5516681671143, + "msecs": 520.6794738769531, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.57697868347, + "relativeCreated": 17084.406852722168, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158094,8 +158157,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.984633, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.520787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158105,15 +158168,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.6329689025879, + "msecs": 520.7870006561279, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.658279418945, + "relativeCreated": 17084.514379501343, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158122,8 +158185,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9846854, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.5208495, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158133,15 +158196,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.6854209899902, + "msecs": 520.8494663238525, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.710731506348, + "relativeCreated": 17084.576845169067, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158149,8 +158212,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9847748, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.52093, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158160,15 +158223,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.7748279571533, + "msecs": 520.9300518035889, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.80013847351, + "relativeCreated": 17084.657430648804, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158177,8 +158240,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.984832, + "asctime": "2021-01-11 11:37:46,520", + "created": 1610361466.520988, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158188,15 +158251,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.8320484161377, + "msecs": 520.9879875183105, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.857358932495, + "relativeCreated": 17084.715366363525, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158204,8 +158267,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9849021, + "asctime": "2021-01-11 11:37:46,521", + "created": 1610361466.521065, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158215,15 +158278,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.9021434783936, + "msecs": 521.0649967193604, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.92745399475, + "relativeCreated": 17084.792375564575, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158232,8 +158295,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,984", - "created": 1610360741.9849544, + "asctime": "2021-01-11 11:37:46,521", + "created": 1610361466.5211306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158243,15 +158306,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.9543571472168, + "msecs": 521.1305618286133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17069.979667663574, + "relativeCreated": 17084.857940673828, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158259,8 +158322,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:41,985", - "created": 1610360741.9850638, + "asctime": "2021-01-11 11:37:46,521", + "created": 1610361466.5212514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158270,15 +158333,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 985.0637912750244, + "msecs": 521.2514400482178, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17070.089101791382, + "relativeCreated": 17084.978818893433, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158286,8 +158349,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:41,986", - "created": 1610360741.9860303, + "asctime": "2021-01-11 11:37:46,522", + "created": 1610361466.5222287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158297,15 +158360,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 986.0303401947021, + "msecs": 522.2287178039551, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17071.05565071106, + "relativeCreated": 17085.95609664917, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158313,8 +158376,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,986", - "created": 1610360741.9861796, + "asctime": "2021-01-11 11:37:46,522", + "created": 1610361466.5223901, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158324,15 +158387,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 986.1795902252197, + "msecs": 522.3901271820068, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17071.204900741577, + "relativeCreated": 17086.11750602722, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158341,8 +158404,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,986", - "created": 1610360741.9862483, + "asctime": "2021-01-11 11:37:46,522", + "created": 1610361466.522477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158352,15 +158415,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": 986.248254776001, + "msecs": 522.4769115447998, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17071.27356529236, + "relativeCreated": 17086.204290390015, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158368,8 +158431,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 11:25:41,986", - "created": 1610360741.9863625, + "asctime": "2021-01-11 11:37:46,522", + "created": 1610361466.5225937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158379,15 +158442,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": 986.3624572753906, + "msecs": 522.5937366485596, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17071.387767791748, + "relativeCreated": 17086.321115493774, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158398,8 +158461,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,986", - "created": 1610360741.9865258, + "asctime": "2021-01-11 11:37:46,522", + "created": 1610361466.5227733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158409,15 +158472,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 986.5257740020752, + "msecs": 522.773265838623, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17071.551084518433, + "relativeCreated": 17086.500644683838, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158425,26 +158488,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:41,986", - "created": 1610360741.986602, + "asctime": "2021-01-11 11:37:46,522", + "created": 1610361466.5228567, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 986.6020679473877, + "msecs": 522.8567123413086, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17071.627378463745, + "relativeCreated": 17086.584091186523, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158455,8 +158518,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,986", - "created": 1610360741.9867072, + "asctime": "2021-01-11 11:37:46,522", + "created": 1610361466.522969, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158466,15 +158529,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 986.7072105407715, + "msecs": 522.9690074920654, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17071.73252105713, + "relativeCreated": 17086.69638633728, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -158482,8 +158545,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 11:25:41,987", - "created": 1610360741.9870386, + "asctime": "2021-01-11 11:37:46,523", + "created": 1610361466.5233414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158493,15 +158556,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": 987.0386123657227, + "msecs": 523.3414173126221, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17072.06392288208, + "relativeCreated": 17087.068796157837, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158509,8 +158572,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 11:25:41,995", - "created": 1610360741.9952962, + "asctime": "2021-01-11 11:37:46,531", + "created": 1610361466.5316792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158520,15 +158583,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": 995.2962398529053, + "msecs": 531.6791534423828, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17080.321550369263, + "relativeCreated": 17095.406532287598, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158536,8 +158599,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,995", - "created": 1610360741.9955459, + "asctime": "2021-01-11 11:37:46,531", + "created": 1610361466.5319343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158547,15 +158610,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 995.5458641052246, + "msecs": 531.9342613220215, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17080.571174621582, + "relativeCreated": 17095.661640167236, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158564,8 +158627,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,995", - "created": 1610360741.9956543, + "asctime": "2021-01-11 11:37:46,532", + "created": 1610361466.532068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158575,15 +158638,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 995.6543445587158, + "msecs": 532.0680141448975, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17080.679655075073, + "relativeCreated": 17095.795392990112, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158591,8 +158654,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,995", - "created": 1610360741.9957933, + "asctime": "2021-01-11 11:37:46,532", + "created": 1610361466.5322342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158602,15 +158665,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 995.793342590332, + "msecs": 532.2341918945312, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17080.81865310669, + "relativeCreated": 17095.961570739746, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158619,8 +158682,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,995", - "created": 1610360741.9958909, + "asctime": "2021-01-11 11:37:46,532", + "created": 1610361466.5323465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158630,15 +158693,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 995.8908557891846, + "msecs": 532.3464870452881, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17080.916166305542, + "relativeCreated": 17096.073865890503, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158646,8 +158709,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,996", - "created": 1610360741.9960182, + "asctime": "2021-01-11 11:37:46,532", + "created": 1610361466.5325184, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158657,15 +158720,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 996.0181713104248, + "msecs": 532.5183868408203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17081.043481826782, + "relativeCreated": 17096.245765686035, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158674,8 +158737,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,996", - "created": 1610360741.9961014, + "asctime": "2021-01-11 11:37:46,532", + "created": 1610361466.5326257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158685,15 +158748,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 996.1013793945312, + "msecs": 532.625675201416, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17081.12668991089, + "relativeCreated": 17096.35305404663, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158701,8 +158764,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,996", - "created": 1610360741.996219, + "asctime": "2021-01-11 11:37:46,532", + "created": 1610361466.5327947, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158712,15 +158775,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 996.2189197540283, + "msecs": 532.794713973999, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17081.244230270386, + "relativeCreated": 17096.522092819214, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158729,8 +158792,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,996", - "created": 1610360741.9963014, + "asctime": "2021-01-11 11:37:46,532", + "created": 1610361466.5329008, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158740,15 +158803,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 996.3014125823975, + "msecs": 532.9008102416992, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17081.326723098755, + "relativeCreated": 17096.628189086914, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158756,8 +158819,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,996", - "created": 1610360741.996416, + "asctime": "2021-01-11 11:37:46,533", + "created": 1610361466.5330474, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158767,15 +158830,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 996.4160919189453, + "msecs": 533.0474376678467, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17081.441402435303, + "relativeCreated": 17096.77481651306, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158784,8 +158847,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,996", - "created": 1610360741.9964967, + "asctime": "2021-01-11 11:37:46,533", + "created": 1610361466.5331647, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158795,15 +158858,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 996.4966773986816, + "msecs": 533.1647396087646, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17081.52198791504, + "relativeCreated": 17096.89211845398, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158811,8 +158874,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:41,996", - "created": 1610360741.9966486, + "asctime": "2021-01-11 11:37:46,533", + "created": 1610361466.5333285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158822,15 +158885,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 996.6485500335693, + "msecs": 533.3285331726074, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17081.673860549927, + "relativeCreated": 17097.055912017822, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158838,8 +158901,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:41,997", - "created": 1610360741.997668, + "asctime": "2021-01-11 11:37:46,534", + "created": 1610361466.5342891, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158849,15 +158912,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 997.6680278778076, + "msecs": 534.2891216278076, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17082.693338394165, + "relativeCreated": 17098.016500473022, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158865,8 +158928,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,997", - "created": 1610360741.9978204, + "asctime": "2021-01-11 11:37:46,534", + "created": 1610361466.5344505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158876,15 +158939,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 997.8203773498535, + "msecs": 534.4505310058594, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17082.84568786621, + "relativeCreated": 17098.177909851074, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158893,8 +158956,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,997", - "created": 1610360741.9979212, + "asctime": "2021-01-11 11:37:46,534", + "created": 1610361466.5345619, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158904,15 +158967,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": 997.9212284088135, + "msecs": 534.5618724822998, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17082.94653892517, + "relativeCreated": 17098.289251327515, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158920,8 +158983,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 11:25:41,998", - "created": 1610360741.9980805, + "asctime": "2021-01-11 11:37:46,534", + "created": 1610361466.5347424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158931,15 +158994,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": 998.0804920196533, + "msecs": 534.7423553466797, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17083.10580253601, + "relativeCreated": 17098.469734191895, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158950,8 +159013,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:41,998", - "created": 1610360741.99831, + "asctime": "2021-01-11 11:37:46,534", + "created": 1610361466.5349936, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158961,15 +159024,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 998.3100891113281, + "msecs": 534.9936485290527, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17083.335399627686, + "relativeCreated": 17098.721027374268, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -158977,8 +159040,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:41,998", - "created": 1610360741.998423, + "asctime": "2021-01-11 11:37:46,535", + "created": 1610361466.5351183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158988,37 +159051,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 998.4230995178223, + "msecs": 535.1183414459229, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17083.44841003418, + "relativeCreated": 17098.845720291138, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" } ], - "msecs": 318.73178482055664, + "msecs": 854.6733856201172, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17403.757095336914, + "relativeCreated": 17418.400764465332, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3203086853027344 + "time_consumption": 0.31955504417419434 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:42,319", - "created": 1610360742.3195727, + "asctime": "2021-01-11 11:37:46,855", + "created": 1610361466.855559, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159035,8 +159098,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,319", - "created": 1610360742.3192413, + "asctime": "2021-01-11 11:37:46,855", + "created": 1610361466.8552213, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159046,15 +159109,15 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 319.2412853240967, + "msecs": 855.2212715148926, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17404.266595840454, + "relativeCreated": 17418.948650360107, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -159063,8 +159126,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,319", - "created": 1610360742.3194184, + "asctime": "2021-01-11 11:37:46,855", + "created": 1610361466.8554032, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159074,37 +159137,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 319.41843032836914, + "msecs": 855.4031848907471, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17404.443740844727, + "relativeCreated": 17419.130563735962, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 319.57268714904785, + "msecs": 855.5591106414795, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17404.597997665405, + "relativeCreated": 17419.286489486694, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015425682067871094 + "time_consumption": 0.00015592575073242188 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:42,320", - "created": 1610360742.3200903, + "asctime": "2021-01-11 11:37:46,856", + "created": 1610361466.8561053, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159121,8 +159184,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,319", - "created": 1610360742.3198128, + "asctime": "2021-01-11 11:37:46,855", + "created": 1610361466.855827, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159132,15 +159195,15 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 319.8127746582031, + "msecs": 855.8270931243896, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17404.83808517456, + "relativeCreated": 17419.554471969604, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -159149,8 +159212,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,319", - "created": 1610360742.3199565, + "asctime": "2021-01-11 11:37:46,855", + "created": 1610361466.855969, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159160,34 +159223,34 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 319.95654106140137, + "msecs": 855.9689521789551, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17404.98185157776, + "relativeCreated": 17419.69633102417, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 320.09029388427734, + "msecs": 856.1053276062012, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17405.115604400635, + "relativeCreated": 17419.832706451416, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013375282287597656 + "time_consumption": 0.00013637542724609375 }, { "args": [], - "asctime": "2021-01-11 11:25:42,320", - "created": 1610360742.3203251, + "asctime": "2021-01-11 11:37:46,856", + "created": 1610361466.856323, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -159198,15 +159261,15 @@ "message": "Adding secrets to socket_protocol", "module": "test_add_methods", "moduleLogger": [], - "msecs": 320.3251361846924, + "msecs": 856.3230037689209, "msg": "Adding secrets to socket_protocol", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17405.35044670105, + "relativeCreated": 17420.050382614136, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -159215,8 +159278,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,321", - "created": 1610360742.3210871, + "asctime": "2021-01-11 11:37:46,856", + "created": 1610361466.856913, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159233,8 +159296,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,320", - "created": 1610360742.3206763, + "asctime": "2021-01-11 11:37:46,856", + "created": 1610361466.8565562, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159244,15 +159307,15 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 320.676326751709, + "msecs": 856.5561771392822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17405.701637268066, + "relativeCreated": 17420.283555984497, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -159261,8 +159324,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,320", - "created": 1610360742.3208966, + "asctime": "2021-01-11 11:37:46,856", + "created": 1610361466.856732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159272,37 +159335,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 320.8966255187988, + "msecs": 856.7318916320801, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17405.921936035156, + "relativeCreated": 17420.459270477295, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 321.087121963501, + "msecs": 856.9130897521973, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17406.11243247986, + "relativeCreated": 17420.640468597412, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00019049644470214844 + "time_consumption": 0.0001811981201171875 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:42,321", - "created": 1610360742.3216155, + "asctime": "2021-01-11 11:37:46,857", + "created": 1610361466.8574307, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159319,8 +159382,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,321", - "created": 1610360742.321344, + "asctime": "2021-01-11 11:37:46,857", + "created": 1610361466.8571448, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159330,15 +159393,15 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 321.34389877319336, + "msecs": 857.144832611084, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17406.36920928955, + "relativeCreated": 17420.8722114563, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -159347,8 +159410,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,321", - "created": 1610360742.3214817, + "asctime": "2021-01-11 11:37:46,857", + "created": 1610361466.8572826, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159358,34 +159421,34 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 321.48170471191406, + "msecs": 857.2826385498047, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17406.50701522827, + "relativeCreated": 17421.01001739502, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 321.61545753479004, + "msecs": 857.4306964874268, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17406.640768051147, + "relativeCreated": 17421.15807533264, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013375282287597656 + "time_consumption": 0.0001480579376220703 }, { "args": [], - "asctime": "2021-01-11 11:25:42,422", - "created": 1610360742.4229658, + "asctime": "2021-01-11 11:37:46,958", + "created": 1610361466.9585948, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -159404,8 +159467,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,321", - "created": 1610360742.3219306, + "asctime": "2021-01-11 11:37:46,857", + "created": 1610361466.8577628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159415,15 +159478,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 321.9306468963623, + "msecs": 857.7628135681152, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17406.95595741272, + "relativeCreated": 17421.49019241333, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -159431,8 +159494,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 11:25:42,323", - "created": 1610360742.323452, + "asctime": "2021-01-11 11:37:46,859", + "created": 1610361466.8590424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159442,15 +159505,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": 323.4519958496094, + "msecs": 859.0424060821533, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17408.477306365967, + "relativeCreated": 17422.769784927368, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159458,8 +159521,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 11:25:42,331", - "created": 1610360742.3318365, + "asctime": "2021-01-11 11:37:46,867", + "created": 1610361466.8675258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159469,15 +159532,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": 331.836462020874, + "msecs": 867.5258159637451, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17416.86177253723, + "relativeCreated": 17431.25319480896, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159485,8 +159548,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.332014, + "asctime": "2021-01-11 11:37:46,867", + "created": 1610361466.8678107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159496,15 +159559,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 332.0140838623047, + "msecs": 867.8107261657715, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.039394378662, + "relativeCreated": 17431.538105010986, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159513,8 +159576,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.3321068, + "asctime": "2021-01-11 11:37:46,867", + "created": 1610361466.867977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159524,15 +159587,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 332.1068286895752, + "msecs": 867.9769039154053, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.132139205933, + "relativeCreated": 17431.70428276062, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159540,8 +159603,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.332222, + "asctime": "2021-01-11 11:37:46,868", + "created": 1610361466.8681743, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159551,15 +159614,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 332.22198486328125, + "msecs": 868.1743144989014, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.24729537964, + "relativeCreated": 17431.901693344116, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159568,8 +159631,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.3323224, + "asctime": "2021-01-11 11:37:46,868", + "created": 1610361466.8683126, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159579,15 +159642,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 332.322359085083, + "msecs": 868.3125972747803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.34766960144, + "relativeCreated": 17432.039976119995, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159595,8 +159658,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.3324647, + "asctime": "2021-01-11 11:37:46,868", + "created": 1610361466.8685153, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159606,15 +159669,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 332.46469497680664, + "msecs": 868.5152530670166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.490005493164, + "relativeCreated": 17432.24263191223, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159623,8 +159686,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.3325899, + "asctime": "2021-01-11 11:37:46,868", + "created": 1610361466.868646, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159634,15 +159697,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 332.58986473083496, + "msecs": 868.6459064483643, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.615175247192, + "relativeCreated": 17432.37328529358, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159650,8 +159713,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.332702, + "asctime": "2021-01-11 11:37:46,868", + "created": 1610361466.8688643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159661,15 +159724,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 332.7019214630127, + "msecs": 868.8642978668213, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.72723197937, + "relativeCreated": 17432.591676712036, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159678,8 +159741,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.3328028, + "asctime": "2021-01-11 11:37:46,869", + "created": 1610361466.8690026, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159689,15 +159752,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 332.80277252197266, + "msecs": 869.0025806427002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.82808303833, + "relativeCreated": 17432.729959487915, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159705,8 +159768,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.3329048, + "asctime": "2021-01-11 11:37:46,869", + "created": 1610361466.8691747, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159716,15 +159779,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 332.9048156738281, + "msecs": 869.1747188568115, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17417.930126190186, + "relativeCreated": 17432.902097702026, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159733,8 +159796,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,332", - "created": 1610360742.33298, + "asctime": "2021-01-11 11:37:46,869", + "created": 1610361466.8693032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159744,15 +159807,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 332.9799175262451, + "msecs": 869.3032264709473, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17418.005228042603, + "relativeCreated": 17433.030605316162, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159760,8 +159823,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:42,333", - "created": 1610360742.333121, + "asctime": "2021-01-11 11:37:46,869", + "created": 1610361466.869542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159771,15 +159834,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 333.12106132507324, + "msecs": 869.5418834686279, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17418.14637184143, + "relativeCreated": 17433.269262313843, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159787,8 +159850,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:42,334", - "created": 1610360742.3341477, + "asctime": "2021-01-11 11:37:46,870", + "created": 1610361466.8706703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159798,15 +159861,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 334.14769172668457, + "msecs": 870.6703186035156, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17419.173002243042, + "relativeCreated": 17434.39769744873, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159814,8 +159877,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,334", - "created": 1610360742.3343449, + "asctime": "2021-01-11 11:37:46,870", + "created": 1610361466.8709836, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159825,15 +159888,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 334.34486389160156, + "msecs": 870.9836006164551, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17419.37017440796, + "relativeCreated": 17434.71097946167, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159842,8 +159905,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,334", - "created": 1610360742.3344407, + "asctime": "2021-01-11 11:37:46,871", + "created": 1610361466.8711517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159853,15 +159916,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": 334.4407081604004, + "msecs": 871.1516857147217, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17419.466018676758, + "relativeCreated": 17434.879064559937, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159869,8 +159932,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 11:25:42,334", - "created": 1610360742.3346014, + "asctime": "2021-01-11 11:37:46,871", + "created": 1610361466.871431, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159880,15 +159943,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": 334.60140228271484, + "msecs": 871.4311122894287, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17419.626712799072, + "relativeCreated": 17435.158491134644, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159899,8 +159962,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,334", - "created": 1610360742.334827, + "asctime": "2021-01-11 11:37:46,871", + "created": 1610361466.8718588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159910,15 +159973,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 334.8269462585449, + "msecs": 871.8588352203369, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17419.852256774902, + "relativeCreated": 17435.58621406555, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159926,26 +159989,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:42,334", - "created": 1610360742.3349552, + "asctime": "2021-01-11 11:37:46,872", + "created": 1610361466.8720553, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 334.95521545410156, + "msecs": 872.0552921295166, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17419.98052597046, + "relativeCreated": 17435.78267097473, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -159954,10 +160017,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'" + "'cd685b2c9890e01cc64167f95e7fdb75a2285138ac597011275517cacdb1be33'" ], - "asctime": "2021-01-11 11:25:42,335", - "created": 1610360742.3351207, + "asctime": "2021-01-11 11:37:46,872", + "created": 1610361466.872318, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159965,26 +160028,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'cd685b2c9890e01cc64167f95e7fdb75a2285138ac597011275517cacdb1be33'\"", "module": "__init__", - "msecs": 335.12067794799805, + "msecs": 872.3180294036865, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17420.145988464355, + "relativeCreated": 17436.0454082489, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "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 66 62 66 35" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 63 64 36 38" ], - "asctime": "2021-01-11 11:25:42,335", - "created": 1610360742.3356748, + "asctime": "2021-01-11 11:37:46,873", + "created": 1610361466.8733046, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159992,26 +160055,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 66 62 66 35", + "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 63 64 36 38", "module": "__init__", - "msecs": 335.6747627258301, + "msecs": 873.3046054840088, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17420.700073242188, + "relativeCreated": 17437.031984329224, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "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 66 62 66 35" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 63 64 36 38" ], - "asctime": "2021-01-11 11:25:42,344", - "created": 1610360742.3440244, + "asctime": "2021-01-11 11:37:46,881", + "created": 1610361466.881742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160019,17 +160082,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 66 62 66 35", + "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 63 64 36 38", "module": "__init__", - "msecs": 344.0244197845459, + "msecs": 881.742000579834, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17429.049730300903, + "relativeCreated": 17445.46937942505, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160037,8 +160100,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,344", - "created": 1610360742.34426, + "asctime": "2021-01-11 11:37:46,882", + "created": 1610361466.882026, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160048,15 +160111,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 344.25997734069824, + "msecs": 882.025957107544, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17429.285287857056, + "relativeCreated": 17445.75333595276, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160065,8 +160128,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,344", - "created": 1610360742.3443918, + "asctime": "2021-01-11 11:37:46,882", + "created": 1610361466.8821883, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160076,15 +160139,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 344.3918228149414, + "msecs": 882.1883201599121, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17429.4171333313, + "relativeCreated": 17445.915699005127, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160092,8 +160155,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,344", - "created": 1610360742.3445475, + "asctime": "2021-01-11 11:37:46,882", + "created": 1610361466.8823838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160103,15 +160166,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 344.5475101470947, + "msecs": 882.3838233947754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17429.572820663452, + "relativeCreated": 17446.11120223999, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160120,8 +160183,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,344", - "created": 1610360742.3446605, + "asctime": "2021-01-11 11:37:46,882", + "created": 1610361466.8825295, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160131,15 +160194,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 344.66052055358887, + "msecs": 882.5294971466064, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17429.685831069946, + "relativeCreated": 17446.25687599182, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160147,8 +160210,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,344", - "created": 1610360742.344884, + "asctime": "2021-01-11 11:37:46,882", + "created": 1610361466.88273, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160158,15 +160221,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 344.88391876220703, + "msecs": 882.7300071716309, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17429.909229278564, + "relativeCreated": 17446.457386016846, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160175,8 +160238,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,345", - "created": 1610360742.3450768, + "asctime": "2021-01-11 11:37:46,882", + "created": 1610361466.8828614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160186,15 +160249,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 345.0767993927002, + "msecs": 882.8613758087158, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17430.102109909058, + "relativeCreated": 17446.58875465393, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160202,8 +160265,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,345", - "created": 1610360742.3453038, + "asctime": "2021-01-11 11:37:46,883", + "created": 1610361466.883041, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160213,15 +160276,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 345.3037738800049, + "msecs": 883.0409049987793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17430.329084396362, + "relativeCreated": 17446.768283843994, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160230,8 +160293,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,345", - "created": 1610360742.3454235, + "asctime": "2021-01-11 11:37:46,883", + "created": 1610361466.8831697, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160241,15 +160304,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 345.42346000671387, + "msecs": 883.1696510314941, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17430.44877052307, + "relativeCreated": 17446.89702987671, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160257,8 +160320,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,345", - "created": 1610360742.3455994, + "asctime": "2021-01-11 11:37:46,883", + "created": 1610361466.883379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160268,15 +160331,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 345.5994129180908, + "msecs": 883.3789825439453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17430.62472343445, + "relativeCreated": 17447.10636138916, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160285,8 +160348,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,345", - "created": 1610360742.345736, + "asctime": "2021-01-11 11:37:46,883", + "created": 1610361466.883511, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160296,24 +160359,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 345.736026763916, + "msecs": 883.5110664367676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17430.761337280273, + "relativeCreated": 17447.238445281982, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { "args": [ "comm-server:", - "(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" + "(64): 35 62 32 63 39 38 39 30 65 30 31 63 63 36 34 31 36 37 66 39 35 65 37 66 64 62 37 35 61 32 32 38 35 31 33 38 61 63 35 39 37 30 31 31 32 37 35 35 31 37 63 61 63 64 62 31 62 65 33 33 22 7d 0b 47" ], - "asctime": "2021-01-11 11:25:42,346", - "created": 1610360742.3460324, + "asctime": "2021-01-11 11:37:46,883", + "created": 1610361466.883834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160321,26 +160384,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 35 62 32 63 39 38 39 30 65 30 31 63 63 36 34 31 36 37 66 39 35 65 37 66 64 62 37 35 61 32 32 38 35 31 33 38 61 63 35 39 37 30 31 31 32 37 35 35 31 37 63 61 63 64 62 31 62 65 33 33 22 7d 0b 47", "module": "__init__", - "msecs": 346.03238105773926, + "msecs": 883.8338851928711, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17431.057691574097, + "relativeCreated": 17447.561264038086, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(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" + "(64): 35 62 32 63 39 38 39 30 65 30 31 63 63 36 34 31 36 37 66 39 35 65 37 66 64 62 37 35 61 32 32 38 35 31 33 38 61 63 35 39 37 30 31 31 32 37 35 35 31 37 63 61 63 64 62 31 62 65 33 33 22 7d 0b 47" ], - "asctime": "2021-01-11 11:25:42,354", - "created": 1610360742.3544223, + "asctime": "2021-01-11 11:37:46,892", + "created": 1610361466.8921697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160348,26 +160411,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 35 62 32 63 39 38 39 30 65 30 31 63 63 36 34 31 36 37 66 39 35 65 37 66 64 62 37 35 61 32 32 38 35 31 33 38 61 63 35 39 37 30 31 31 32 37 35 35 31 37 63 61 63 64 62 31 62 65 33 33 22 7d 0b 47", "module": "__init__", - "msecs": 354.42233085632324, + "msecs": 892.169713973999, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17439.44764137268, + "relativeCreated": 17455.897092819214, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { "args": [ "comm-server:", - "(4): a2 5e 3a 3e" + "(4): 9a fc 3a 3e" ], - "asctime": "2021-01-11 11:25:42,354", - "created": 1610360742.3549833, + "asctime": "2021-01-11 11:37:46,892", + "created": 1610361466.8926766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160375,26 +160438,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): a2 5e 3a 3e", + "message": "comm-server: TX -> (4): 9a fc 3a 3e", "module": "__init__", - "msecs": 354.9833297729492, + "msecs": 892.676591873169, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17440.008640289307, + "relativeCreated": 17456.403970718384, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(4): a2 5e 3a 3e" + "(4): 9a fc 3a 3e" ], - "asctime": "2021-01-11 11:25:42,355", - "created": 1610360742.3558147, + "asctime": "2021-01-11 11:37:46,893", + "created": 1610361466.8934755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160402,17 +160465,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): a2 5e 3a 3e", + "message": "comm-client: RX <- (4): 9a fc 3a 3e", "module": "__init__", - "msecs": 355.81469535827637, + "msecs": 893.4755325317383, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17440.840005874634, + "relativeCreated": 17457.202911376953, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160420,8 +160483,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,356", - "created": 1610360742.3560295, + "asctime": "2021-01-11 11:37:46,893", + "created": 1610361466.8936217, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160431,15 +160494,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.0295104980469, + "msecs": 893.6216831207275, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17441.054821014404, + "relativeCreated": 17457.349061965942, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160448,8 +160511,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,356", - "created": 1610360742.3561754, + "asctime": "2021-01-11 11:37:46,893", + "created": 1610361466.8937373, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160459,24 +160522,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": 356.17542266845703, + "msecs": 893.7373161315918, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17441.200733184814, + "relativeCreated": 17457.464694976807, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "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 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" + "(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 63 64 36 38 35 62 32 63 39 38 39 30 65 30 31 63 63 36 34 31 36 37 66 39 35 65 37 66 64 62 37 35 61 32 32 38 35 31 33 38 61 63 35 39 37 30 31 31 32 37 35 35 31 37 63 61 63 64 62 31 62 65 33 33 22 7d 0b 47 9a fc" ], - "asctime": "2021-01-11 11:25:42,356", - "created": 1610360742.3564742, + "asctime": "2021-01-11 11:37:46,893", + "created": 1610361466.8939996, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160484,17 +160547,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 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", + "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 63 64 36 38 35 62 32 63 39 38 39 30 65 30 31 63 63 36 34 31 36 37 66 39 35 65 37 66 64 62 37 35 61 32 32 38 35 31 33 38 61 63 35 39 37 30 31 31 32 37 35 35 31 37 63 61 63 64 62 31 62 65 33 33 22 7d 0b 47 9a fc", "module": "stp", - "msecs": 356.4741611480713, + "msecs": 893.9995765686035, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17441.49947166443, + "relativeCreated": 17457.72695541382, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160503,10 +160566,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'" + "'cd685b2c9890e01cc64167f95e7fdb75a2285138ac597011275517cacdb1be33'" ], - "asctime": "2021-01-11 11:25:42,356", - "created": 1610360742.3568513, + "asctime": "2021-01-11 11:37:46,894", + "created": 1610361466.8943264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160514,17 +160577,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'cd685b2c9890e01cc64167f95e7fdb75a2285138ac597011275517cacdb1be33'\"", "module": "__init__", - "msecs": 356.85133934020996, + "msecs": 894.3264484405518, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17441.876649856567, + "relativeCreated": 17458.053827285767, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160532,8 +160595,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:42,357", - "created": 1610360742.3570485, + "asctime": "2021-01-11 11:37:46,894", + "created": 1610361466.8944848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160543,15 +160606,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 357.04851150512695, + "msecs": 894.4847583770752, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17442.073822021484, + "relativeCreated": 17458.21213722229, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -160560,10 +160623,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'" + "'d76a98c9bfb11d5af5e83d5cc5002aba57715c298c59d62ef35bfe59ea5c88a8f1cf07831bb37be09661bc1dcc31e698bb4743461d813b7e2f38068545bf2b0c'" ], - "asctime": "2021-01-11 11:25:42,357", - "created": 1610360742.3572893, + "asctime": "2021-01-11 11:37:46,894", + "created": 1610361466.8947048, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160571,26 +160634,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'d76a98c9bfb11d5af5e83d5cc5002aba57715c298c59d62ef35bfe59ea5c88a8f1cf07831bb37be09661bc1dcc31e698bb4743461d813b7e2f38068545bf2b0c'\"", "module": "__init__", - "msecs": 357.28931427001953, + "msecs": 894.7048187255859, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17442.314624786377, + "relativeCreated": 17458.4321975708, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "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 34 37 35 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 64 37 36 61" ], - "asctime": "2021-01-11 11:25:42,358", - "created": 1610360742.358545, + "asctime": "2021-01-11 11:37:46,895", + "created": 1610361466.8955936, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160598,26 +160661,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 35 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 64 37 36 61", "module": "__init__", - "msecs": 358.54506492614746, + "msecs": 895.5936431884766, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17443.570375442505, + "relativeCreated": 17459.32102203369, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "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 34 37 35 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 64 37 36 61" ], - "asctime": "2021-01-11 11:25:42,366", - "created": 1610360742.3669145, + "asctime": "2021-01-11 11:37:46,904", + "created": 1610361466.904036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160625,17 +160688,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 35 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 64 37 36 61", "module": "__init__", - "msecs": 366.9145107269287, + "msecs": 904.0360450744629, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17451.939821243286, + "relativeCreated": 17467.763423919678, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160643,8 +160706,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.3671048, + "asctime": "2021-01-11 11:37:46,904", + "created": 1610361466.9043176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160654,15 +160717,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 367.10476875305176, + "msecs": 904.3176174163818, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.13007926941, + "relativeCreated": 17468.044996261597, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160671,8 +160734,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.3672059, + "asctime": "2021-01-11 11:37:46,904", + "created": 1610361466.9044685, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160682,15 +160745,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 367.2058582305908, + "msecs": 904.4685363769531, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.23116874695, + "relativeCreated": 17468.195915222168, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160698,8 +160761,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.3673468, + "asctime": "2021-01-11 11:37:46,904", + "created": 1610361466.9046607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160709,15 +160772,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 367.34676361083984, + "msecs": 904.660701751709, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.372074127197, + "relativeCreated": 17468.388080596924, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160726,8 +160789,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.367432, + "asctime": "2021-01-11 11:37:46,904", + "created": 1610361466.9048407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160737,15 +160800,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.4321174621582, + "msecs": 904.8407077789307, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.457427978516, + "relativeCreated": 17468.568086624146, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160753,8 +160816,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.3675587, + "asctime": "2021-01-11 11:37:46,905", + "created": 1610361466.9050524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160764,15 +160827,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 367.55871772766113, + "msecs": 905.0524234771729, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.58402824402, + "relativeCreated": 17468.779802322388, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160781,8 +160844,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.3676403, + "asctime": "2021-01-11 11:37:46,905", + "created": 1610361466.9051857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160792,15 +160855,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.64025688171387, + "msecs": 905.1856994628906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.66556739807, + "relativeCreated": 17468.913078308105, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160808,8 +160871,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.367769, + "asctime": "2021-01-11 11:37:46,905", + "created": 1610361466.9053674, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160819,15 +160882,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 367.7690029144287, + "msecs": 905.367374420166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.794313430786, + "relativeCreated": 17469.09475326538, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160836,8 +160899,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.3678505, + "asctime": "2021-01-11 11:37:46,905", + "created": 1610361466.905498, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160847,15 +160910,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.85054206848145, + "msecs": 905.4980278015137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.87585258484, + "relativeCreated": 17469.22540664673, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160863,8 +160926,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,367", - "created": 1610360742.3679557, + "asctime": "2021-01-11 11:37:46,905", + "created": 1610361466.905671, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160874,15 +160937,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 367.95568466186523, + "msecs": 905.6708812713623, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17452.980995178223, + "relativeCreated": 17469.398260116577, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -160891,8 +160954,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,368", - "created": 1610360742.3680348, + "asctime": "2021-01-11 11:37:46,905", + "created": 1610361466.9058218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160902,24 +160965,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 368.03483963012695, + "msecs": 905.8218002319336, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17453.060150146484, + "relativeCreated": 17469.54917907715, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(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" + "(64): 39 38 63 39 62 66 62 31 31 64 35 61 66 35 65 38 33 64 35 63 63 35 30 30 32 61 62 61 35 37 37 31 35 63 32 39 38 63 35 39 64 36 32 65 66 33 35 62 66 65 35 39 65 61 35 63 38 38 61 38 66 31 63 66" ], - "asctime": "2021-01-11 11:25:42,368", - "created": 1610360742.3682501, + "asctime": "2021-01-11 11:37:46,906", + "created": 1610361466.9061491, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160927,26 +160990,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 39 38 63 39 62 66 62 31 31 64 35 61 66 35 65 38 33 64 35 63 63 35 30 30 32 61 62 61 35 37 37 31 35 63 32 39 38 63 35 39 64 36 32 65 66 33 35 62 66 65 35 39 65 61 35 63 38 38 61 38 66 31 63 66", "module": "__init__", - "msecs": 368.25013160705566, + "msecs": 906.14914894104, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17453.275442123413, + "relativeCreated": 17469.876527786255, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(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" + "(64): 39 38 63 39 62 66 62 31 31 64 35 61 66 35 65 38 33 64 35 63 63 35 30 30 32 61 62 61 35 37 37 31 35 63 32 39 38 63 35 39 64 36 32 65 66 33 35 62 66 65 35 39 65 61 35 63 38 38 61 38 66 31 63 66" ], - "asctime": "2021-01-11 11:25:42,376", - "created": 1610360742.3765454, + "asctime": "2021-01-11 11:37:46,914", + "created": 1610361466.9145527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160954,26 +161017,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 39 38 63 39 62 66 62 31 31 64 35 61 66 35 65 38 33 64 35 63 63 35 30 30 32 61 62 61 35 37 37 31 35 63 32 39 38 63 35 39 64 36 32 65 66 33 35 62 66 65 35 39 65 61 35 63 38 38 61 38 66 31 63 66", "module": "__init__", - "msecs": 376.5454292297363, + "msecs": 914.5526885986328, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17461.570739746094, + "relativeCreated": 17478.280067443848, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(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" + "(64): 30 37 38 33 31 62 62 33 37 62 65 30 39 36 36 31 62 63 31 64 63 63 33 31 65 36 39 38 62 62 34 37 34 33 34 36 31 64 38 31 33 62 37 65 32 66 33 38 30 36 38 35 34 35 62 66 32 62 30 63 22 7d 93 6e" ], - "asctime": "2021-01-11 11:25:42,377", - "created": 1610360742.377031, + "asctime": "2021-01-11 11:37:46,915", + "created": 1610361466.9152205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160981,26 +161044,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 30 37 38 33 31 62 62 33 37 62 65 30 39 36 36 31 62 63 31 64 63 63 33 31 65 36 39 38 62 62 34 37 34 33 34 36 31 64 38 31 33 62 37 65 32 66 33 38 30 36 38 35 34 35 62 66 32 62 30 63 22 7d 93 6e", "module": "__init__", - "msecs": 377.0310878753662, + "msecs": 915.2204990386963, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17462.056398391724, + "relativeCreated": 17478.94787788391, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(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" + "(64): 30 37 38 33 31 62 62 33 37 62 65 30 39 36 36 31 62 63 31 64 63 63 33 31 65 36 39 38 62 62 34 37 34 33 34 36 31 64 38 31 33 62 37 65 32 66 33 38 30 36 38 35 34 35 62 66 32 62 30 63 22 7d 93 6e" ], - "asctime": "2021-01-11 11:25:42,385", - "created": 1610360742.3853586, + "asctime": "2021-01-11 11:37:46,923", + "created": 1610361466.923661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161008,26 +161071,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 30 37 38 33 31 62 62 33 37 62 65 30 39 36 36 31 62 63 31 64 63 63 33 31 65 36 39 38 62 62 34 37 34 33 34 36 31 64 38 31 33 62 37 65 32 66 33 38 30 36 38 35 34 35 62 66 32 62 30 63 22 7d 93 6e", "module": "__init__", - "msecs": 385.3585720062256, + "msecs": 923.6609935760498, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17470.383882522583, + "relativeCreated": 17487.388372421265, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(4): 5f 92 3a 3e" + "(4): 5b a5 3a 3e" ], - "asctime": "2021-01-11 11:25:42,385", - "created": 1610360742.3859947, + "asctime": "2021-01-11 11:37:46,924", + "created": 1610361466.9242945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161035,26 +161098,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 5f 92 3a 3e", + "message": "comm-client: TX -> (4): 5b a5 3a 3e", "module": "__init__", - "msecs": 385.99467277526855, + "msecs": 924.2944717407227, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17471.019983291626, + "relativeCreated": 17488.021850585938, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(4): 5f 92 3a 3e" + "(4): 5b a5 3a 3e" ], - "asctime": "2021-01-11 11:25:42,386", - "created": 1610360742.386783, + "asctime": "2021-01-11 11:37:46,925", + "created": 1610361466.9250927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161062,17 +161125,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 5f 92 3a 3e", + "message": "comm-server: RX <- (4): 5b a5 3a 3e", "module": "__init__", - "msecs": 386.7828845977783, + "msecs": 925.0926971435547, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17471.808195114136, + "relativeCreated": 17488.82007598877, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -161080,8 +161143,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,386", - "created": 1610360742.3869598, + "asctime": "2021-01-11 11:37:46,925", + "created": 1610361466.925276, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161091,15 +161154,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 386.9597911834717, + "msecs": 925.2760410308838, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17471.98510169983, + "relativeCreated": 17489.0034198761, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -161108,8 +161171,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,387", - "created": 1610360742.3871057, + "asctime": "2021-01-11 11:37:46,925", + "created": 1610361466.9254236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161119,24 +161182,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": 387.10570335388184, + "msecs": 925.4236221313477, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17472.13101387024, + "relativeCreated": 17489.151000976562, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "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 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" + "(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 64 37 36 61 39 38 63 39 62 66 62 31 31 64 35 61 66 35 65 38 33 64 35 63 63 35 30 30 32 61 62 61 35 37 37 31 35 63 32 39 38 63 35 39 64 36 32 65 66 33 35 62 66 65 35 39 65 61 35 63 38 38 61 38 66 31 63 66 30 37 38 33 31 62 62 33 37 62 65 30 39 36 36 31 62 63 31 64 63 63 33 31 65 36 39 38 62 62 34 37 34 33 34 36 31 64 38 31 33 62 37 65 32 66 33 38 30 36 38 35 34 35 62 66 32 62 30 63 22 7d 93 6e 5b a5" ], - "asctime": "2021-01-11 11:25:42,387", - "created": 1610360742.3875544, + "asctime": "2021-01-11 11:37:46,925", + "created": 1610361466.9258573, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161144,17 +161207,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 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", + "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 64 37 36 61 39 38 63 39 62 66 62 31 31 64 35 61 66 35 65 38 33 64 35 63 63 35 30 30 32 61 62 61 35 37 37 31 35 63 32 39 38 63 35 39 64 36 32 65 66 33 35 62 66 65 35 39 65 61 35 63 38 38 61 38 66 31 63 66 30 37 38 33 31 62 62 33 37 62 65 30 39 36 36 31 62 63 31 64 63 63 33 31 65 36 39 38 62 62 34 37 34 33 34 36 31 64 38 31 33 62 37 65 32 66 33 38 30 36 38 35 34 35 62 66 32 62 30 63 22 7d 93 6e 5b a5", "module": "stp", - "msecs": 387.554407119751, + "msecs": 925.8573055267334, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17472.57971763611, + "relativeCreated": 17489.58468437195, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -161163,10 +161226,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'" + "'d76a98c9bfb11d5af5e83d5cc5002aba57715c298c59d62ef35bfe59ea5c88a8f1cf07831bb37be09661bc1dcc31e698bb4743461d813b7e2f38068545bf2b0c'" ], - "asctime": "2021-01-11 11:25:42,387", - "created": 1610360742.3879285, + "asctime": "2021-01-11 11:37:46,926", + "created": 1610361466.926316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161174,17 +161237,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'d76a98c9bfb11d5af5e83d5cc5002aba57715c298c59d62ef35bfe59ea5c88a8f1cf07831bb37be09661bc1dcc31e698bb4743461d813b7e2f38068545bf2b0c'\"", "module": "__init__", - "msecs": 387.9284858703613, + "msecs": 926.3160228729248, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17472.95379638672, + "relativeCreated": 17490.04340171814, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -161192,26 +161255,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:42,388", - "created": 1610360742.388114, + "asctime": "2021-01-11 11:37:46,926", + "created": 1610361466.926542, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 388.11397552490234, + "msecs": 926.5420436859131, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17473.13928604126, + "relativeCreated": 17490.269422531128, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -161222,8 +161285,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:42,388", - "created": 1610360742.3884058, + "asctime": "2021-01-11 11:37:46,926", + "created": 1610361466.9268253, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161233,15 +161296,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 388.40579986572266, + "msecs": 926.8252849578857, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17473.43111038208, + "relativeCreated": 17490.5526638031, "stack_info": null, - "thread": 140652486567680, + "thread": 139975383308032, "threadName": "Thread-29" }, { @@ -161249,8 +161312,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 11:25:42,389", - "created": 1610360742.389251, + "asctime": "2021-01-11 11:37:46,927", + "created": 1610361466.9277694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161260,15 +161323,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": 389.2509937286377, + "msecs": 927.7694225311279, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17474.276304244995, + "relativeCreated": 17491.496801376343, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161276,8 +161339,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 11:25:42,397", - "created": 1610360742.3975976, + "asctime": "2021-01-11 11:37:46,936", + "created": 1610361466.9360948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161287,15 +161350,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": 397.5975513458252, + "msecs": 936.0947608947754, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17482.622861862183, + "relativeCreated": 17499.82213973999, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161303,8 +161366,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,397", - "created": 1610360742.3977904, + "asctime": "2021-01-11 11:37:46,936", + "created": 1610361466.9362886, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161314,15 +161377,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 397.79043197631836, + "msecs": 936.288595199585, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17482.815742492676, + "relativeCreated": 17500.0159740448, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161331,8 +161394,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,397", - "created": 1610360742.3978913, + "asctime": "2021-01-11 11:37:46,936", + "created": 1610361466.9363983, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161342,15 +161405,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 397.8912830352783, + "msecs": 936.3982677459717, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17482.916593551636, + "relativeCreated": 17500.125646591187, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161358,8 +161421,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.3980334, + "asctime": "2021-01-11 11:37:46,936", + "created": 1610361466.9365299, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161369,15 +161432,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 398.03338050842285, + "msecs": 936.5298748016357, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.05869102478, + "relativeCreated": 17500.25725364685, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161386,8 +161449,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.3981388, + "asctime": "2021-01-11 11:37:46,936", + "created": 1610361466.936623, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161397,15 +161460,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 398.13876152038574, + "msecs": 936.6230964660645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.164072036743, + "relativeCreated": 17500.35047531128, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161413,8 +161476,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.3982675, + "asctime": "2021-01-11 11:37:46,936", + "created": 1610361466.9367924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161424,15 +161487,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 398.2675075531006, + "msecs": 936.7923736572266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.292818069458, + "relativeCreated": 17500.51975250244, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161441,8 +161504,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.3983498, + "asctime": "2021-01-11 11:37:46,936", + "created": 1610361466.936902, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161452,15 +161515,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 398.3497619628906, + "msecs": 936.9020462036133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.375072479248, + "relativeCreated": 17500.629425048828, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161468,8 +161531,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.398463, + "asctime": "2021-01-11 11:37:46,937", + "created": 1610361466.9370549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161479,15 +161542,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 398.46301078796387, + "msecs": 937.0548725128174, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.48832130432, + "relativeCreated": 17500.782251358032, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161496,8 +161559,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.3985436, + "asctime": "2021-01-11 11:37:46,937", + "created": 1610361466.9371603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161507,15 +161570,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 398.5435962677002, + "msecs": 937.1602535247803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.568906784058, + "relativeCreated": 17500.887632369995, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161523,8 +161586,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.3986614, + "asctime": "2021-01-11 11:37:46,937", + "created": 1610361466.9373014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161534,15 +161597,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 398.66137504577637, + "msecs": 937.3013973236084, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.686685562134, + "relativeCreated": 17501.028776168823, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161551,8 +161614,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.3987422, + "asctime": "2021-01-11 11:37:46,937", + "created": 1610361466.937394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161562,15 +161625,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 398.7421989440918, + "msecs": 937.3939037322998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.76750946045, + "relativeCreated": 17501.121282577515, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161578,8 +161641,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:42,398", - "created": 1610360742.398895, + "asctime": "2021-01-11 11:37:46,937", + "created": 1610361466.937557, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161589,15 +161652,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 398.8950252532959, + "msecs": 937.5569820404053, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17483.920335769653, + "relativeCreated": 17501.28436088562, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161605,8 +161668,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:42,399", - "created": 1610360742.3999238, + "asctime": "2021-01-11 11:37:46,938", + "created": 1610361466.9385564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161616,15 +161679,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 399.92380142211914, + "msecs": 938.556432723999, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17484.949111938477, + "relativeCreated": 17502.283811569214, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161632,8 +161695,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,400", - "created": 1610360742.4001307, + "asctime": "2021-01-11 11:37:46,938", + "created": 1610361466.93872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161643,15 +161706,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.1307487487793, + "msecs": 938.7199878692627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17485.156059265137, + "relativeCreated": 17502.447366714478, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161660,8 +161723,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,400", - "created": 1610360742.4002333, + "asctime": "2021-01-11 11:37:46,938", + "created": 1610361466.938829, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161671,15 +161734,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": 400.23326873779297, + "msecs": 938.8289451599121, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17485.25857925415, + "relativeCreated": 17502.556324005127, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161687,8 +161750,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 11:25:42,400", - "created": 1610360742.4003842, + "asctime": "2021-01-11 11:37:46,938", + "created": 1610361466.9389908, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161698,15 +161761,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": 400.38418769836426, + "msecs": 938.9908313751221, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17485.40949821472, + "relativeCreated": 17502.718210220337, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161717,8 +161780,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:42,400", - "created": 1610360742.4006457, + "asctime": "2021-01-11 11:37:46,939", + "created": 1610361466.9392617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161728,15 +161791,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 400.6457328796387, + "msecs": 939.2616748809814, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17485.671043395996, + "relativeCreated": 17502.989053726196, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { @@ -161744,8 +161807,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:42,400", - "created": 1610360742.4007976, + "asctime": "2021-01-11 11:37:46,939", + "created": 1610361466.939386, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161755,23 +161818,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 400.79760551452637, + "msecs": 939.3858909606934, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17485.822916030884, + "relativeCreated": 17503.11326980591, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,400", - "created": 1610360742.4008977, + "asctime": "2021-01-11 11:37:46,939", + "created": 1610361466.9394865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161781,37 +161844,37 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 400.897741317749, + "msecs": 939.4865036010742, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17485.923051834106, + "relativeCreated": 17503.21388244629, "stack_info": null, - "thread": 140652478174976, + "thread": 139975374915328, "threadName": "Thread-30" } ], - "msecs": 422.96576499938965, + "msecs": 958.594799041748, "msg": "Doing authentification", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17507.991075515747, + "relativeCreated": 17522.322177886963, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.022068023681640625 + "time_consumption": 0.019108295440673828 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:42,423", - "created": 1610360742.423956, + "asctime": "2021-01-11 11:37:46,959", + "created": 1610361466.9595666, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161828,8 +161891,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,423", - "created": 1610360742.4235425, + "asctime": "2021-01-11 11:37:46,959", + "created": 1610361466.9592032, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161839,15 +161902,15 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 423.5424995422363, + "msecs": 959.2032432556152, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17508.567810058594, + "relativeCreated": 17522.93062210083, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -161856,8 +161919,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,423", - "created": 1610360742.4237578, + "asctime": "2021-01-11 11:37:46,959", + "created": 1610361466.9594102, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161867,37 +161930,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 423.75779151916504, + "msecs": 959.4101905822754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17508.783102035522, + "relativeCreated": 17523.13756942749, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 423.95591735839844, + "msecs": 959.566593170166, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17508.981227874756, + "relativeCreated": 17523.29397201538, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00019812583923339844 + "time_consumption": 0.000156402587890625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:42,424", - "created": 1610360742.4245732, + "asctime": "2021-01-11 11:37:46,960", + "created": 1610361466.9601042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161914,8 +161977,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,424", - "created": 1610360742.4242842, + "asctime": "2021-01-11 11:37:46,959", + "created": 1610361466.9598248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161925,15 +161988,15 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 424.2842197418213, + "msecs": 959.824800491333, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17509.30953025818, + "relativeCreated": 17523.552179336548, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -161942,8 +162005,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,424", - "created": 1610360742.4244344, + "asctime": "2021-01-11 11:37:46,959", + "created": 1610361466.959967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161953,41 +162016,41 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 424.4344234466553, + "msecs": 959.9668979644775, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17509.459733963013, + "relativeCreated": 17523.694276809692, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 424.5731830596924, + "msecs": 960.10422706604, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17509.59849357605, + "relativeCreated": 17523.831605911255, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013875961303710938 + "time_consumption": 0.0001373291015625 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.8061673641204834, - "time_finished": "2021-01-11 11:25:42,424", - "time_start": "2021-01-11 11:25:41,618" + "time_consumption": 0.8081333637237549, + "time_finished": "2021-01-11 11:37:46,960", + "time_start": "2021-01-11 11:37:46,151" }, "_elO7wE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:42,425", - "created": 1610360742.4251451, + "asctime": "2021-01-11 11:37:46,960", + "created": 1610361466.9607873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161998,19 +162061,19 @@ "message": "_elO7wE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 425.14514923095703, + "msecs": 960.787296295166, "msg": "_elO7wE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17510.170459747314, + "relativeCreated": 17524.51467514038, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4337912, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.969979, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -162025,8 +162088,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:42,426", - "created": 1610360742.4266896, + "asctime": "2021-01-11 11:37:46,962", + "created": 1610361466.9624183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162036,23 +162099,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 426.68962478637695, + "msecs": 962.4183177947998, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17511.714935302734, + "relativeCreated": 17526.145696640015, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:42,427", - "created": 1610360742.4278848, + "asctime": "2021-01-11 11:37:46,963", + "created": 1610361466.9636042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162062,23 +162125,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 427.8848171234131, + "msecs": 963.604211807251, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17512.91012763977, + "relativeCreated": 17527.331590652466, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:42,428", - "created": 1610360742.4281154, + "asctime": "2021-01-11 11:37:46,963", + "created": 1610361466.9638333, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162088,23 +162151,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 428.1153678894043, + "msecs": 963.8333320617676, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17513.14067840576, + "relativeCreated": 17527.560710906982, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,428", - "created": 1610360742.4284449, + "asctime": "2021-01-11 11:37:46,964", + "created": 1610361466.9641552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162114,15 +162177,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 428.44486236572266, + "msecs": 964.1551971435547, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17513.47017288208, + "relativeCreated": 17527.88257598877, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162131,26 +162194,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:42,428", - "created": 1610360742.4286528, + "asctime": "2021-01-11 11:37:46,964", + "created": 1610361466.964333, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 428.6527633666992, + "msecs": 964.3330574035645, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17513.678073883057, + "relativeCreated": 17528.06043624878, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162158,26 +162221,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,428", - "created": 1610360742.4289398, + "asctime": "2021-01-11 11:37:46,964", + "created": 1610361466.9645662, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 428.9398193359375, + "msecs": 964.5662307739258, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17513.965129852295, + "relativeCreated": 17528.29360961914, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162185,26 +162248,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,429", - "created": 1610360742.4291983, + "asctime": "2021-01-11 11:37:46,964", + "created": 1610361466.9647255, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 429.1982650756836, + "msecs": 964.7254943847656, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17514.22357559204, + "relativeCreated": 17528.45287322998, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162212,26 +162275,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:42,429", - "created": 1610360742.4294093, + "asctime": "2021-01-11 11:37:46,964", + "created": 1610361466.9649034, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 429.4092655181885, + "msecs": 964.9033546447754, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17514.434576034546, + "relativeCreated": 17528.63073348999, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162239,26 +162302,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:42,429", - "created": 1610360742.4295561, + "asctime": "2021-01-11 11:37:46,965", + "created": 1610361466.9650488, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 429.55613136291504, + "msecs": 965.0487899780273, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17514.581441879272, + "relativeCreated": 17528.776168823242, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162268,8 +162331,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:42,429", - "created": 1610360742.4297376, + "asctime": "2021-01-11 11:37:46,965", + "created": 1610361466.9652205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162279,15 +162342,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 429.7375679016113, + "msecs": 965.2204513549805, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17514.76287841797, + "relativeCreated": 17528.947830200195, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162297,8 +162360,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:42,429", - "created": 1610360742.4299011, + "asctime": "2021-01-11 11:37:46,965", + "created": 1610361466.9653945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162308,15 +162371,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 429.901123046875, + "msecs": 965.3944969177246, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17514.926433563232, + "relativeCreated": 17529.12187576294, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162326,8 +162389,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:42,430", - "created": 1610360742.4300551, + "asctime": "2021-01-11 11:37:46,965", + "created": 1610361466.9655504, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162337,15 +162400,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 430.0551414489746, + "msecs": 965.550422668457, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17515.080451965332, + "relativeCreated": 17529.277801513672, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162355,8 +162418,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:42,430", - "created": 1610360742.4302168, + "asctime": "2021-01-11 11:37:46,965", + "created": 1610361466.965702, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162366,23 +162429,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 430.21678924560547, + "msecs": 965.7020568847656, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17515.242099761963, + "relativeCreated": 17529.42943572998, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,430", - "created": 1610360742.4303637, + "asctime": "2021-01-11 11:37:46,965", + "created": 1610361466.9658372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162392,15 +162455,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 430.36365509033203, + "msecs": 965.8372402191162, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17515.38896560669, + "relativeCreated": 17529.56461906433, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162409,26 +162472,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:42,430", - "created": 1610360742.430521, + "asctime": "2021-01-11 11:37:46,966", + "created": 1610361466.9660163, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 430.52101135253906, + "msecs": 966.0162925720215, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17515.546321868896, + "relativeCreated": 17529.743671417236, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162436,26 +162499,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:42,430", - "created": 1610360742.4306865, + "asctime": "2021-01-11 11:37:46,966", + "created": 1610361466.9661849, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 430.68647384643555, + "msecs": 966.1848545074463, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17515.711784362793, + "relativeCreated": 17529.91223335266, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162463,26 +162526,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:42,430", - "created": 1610360742.43083, + "asctime": "2021-01-11 11:37:46,966", + "created": 1610361466.9663386, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 430.8300018310547, + "msecs": 966.3386344909668, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17515.855312347412, + "relativeCreated": 17530.06601333618, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162492,8 +162555,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:42,430", - "created": 1610360742.4309807, + "asctime": "2021-01-11 11:37:46,966", + "created": 1610361466.9664876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162503,15 +162566,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 430.9806823730469, + "msecs": 966.4876461029053, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17516.005992889404, + "relativeCreated": 17530.21502494812, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162521,8 +162584,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:42,431", - "created": 1610360742.4311419, + "asctime": "2021-01-11 11:37:46,966", + "created": 1610361466.9666398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162532,15 +162595,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 431.14185333251953, + "msecs": 966.6397571563721, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17516.167163848877, + "relativeCreated": 17530.367136001587, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162549,26 +162612,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:42,431", - "created": 1610360742.4312909, + "asctime": "2021-01-11 11:37:46,966", + "created": 1610361466.9667833, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 431.290864944458, + "msecs": 966.7832851409912, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17516.316175460815, + "relativeCreated": 17530.510663986206, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162577,26 +162640,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:42,431", - "created": 1610360742.4314294, + "asctime": "2021-01-11 11:37:46,966", + "created": 1610361466.9669218, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 431.429386138916, + "msecs": 966.9218063354492, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17516.454696655273, + "relativeCreated": 17530.649185180664, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162605,34 +162668,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:42,431", - "created": 1610360742.431576, + "asctime": "2021-01-11 11:37:46,967", + "created": 1610361466.967066, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 431.5760135650635, + "msecs": 967.0660495758057, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17516.60132408142, + "relativeCreated": 17530.79342842102, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,431", - "created": 1610360742.4317153, + "asctime": "2021-01-11 11:37:46,967", + "created": 1610361466.9672046, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162642,23 +162705,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 431.7152500152588, + "msecs": 967.2045707702637, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17516.740560531616, + "relativeCreated": 17530.93194961548, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4320009, + "asctime": "2021-01-11 11:37:46,967", + "created": 1610361466.9674795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162668,15 +162731,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 432.00087547302246, + "msecs": 967.4794673919678, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.02618598938, + "relativeCreated": 17531.206846237183, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162685,26 +162748,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4321592, + "asctime": "2021-01-11 11:37:46,967", + "created": 1610361466.9676323, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 432.1591854095459, + "msecs": 967.6322937011719, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.184495925903, + "relativeCreated": 17531.359672546387, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162712,26 +162775,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4323666, + "asctime": "2021-01-11 11:37:46,967", + "created": 1610361466.967847, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 432.36660957336426, + "msecs": 967.8471088409424, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.39192008972, + "relativeCreated": 17531.574487686157, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162739,26 +162802,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4325163, + "asctime": "2021-01-11 11:37:46,968", + "created": 1610361466.9680054, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 432.51633644104004, + "msecs": 968.0054187774658, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.541646957397, + "relativeCreated": 17531.73279762268, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162766,26 +162829,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.432658, + "asctime": "2021-01-11 11:37:46,968", + "created": 1610361466.9681475, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 432.65795707702637, + "msecs": 968.1475162506104, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.683267593384, + "relativeCreated": 17531.874895095825, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162793,26 +162856,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4328072, + "asctime": "2021-01-11 11:37:46,968", + "created": 1610361466.968288, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 432.80720710754395, + "msecs": 968.2879447937012, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.8325176239, + "relativeCreated": 17532.015323638916, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162822,8 +162885,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4328663, + "asctime": "2021-01-11 11:37:46,968", + "created": 1610361466.9684358, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162833,15 +162896,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 432.86633491516113, + "msecs": 968.4357643127441, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.89164543152, + "relativeCreated": 17532.16314315796, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162851,8 +162914,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4329233, + "asctime": "2021-01-11 11:37:46,968", + "created": 1610361466.9685879, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162862,15 +162925,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 432.9233169555664, + "msecs": 968.5878753662109, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17517.948627471924, + "relativeCreated": 17532.315254211426, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162880,8 +162943,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:42,432", - "created": 1610360742.4329784, + "asctime": "2021-01-11 11:37:46,968", + "created": 1610361466.9687786, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162891,15 +162954,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 432.97839164733887, + "msecs": 968.7786102294922, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.003702163696, + "relativeCreated": 17532.505989074707, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162909,8 +162972,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4330325, + "asctime": "2021-01-11 11:37:46,968", + "created": 1610361466.9689064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162920,23 +162983,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 433.0325126647949, + "msecs": 968.9064025878906, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.057823181152, + "relativeCreated": 17532.633781433105, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4330847, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.969004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162946,15 +163009,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 433.08472633361816, + "msecs": 969.0039157867432, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.110036849976, + "relativeCreated": 17532.731294631958, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162963,26 +163026,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4331477, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.9691033, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 433.147668838501, + "msecs": 969.1033363342285, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.17297935486, + "relativeCreated": 17532.830715179443, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -162990,26 +163053,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4332068, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.96921, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 433.20679664611816, + "msecs": 969.2099094390869, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.232107162476, + "relativeCreated": 17532.9372882843, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163017,26 +163080,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4332597, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.9693134, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 433.2597255706787, + "msecs": 969.313383102417, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.285036087036, + "relativeCreated": 17533.040761947632, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163046,8 +163109,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4333124, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.9694126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163057,15 +163120,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 433.31241607666016, + "msecs": 969.4125652313232, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.337726593018, + "relativeCreated": 17533.139944076538, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163075,8 +163138,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4333677, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.9695177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163086,15 +163149,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 433.3677291870117, + "msecs": 969.517707824707, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.39303970337, + "relativeCreated": 17533.245086669922, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163103,26 +163166,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4334245, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.969617, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 433.4244728088379, + "msecs": 969.6168899536133, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.449783325195, + "relativeCreated": 17533.344268798828, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163131,26 +163194,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.433474, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.969707, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 433.474063873291, + "msecs": 969.7070121765137, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.49937438965, + "relativeCreated": 17533.43439102173, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163159,34 +163222,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.433523, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.969795, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 433.52293968200684, + "msecs": 969.7949886322021, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.548250198364, + "relativeCreated": 17533.522367477417, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4335723, + "asctime": "2021-01-11 11:37:46,969", + "created": 1610361466.9698875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163196,34 +163259,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 433.57229232788086, + "msecs": 969.8874950408936, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.59760284424, + "relativeCreated": 17533.61487388611, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 433.7911605834961, + "msecs": 969.9790477752686, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.816471099854, + "relativeCreated": 17533.706426620483, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00021886825561523438 + "time_consumption": 9.1552734375e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:42,777", - "created": 1610360742.777535, + "asctime": "2021-01-11 11:37:47,314", + "created": 1610361467.3145113, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -163238,8 +163301,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.433897, + "asctime": "2021-01-11 11:37:46,970", + "created": 1610361466.970171, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163249,23 +163312,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 433.8970184326172, + "msecs": 970.1709747314453, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.922328948975, + "relativeCreated": 17533.89835357666, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.433947, + "asctime": "2021-01-11 11:37:46,970", + "created": 1610361466.9702706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163275,23 +163338,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 433.9470863342285, + "msecs": 970.2706336975098, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17518.972396850586, + "relativeCreated": 17533.998012542725, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,433", - "created": 1610360742.4339936, + "asctime": "2021-01-11 11:37:46,970", + "created": 1610361466.9703631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163301,15 +163364,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 433.9935779571533, + "msecs": 970.3631401062012, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17519.01888847351, + "relativeCreated": 17534.090518951416, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163320,8 +163383,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,434", - "created": 1610360742.4340777, + "asctime": "2021-01-11 11:37:46,970", + "created": 1610361466.9705267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163331,93 +163394,15 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 434.0777397155762, + "msecs": 970.5266952514648, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17519.103050231934, + "relativeCreated": 17534.25407409668, "stack_info": null, - "thread": 140654328825664, - "threadName": "MainThread" - }, - { - "args": [ - "comm-server:" - ], - "asctime": "2021-01-11 11:25:42,434", - "created": 1610360742.4342563, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__connect__", - "levelname": "INFO", - "levelno": 20, - "lineno": 268, - "message": "comm-server: Connection established...", - "module": "__init__", - "msecs": 434.25631523132324, - "msg": "%s Connection established...", - "name": "root.helpers.all_others", - "pathname": "src/helpers/__init__.py", - "process": 33730, - "processName": "MainProcess", - "relativeCreated": 17519.28162574768, - "stack_info": null, - "thread": 140654328825664, - "threadName": "MainThread" - }, - { - "args": [ - "comm-server:" - ], - "asctime": "2021-01-11 11:25:42,434", - "created": 1610360742.4343064, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__clean_buffer__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 411, - "message": "comm-server: Cleaning up receive-buffer", - "module": "__init__", - "msecs": 434.30638313293457, - "msg": "%s Cleaning up receive-buffer", - "name": "root.helpers.all_others", - "pathname": "src/helpers/__init__.py", - "process": 33730, - "processName": "MainProcess", - "relativeCreated": 17519.331693649292, - "stack_info": null, - "thread": 140654328825664, - "threadName": "MainThread" - }, - { - "args": [ - "prot-server:" - ], - "asctime": "2021-01-11 11:25:42,434", - "created": 1610360742.4343555, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__clean_receive_buffer__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 427, - "message": "prot-server: Cleaning up receive-buffer", - "module": "__init__", - "msecs": 434.3554973602295, - "msg": "%s Cleaning up receive-buffer", - "name": "root.socket_protocol.all_others", - "pathname": "src/socket_protocol/__init__.py", - "process": 33730, - "processName": "MainProcess", - "relativeCreated": 17519.380807876587, - "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -163425,8 +163410,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 11:25:42,434", - "created": 1610360742.434504, + "asctime": "2021-01-11 11:37:46,971", + "created": 1610361466.9710615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163436,24 +163421,102 @@ "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, + "msecs": 971.0614681243896, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17519.529342651367, + "relativeCreated": 17534.788846969604, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, + { + "args": [ + "comm-server:" + ], + "asctime": "2021-01-11 11:37:46,971", + "created": 1610361466.9711518, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__connect__", + "levelname": "INFO", + "levelno": 20, + "lineno": 268, + "message": "comm-server: Connection established...", + "module": "__init__", + "msecs": 971.1518287658691, + "msg": "%s Connection established...", + "name": "root.helpers.all_others", + "pathname": "src/helpers/__init__.py", + "process": 36202, + "processName": "MainProcess", + "relativeCreated": 17534.879207611084, + "stack_info": null, + "thread": 139977424344896, + "threadName": "MainThread" + }, + { + "args": [ + "comm-server:" + ], + "asctime": "2021-01-11 11:37:46,971", + "created": 1610361466.9712331, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__clean_buffer__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 411, + "message": "comm-server: Cleaning up receive-buffer", + "module": "__init__", + "msecs": 971.2331295013428, + "msg": "%s Cleaning up receive-buffer", + "name": "root.helpers.all_others", + "pathname": "src/helpers/__init__.py", + "process": 36202, + "processName": "MainProcess", + "relativeCreated": 17534.960508346558, + "stack_info": null, + "thread": 139977424344896, + "threadName": "MainThread" + }, + { + "args": [ + "prot-server:" + ], + "asctime": "2021-01-11 11:37:46,971", + "created": 1610361466.971287, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__clean_receive_buffer__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 427, + "message": "prot-server: Cleaning up receive-buffer", + "module": "__init__", + "msecs": 971.2870121002197, + "msg": "%s Cleaning up receive-buffer", + "name": "root.socket_protocol.all_others", + "pathname": "src/socket_protocol/__init__.py", + "process": 36202, + "processName": "MainProcess", + "relativeCreated": 17535.014390945435, + "stack_info": null, + "thread": 139977424344896, + "threadName": "MainThread" + }, { "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 11:25:42,442", - "created": 1610360742.4425702, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9792562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163463,15 +163526,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": 442.5702095031738, + "msecs": 979.2561531066895, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.59552001953, + "relativeCreated": 17542.983531951904, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163479,8 +163542,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.4426222, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.979375, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163490,15 +163553,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 442.62218475341797, + "msecs": 979.374885559082, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.647495269775, + "relativeCreated": 17543.102264404297, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163507,8 +163570,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.4426644, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9794261, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163518,15 +163581,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 442.66438484191895, + "msecs": 979.4261455535889, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.689695358276, + "relativeCreated": 17543.153524398804, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163534,8 +163597,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.442726, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9794874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163545,15 +163608,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 442.72589683532715, + "msecs": 979.487419128418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.751207351685, + "relativeCreated": 17543.214797973633, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163562,8 +163625,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.4427676, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9795306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163573,15 +163636,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 442.7676200866699, + "msecs": 979.5305728912354, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.792930603027, + "relativeCreated": 17543.25795173645, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163589,8 +163652,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.4428327, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9796042, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163600,15 +163663,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 442.83270835876465, + "msecs": 979.6042442321777, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.858018875122, + "relativeCreated": 17543.331623077393, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163617,8 +163680,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.442873, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9796453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163628,15 +163691,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 442.8730010986328, + "msecs": 979.6452522277832, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.89831161499, + "relativeCreated": 17543.372631072998, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163644,8 +163707,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.4429283, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9797006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163655,15 +163718,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 442.9283142089844, + "msecs": 979.7005653381348, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.95362472534, + "relativeCreated": 17543.42794418335, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163672,8 +163735,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,442", - "created": 1610360742.4429684, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9797437, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163683,15 +163746,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 442.96836853027344, + "msecs": 979.7437191009521, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17527.99367904663, + "relativeCreated": 17543.471097946167, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163699,8 +163762,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,443", - "created": 1610360742.4430237, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9797983, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163710,15 +163773,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 443.023681640625, + "msecs": 979.7983169555664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17528.048992156982, + "relativeCreated": 17543.52569580078, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163727,8 +163790,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,443", - "created": 1610360742.4430633, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9798386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163738,15 +163801,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 443.06325912475586, + "msecs": 979.8386096954346, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17528.088569641113, + "relativeCreated": 17543.56598854065, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163754,8 +163817,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:42,443", - "created": 1610360742.4431329, + "asctime": "2021-01-11 11:37:46,979", + "created": 1610361466.9799223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163765,15 +163828,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 443.1328773498535, + "msecs": 979.9222946166992, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17528.15818786621, + "relativeCreated": 17543.649673461914, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163781,8 +163844,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:42,444", - "created": 1610360742.4440389, + "asctime": "2021-01-11 11:37:46,980", + "created": 1610361466.980853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163792,15 +163855,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 444.03886795043945, + "msecs": 980.8530807495117, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.064178466797, + "relativeCreated": 17544.580459594727, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163808,8 +163871,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,444", - "created": 1610360742.44413, + "asctime": "2021-01-11 11:37:46,980", + "created": 1610361466.9809756, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163819,15 +163882,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 444.12994384765625, + "msecs": 980.9756278991699, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.155254364014, + "relativeCreated": 17544.703006744385, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163836,8 +163899,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,444", - "created": 1610360742.4441888, + "asctime": "2021-01-11 11:37:46,981", + "created": 1610361466.9810276, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163847,15 +163910,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": 444.18883323669434, + "msecs": 981.0276031494141, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.21414375305, + "relativeCreated": 17544.75498199463, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163863,8 +163926,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 11:25:42,444", - "created": 1610360742.4442775, + "asctime": "2021-01-11 11:37:46,981", + "created": 1610361466.9811041, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163874,15 +163937,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": 444.2775249481201, + "msecs": 981.1041355133057, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.302835464478, + "relativeCreated": 17544.83151435852, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163893,8 +163956,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,444", - "created": 1610360742.444417, + "asctime": "2021-01-11 11:37:46,981", + "created": 1610361466.9812477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163904,15 +163967,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 444.41699981689453, + "msecs": 981.2476634979248, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.442310333252, + "relativeCreated": 17544.97504234314, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163920,26 +163983,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:42,444", - "created": 1610360742.4444861, + "asctime": "2021-01-11 11:37:46,981", + "created": 1610361466.9813066, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 444.486141204834, + "msecs": 981.3065528869629, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.51145172119, + "relativeCreated": 17545.033931732178, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163950,8 +164013,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,444", - "created": 1610360742.4445806, + "asctime": "2021-01-11 11:37:46,981", + "created": 1610361466.9813857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163961,15 +164024,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 444.5805549621582, + "msecs": 981.3857078552246, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.605865478516, + "relativeCreated": 17545.11308670044, "stack_info": null, - "thread": 140651991660288, + "thread": 139975366522624, "threadName": "Thread-31" }, { @@ -163977,8 +164040,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 11:25:42,444", - "created": 1610360742.4449048, + "asctime": "2021-01-11 11:37:46,981", + "created": 1610361466.9817023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163988,15 +164051,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": 444.9048042297363, + "msecs": 981.7023277282715, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17529.930114746094, + "relativeCreated": 17545.429706573486, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164004,8 +164067,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 11:25:42,453", - "created": 1610360742.4530704, + "asctime": "2021-01-11 11:37:46,989", + "created": 1610361466.989954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164015,15 +164078,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": 453.07040214538574, + "msecs": 989.9539947509766, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.095712661743, + "relativeCreated": 17553.68137359619, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164031,8 +164094,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4532168, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9901264, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164042,15 +164105,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 453.2167911529541, + "msecs": 990.126371383667, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.24210166931, + "relativeCreated": 17553.853750228882, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164059,8 +164122,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4532912, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9902136, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164070,15 +164133,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 453.2911777496338, + "msecs": 990.2136325836182, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.31648826599, + "relativeCreated": 17553.941011428833, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164086,8 +164149,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4533818, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9903185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164097,15 +164160,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 453.3817768096924, + "msecs": 990.3185367584229, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.40708732605, + "relativeCreated": 17554.045915603638, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164114,8 +164177,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.453443, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9904072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164125,15 +164188,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 453.4430503845215, + "msecs": 990.4072284698486, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.46836090088, + "relativeCreated": 17554.134607315063, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164141,8 +164204,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4535344, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9905162, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164152,15 +164215,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 453.5343647003174, + "msecs": 990.516185760498, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.559675216675, + "relativeCreated": 17554.243564605713, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164169,8 +164232,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4535928, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9905941, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164180,15 +164243,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 453.59277725219727, + "msecs": 990.5941486358643, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.618087768555, + "relativeCreated": 17554.32152748108, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164196,8 +164259,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.453687, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.990693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164207,15 +164270,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 453.6869525909424, + "msecs": 990.6930923461914, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.7122631073, + "relativeCreated": 17554.420471191406, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164224,8 +164287,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4537475, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9908004, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164235,15 +164298,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 453.7475109100342, + "msecs": 990.8003807067871, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.77282142639, + "relativeCreated": 17554.527759552002, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164251,8 +164314,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4538302, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9909077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164262,15 +164325,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 453.8302421569824, + "msecs": 990.9076690673828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.85555267334, + "relativeCreated": 17554.635047912598, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164279,8 +164342,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,453", - "created": 1610360742.4538877, + "asctime": "2021-01-11 11:37:46,990", + "created": 1610361466.9909785, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164290,15 +164353,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 453.8877010345459, + "msecs": 990.978479385376, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17538.913011550903, + "relativeCreated": 17554.70585823059, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164306,8 +164369,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:42,454", - "created": 1610360742.454006, + "asctime": "2021-01-11 11:37:46,991", + "created": 1610361466.9911072, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164317,15 +164380,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 454.0059566497803, + "msecs": 991.1072254180908, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17539.031267166138, + "relativeCreated": 17554.834604263306, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164333,8 +164396,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:42,454", - "created": 1610360742.454978, + "asctime": "2021-01-11 11:37:46,992", + "created": 1610361466.9921176, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164344,15 +164407,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 454.97798919677734, + "msecs": 992.1176433563232, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17540.003299713135, + "relativeCreated": 17555.845022201538, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164360,8 +164423,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,455", - "created": 1610360742.4551332, + "asctime": "2021-01-11 11:37:46,992", + "created": 1610361466.9923062, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164371,15 +164434,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 455.13319969177246, + "msecs": 992.3062324523926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17540.15851020813, + "relativeCreated": 17556.033611297607, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164388,8 +164451,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,455", - "created": 1610360742.4552078, + "asctime": "2021-01-11 11:37:46,992", + "created": 1610361466.9923954, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164399,15 +164462,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": 455.20782470703125, + "msecs": 992.3954010009766, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17540.23313522339, + "relativeCreated": 17556.12277984619, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164415,8 +164478,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 11:25:42,455", - "created": 1610360742.4553175, + "asctime": "2021-01-11 11:37:46,992", + "created": 1610361466.9925265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164426,15 +164489,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": 455.31749725341797, + "msecs": 992.5265312194824, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17540.342807769775, + "relativeCreated": 17556.253910064697, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164445,8 +164508,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,455", - "created": 1610360742.4554915, + "asctime": "2021-01-11 11:37:46,992", + "created": 1610361466.992739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164456,15 +164519,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 455.4915428161621, + "msecs": 992.7389621734619, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17540.51685333252, + "relativeCreated": 17556.466341018677, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" }, { @@ -164472,8 +164535,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:42,455", - "created": 1610360742.455592, + "asctime": "2021-01-11 11:37:46,992", + "created": 1610361466.9928617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164483,37 +164546,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 455.59191703796387, + "msecs": 992.8617477416992, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17540.61722755432, + "relativeCreated": 17556.589126586914, "stack_info": null, - "thread": 140651983267584, + "thread": 139975358129920, "threadName": "Thread-32" } ], - "msecs": 777.5349617004395, + "msecs": 314.5112991333008, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17862.560272216797, + "relativeCreated": 17878.238677978516, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3219430446624756 + "time_consumption": 0.32164955139160156 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:42,778", - "created": 1610360742.778563, + "asctime": "2021-01-11 11:37:47,315", + "created": 1610361467.3153512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164530,8 +164593,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,778", - "created": 1610360742.7780719, + "asctime": "2021-01-11 11:37:47,315", + "created": 1610361467.3150074, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164541,15 +164604,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 778.0718803405762, + "msecs": 315.00744819641113, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17863.097190856934, + "relativeCreated": 17878.734827041626, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -164558,8 +164621,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,778", - "created": 1610360742.7783334, + "asctime": "2021-01-11 11:37:47,315", + "created": 1610361467.3151836, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164569,37 +164632,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 778.3334255218506, + "msecs": 315.1836395263672, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17863.358736038208, + "relativeCreated": 17878.911018371582, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 778.5630226135254, + "msecs": 315.3512477874756, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17863.588333129883, + "relativeCreated": 17879.07862663269, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002295970916748047 + "time_consumption": 0.00016760826110839844 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:42,779", - "created": 1610360742.7790935, + "asctime": "2021-01-11 11:37:47,315", + "created": 1610361467.3159108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164616,8 +164679,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,778", - "created": 1610360742.7788146, + "asctime": "2021-01-11 11:37:47,315", + "created": 1610361467.3156075, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164627,15 +164690,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 778.8145542144775, + "msecs": 315.60754776000977, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17863.839864730835, + "relativeCreated": 17879.334926605225, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -164644,8 +164707,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:42,778", - "created": 1610360742.7789588, + "asctime": "2021-01-11 11:37:47,315", + "created": 1610361467.3157718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164655,34 +164718,34 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 778.958797454834, + "msecs": 315.77181816101074, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17863.98410797119, + "relativeCreated": 17879.499197006226, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 779.0935039520264, + "msecs": 315.91081619262695, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17864.118814468384, + "relativeCreated": 17879.63819503784, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001347064971923828 + "time_consumption": 0.00013899803161621094 }, { "args": [], - "asctime": "2021-01-11 11:25:42,779", - "created": 1610360742.7798784, + "asctime": "2021-01-11 11:37:47,316", + "created": 1610361467.3167024, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -164697,8 +164760,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:42,779", - "created": 1610360742.7793043, + "asctime": "2021-01-11 11:37:47,316", + "created": 1610361467.316125, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164708,23 +164771,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 779.3042659759521, + "msecs": 316.12491607666016, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17864.32957649231, + "relativeCreated": 17879.852294921875, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,779", - "created": 1610360742.7794762, + "asctime": "2021-01-11 11:37:47,316", + "created": 1610361467.3162818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164734,23 +164797,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 779.4761657714844, + "msecs": 316.281795501709, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17864.50147628784, + "relativeCreated": 17880.009174346924, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:42,779", - "created": 1610360742.779615, + "asctime": "2021-01-11 11:37:47,316", + "created": 1610361467.316421, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164760,23 +164823,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 779.6149253845215, + "msecs": 316.4210319519043, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17864.64023590088, + "relativeCreated": 17880.14841079712, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,779", - "created": 1610360742.7797465, + "asctime": "2021-01-11 11:37:47,316", + "created": 1610361467.3165689, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164786,37 +164849,37 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 779.7465324401855, + "msecs": 316.56885147094727, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17864.771842956543, + "relativeCreated": 17880.296230316162, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 779.8783779144287, + "msecs": 316.70236587524414, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17864.903688430786, + "relativeCreated": 17880.42974472046, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013184547424316406 + "time_consumption": 0.000133514404296875 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:42,780", - "created": 1610360742.7803824, + "asctime": "2021-01-11 11:37:47,317", + "created": 1610361467.317233, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164833,8 +164896,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,780", - "created": 1610360742.7801127, + "asctime": "2021-01-11 11:37:47,316", + "created": 1610361467.3169622, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164844,15 +164907,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 780.1127433776855, + "msecs": 316.96224212646484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17865.138053894043, + "relativeCreated": 17880.68962097168, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -164861,8 +164924,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,780", - "created": 1610360742.7802498, + "asctime": "2021-01-11 11:37:47,317", + "created": 1610361467.3170984, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164872,37 +164935,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 780.249834060669, + "msecs": 317.09837913513184, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17865.275144577026, + "relativeCreated": 17880.825757980347, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 780.3823947906494, + "msecs": 317.2330856323242, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17865.407705307007, + "relativeCreated": 17880.96046447754, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013256072998046875 + "time_consumption": 0.0001347064971923828 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:42,780", - "created": 1610360742.7808897, + "asctime": "2021-01-11 11:37:47,317", + "created": 1610361467.317718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164919,8 +164982,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,780", - "created": 1610360742.780603, + "asctime": "2021-01-11 11:37:47,317", + "created": 1610361467.3174553, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164930,15 +164993,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 780.6029319763184, + "msecs": 317.4552917480469, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17865.628242492676, + "relativeCreated": 17881.18267059326, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -164947,8 +165010,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:42,780", - "created": 1610360742.7807357, + "asctime": "2021-01-11 11:37:47,317", + "created": 1610361467.3175871, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164958,41 +165021,41 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 780.7357311248779, + "msecs": 317.58713722229004, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17865.761041641235, + "relativeCreated": 17881.314516067505, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 780.8897495269775, + "msecs": 317.7180290222168, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17865.915060043335, + "relativeCreated": 17881.44540786743, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.0001308917999267578 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3557446002960205, - "time_finished": "2021-01-11 11:25:42,780", - "time_start": "2021-01-11 11:25:42,425" + "time_consumption": 0.3569307327270508, + "time_finished": "2021-01-11 11:37:47,317", + "time_start": "2021-01-11 11:37:46,960" }, "_gvJ1oE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:42,781", - "created": 1610360742.7811868, + "asctime": "2021-01-11 11:37:47,318", + "created": 1610361467.3181615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165003,19 +165066,19 @@ "message": "_gvJ1oE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 781.1868190765381, + "msecs": 318.1614875793457, "msg": "_gvJ1oE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17866.212129592896, + "relativeCreated": 17881.88886642456, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:42,787", - "created": 1610360742.787122, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3254282, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -165030,8 +165093,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:42,781", - "created": 1610360742.7819433, + "asctime": "2021-01-11 11:37:47,319", + "created": 1610361467.3190734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165041,23 +165104,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 781.9433212280273, + "msecs": 319.0734386444092, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17866.968631744385, + "relativeCreated": 17882.800817489624, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:42,782", - "created": 1610360742.7825158, + "asctime": "2021-01-11 11:37:47,319", + "created": 1610361467.3199213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165067,23 +165130,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 782.5157642364502, + "msecs": 319.92125511169434, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17867.541074752808, + "relativeCreated": 17883.64863395691, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:42,782", - "created": 1610360742.782658, + "asctime": "2021-01-11 11:37:47,320", + "created": 1610361467.3201525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165093,23 +165156,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 782.6581001281738, + "msecs": 320.15252113342285, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17867.68341064453, + "relativeCreated": 17883.879899978638, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,782", - "created": 1610360742.782888, + "asctime": "2021-01-11 11:37:47,320", + "created": 1610361467.3204708, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165119,15 +165182,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 782.8879356384277, + "msecs": 320.47080993652344, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17867.913246154785, + "relativeCreated": 17884.19818878174, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165136,26 +165199,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7830083, + "asctime": "2021-01-11 11:37:47,320", + "created": 1610361467.3206656, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 783.008337020874, + "msecs": 320.6655979156494, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.03364753723, + "relativeCreated": 17884.392976760864, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165163,26 +165226,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7831626, + "asctime": "2021-01-11 11:37:47,320", + "created": 1610361467.3209305, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 783.1625938415527, + "msecs": 320.93048095703125, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.18790435791, + "relativeCreated": 17884.657859802246, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165190,26 +165253,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7832775, + "asctime": "2021-01-11 11:37:47,321", + "created": 1610361467.321148, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 783.2775115966797, + "msecs": 321.1479187011719, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.302822113037, + "relativeCreated": 17884.875297546387, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165217,26 +165280,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.783376, + "asctime": "2021-01-11 11:37:47,321", + "created": 1610361467.3213153, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 783.3759784698486, + "msecs": 321.3152885437012, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.401288986206, + "relativeCreated": 17885.042667388916, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165244,26 +165307,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7834888, + "asctime": "2021-01-11 11:37:47,321", + "created": 1610361467.321459, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 783.4887504577637, + "msecs": 321.4590549468994, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.51406097412, + "relativeCreated": 17885.186433792114, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165273,8 +165336,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7835965, + "asctime": "2021-01-11 11:37:47,321", + "created": 1610361467.3216162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165284,15 +165347,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 783.5965156555176, + "msecs": 321.61617279052734, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.621826171875, + "relativeCreated": 17885.343551635742, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165302,8 +165365,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7837024, + "asctime": "2021-01-11 11:37:47,321", + "created": 1610361467.321789, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165313,15 +165376,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 783.7023735046387, + "msecs": 321.789026260376, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.727684020996, + "relativeCreated": 17885.51640510559, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165331,8 +165394,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7838042, + "asctime": "2021-01-11 11:37:47,321", + "created": 1610361467.321946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165342,15 +165405,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 783.804178237915, + "msecs": 321.9459056854248, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.829488754272, + "relativeCreated": 17885.67328453064, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165360,8 +165423,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:42,783", - "created": 1610360742.7839057, + "asctime": "2021-01-11 11:37:47,322", + "created": 1610361467.3220978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165371,23 +165434,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 783.9057445526123, + "msecs": 322.0977783203125, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17868.93105506897, + "relativeCreated": 17885.825157165527, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.784002, + "asctime": "2021-01-11 11:37:47,322", + "created": 1610361467.3222322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165397,15 +165460,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 784.0020656585693, + "msecs": 322.2322463989258, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.027376174927, + "relativeCreated": 17885.95962524414, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165414,26 +165477,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.7841024, + "asctime": "2021-01-11 11:37:47,322", + "created": 1610361467.322394, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 784.1024398803711, + "msecs": 322.39389419555664, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.12775039673, + "relativeCreated": 17886.12127304077, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165441,26 +165504,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.7842164, + "asctime": "2021-01-11 11:37:47,322", + "created": 1610361467.322577, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 784.2164039611816, + "msecs": 322.57699966430664, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.24171447754, + "relativeCreated": 17886.30437850952, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165468,26 +165531,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.78431, + "asctime": "2021-01-11 11:37:47,322", + "created": 1610361467.3227212, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 784.3101024627686, + "msecs": 322.7212429046631, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.335412979126, + "relativeCreated": 17886.448621749878, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165497,8 +165560,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.784408, + "asctime": "2021-01-11 11:37:47,322", + "created": 1610361467.32287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165508,15 +165571,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 784.4080924987793, + "msecs": 322.87001609802246, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.433403015137, + "relativeCreated": 17886.597394943237, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165526,8 +165589,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.7845154, + "asctime": "2021-01-11 11:37:47,323", + "created": 1610361467.3230217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165537,15 +165600,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 784.515380859375, + "msecs": 323.02165031433105, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.540691375732, + "relativeCreated": 17886.749029159546, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165554,26 +165617,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.784611, + "asctime": "2021-01-11 11:37:47,323", + "created": 1610361467.3231673, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 784.6109867095947, + "msecs": 323.1673240661621, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.636297225952, + "relativeCreated": 17886.894702911377, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165582,26 +165645,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.7847016, + "asctime": "2021-01-11 11:37:47,323", + "created": 1610361467.323304, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 784.7015857696533, + "msecs": 323.3039379119873, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.72689628601, + "relativeCreated": 17887.031316757202, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165610,34 +165673,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.7848213, + "asctime": "2021-01-11 11:37:47,323", + "created": 1610361467.3234386, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 784.8212718963623, + "msecs": 323.4386444091797, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.84658241272, + "relativeCreated": 17887.166023254395, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,784", - "created": 1610360742.7849228, + "asctime": "2021-01-11 11:37:47,323", + "created": 1610361467.323576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165647,23 +165710,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 784.9228382110596, + "msecs": 323.5759735107422, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17869.948148727417, + "relativeCreated": 17887.303352355957, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7851107, + "asctime": "2021-01-11 11:37:47,323", + "created": 1610361467.32385, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165673,15 +165736,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 785.1107120513916, + "msecs": 323.8499164581299, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.13602256775, + "relativeCreated": 17887.577295303345, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165690,26 +165753,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7852142, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.3240027, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 785.2141857147217, + "msecs": 324.002742767334, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.23949623108, + "relativeCreated": 17887.73012161255, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165717,26 +165780,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7853453, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.3242087, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 785.3453159332275, + "msecs": 324.20873641967773, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.370626449585, + "relativeCreated": 17887.936115264893, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165744,26 +165807,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7854435, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.3243537, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 785.4435443878174, + "msecs": 324.3536949157715, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.468854904175, + "relativeCreated": 17888.081073760986, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165771,26 +165834,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7855437, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.3245037, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 785.54368019104, + "msecs": 324.50366020202637, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.568990707397, + "relativeCreated": 17888.23103904724, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165798,26 +165861,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7856448, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.324642, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 785.6447696685791, + "msecs": 324.6419429779053, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.670080184937, + "relativeCreated": 17888.36932182312, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165827,8 +165890,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7857447, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.3247974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165838,15 +165901,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 785.7446670532227, + "msecs": 324.7973918914795, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.76997756958, + "relativeCreated": 17888.524770736694, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165856,8 +165919,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7858534, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.324846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165867,15 +165930,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 785.853385925293, + "msecs": 324.8460292816162, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.87869644165, + "relativeCreated": 17888.57340812683, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165885,8 +165948,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:42,785", - "created": 1610360742.7859542, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.3248951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165896,15 +165959,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 785.9542369842529, + "msecs": 324.89514350891113, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17870.97954750061, + "relativeCreated": 17888.622522354126, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165914,8 +165977,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7860527, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.3249419, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165925,23 +165988,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 786.0527038574219, + "msecs": 324.94187355041504, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.07801437378, + "relativeCreated": 17888.66925239563, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7861474, + "asctime": "2021-01-11 11:37:47,324", + "created": 1610361467.324983, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165951,15 +166014,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 786.1473560333252, + "msecs": 324.9828815460205, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.172666549683, + "relativeCreated": 17888.710260391235, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165968,26 +166031,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7862544, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3250282, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 786.2544059753418, + "msecs": 325.0281810760498, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.2797164917, + "relativeCreated": 17888.755559921265, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -165995,26 +166058,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.786363, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3250813, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 786.362886428833, + "msecs": 325.08134841918945, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.38819694519, + "relativeCreated": 17888.808727264404, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166022,26 +166085,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.786458, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3251257, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 786.4580154418945, + "msecs": 325.12569427490234, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.483325958252, + "relativeCreated": 17888.853073120117, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166051,8 +166114,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7865553, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3251703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166062,15 +166125,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 786.555290222168, + "msecs": 325.17027854919434, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.580600738525, + "relativeCreated": 17888.89765739441, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166080,8 +166143,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7866669, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3252163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166091,15 +166154,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 786.6668701171875, + "msecs": 325.21629333496094, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.692180633545, + "relativeCreated": 17888.943672180176, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166108,26 +166171,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7867684, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3252633, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 786.7684364318848, + "msecs": 325.26326179504395, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.793746948242, + "relativeCreated": 17888.99064064026, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166136,26 +166199,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7868588, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3253055, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 786.8587970733643, + "msecs": 325.3054618835449, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.88410758972, + "relativeCreated": 17889.03284072876, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166164,34 +166227,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:42,786", - "created": 1610360742.7869475, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3253465, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 786.94748878479, + "msecs": 325.3464698791504, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17871.972799301147, + "relativeCreated": 17889.073848724365, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,787", - "created": 1610360742.7870371, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3253894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166201,34 +166264,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 787.0371341705322, + "msecs": 325.3893852233887, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17872.06244468689, + "relativeCreated": 17889.116764068604, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 787.1220111846924, + "msecs": 325.4282474517822, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17872.14732170105, + "relativeCreated": 17889.155626296997, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 8.487701416015625e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:43,131", - "created": 1610360743.1315613, + "asctime": "2021-01-11 11:37:47,668", + "created": 1610361467.668978, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -166243,8 +166306,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:42,787", - "created": 1610360742.7873206, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3255174, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166254,23 +166317,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 787.320613861084, + "msecs": 325.5174160003662, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17872.34592437744, + "relativeCreated": 17889.24479484558, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:42,787", - "created": 1610360742.787416, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3255603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166280,23 +166343,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 787.4159812927246, + "msecs": 325.5603313446045, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17872.441291809082, + "relativeCreated": 17889.28771018982, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:42,787", - "created": 1610360742.7875066, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3256025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166306,15 +166369,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 787.5065803527832, + "msecs": 325.60253143310547, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17872.53189086914, + "relativeCreated": 17889.32991027832, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166325,8 +166388,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,787", - "created": 1610360742.787678, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3256857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166336,23 +166399,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 787.6780033111572, + "msecs": 325.6857395172119, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17872.703313827515, + "relativeCreated": 17889.413118362427, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:42,788", - "created": 1610360742.7880487, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3258638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166362,23 +166425,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 788.0487442016602, + "msecs": 325.8638381958008, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17873.074054718018, + "relativeCreated": 17889.591217041016, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:42,788", - "created": 1610360742.7881668, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3259144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166388,23 +166451,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 788.1667613983154, + "msecs": 325.9143829345703, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17873.192071914673, + "relativeCreated": 17889.641761779785, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:42,788", - "created": 1610360742.788264, + "asctime": "2021-01-11 11:37:47,325", + "created": 1610361467.3259592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166414,15 +166477,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 788.2640361785889, + "msecs": 325.9592056274414, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17873.289346694946, + "relativeCreated": 17889.686584472656, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -166430,8 +166493,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 11:25:42,788", - "created": 1610360742.7885637, + "asctime": "2021-01-11 11:37:47,326", + "created": 1610361467.326115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166441,15 +166504,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": 788.5637283325195, + "msecs": 326.1148929595947, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17873.589038848877, + "relativeCreated": 17889.84227180481, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166457,8 +166520,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 11:25:42,796", - "created": 1610360742.796852, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3343165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166468,15 +166531,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": 796.8521118164062, + "msecs": 334.3164920806885, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17881.877422332764, + "relativeCreated": 17898.043870925903, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166484,8 +166547,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,796", - "created": 1610360742.7969787, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3344486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166495,15 +166558,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 796.9787120819092, + "msecs": 334.44857597351074, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.004022598267, + "relativeCreated": 17898.175954818726, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166512,8 +166575,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7970319, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3345003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166523,15 +166586,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 797.0318794250488, + "msecs": 334.5003128051758, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.057189941406, + "relativeCreated": 17898.22769165039, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166539,8 +166602,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7971032, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3345625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166550,15 +166613,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 797.1031665802002, + "msecs": 334.5625400543213, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.128477096558, + "relativeCreated": 17898.289918899536, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166567,8 +166630,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7971473, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3346055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166578,15 +166641,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 797.147274017334, + "msecs": 334.60545539855957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.17258453369, + "relativeCreated": 17898.332834243774, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166594,8 +166657,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7972124, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.334668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166605,15 +166668,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 797.2123622894287, + "msecs": 334.6679210662842, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.237672805786, + "relativeCreated": 17898.3952999115, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166622,8 +166685,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7972548, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3347092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166633,15 +166696,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 797.2548007965088, + "msecs": 334.70916748046875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.280111312866, + "relativeCreated": 17898.436546325684, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166649,8 +166712,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7973144, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.334765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166660,15 +166723,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 797.3144054412842, + "msecs": 334.7649574279785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.33971595764, + "relativeCreated": 17898.492336273193, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166677,8 +166740,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7973564, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.334805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166688,15 +166751,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 797.356367111206, + "msecs": 334.8050117492676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.381677627563, + "relativeCreated": 17898.532390594482, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166704,8 +166767,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7974129, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3348587, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166715,15 +166778,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 797.4128723144531, + "msecs": 334.85865592956543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.43818283081, + "relativeCreated": 17898.58603477478, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166732,8 +166795,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7974546, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3349025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166743,15 +166806,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 797.4545955657959, + "msecs": 334.9025249481201, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.479906082153, + "relativeCreated": 17898.629903793335, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166759,8 +166822,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:42,797", - "created": 1610360742.7975414, + "asctime": "2021-01-11 11:37:47,334", + "created": 1610361467.3349903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166770,15 +166833,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 797.5413799285889, + "msecs": 334.9902629852295, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17882.566690444946, + "relativeCreated": 17898.717641830444, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166786,8 +166849,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:42,798", - "created": 1610360742.7984376, + "asctime": "2021-01-11 11:37:47,336", + "created": 1610361467.3360558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166797,15 +166860,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 798.4375953674316, + "msecs": 336.0557556152344, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17883.46290588379, + "relativeCreated": 17899.78313446045, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166813,8 +166876,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,798", - "created": 1610360742.798517, + "asctime": "2021-01-11 11:37:47,336", + "created": 1610361467.3362498, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166824,15 +166887,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 798.5169887542725, + "msecs": 336.24982833862305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17883.54229927063, + "relativeCreated": 17899.977207183838, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166841,8 +166904,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,798", - "created": 1610360742.7985692, + "asctime": "2021-01-11 11:37:47,336", + "created": 1610361467.3363748, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166852,15 +166915,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": 798.5692024230957, + "msecs": 336.37475967407227, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17883.594512939453, + "relativeCreated": 17900.102138519287, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166868,8 +166931,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 11:25:42,798", - "created": 1610360742.798653, + "asctime": "2021-01-11 11:37:47,336", + "created": 1610361467.336513, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166879,15 +166942,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": 798.6528873443604, + "msecs": 336.5130424499512, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17883.678197860718, + "relativeCreated": 17900.240421295166, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166898,8 +166961,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,798", - "created": 1610360742.7987878, + "asctime": "2021-01-11 11:37:47,336", + "created": 1610361467.3367255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166909,15 +166972,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 798.7878322601318, + "msecs": 336.72547340393066, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17883.81314277649, + "relativeCreated": 17900.452852249146, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166925,26 +166988,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:42,798", - "created": 1610360742.7988489, + "asctime": "2021-01-11 11:37:47,336", + "created": 1610361467.336842, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 798.8488674163818, + "msecs": 336.8420600891113, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17883.87417793274, + "relativeCreated": 17900.569438934326, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166955,8 +167018,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,798", - "created": 1610360742.7989302, + "asctime": "2021-01-11 11:37:47,336", + "created": 1610361467.336978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166966,15 +167029,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 798.9301681518555, + "msecs": 336.9779586791992, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17883.955478668213, + "relativeCreated": 17900.705337524414, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -166982,8 +167045,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 11:25:42,799", - "created": 1610360742.7991989, + "asctime": "2021-01-11 11:37:47,337", + "created": 1610361467.3379767, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166993,15 +167056,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": 799.1988658905029, + "msecs": 337.97669410705566, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17884.22417640686, + "relativeCreated": 17901.70407295227, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167009,8 +167072,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 11:25:42,807", - "created": 1610360742.8074653, + "asctime": "2021-01-11 11:37:47,346", + "created": 1610361467.34626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167020,15 +167083,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": 807.4653148651123, + "msecs": 346.26007080078125, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17892.49062538147, + "relativeCreated": 17909.987449645996, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167036,8 +167099,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,807", - "created": 1610360742.8076394, + "asctime": "2021-01-11 11:37:47,346", + "created": 1610361467.3464286, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167047,15 +167110,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 807.6393604278564, + "msecs": 346.42863273620605, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17892.664670944214, + "relativeCreated": 17910.15601158142, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167064,8 +167127,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:42,807", - "created": 1610360742.807729, + "asctime": "2021-01-11 11:37:47,346", + "created": 1610361467.346515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167075,15 +167138,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 807.7290058135986, + "msecs": 346.5149402618408, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17892.754316329956, + "relativeCreated": 17910.242319107056, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167091,8 +167154,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,807", - "created": 1610360742.8078516, + "asctime": "2021-01-11 11:37:47,346", + "created": 1610361467.346643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167102,15 +167165,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 807.8515529632568, + "msecs": 346.64297103881836, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17892.876863479614, + "relativeCreated": 17910.370349884033, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167119,8 +167182,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,807", - "created": 1610360742.8079262, + "asctime": "2021-01-11 11:37:47,346", + "created": 1610361467.3467188, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167130,15 +167193,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 807.9261779785156, + "msecs": 346.71878814697266, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17892.951488494873, + "relativeCreated": 17910.446166992188, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167146,8 +167209,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,808", - "created": 1610360742.808034, + "asctime": "2021-01-11 11:37:47,346", + "created": 1610361467.3468351, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167157,15 +167220,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 808.0339431762695, + "msecs": 346.8351364135742, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17893.059253692627, + "relativeCreated": 17910.56251525879, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167174,8 +167237,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,808", - "created": 1610360742.8083122, + "asctime": "2021-01-11 11:37:47,346", + "created": 1610361467.346906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167185,15 +167248,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 808.312177658081, + "msecs": 346.9059467315674, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17893.33748817444, + "relativeCreated": 17910.633325576782, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167201,8 +167264,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,808", - "created": 1610360742.8084216, + "asctime": "2021-01-11 11:37:47,347", + "created": 1610361467.3470023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167212,15 +167275,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 808.4216117858887, + "msecs": 347.0022678375244, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17893.446922302246, + "relativeCreated": 17910.72964668274, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167229,8 +167292,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,808", - "created": 1610360742.808495, + "asctime": "2021-01-11 11:37:47,347", + "created": 1610361467.3470752, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167240,15 +167303,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 808.495044708252, + "msecs": 347.0752239227295, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17893.52035522461, + "relativeCreated": 17910.802602767944, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167256,8 +167319,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,808", - "created": 1610360742.808595, + "asctime": "2021-01-11 11:37:47,347", + "created": 1610361467.3471673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167267,15 +167330,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 808.5949420928955, + "msecs": 347.1672534942627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17893.620252609253, + "relativeCreated": 17910.894632339478, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167284,8 +167347,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:42,808", - "created": 1610360742.8086648, + "asctime": "2021-01-11 11:37:47,347", + "created": 1610361467.3474379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167295,15 +167358,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 808.6647987365723, + "msecs": 347.43785858154297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17893.69010925293, + "relativeCreated": 17911.165237426758, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167311,8 +167374,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:42,808", - "created": 1610360742.8088198, + "asctime": "2021-01-11 11:37:47,347", + "created": 1610361467.3475733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167322,15 +167385,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 808.8197708129883, + "msecs": 347.57328033447266, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17893.845081329346, + "relativeCreated": 17911.300659179688, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167338,8 +167401,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:42,809", - "created": 1610360742.809826, + "asctime": "2021-01-11 11:37:47,348", + "created": 1610361467.3485012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167349,15 +167412,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 809.8258972167969, + "msecs": 348.50120544433594, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17894.851207733154, + "relativeCreated": 17912.22858428955, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167365,8 +167428,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:42,810", - "created": 1610360742.8100092, + "asctime": "2021-01-11 11:37:47,348", + "created": 1610361467.3485935, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167376,15 +167439,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 810.009241104126, + "msecs": 348.59347343444824, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17895.034551620483, + "relativeCreated": 17912.320852279663, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167393,8 +167456,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:42,810", - "created": 1610360742.8100975, + "asctime": "2021-01-11 11:37:47,348", + "created": 1610361467.3486648, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167404,15 +167467,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": 810.0974559783936, + "msecs": 348.6647605895996, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17895.12276649475, + "relativeCreated": 17912.392139434814, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167420,8 +167483,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 11:25:42,810", - "created": 1610360742.8102434, + "asctime": "2021-01-11 11:37:47,348", + "created": 1610361467.3487947, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167431,15 +167494,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": 810.2433681488037, + "msecs": 348.79469871520996, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17895.26867866516, + "relativeCreated": 17912.522077560425, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167450,8 +167513,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:42,810", - "created": 1610360742.8104491, + "asctime": "2021-01-11 11:37:47,348", + "created": 1610361467.348999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167461,15 +167524,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 810.4491233825684, + "msecs": 348.9990234375, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17895.474433898926, + "relativeCreated": 17912.726402282715, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -167477,8 +167540,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:42,810", - "created": 1610360742.8105483, + "asctime": "2021-01-11 11:37:47,349", + "created": 1610361467.3490953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167488,37 +167551,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 810.5483055114746, + "msecs": 349.09534454345703, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 17895.573616027832, + "relativeCreated": 17912.822723388672, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" } ], - "msecs": 131.561279296875, + "msecs": 668.9779758453369, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18216.586589813232, + "relativeCreated": 18232.70535469055, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3210129737854004 + "time_consumption": 0.3198826313018799 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:43,132", - "created": 1610360743.132395, + "asctime": "2021-01-11 11:37:47,669", + "created": 1610361467.669824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167535,8 +167598,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,132", - "created": 1610360743.1320658, + "asctime": "2021-01-11 11:37:47,669", + "created": 1610361467.6694715, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167546,15 +167609,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 132.0657730102539, + "msecs": 669.4715023040771, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18217.09108352661, + "relativeCreated": 18233.198881149292, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -167563,8 +167626,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,132", - "created": 1610360743.132241, + "asctime": "2021-01-11 11:37:47,669", + "created": 1610361467.6696458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167574,37 +167637,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 132.24101066589355, + "msecs": 669.6457862854004, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18217.26632118225, + "relativeCreated": 18233.373165130615, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 132.39502906799316, + "msecs": 669.8238849639893, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18217.42033958435, + "relativeCreated": 18233.551263809204, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.0001780986785888672 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:43,132", - "created": 1610360743.1329417, + "asctime": "2021-01-11 11:37:47,670", + "created": 1610361467.6703339, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167621,8 +167684,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,132", - "created": 1610360743.132629, + "asctime": "2021-01-11 11:37:47,670", + "created": 1610361467.6700628, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167632,15 +167695,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 132.6289176940918, + "msecs": 670.062780380249, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18217.65422821045, + "relativeCreated": 18233.790159225464, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -167649,8 +167712,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,132", - "created": 1610360743.132801, + "asctime": "2021-01-11 11:37:47,670", + "created": 1610361467.6702006, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167660,34 +167723,34 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 132.80105590820312, + "msecs": 670.2005863189697, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18217.82636642456, + "relativeCreated": 18233.927965164185, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 132.94172286987305, + "msecs": 670.3338623046875, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18217.96703338623, + "relativeCreated": 18234.061241149902, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014066696166992188 + "time_consumption": 0.00013327598571777344 }, { "args": [], - "asctime": "2021-01-11 11:25:43,133", - "created": 1610360743.133755, + "asctime": "2021-01-11 11:37:47,671", + "created": 1610361467.6711507, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -167702,8 +167765,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:43,133", - "created": 1610360743.1331794, + "asctime": "2021-01-11 11:37:47,670", + "created": 1610361467.6705577, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167713,23 +167776,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 133.1794261932373, + "msecs": 670.5577373504639, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18218.204736709595, + "relativeCreated": 18234.28511619568, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:43,133", - "created": 1610360743.1333358, + "asctime": "2021-01-11 11:37:47,670", + "created": 1610361467.670717, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167739,23 +167802,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 133.33582878112793, + "msecs": 670.7170009613037, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18218.361139297485, + "relativeCreated": 18234.44437980652, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:43,133", - "created": 1610360743.1334877, + "asctime": "2021-01-11 11:37:47,670", + "created": 1610361467.670867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167765,23 +167828,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 133.48770141601562, + "msecs": 670.8669662475586, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18218.513011932373, + "relativeCreated": 18234.594345092773, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:43,133", - "created": 1610360743.1336215, + "asctime": "2021-01-11 11:37:47,671", + "created": 1610361467.6710138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167791,37 +167854,37 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 133.6214542388916, + "msecs": 671.0138320922852, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18218.64676475525, + "relativeCreated": 18234.7412109375, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 133.75496864318848, + "msecs": 671.1506843566895, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18218.780279159546, + "relativeCreated": 18234.878063201904, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.000133514404296875 + "time_consumption": 0.00013685226440429688 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:43,134", - "created": 1610360743.134272, + "asctime": "2021-01-11 11:37:47,671", + "created": 1610361467.671645, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167838,8 +167901,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:43,133", - "created": 1610360743.1339808, + "asctime": "2021-01-11 11:37:47,671", + "created": 1610361467.6713753, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167849,15 +167912,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 133.98075103759766, + "msecs": 671.3752746582031, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18219.006061553955, + "relativeCreated": 18235.102653503418, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -167866,8 +167929,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:43,134", - "created": 1610360743.1341379, + "asctime": "2021-01-11 11:37:47,671", + "created": 1610361467.6715121, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167877,37 +167940,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 134.1378688812256, + "msecs": 671.5121269226074, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18219.163179397583, + "relativeCreated": 18235.239505767822, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 134.27209854125977, + "msecs": 671.644926071167, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18219.297409057617, + "relativeCreated": 18235.372304916382, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001342296600341797 + "time_consumption": 0.0001327991485595703 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:43,134", - "created": 1610360743.134751, + "asctime": "2021-01-11 11:37:47,672", + "created": 1610361467.6721308, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167924,8 +167987,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:43,134", - "created": 1610360743.134484, + "asctime": "2021-01-11 11:37:47,671", + "created": 1610361467.6718552, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167935,15 +167998,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 134.48405265808105, + "msecs": 671.8552112579346, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18219.50936317444, + "relativeCreated": 18235.58259010315, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -167952,8 +168015,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:43,134", - "created": 1610360743.1346197, + "asctime": "2021-01-11 11:37:47,671", + "created": 1610361467.6719875, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167963,34 +168026,34 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 134.61971282958984, + "msecs": 671.9875335693359, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18219.645023345947, + "relativeCreated": 18235.71491241455, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 134.7510814666748, + "msecs": 672.130823135376, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18219.776391983032, + "relativeCreated": 18235.85820198059, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013136863708496094 + "time_consumption": 0.00014328956604003906 }, { "args": [], - "asctime": "2021-01-11 11:25:43,479", - "created": 1610360743.4797719, + "asctime": "2021-01-11 11:37:48,016", + "created": 1610361468.0166476, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -168005,8 +168068,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:43,134", - "created": 1610360743.1349604, + "asctime": "2021-01-11 11:37:47,672", + "created": 1610361467.6723516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168016,23 +168079,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 134.96041297912598, + "msecs": 672.351598739624, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18219.985723495483, + "relativeCreated": 18236.07897758484, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:43,135", - "created": 1610360743.135101, + "asctime": "2021-01-11 11:37:47,672", + "created": 1610361467.6724918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168042,23 +168105,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 135.1010799407959, + "msecs": 672.4917888641357, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18220.126390457153, + "relativeCreated": 18236.21916770935, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:43,135", - "created": 1610360743.135239, + "asctime": "2021-01-11 11:37:47,672", + "created": 1610361467.6726327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168068,15 +168131,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 135.2388858795166, + "msecs": 672.6326942443848, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18220.264196395874, + "relativeCreated": 18236.3600730896, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -168087,8 +168150,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,135", - "created": 1610360743.13553, + "asctime": "2021-01-11 11:37:47,672", + "created": 1610361467.6728883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168098,23 +168161,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 135.5299949645996, + "msecs": 672.8882789611816, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18220.555305480957, + "relativeCreated": 18236.615657806396, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:43,136", - "created": 1610360743.1361203, + "asctime": "2021-01-11 11:37:47,673", + "created": 1610361467.6732736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168124,23 +168187,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 136.12031936645508, + "msecs": 673.2735633850098, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18221.145629882812, + "relativeCreated": 18237.000942230225, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:43,136", - "created": 1610360743.1362863, + "asctime": "2021-01-11 11:37:47,673", + "created": 1610361467.673378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168150,23 +168213,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 136.28625869750977, + "msecs": 673.3779907226562, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18221.311569213867, + "relativeCreated": 18237.10536956787, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:43,136", - "created": 1610360743.1364317, + "asctime": "2021-01-11 11:37:47,673", + "created": 1610361467.6734698, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168176,15 +168239,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 136.43169403076172, + "msecs": 673.4697818756104, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18221.45700454712, + "relativeCreated": 18237.197160720825, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -168192,8 +168255,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 11:25:43,137", - "created": 1610360743.1373975, + "asctime": "2021-01-11 11:37:47,674", + "created": 1610361467.6740615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168203,15 +168266,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": 137.39752769470215, + "msecs": 674.0615367889404, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18222.42283821106, + "relativeCreated": 18237.788915634155, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168219,8 +168282,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 11:25:43,145", - "created": 1610360743.145683, + "asctime": "2021-01-11 11:37:47,682", + "created": 1610361467.68235, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168230,15 +168293,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": 145.68305015563965, + "msecs": 682.3499202728271, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18230.708360671997, + "relativeCreated": 18246.077299118042, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168246,8 +168309,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,145", - "created": 1610360743.1458275, + "asctime": "2021-01-11 11:37:47,682", + "created": 1610361467.682542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168257,15 +168320,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 145.8275318145752, + "msecs": 682.542085647583, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18230.852842330933, + "relativeCreated": 18246.269464492798, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168274,8 +168337,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:43,145", - "created": 1610360743.145901, + "asctime": "2021-01-11 11:37:47,682", + "created": 1610361467.6826437, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168285,15 +168348,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 145.90096473693848, + "msecs": 682.6436519622803, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18230.926275253296, + "relativeCreated": 18246.371030807495, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168301,8 +168364,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,145", - "created": 1610360743.145989, + "asctime": "2021-01-11 11:37:47,682", + "created": 1610361467.6827652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168312,15 +168375,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 145.98894119262695, + "msecs": 682.7652454376221, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.014251708984, + "relativeCreated": 18246.492624282837, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168329,8 +168392,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.1460514, + "asctime": "2021-01-11 11:37:47,682", + "created": 1610361467.682852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168340,15 +168403,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 146.05140686035156, + "msecs": 682.852029800415, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.07671737671, + "relativeCreated": 18246.57940864563, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168356,8 +168419,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.1461418, + "asctime": "2021-01-11 11:37:47,682", + "created": 1610361467.682975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168367,15 +168430,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 146.14176750183105, + "msecs": 682.9750537872314, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.16707801819, + "relativeCreated": 18246.702432632446, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168384,8 +168447,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.1462016, + "asctime": "2021-01-11 11:37:47,683", + "created": 1610361467.68308, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168395,15 +168458,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 146.20161056518555, + "msecs": 683.0799579620361, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.226921081543, + "relativeCreated": 18246.80733680725, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168411,8 +168474,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.146288, + "asctime": "2021-01-11 11:37:47,683", + "created": 1610361467.6831982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168422,15 +168485,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 146.2879180908203, + "msecs": 683.1982135772705, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.313228607178, + "relativeCreated": 18246.925592422485, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168439,8 +168502,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.1463475, + "asctime": "2021-01-11 11:37:47,683", + "created": 1610361467.6832793, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168450,15 +168513,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 146.3475227355957, + "msecs": 683.279275894165, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.372833251953, + "relativeCreated": 18247.00665473938, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168466,8 +168529,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.1464417, + "asctime": "2021-01-11 11:37:47,683", + "created": 1610361467.683386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168477,15 +168540,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 146.44169807434082, + "msecs": 683.3860874176025, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.4670085907, + "relativeCreated": 18247.113466262817, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168494,8 +168557,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.1465023, + "asctime": "2021-01-11 11:37:47,683", + "created": 1610361467.6834664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168505,15 +168568,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 146.50225639343262, + "msecs": 683.4664344787598, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.52756690979, + "relativeCreated": 18247.193813323975, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168521,8 +168584,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:43,146", - "created": 1610360743.1466193, + "asctime": "2021-01-11 11:37:47,683", + "created": 1610361467.6836262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168532,15 +168595,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 146.61931991577148, + "msecs": 683.6261749267578, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18231.64463043213, + "relativeCreated": 18247.353553771973, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168548,8 +168611,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:43,147", - "created": 1610360743.1476057, + "asctime": "2021-01-11 11:37:47,684", + "created": 1610361467.6846056, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168559,15 +168622,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 147.60565757751465, + "msecs": 684.605598449707, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18232.630968093872, + "relativeCreated": 18248.332977294922, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168575,8 +168638,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,147", - "created": 1610360743.1477635, + "asctime": "2021-01-11 11:37:47,684", + "created": 1610361467.6847737, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168586,15 +168649,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 147.76349067687988, + "msecs": 684.7736835479736, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18232.788801193237, + "relativeCreated": 18248.50106239319, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168603,8 +168666,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:43,147", - "created": 1610360743.1478376, + "asctime": "2021-01-11 11:37:47,684", + "created": 1610361467.6848798, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168614,15 +168677,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": 147.83763885498047, + "msecs": 684.8797798156738, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18232.862949371338, + "relativeCreated": 18248.60715866089, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168630,8 +168693,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 11:25:43,147", - "created": 1610360743.1479483, + "asctime": "2021-01-11 11:37:47,685", + "created": 1610361467.6850305, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168641,15 +168704,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": 147.9482650756836, + "msecs": 685.030460357666, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18232.97357559204, + "relativeCreated": 18248.75783920288, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168660,8 +168723,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,148", - "created": 1610360743.1481245, + "asctime": "2021-01-11 11:37:47,685", + "created": 1610361467.6852686, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168671,15 +168734,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 148.12445640563965, + "msecs": 685.2686405181885, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18233.149766921997, + "relativeCreated": 18248.996019363403, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168687,26 +168750,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:43,148", - "created": 1610360743.148208, + "asctime": "2021-01-11 11:37:47,685", + "created": 1610361467.6853848, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 148.2079029083252, + "msecs": 685.3847503662109, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18233.233213424683, + "relativeCreated": 18249.112129211426, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168717,8 +168780,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,148", - "created": 1610360743.148319, + "asctime": "2021-01-11 11:37:47,685", + "created": 1610361467.6855407, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168728,15 +168791,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 148.31900596618652, + "msecs": 685.5406761169434, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18233.344316482544, + "relativeCreated": 18249.26805496216, "stack_info": null, - "thread": 140651974874880, + "thread": 139975349737216, "threadName": "Thread-33" }, { @@ -168744,8 +168807,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 11:25:43,148", - "created": 1610360743.1489406, + "asctime": "2021-01-11 11:37:47,686", + "created": 1610361467.6860507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168755,15 +168818,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": 148.9405632019043, + "msecs": 686.0506534576416, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18233.96587371826, + "relativeCreated": 18249.778032302856, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168771,8 +168834,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 11:25:43,157", - "created": 1610360743.1571422, + "asctime": "2021-01-11 11:37:47,694", + "created": 1610361467.6944013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168782,15 +168845,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": 157.14216232299805, + "msecs": 694.4012641906738, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.167472839355, + "relativeCreated": 18258.12864303589, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168798,8 +168861,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.1572888, + "asctime": "2021-01-11 11:37:47,694", + "created": 1610361467.6946502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168809,15 +168872,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 157.2887897491455, + "msecs": 694.6501731872559, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.314100265503, + "relativeCreated": 18258.37755203247, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168826,8 +168889,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.1573753, + "asctime": "2021-01-11 11:37:47,694", + "created": 1610361467.6948164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168837,15 +168900,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.37533569335938, + "msecs": 694.8163509368896, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.400646209717, + "relativeCreated": 18258.543729782104, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168853,8 +168916,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.1574655, + "asctime": "2021-01-11 11:37:47,694", + "created": 1610361467.6949933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168864,15 +168927,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.46545791625977, + "msecs": 694.993257522583, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.490768432617, + "relativeCreated": 18258.720636367798, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168881,8 +168944,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.157528, + "asctime": "2021-01-11 11:37:47,695", + "created": 1610361467.6951191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168892,15 +168955,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.52792358398438, + "msecs": 695.1191425323486, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.55323410034, + "relativeCreated": 18258.846521377563, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168908,8 +168971,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.1576176, + "asctime": "2021-01-11 11:37:47,695", + "created": 1610361467.6952987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168919,15 +168982,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.61756896972656, + "msecs": 695.2986717224121, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.642879486084, + "relativeCreated": 18259.026050567627, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168936,8 +168999,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.1576896, + "asctime": "2021-01-11 11:37:47,695", + "created": 1610361467.6954186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168947,15 +169010,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.68957138061523, + "msecs": 695.4185962677002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.714881896973, + "relativeCreated": 18259.145975112915, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168963,8 +169026,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.157772, + "asctime": "2021-01-11 11:37:47,695", + "created": 1610361467.6955817, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168974,15 +169037,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.77206420898438, + "msecs": 695.5816745758057, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.79737472534, + "relativeCreated": 18259.30905342102, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -168991,8 +169054,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.1578357, + "asctime": "2021-01-11 11:37:47,695", + "created": 1610361467.6957023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169002,15 +169065,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.8357219696045, + "msecs": 695.702314376831, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.861032485962, + "relativeCreated": 18259.429693222046, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169018,8 +169081,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.1579125, + "asctime": "2021-01-11 11:37:47,695", + "created": 1610361467.695858, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169029,15 +169092,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 157.9124927520752, + "msecs": 695.8580017089844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.937803268433, + "relativeCreated": 18259.5853805542, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169046,8 +169109,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:43,157", - "created": 1610360743.15797, + "asctime": "2021-01-11 11:37:47,695", + "created": 1610361467.6959841, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169057,15 +169120,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 157.96995162963867, + "msecs": 695.9841251373291, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18242.995262145996, + "relativeCreated": 18259.711503982544, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169073,8 +169136,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:43,158", - "created": 1610360743.1580808, + "asctime": "2021-01-11 11:37:47,696", + "created": 1610361467.6961892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169084,15 +169147,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 158.0808162689209, + "msecs": 696.1891651153564, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18243.10612678528, + "relativeCreated": 18259.91654396057, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169100,8 +169163,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:43,159", - "created": 1610360743.1590679, + "asctime": "2021-01-11 11:37:47,697", + "created": 1610361467.6971993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169111,15 +169174,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 159.06786918640137, + "msecs": 697.1993446350098, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18244.09317970276, + "relativeCreated": 18260.926723480225, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169127,8 +169190,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:43,159", - "created": 1610360743.1592379, + "asctime": "2021-01-11 11:37:47,697", + "created": 1610361467.6973703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169138,15 +169201,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 159.23786163330078, + "msecs": 697.3702907562256, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18244.26317214966, + "relativeCreated": 18261.09766960144, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169155,8 +169218,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:43,159", - "created": 1610360743.159325, + "asctime": "2021-01-11 11:37:47,697", + "created": 1610361467.6975067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169166,15 +169229,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": 159.32488441467285, + "msecs": 697.5066661834717, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18244.35019493103, + "relativeCreated": 18261.234045028687, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169182,8 +169245,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 11:25:43,159", - "created": 1610360743.1594365, + "asctime": "2021-01-11 11:37:47,697", + "created": 1610361467.697719, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169193,15 +169256,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": 159.43646430969238, + "msecs": 697.7190971374512, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18244.46177482605, + "relativeCreated": 18261.446475982666, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169212,8 +169275,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:43,159", - "created": 1610360743.159615, + "asctime": "2021-01-11 11:37:47,698", + "created": 1610361467.6980467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169223,15 +169286,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 159.61503982543945, + "msecs": 698.0466842651367, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18244.640350341797, + "relativeCreated": 18261.77406311035, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" }, { @@ -169239,8 +169302,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:43,159", - "created": 1610360743.1596987, + "asctime": "2021-01-11 11:37:47,698", + "created": 1610361467.6982071, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169250,37 +169313,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 159.6987247467041, + "msecs": 698.2071399688721, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18244.72403526306, + "relativeCreated": 18261.934518814087, "stack_info": null, - "thread": 140651966482176, + "thread": 139974997440256, "threadName": "Thread-34" } ], - "msecs": 479.77185249328613, + "msecs": 16.6475772857666, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18564.797163009644, + "relativeCreated": 18580.37495613098, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.32007312774658203 + "time_consumption": 0.31844043731689453 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:43,480", - "created": 1610360743.4806514, + "asctime": "2021-01-11 11:37:48,017", + "created": 1610361468.0174906, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169297,8 +169360,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,480", - "created": 1610360743.4803, + "asctime": "2021-01-11 11:37:48,017", + "created": 1610361468.0171585, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169308,15 +169371,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 480.2999496459961, + "msecs": 17.15850830078125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18565.325260162354, + "relativeCreated": 18580.885887145996, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169325,8 +169388,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,480", - "created": 1610360743.480483, + "asctime": "2021-01-11 11:37:48,017", + "created": 1610361468.0173366, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169336,37 +169399,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 480.4830551147461, + "msecs": 17.336606979370117, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18565.508365631104, + "relativeCreated": 18581.063985824585, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 480.6513786315918, + "msecs": 17.490625381469727, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18565.67668914795, + "relativeCreated": 18581.218004226685, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016832351684570312 + "time_consumption": 0.00015401840209960938 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:43,481", - "created": 1610360743.4812584, + "asctime": "2021-01-11 11:37:48,018", + "created": 1610361468.0180302, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169383,8 +169446,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,480", - "created": 1610360743.4809575, + "asctime": "2021-01-11 11:37:48,017", + "created": 1610361468.0177267, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169394,15 +169457,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 480.9575080871582, + "msecs": 17.726659774780273, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18565.982818603516, + "relativeCreated": 18581.454038619995, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169411,8 +169474,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:43,481", - "created": 1610360743.4811203, + "asctime": "2021-01-11 11:37:48,017", + "created": 1610361468.0178938, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169422,41 +169485,41 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 481.12034797668457, + "msecs": 17.89379119873047, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18566.145658493042, + "relativeCreated": 18581.621170043945, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 481.2583923339844, + "msecs": 18.030166625976562, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 18566.28370285034, + "relativeCreated": 18581.75754547119, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001380443572998047 + "time_consumption": 0.00013637542724609375 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.7000715732574463, - "time_finished": "2021-01-11 11:25:43,481", - "time_start": "2021-01-11 11:25:42,781" + "time_consumption": 0.6998686790466309, + "time_finished": "2021-01-11 11:37:48,018", + "time_start": "2021-01-11 11:37:47,318" }, "_j-npsE0MEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:26,731", - "created": 1610360726.7310843, + "asctime": "2021-01-11 11:37:31,266", + "created": 1610361451.2665668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169467,19 +169530,19 @@ "message": "_j-npsE0MEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 731.0843467712402, + "msecs": 266.5667533874512, "msg": "_j-npsE0MEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1816.1096572875977, + "relativeCreated": 1830.294132232666, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:26,740", - "created": 1610360726.7403636, + "asctime": "2021-01-11 11:37:31,275", + "created": 1610361451.2758079, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -169494,8 +169557,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:26,732", - "created": 1610360726.732067, + "asctime": "2021-01-11 11:37:31,267", + "created": 1610361451.2674937, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169505,23 +169568,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 732.0671081542969, + "msecs": 267.49372482299805, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1817.0924186706543, + "relativeCreated": 1831.221103668213, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:26,732", - "created": 1610360726.7329597, + "asctime": "2021-01-11 11:37:31,268", + "created": 1610361451.2683864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169531,23 +169594,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 732.9597473144531, + "msecs": 268.3863639831543, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1817.9850578308105, + "relativeCreated": 1832.1137428283691, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:26,733", - "created": 1610360726.7331781, + "asctime": "2021-01-11 11:37:31,268", + "created": 1610361451.2686384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169557,23 +169620,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 733.1781387329102, + "msecs": 268.63837242126465, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1818.2034492492676, + "relativeCreated": 1832.3657512664795, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:26,733", - "created": 1610360726.7335312, + "asctime": "2021-01-11 11:37:31,268", + "created": 1610361451.2689989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169583,15 +169646,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 733.5312366485596, + "msecs": 268.9988613128662, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1818.556547164917, + "relativeCreated": 1832.726240158081, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169600,26 +169663,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:26,733", - "created": 1610360726.7337158, + "asctime": "2021-01-11 11:37:31,269", + "created": 1610361451.2691844, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 733.7157726287842, + "msecs": 269.1843509674072, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1818.7410831451416, + "relativeCreated": 1832.911729812622, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169627,26 +169690,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:26,733", - "created": 1610360726.7339408, + "asctime": "2021-01-11 11:37:31,269", + "created": 1610361451.269405, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 733.940839767456, + "msecs": 269.4048881530762, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1818.9661502838135, + "relativeCreated": 1833.132266998291, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169654,26 +169717,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:26,734", - "created": 1610360726.7340937, + "asctime": "2021-01-11 11:37:31,269", + "created": 1610361451.2695618, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 734.0936660766602, + "msecs": 269.561767578125, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1819.1189765930176, + "relativeCreated": 1833.2891464233398, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169681,26 +169744,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:26,734", - "created": 1610360726.7343404, + "asctime": "2021-01-11 11:37:31,269", + "created": 1610361451.2697072, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 734.3404293060303, + "msecs": 269.70720291137695, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1819.3657398223877, + "relativeCreated": 1833.4345817565918, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169708,26 +169771,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:26,734", - "created": 1610360726.7344964, + "asctime": "2021-01-11 11:37:31,269", + "created": 1610361451.2698472, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 734.4963550567627, + "msecs": 269.84715461730957, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1819.5216655731201, + "relativeCreated": 1833.5745334625244, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169737,8 +169800,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:26,734", - "created": 1610360726.7346737, + "asctime": "2021-01-11 11:37:31,270", + "created": 1610361451.2700238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169748,15 +169811,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 734.6737384796143, + "msecs": 270.0238227844238, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1819.6990489959717, + "relativeCreated": 1833.7512016296387, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169766,8 +169829,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:26,734", - "created": 1610360726.7348335, + "asctime": "2021-01-11 11:37:31,270", + "created": 1610361451.2701845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169777,15 +169840,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 734.8334789276123, + "msecs": 270.1845169067383, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1819.8587894439697, + "relativeCreated": 1833.9118957519531, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169795,8 +169858,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:26,734", - "created": 1610360726.7349908, + "asctime": "2021-01-11 11:37:31,270", + "created": 1610361451.2703536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169806,15 +169869,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 734.9908351898193, + "msecs": 270.3535556793213, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1820.0161457061768, + "relativeCreated": 1834.0809345245361, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169824,8 +169887,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:26,735", - "created": 1610360726.7351434, + "asctime": "2021-01-11 11:37:31,270", + "created": 1610361451.2705083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169835,23 +169898,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 735.1434230804443, + "msecs": 270.5082893371582, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1820.1687335968018, + "relativeCreated": 1834.235668182373, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:26,735", - "created": 1610360726.7352912, + "asctime": "2021-01-11 11:37:31,270", + "created": 1610361451.2706435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169861,15 +169924,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 735.2912425994873, + "msecs": 270.6434726715088, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1820.3165531158447, + "relativeCreated": 1834.3708515167236, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169878,26 +169941,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:26,735", - "created": 1610360726.7354484, + "asctime": "2021-01-11 11:37:31,270", + "created": 1610361451.2707944, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 735.4483604431152, + "msecs": 270.7943916320801, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1820.4736709594727, + "relativeCreated": 1834.521770477295, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169905,26 +169968,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:26,735", - "created": 1610360726.735614, + "asctime": "2021-01-11 11:37:31,270", + "created": 1610361451.2709572, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 735.6140613555908, + "msecs": 270.95723152160645, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1820.6393718719482, + "relativeCreated": 1834.6846103668213, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169932,26 +169995,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:26,735", - "created": 1610360726.735759, + "asctime": "2021-01-11 11:37:31,271", + "created": 1610361451.271099, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 735.7590198516846, + "msecs": 271.0990905761719, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1820.784330368042, + "relativeCreated": 1834.8264694213867, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169961,8 +170024,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:26,735", - "created": 1610360726.7359111, + "asctime": "2021-01-11 11:37:31,271", + "created": 1610361451.2712467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169972,15 +170035,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 735.9111309051514, + "msecs": 271.24667167663574, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1820.9364414215088, + "relativeCreated": 1834.9740505218506, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -169990,8 +170053,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:26,736", - "created": 1610360726.7360673, + "asctime": "2021-01-11 11:37:31,271", + "created": 1610361451.2717083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170001,15 +170064,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 736.0672950744629, + "msecs": 271.70825004577637, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1821.0926055908203, + "relativeCreated": 1835.4356288909912, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170018,26 +170081,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:26,736", - "created": 1610360726.736215, + "asctime": "2021-01-11 11:37:31,271", + "created": 1610361451.2718887, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 736.2151145935059, + "msecs": 271.88873291015625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1821.2404251098633, + "relativeCreated": 1835.616111755371, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170046,26 +170109,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:26,736", - "created": 1610360726.7366853, + "asctime": "2021-01-11 11:37:31,272", + "created": 1610361451.272051, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 736.6852760314941, + "msecs": 272.0510959625244, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1821.7105865478516, + "relativeCreated": 1835.7784748077393, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170074,34 +170137,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:26,736", - "created": 1610360726.7368896, + "asctime": "2021-01-11 11:37:31,272", + "created": 1610361451.272201, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 736.8896007537842, + "msecs": 272.2010612487793, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1821.9149112701416, + "relativeCreated": 1835.9284400939941, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:26,737", - "created": 1610360726.7370389, + "asctime": "2021-01-11 11:37:31,272", + "created": 1610361451.2723563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170111,23 +170174,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 737.0388507843018, + "msecs": 272.3562717437744, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1822.0641613006592, + "relativeCreated": 1836.0836505889893, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:26,737", - "created": 1610360726.7373407, + "asctime": "2021-01-11 11:37:31,272", + "created": 1610361451.2726371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170137,15 +170200,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 737.3406887054443, + "msecs": 272.63712882995605, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1822.3659992218018, + "relativeCreated": 1836.364507675171, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170154,26 +170217,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:26,737", - "created": 1610360726.7375042, + "asctime": "2021-01-11 11:37:31,272", + "created": 1610361451.2728138, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 737.504243850708, + "msecs": 272.8137969970703, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1822.5295543670654, + "relativeCreated": 1836.5411758422852, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170181,26 +170244,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:26,737", - "created": 1610360726.737707, + "asctime": "2021-01-11 11:37:31,273", + "created": 1610361451.273017, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 737.7068996429443, + "msecs": 273.01692962646484, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1822.7322101593018, + "relativeCreated": 1836.7443084716797, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170208,26 +170271,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:26,737", - "created": 1610360726.7378595, + "asctime": "2021-01-11 11:37:31,273", + "created": 1610361451.2731688, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 737.8594875335693, + "msecs": 273.16880226135254, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1822.8847980499268, + "relativeCreated": 1836.8961811065674, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170235,26 +170298,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:26,738", - "created": 1610360726.7380035, + "asctime": "2021-01-11 11:37:31,273", + "created": 1610361451.2733226, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 738.0034923553467, + "msecs": 273.32258224487305, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1823.028802871704, + "relativeCreated": 1837.049961090088, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170262,26 +170325,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:26,738", - "created": 1610360726.7381434, + "asctime": "2021-01-11 11:37:31,273", + "created": 1610361451.2734618, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 738.1434440612793, + "msecs": 273.46181869506836, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1823.1687545776367, + "relativeCreated": 1837.1891975402832, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170291,8 +170354,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:26,738", - "created": 1610360726.738295, + "asctime": "2021-01-11 11:37:31,273", + "created": 1610361451.2736099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170302,15 +170365,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 738.2950782775879, + "msecs": 273.60987663269043, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1823.3203887939453, + "relativeCreated": 1837.3372554779053, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170320,8 +170383,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:26,738", - "created": 1610360726.7384703, + "asctime": "2021-01-11 11:37:31,273", + "created": 1610361451.2737634, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170331,15 +170394,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 738.4703159332275, + "msecs": 273.76341819763184, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1823.495626449585, + "relativeCreated": 1837.4907970428467, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170349,8 +170412,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:26,738", - "created": 1610360726.7386243, + "asctime": "2021-01-11 11:37:31,273", + "created": 1610361451.2739143, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170360,15 +170423,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 738.6243343353271, + "msecs": 273.9143371582031, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1823.6496448516846, + "relativeCreated": 1837.641716003418, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170378,8 +170441,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:26,738", - "created": 1610360726.7387762, + "asctime": "2021-01-11 11:37:31,274", + "created": 1610361451.274064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170389,23 +170452,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 738.7762069702148, + "msecs": 274.0640640258789, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1823.8015174865723, + "relativeCreated": 1837.7914428710938, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:26,738", - "created": 1610360726.7389219, + "asctime": "2021-01-11 11:37:31,274", + "created": 1610361451.2742105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170415,15 +170478,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 738.9218807220459, + "msecs": 274.21045303344727, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1823.9471912384033, + "relativeCreated": 1837.937831878662, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170432,26 +170495,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:26,739", - "created": 1610360726.7390733, + "asctime": "2021-01-11 11:37:31,274", + "created": 1610361451.274362, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 739.0732765197754, + "msecs": 274.36208724975586, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1824.0985870361328, + "relativeCreated": 1838.0894660949707, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170459,26 +170522,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:26,739", - "created": 1610360726.739237, + "asctime": "2021-01-11 11:37:31,274", + "created": 1610361451.2745228, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 739.2370700836182, + "msecs": 274.5227813720703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1824.2623805999756, + "relativeCreated": 1838.2501602172852, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170486,26 +170549,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:26,739", - "created": 1610360726.739383, + "asctime": "2021-01-11 11:37:31,274", + "created": 1610361451.274667, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 739.3829822540283, + "msecs": 274.66702461242676, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1824.4082927703857, + "relativeCreated": 1838.3944034576416, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170515,8 +170578,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:26,739", - "created": 1610360726.7395296, + "asctime": "2021-01-11 11:37:31,274", + "created": 1610361451.2748127, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170526,15 +170589,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 739.5296096801758, + "msecs": 274.8126983642578, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1824.5549201965332, + "relativeCreated": 1838.5400772094727, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170544,8 +170607,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:26,739", - "created": 1610360726.7396815, + "asctime": "2021-01-11 11:37:31,274", + "created": 1610361451.274989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170555,15 +170618,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 739.6814823150635, + "msecs": 274.98888969421387, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1824.706792831421, + "relativeCreated": 1838.7162685394287, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170572,26 +170635,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:26,739", - "created": 1610360726.7398267, + "asctime": "2021-01-11 11:37:31,275", + "created": 1610361451.2751656, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 739.8266792297363, + "msecs": 275.1655578613281, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1824.8519897460938, + "relativeCreated": 1838.892936706543, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170600,26 +170663,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:26,739", - "created": 1610360726.739963, + "asctime": "2021-01-11 11:37:31,275", + "created": 1610361451.2753294, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 739.9630546569824, + "msecs": 275.3293514251709, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1824.9883651733398, + "relativeCreated": 1839.0567302703857, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170628,34 +170691,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:26,740", - "created": 1610360726.7400987, + "asctime": "2021-01-11 11:37:31,275", + "created": 1610361451.2754908, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 740.0987148284912, + "msecs": 275.49076080322266, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1825.1240253448486, + "relativeCreated": 1839.2181396484375, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:26,740", - "created": 1610360726.740234, + "asctime": "2021-01-11 11:37:31,275", + "created": 1610361451.2756658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170665,34 +170728,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 740.2338981628418, + "msecs": 275.6657600402832, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1825.2592086791992, + "relativeCreated": 1839.393138885498, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 740.363597869873, + "msecs": 275.80785751342773, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1825.3889083862305, + "relativeCreated": 1839.5352363586426, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00012969970703125 + "time_consumption": 0.00014209747314453125 }, { "args": [], - "asctime": "2021-01-11 11:25:27,084", - "created": 1610360727.0844703, + "asctime": "2021-01-11 11:37:31,620", + "created": 1610361451.6202834, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -170707,8 +170770,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:26,740", - "created": 1610360726.7406735, + "asctime": "2021-01-11 11:37:31,276", + "created": 1610361451.276096, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170718,23 +170781,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 740.6735420227051, + "msecs": 276.0961055755615, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1825.6988525390625, + "relativeCreated": 1839.8234844207764, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:26,740", - "created": 1610360726.7408094, + "asctime": "2021-01-11 11:37:31,276", + "created": 1610361451.2762554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170744,23 +170807,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 740.809440612793, + "msecs": 276.25536918640137, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1825.8347511291504, + "relativeCreated": 1839.9827480316162, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:26,740", - "created": 1610360726.740853, + "asctime": "2021-01-11 11:37:31,276", + "created": 1610361451.2763984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170770,15 +170833,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 740.8530712127686, + "msecs": 276.3984203338623, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1825.878381729126, + "relativeCreated": 1840.1257991790771, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170789,8 +170852,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:26,740", - "created": 1610360726.740931, + "asctime": "2021-01-11 11:37:31,276", + "created": 1610361451.2766542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170800,23 +170863,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 740.9310340881348, + "msecs": 276.6542434692383, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1825.9563446044922, + "relativeCreated": 1840.3816223144531, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:26,741", - "created": 1610360726.7411134, + "asctime": "2021-01-11 11:37:31,276", + "created": 1610361451.2769322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170826,23 +170889,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 741.1134243011475, + "msecs": 276.9322395324707, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1826.1387348175049, + "relativeCreated": 1840.6596183776855, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:26,741", - "created": 1610360726.7411656, + "asctime": "2021-01-11 11:37:31,276", + "created": 1610361451.2769847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170852,23 +170915,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 741.1656379699707, + "msecs": 276.98469161987305, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1826.1909484863281, + "relativeCreated": 1840.712070465088, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:26,741", - "created": 1610360726.7412114, + "asctime": "2021-01-11 11:37:31,277", + "created": 1610361451.2770305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170878,15 +170941,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 741.2114143371582, + "msecs": 277.03046798706055, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1826.2367248535156, + "relativeCreated": 1840.7578468322754, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -170894,8 +170957,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 11:25:26,741", - "created": 1610360726.7413633, + "asctime": "2021-01-11 11:37:31,277", + "created": 1610361451.2771428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170905,15 +170968,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": 741.3632869720459, + "msecs": 277.1427631378174, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1826.3885974884033, + "relativeCreated": 1840.8701419830322, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -170921,8 +170984,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 11:25:26,749", - "created": 1610360726.7495222, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2852674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170932,15 +170995,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": 749.5222091674805, + "msecs": 285.2673530578613, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.547519683838, + "relativeCreated": 1848.9947319030762, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -170948,8 +171011,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,749", - "created": 1610360726.7496395, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2853885, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -170959,15 +171022,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 749.6395111083984, + "msecs": 285.3884696960449, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.6648216247559, + "relativeCreated": 1849.1158485412598, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -170976,8 +171039,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:26,749", - "created": 1610360726.7496908, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2854414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -170987,15 +171050,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 749.6907711029053, + "msecs": 285.44139862060547, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.7160816192627, + "relativeCreated": 1849.1687774658203, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171003,8 +171066,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,749", - "created": 1610360726.7497516, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2855124, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171014,15 +171077,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 749.7515678405762, + "msecs": 285.51244735717773, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.7768783569336, + "relativeCreated": 1849.2398262023926, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171031,8 +171094,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,749", - "created": 1610360726.7497947, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2855773, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171042,15 +171105,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 749.7947216033936, + "msecs": 285.57729721069336, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.820032119751, + "relativeCreated": 1849.3046760559082, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171058,8 +171121,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,749", - "created": 1610360726.749869, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2856584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171069,15 +171132,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 749.8691082000732, + "msecs": 285.6583595275879, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.8944187164307, + "relativeCreated": 1849.3857383728027, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171086,8 +171149,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,749", - "created": 1610360726.7499108, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.285701, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171097,15 +171160,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 749.910831451416, + "msecs": 285.70103645324707, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.9361419677734, + "relativeCreated": 1849.428415298462, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171113,8 +171176,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,749", - "created": 1610360726.7499664, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.285773, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171124,15 +171187,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 749.9663829803467, + "msecs": 285.77303886413574, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1834.991693496704, + "relativeCreated": 1849.5004177093506, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171141,8 +171204,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,750", - "created": 1610360726.7500072, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2858105, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171152,15 +171215,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 750.007152557373, + "msecs": 285.8104705810547, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1835.0324630737305, + "relativeCreated": 1849.5378494262695, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171168,8 +171231,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,750", - "created": 1610360726.7500603, + "asctime": "2021-01-11 11:37:31,285", + "created": 1610361451.2858622, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171179,15 +171242,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 750.0603199005127, + "msecs": 285.8622074127197, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1835.0856304168701, + "relativeCreated": 1849.5895862579346, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171196,8 +171259,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,750", - "created": 1610360726.7501013, + "asctime": "2021-01-11 11:37:31,286", + "created": 1610361451.286011, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171207,15 +171270,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 750.1013278961182, + "msecs": 286.0109806060791, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1835.1266384124756, + "relativeCreated": 1849.738359451294, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171223,8 +171286,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:26,750", - "created": 1610360726.7501838, + "asctime": "2021-01-11 11:37:31,286", + "created": 1610361451.2863302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171234,15 +171297,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 750.1838207244873, + "msecs": 286.3302230834961, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1835.2091312408447, + "relativeCreated": 1850.057601928711, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171250,8 +171313,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:26,751", - "created": 1610360726.7511287, + "asctime": "2021-01-11 11:37:31,287", + "created": 1610361451.2873595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171261,15 +171324,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 751.1286735534668, + "msecs": 287.35947608947754, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.1539840698242, + "relativeCreated": 1851.0868549346924, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171277,8 +171340,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,751", - "created": 1610360726.7512546, + "asctime": "2021-01-11 11:37:31,287", + "created": 1610361451.2874842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171288,15 +171351,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 751.2545585632324, + "msecs": 287.48416900634766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.2798690795898, + "relativeCreated": 1851.2115478515625, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171305,8 +171368,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:26,751", - "created": 1610360726.7513082, + "asctime": "2021-01-11 11:37:31,287", + "created": 1610361451.2875516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171316,15 +171379,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": 751.3082027435303, + "msecs": 287.5516414642334, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.3335132598877, + "relativeCreated": 1851.2790203094482, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171332,8 +171395,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 11:25:26,751", - "created": 1610360726.7514024, + "asctime": "2021-01-11 11:37:31,287", + "created": 1610361451.2876453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171343,15 +171406,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": 751.4023780822754, + "msecs": 287.6453399658203, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.4276885986328, + "relativeCreated": 1851.3727188110352, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171362,8 +171425,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:26,751", - "created": 1610360726.7515361, + "asctime": "2021-01-11 11:37:31,287", + "created": 1610361451.2879438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171373,15 +171436,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 751.5361309051514, + "msecs": 287.94384002685547, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.5614414215088, + "relativeCreated": 1851.6712188720703, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171389,26 +171452,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:26,751", - "created": 1610360726.7516077, + "asctime": "2021-01-11 11:37:31,288", + "created": 1610361451.2880461, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 751.6076564788818, + "msecs": 288.04612159729004, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.6329669952393, + "relativeCreated": 1851.7735004425049, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171419,8 +171482,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:26,751", - "created": 1610360726.7516901, + "asctime": "2021-01-11 11:37:31,288", + "created": 1610361451.2881851, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171430,15 +171493,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 751.690149307251, + "msecs": 288.18511962890625, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.7154598236084, + "relativeCreated": 1851.912498474121, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -171446,8 +171509,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 11:25:26,751", - "created": 1610360726.751957, + "asctime": "2021-01-11 11:37:31,288", + "created": 1610361451.288711, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171457,15 +171520,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": 751.9569396972656, + "msecs": 288.7110710144043, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1836.982250213623, + "relativeCreated": 1852.4384498596191, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171473,8 +171536,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 11:25:26,760", - "created": 1610360726.760212, + "asctime": "2021-01-11 11:37:31,296", + "created": 1610361451.2969315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171484,15 +171547,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": 760.2119445800781, + "msecs": 296.93150520324707, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1845.2372550964355, + "relativeCreated": 1860.658884048462, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171500,8 +171563,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,760", - "created": 1610360726.7603838, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2970161, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171511,15 +171574,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 760.3838443756104, + "msecs": 297.0161437988281, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1845.4091548919678, + "relativeCreated": 1860.743522644043, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171528,8 +171591,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:26,760", - "created": 1610360726.7604742, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2970672, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171539,15 +171602,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 760.4742050170898, + "msecs": 297.06716537475586, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1845.4995155334473, + "relativeCreated": 1860.7945442199707, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171555,8 +171618,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,760", - "created": 1610360726.7605999, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.297129, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171566,15 +171629,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 760.5998516082764, + "msecs": 297.12891578674316, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1845.6251621246338, + "relativeCreated": 1860.856294631958, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171583,8 +171646,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,760", - "created": 1610360726.7606766, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2971725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171594,15 +171657,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 760.6766223907471, + "msecs": 297.17254638671875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1845.7019329071045, + "relativeCreated": 1860.8999252319336, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171610,8 +171673,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,760", - "created": 1610360726.7608047, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2972438, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171621,15 +171684,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 760.8046531677246, + "msecs": 297.2438335418701, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1845.829963684082, + "relativeCreated": 1860.971212387085, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171638,8 +171701,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,760", - "created": 1610360726.7608802, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2972858, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171649,15 +171712,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 760.8802318572998, + "msecs": 297.285795211792, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1845.9055423736572, + "relativeCreated": 1861.0131740570068, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171665,8 +171728,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,760", - "created": 1610360726.760978, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2973628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171676,15 +171739,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 760.9779834747314, + "msecs": 297.3628044128418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1846.0032939910889, + "relativeCreated": 1861.0901832580566, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171693,8 +171756,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,761", - "created": 1610360726.7610502, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2974193, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171704,15 +171767,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 761.0502243041992, + "msecs": 297.41930961608887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1846.0755348205566, + "relativeCreated": 1861.1466884613037, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171720,8 +171783,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,761", - "created": 1610360726.7611556, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2974787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171731,15 +171794,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 761.1556053161621, + "msecs": 297.47867584228516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1846.1809158325195, + "relativeCreated": 1861.2060546875, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171748,8 +171811,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:26,761", - "created": 1610360726.7612267, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2975197, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171759,15 +171822,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 761.2266540527344, + "msecs": 297.5196838378906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1846.2519645690918, + "relativeCreated": 1861.2470626831055, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171775,8 +171838,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:26,761", - "created": 1610360726.7613597, + "asctime": "2021-01-11 11:37:31,297", + "created": 1610361451.2975907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171786,15 +171849,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 761.359691619873, + "msecs": 297.5907325744629, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1846.3850021362305, + "relativeCreated": 1861.3181114196777, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171802,8 +171865,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:26,762", - "created": 1610360726.7623107, + "asctime": "2021-01-11 11:37:31,298", + "created": 1610361451.2984812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171813,15 +171876,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 762.3107433319092, + "msecs": 298.4812259674072, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1847.3360538482666, + "relativeCreated": 1862.208604812622, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171829,8 +171892,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:26,762", - "created": 1610360726.762444, + "asctime": "2021-01-11 11:37:31,298", + "created": 1610361451.2985578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171840,15 +171903,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 762.444019317627, + "msecs": 298.5577583312988, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1847.4693298339844, + "relativeCreated": 1862.2851371765137, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171857,8 +171920,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:26,762", - "created": 1610360726.7625337, + "asctime": "2021-01-11 11:37:31,298", + "created": 1610361451.2986088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171868,15 +171931,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": 762.5336647033691, + "msecs": 298.60877990722656, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1847.5589752197266, + "relativeCreated": 1862.3361587524414, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171884,8 +171947,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 11:25:26,762", - "created": 1610360726.7626634, + "asctime": "2021-01-11 11:37:31,298", + "created": 1610361451.2986841, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171895,15 +171958,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": 762.6633644104004, + "msecs": 298.68412017822266, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1847.6886749267578, + "relativeCreated": 1862.4114990234375, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171914,8 +171977,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:26,762", - "created": 1610360726.7628675, + "asctime": "2021-01-11 11:37:31,298", + "created": 1610361451.2988086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171925,15 +171988,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 762.8674507141113, + "msecs": 298.8085746765137, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1847.8927612304688, + "relativeCreated": 1862.5359535217285, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -171941,8 +172004,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:26,762", - "created": 1610360726.7629685, + "asctime": "2021-01-11 11:37:31,298", + "created": 1610361451.2988675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171952,34 +172015,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 762.9685401916504, + "msecs": 298.86746406555176, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 1847.9938507080078, + "relativeCreated": 1862.5948429107666, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" } ], - "msecs": 84.47027206420898, + "msecs": 620.2833652496338, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2169.4955825805664, + "relativeCreated": 2184.0107440948486, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3215017318725586 + "time_consumption": 0.32141590118408203 }, { "args": [], - "asctime": "2021-01-11 11:25:27,085", - "created": 1610360727.0850174, + "asctime": "2021-01-11 11:37:31,620", + "created": 1610361451.6207862, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -171990,22 +172053,22 @@ "message": "No secret set", "module": "test_communication", "moduleLogger": [], - "msecs": 85.01744270324707, + "msecs": 620.786190032959, "msg": "No secret set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2170.0427532196045, + "relativeCreated": 2184.513568878174, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:27,085", - "created": 1610360727.0852766, + "asctime": "2021-01-11 11:37:31,621", + "created": 1610361451.6210403, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -172016,15 +172079,15 @@ "message": "Performing Authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 85.27660369873047, + "msecs": 621.0403442382812, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2170.301914215088, + "relativeCreated": 2184.767723083496, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -172033,8 +172096,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,085", - "created": 1610360727.0858278, + "asctime": "2021-01-11 11:37:31,621", + "created": 1610361451.6216156, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172051,8 +172114,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,085", - "created": 1610360727.085525, + "asctime": "2021-01-11 11:37:31,621", + "created": 1610361451.6212971, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172062,15 +172125,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 85.5250358581543, + "msecs": 621.2971210479736, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2170.5503463745117, + "relativeCreated": 2185.0244998931885, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -172079,8 +172142,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,085", - "created": 1610360727.0856814, + "asctime": "2021-01-11 11:37:31,621", + "created": 1610361451.6214666, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172090,37 +172153,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 85.68143844604492, + "msecs": 621.4666366577148, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2170.7067489624023, + "relativeCreated": 2185.1940155029297, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 85.82782745361328, + "msecs": 621.6156482696533, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2170.8531379699707, + "relativeCreated": 2185.343027114868, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014638900756835938 + "time_consumption": 0.00014901161193847656 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:27,086", - "created": 1610360727.0863316, + "asctime": "2021-01-11 11:37:31,622", + "created": 1610361451.6221104, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172137,8 +172200,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,086", - "created": 1610360727.0860476, + "asctime": "2021-01-11 11:37:31,621", + "created": 1610361451.621838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172148,15 +172211,15 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 86.04764938354492, + "msecs": 621.8380928039551, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2171.0729598999023, + "relativeCreated": 2185.56547164917, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -172165,8 +172228,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,086", - "created": 1610360727.0861864, + "asctime": "2021-01-11 11:37:31,621", + "created": 1610361451.6219752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172176,37 +172239,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 86.18640899658203, + "msecs": 621.9751834869385, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2171.2117195129395, + "relativeCreated": 2185.7025623321533, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 86.33160591125488, + "msecs": 622.1103668212891, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2171.3569164276123, + "relativeCreated": 2185.837745666504, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014519691467285156 + "time_consumption": 0.00013518333435058594 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:27,086", - "created": 1610360727.0868092, + "asctime": "2021-01-11 11:37:31,622", + "created": 1610361451.6226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172223,8 +172286,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,086", - "created": 1610360727.0865407, + "asctime": "2021-01-11 11:37:31,622", + "created": 1610361451.6223323, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172234,15 +172297,15 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 86.54069900512695, + "msecs": 622.3323345184326, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2171.5660095214844, + "relativeCreated": 2186.0597133636475, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -172251,8 +172314,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,086", - "created": 1610360727.0866773, + "asctime": "2021-01-11 11:37:31,622", + "created": 1610361451.6224678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172262,34 +172325,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 86.67731285095215, + "msecs": 622.4677562713623, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2171.7026233673096, + "relativeCreated": 2186.195135116577, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 86.80915832519531, + "msecs": 622.6000785827637, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2171.8344688415527, + "relativeCreated": 2186.3274574279785, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013184547424316406 + "time_consumption": 0.0001323223114013672 }, { "args": [], - "asctime": "2021-01-11 11:25:27,087", - "created": 1610360727.0870006, + "asctime": "2021-01-11 11:37:31,622", + "created": 1610361451.6227891, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -172300,15 +172363,15 @@ "message": "Different secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 87.00060844421387, + "msecs": 622.7891445159912, "msg": "Different secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2172.0259189605713, + "relativeCreated": 2186.516523361206, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -172317,8 +172380,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,087", - "created": 1610360727.0874794, + "asctime": "2021-01-11 11:37:31,623", + "created": 1610361451.6232655, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172335,8 +172398,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,087", - "created": 1610360727.087204, + "asctime": "2021-01-11 11:37:31,622", + "created": 1610361451.6229923, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172346,15 +172409,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 87.2039794921875, + "msecs": 622.9922771453857, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2172.229290008545, + "relativeCreated": 2186.7196559906006, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -172363,8 +172426,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,087", - "created": 1610360727.0873373, + "asctime": "2021-01-11 11:37:31,623", + "created": 1610361451.623124, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172374,37 +172437,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 87.33725547790527, + "msecs": 623.1238842010498, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2172.3625659942627, + "relativeCreated": 2186.8512630462646, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 87.4793529510498, + "msecs": 623.2655048370361, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2172.504663467407, + "relativeCreated": 2186.992883682251, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014209747314453125 + "time_consumption": 0.00014162063598632812 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:27,087", - "created": 1610360727.0879726, + "asctime": "2021-01-11 11:37:31,623", + "created": 1610361451.6237566, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172421,8 +172484,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,087", - "created": 1610360727.0876958, + "asctime": "2021-01-11 11:37:31,623", + "created": 1610361451.6234722, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172432,15 +172495,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 87.69583702087402, + "msecs": 623.4722137451172, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2172.7211475372314, + "relativeCreated": 2187.199592590332, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -172449,8 +172512,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,087", - "created": 1610360727.0878413, + "asctime": "2021-01-11 11:37:31,623", + "created": 1610361451.6236246, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172460,34 +172523,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 87.84127235412598, + "msecs": 623.6245632171631, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2172.8665828704834, + "relativeCreated": 2187.351942062378, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 87.97264099121094, + "msecs": 623.7566471099854, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2172.9979515075684, + "relativeCreated": 2187.4840259552, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013136863708496094 + "time_consumption": 0.00013208389282226562 }, { "args": [], - "asctime": "2021-01-11 11:25:27,189", - "created": 1610360727.1892235, + "asctime": "2021-01-11 11:37:31,724", + "created": 1610361451.7249432, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -172506,8 +172569,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,088", - "created": 1610360727.088294, + "asctime": "2021-01-11 11:37:31,624", + "created": 1610361451.6240745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172517,15 +172580,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 88.29402923583984, + "msecs": 624.0744590759277, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2173.3193397521973, + "relativeCreated": 2187.8018379211426, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -172533,8 +172596,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 11:25:27,089", - "created": 1610360727.089127, + "asctime": "2021-01-11 11:37:31,625", + "created": 1610361451.625227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172544,15 +172607,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": 89.1270637512207, + "msecs": 625.2269744873047, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2174.152374267578, + "relativeCreated": 2188.9543533325195, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172560,8 +172623,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 11:25:27,097", - "created": 1610360727.097503, + "asctime": "2021-01-11 11:37:31,633", + "created": 1610361451.6336656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172571,15 +172634,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": 97.5029468536377, + "msecs": 633.6655616760254, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2182.528257369995, + "relativeCreated": 2197.3929405212402, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172587,8 +172650,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,097", - "created": 1610360727.0978017, + "asctime": "2021-01-11 11:37:31,633", + "created": 1610361451.6339803, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172598,15 +172661,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 97.80168533325195, + "msecs": 633.9802742004395, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2182.8269958496094, + "relativeCreated": 2197.7076530456543, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172615,8 +172678,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,097", - "created": 1610360727.0979688, + "asctime": "2021-01-11 11:37:31,634", + "created": 1610361451.6341474, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172626,15 +172689,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 97.96881675720215, + "msecs": 634.1474056243896, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2182.9941272735596, + "relativeCreated": 2197.8747844696045, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172642,8 +172705,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,098", - "created": 1610360727.098172, + "asctime": "2021-01-11 11:37:31,634", + "created": 1610361451.6343484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172653,15 +172716,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.17194938659668, + "msecs": 634.3483924865723, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2183.197259902954, + "relativeCreated": 2198.075771331787, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172670,8 +172733,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,098", - "created": 1610360727.0983174, + "asctime": "2021-01-11 11:37:31,634", + "created": 1610361451.63449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172681,15 +172744,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 98.31738471984863, + "msecs": 634.4900131225586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2183.342695236206, + "relativeCreated": 2198.2173919677734, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172697,8 +172760,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,098", - "created": 1610360727.0985236, + "asctime": "2021-01-11 11:37:31,634", + "created": 1610361451.634693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172708,15 +172771,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.52361679077148, + "msecs": 634.692907333374, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2183.548927307129, + "relativeCreated": 2198.420286178589, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172725,8 +172788,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,098", - "created": 1610360727.0986714, + "asctime": "2021-01-11 11:37:31,634", + "created": 1610361451.6348388, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172736,15 +172799,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 98.67143630981445, + "msecs": 634.8388195037842, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2183.696746826172, + "relativeCreated": 2198.566198348999, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172752,8 +172815,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,098", - "created": 1610360727.0988584, + "asctime": "2021-01-11 11:37:31,635", + "created": 1610361451.6350229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172763,15 +172826,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.85835647583008, + "msecs": 635.0228786468506, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2183.8836669921875, + "relativeCreated": 2198.7502574920654, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172780,8 +172843,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,098", - "created": 1610360727.0989916, + "asctime": "2021-01-11 11:37:31,635", + "created": 1610361451.6351664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172791,15 +172854,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 98.99163246154785, + "msecs": 635.1664066314697, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2184.0169429779053, + "relativeCreated": 2198.8937854766846, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172807,8 +172870,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,099", - "created": 1610360727.0991678, + "asctime": "2021-01-11 11:37:31,635", + "created": 1610361451.6353397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172818,15 +172881,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 99.1678237915039, + "msecs": 635.3397369384766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2184.1931343078613, + "relativeCreated": 2199.0671157836914, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172835,8 +172898,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,099", - "created": 1610360727.0993018, + "asctime": "2021-01-11 11:37:31,635", + "created": 1610361451.6354682, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172846,15 +172909,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 99.30181503295898, + "msecs": 635.4682445526123, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2184.3271255493164, + "relativeCreated": 2199.195623397827, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172862,8 +172925,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:27,099", - "created": 1610360727.0995343, + "asctime": "2021-01-11 11:37:31,635", + "created": 1610361451.6357007, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172873,15 +172936,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 99.53427314758301, + "msecs": 635.7007026672363, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2184.5595836639404, + "relativeCreated": 2199.428081512451, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172889,8 +172952,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:27,100", - "created": 1610360727.1006825, + "asctime": "2021-01-11 11:37:31,636", + "created": 1610361451.6367984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172900,15 +172963,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 100.68249702453613, + "msecs": 636.7983818054199, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2185.7078075408936, + "relativeCreated": 2200.5257606506348, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172916,8 +172979,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,101", - "created": 1610360727.1010435, + "asctime": "2021-01-11 11:37:31,637", + "created": 1610361451.6370187, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172927,15 +172990,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 101.0434627532959, + "msecs": 637.0186805725098, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2186.0687732696533, + "relativeCreated": 2200.7460594177246, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172944,8 +173007,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,101", - "created": 1610360727.1012185, + "asctime": "2021-01-11 11:37:31,637", + "created": 1610361451.6371303, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172955,15 +173018,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": 101.21846199035645, + "msecs": 637.1302604675293, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2186.243772506714, + "relativeCreated": 2200.857639312744, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -172971,8 +173034,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 11:25:27,101", - "created": 1610360727.1014736, + "asctime": "2021-01-11 11:37:31,637", + "created": 1610361451.6372962, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172982,15 +173045,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": 101.47356986999512, + "msecs": 637.296199798584, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2186.4988803863525, + "relativeCreated": 2201.023578643799, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173001,8 +173064,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,101", - "created": 1610360727.101843, + "asctime": "2021-01-11 11:37:31,637", + "created": 1610361451.6375608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173012,15 +173075,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 101.84311866760254, + "msecs": 637.5608444213867, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2186.86842918396, + "relativeCreated": 2201.2882232666016, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173028,26 +173091,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:27,102", - "created": 1610360727.1020298, + "asctime": "2021-01-11 11:37:31,637", + "created": 1610361451.637688, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 102.02980041503906, + "msecs": 637.6879215240479, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2187.0551109313965, + "relativeCreated": 2201.4153003692627, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173056,10 +173119,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'" + "'acf35a494fe9f6b9e762f27c8a95beef462627daf468b55262445f7563bfc43e'" ], - "asctime": "2021-01-11 11:25:27,102", - "created": 1610360727.102308, + "asctime": "2021-01-11 11:37:31,637", + "created": 1610361451.637885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173067,26 +173130,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'acf35a494fe9f6b9e762f27c8a95beef462627daf468b55262445f7563bfc43e'\"", "module": "__init__", - "msecs": 102.30803489685059, + "msecs": 637.8850936889648, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2187.333345413208, + "relativeCreated": 2201.6124725341797, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "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 36 31 36" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 61 63 66 33" ], - "asctime": "2021-01-11 11:25:27,103", - "created": 1610360727.1031146, + "asctime": "2021-01-11 11:37:31,638", + "created": 1610361451.6385305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173094,26 +173157,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 36 31 36", + "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 61 63 66 33", "module": "__init__", - "msecs": 103.11460494995117, + "msecs": 638.5304927825928, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2188.1399154663086, + "relativeCreated": 2202.2578716278076, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "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 36 31 36" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 61 63 66 33" ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1113086, + "asctime": "2021-01-11 11:37:31,646", + "created": 1610361451.6468668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173121,17 +173184,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 36 31 36", + "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 61 63 66 33", "module": "__init__", - "msecs": 111.30857467651367, + "msecs": 646.8667984008789, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.333885192871, + "relativeCreated": 2210.5941772460938, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173139,8 +173202,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1114352, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.6470866, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173150,15 +173213,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 111.4351749420166, + "msecs": 647.0866203308105, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.460485458374, + "relativeCreated": 2210.8139991760254, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173167,8 +173230,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1114876, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.6471982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173178,15 +173241,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 111.48762702941895, + "msecs": 647.1982002258301, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.5129375457764, + "relativeCreated": 2210.925579071045, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173194,8 +173257,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.111549, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.6473315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173205,15 +173268,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 111.54890060424805, + "msecs": 647.3314762115479, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.5742111206055, + "relativeCreated": 2211.0588550567627, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173222,8 +173285,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1116025, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.647428, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173233,15 +173296,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 111.6025447845459, + "msecs": 647.428035736084, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.6278553009033, + "relativeCreated": 2211.155414581299, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173249,8 +173312,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1116688, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.647563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173260,15 +173323,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 111.66882514953613, + "msecs": 647.5629806518555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.6941356658936, + "relativeCreated": 2211.2903594970703, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173277,8 +173340,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1117141, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.6476507, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173288,15 +173351,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 111.71412467956543, + "msecs": 647.6507186889648, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.739435195923, + "relativeCreated": 2211.3780975341797, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173304,8 +173367,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1117709, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.6477714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173315,15 +173378,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 111.7708683013916, + "msecs": 647.7713584899902, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.796178817749, + "relativeCreated": 2211.498737335205, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173332,8 +173395,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.1118112, + "asctime": "2021-01-11 11:37:31,647", + "created": 1610361451.6479895, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173343,15 +173406,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 111.81116104125977, + "msecs": 647.9895114898682, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.836471557617, + "relativeCreated": 2211.716890335083, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173359,8 +173422,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.111864, + "asctime": "2021-01-11 11:37:31,648", + "created": 1610361451.6481771, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173370,15 +173433,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 111.86408996582031, + "msecs": 648.1771469116211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.8894004821777, + "relativeCreated": 2211.904525756836, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173387,8 +173450,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,111", - "created": 1610360727.111907, + "asctime": "2021-01-11 11:37:31,648", + "created": 1610361451.648334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173398,24 +173461,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 111.9070053100586, + "msecs": 648.3340263366699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2196.932315826416, + "relativeCreated": 2212.0614051818848, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(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" + "(64): 35 61 34 39 34 66 65 39 66 36 62 39 65 37 36 32 66 32 37 63 38 61 39 35 62 65 65 66 34 36 32 36 32 37 64 61 66 34 36 38 62 35 35 32 36 32 34 34 35 66 37 35 36 33 62 66 63 34 33 65 22 7d 55 31" ], - "asctime": "2021-01-11 11:25:27,112", - "created": 1610360727.1120164, + "asctime": "2021-01-11 11:37:31,648", + "created": 1610361451.6486602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173423,26 +173486,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 35 61 34 39 34 66 65 39 66 36 62 39 65 37 36 32 66 32 37 63 38 61 39 35 62 65 65 66 34 36 32 36 32 37 64 61 66 34 36 38 62 35 35 32 36 32 34 34 35 66 37 35 36 33 62 66 63 34 33 65 22 7d 55 31", "module": "__init__", - "msecs": 112.01643943786621, + "msecs": 648.6601829528809, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2197.0417499542236, + "relativeCreated": 2212.3875617980957, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(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" + "(64): 35 61 34 39 34 66 65 39 66 36 62 39 65 37 36 32 66 32 37 63 38 61 39 35 62 65 65 66 34 36 32 36 32 37 64 61 66 34 36 38 62 35 35 32 36 32 34 34 35 66 37 35 36 33 62 66 63 34 33 65 22 7d 55 31" ], - "asctime": "2021-01-11 11:25:27,120", - "created": 1610360727.1201372, + "asctime": "2021-01-11 11:37:31,657", + "created": 1610361451.6571157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173450,26 +173513,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 35 61 34 39 34 66 65 39 66 36 62 39 65 37 36 32 66 32 37 63 38 61 39 35 62 65 65 66 34 36 32 36 32 37 64 61 66 34 36 38 62 35 35 32 36 32 34 34 35 66 37 35 36 33 62 66 63 34 33 65 22 7d 55 31", "module": "__init__", - "msecs": 120.13721466064453, + "msecs": 657.1156978607178, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2205.162525177002, + "relativeCreated": 2220.8430767059326, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): 7d 88 3a 3e" + "(4): d3 88 3a 3e" ], - "asctime": "2021-01-11 11:25:27,120", - "created": 1610360727.120366, + "asctime": "2021-01-11 11:37:31,657", + "created": 1610361451.6577425, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173477,26 +173540,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 7d 88 3a 3e", + "message": "comm-server: TX -> (4): d3 88 3a 3e", "module": "__init__", - "msecs": 120.36609649658203, + "msecs": 657.7425003051758, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2205.3914070129395, + "relativeCreated": 2221.4698791503906, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): 7d 88 3a 3e" + "(4): d3 88 3a 3e" ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.1210108, + "asctime": "2021-01-11 11:37:31,658", + "created": 1610361451.6585402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173504,17 +173567,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 7d 88 3a 3e", + "message": "comm-client: RX <- (4): d3 88 3a 3e", "module": "__init__", - "msecs": 121.01078033447266, + "msecs": 658.5402488708496, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.03609085083, + "relativeCreated": 2222.2676277160645, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173522,8 +173585,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.1210706, + "asctime": "2021-01-11 11:37:31,658", + "created": 1610361451.658721, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173533,15 +173596,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 121.07062339782715, + "msecs": 658.7209701538086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.0959339141846, + "relativeCreated": 2222.4483489990234, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173550,8 +173613,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.121117, + "asctime": "2021-01-11 11:37:31,658", + "created": 1610361451.65887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173561,24 +173624,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": 121.11711502075195, + "msecs": 658.8699817657471, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.1424255371094, + "relativeCreated": 2222.597360610962, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "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 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" + "(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 61 63 66 33 35 61 34 39 34 66 65 39 66 36 62 39 65 37 36 32 66 32 37 63 38 61 39 35 62 65 65 66 34 36 32 36 32 37 64 61 66 34 36 38 62 35 35 32 36 32 34 34 35 66 37 35 36 33 62 66 63 34 33 65 22 7d 55 31 d3 88" ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.1212215, + "asctime": "2021-01-11 11:37:31,659", + "created": 1610361451.6591992, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173586,17 +173649,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 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", + "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 61 63 66 33 35 61 34 39 34 66 65 39 66 36 62 39 65 37 36 32 66 32 37 63 38 61 39 35 62 65 65 66 34 36 32 36 32 37 64 61 66 34 36 38 62 35 35 32 36 32 34 34 35 66 37 35 36 33 62 66 63 34 33 65 22 7d 55 31 d3 88", "module": "stp", - "msecs": 121.22154235839844, + "msecs": 659.1992378234863, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.246852874756, + "relativeCreated": 2222.926616668701, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173605,10 +173668,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'" + "'acf35a494fe9f6b9e762f27c8a95beef462627daf468b55262445f7563bfc43e'" ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.1213653, + "asctime": "2021-01-11 11:37:31,659", + "created": 1610361451.6596925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173616,17 +173679,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'acf35a494fe9f6b9e762f27c8a95beef462627daf468b55262445f7563bfc43e'\"", "module": "__init__", - "msecs": 121.36530876159668, + "msecs": 659.6925258636475, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.390619277954, + "relativeCreated": 2223.4199047088623, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173634,8 +173697,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.1214237, + "asctime": "2021-01-11 11:37:31,659", + "created": 1610361451.6598928, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173645,15 +173708,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 121.42372131347656, + "msecs": 659.8927974700928, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.449031829834, + "relativeCreated": 2223.6201763153076, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -173662,10 +173725,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'" + "'fb685ca63f1acf14831879e1c8a03bc8c2a031bef2816d9bf6d5816ed4b1e8ac171f807d923a211fa31d49318b543020974a0935e375e138a7fd30dc728f8238'" ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.121517, + "asctime": "2021-01-11 11:37:31,660", + "created": 1610361451.6601946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173673,26 +173736,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'fb685ca63f1acf14831879e1c8a03bc8c2a031bef2816d9bf6d5816ed4b1e8ac171f807d923a211fa31d49318b543020974a0935e375e138a7fd30dc728f8238'\"", "module": "__init__", - "msecs": 121.51694297790527, + "msecs": 660.1946353912354, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.5422534942627, + "relativeCreated": 2223.92201423645, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "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 66 37 35 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 66 62 36 38" ], - "asctime": "2021-01-11 11:25:27,121", - "created": 1610360727.1218715, + "asctime": "2021-01-11 11:37:31,661", + "created": 1610361451.6613348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173700,26 +173763,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 66 37 35 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 66 62 36 38", "module": "__init__", - "msecs": 121.8714714050293, + "msecs": 661.334753036499, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2206.8967819213867, + "relativeCreated": 2225.062131881714, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "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 66 37 35 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 66 62 36 38" ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.1300862, + "asctime": "2021-01-11 11:37:31,669", + "created": 1610361451.6697588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173727,17 +173790,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 66 37 35 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 66 62 36 38", "module": "__init__", - "msecs": 130.08618354797363, + "msecs": 669.7587966918945, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.111494064331, + "relativeCreated": 2233.4861755371094, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173745,8 +173808,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.1302605, + "asctime": "2021-01-11 11:37:31,670", + "created": 1610361451.670044, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173756,15 +173819,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 130.26046752929688, + "msecs": 670.0439453125, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.2857780456543, + "relativeCreated": 2233.771324157715, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173773,8 +173836,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.130365, + "asctime": "2021-01-11 11:37:31,670", + "created": 1610361451.6702075, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173784,15 +173847,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 130.36489486694336, + "msecs": 670.2075004577637, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.390205383301, + "relativeCreated": 2233.9348793029785, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173800,8 +173863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.1304767, + "asctime": "2021-01-11 11:37:31,670", + "created": 1610361451.6704097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173811,15 +173874,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 130.476713180542, + "msecs": 670.4096794128418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.5020236968994, + "relativeCreated": 2234.1370582580566, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173828,8 +173891,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.130553, + "asctime": "2021-01-11 11:37:31,670", + "created": 1610361451.67055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173839,15 +173902,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 130.5530071258545, + "msecs": 670.5501079559326, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.578317642212, + "relativeCreated": 2234.2774868011475, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173855,8 +173918,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.1306617, + "asctime": "2021-01-11 11:37:31,670", + "created": 1610361451.6707504, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173866,15 +173929,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 130.6617259979248, + "msecs": 670.7503795623779, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.687036514282, + "relativeCreated": 2234.477758407593, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173883,8 +173946,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.1307323, + "asctime": "2021-01-11 11:37:31,670", + "created": 1610361451.6708817, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173894,15 +173957,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 130.73229789733887, + "msecs": 670.8817481994629, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.7576084136963, + "relativeCreated": 2234.6091270446777, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173910,8 +173973,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.1308286, + "asctime": "2021-01-11 11:37:31,671", + "created": 1610361451.6710618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173921,15 +173984,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 130.8286190032959, + "msecs": 671.0617542266846, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.8539295196533, + "relativeCreated": 2234.7891330718994, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173938,8 +174001,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.130899, + "asctime": "2021-01-11 11:37:31,671", + "created": 1610361451.6711957, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173949,15 +174012,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 130.89895248413086, + "msecs": 671.1957454681396, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2215.9242630004883, + "relativeCreated": 2234.9231243133545, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173965,8 +174028,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,130", - "created": 1610360727.1309907, + "asctime": "2021-01-11 11:37:31,671", + "created": 1610361451.6713698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173976,15 +174039,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 130.99074363708496, + "msecs": 671.3697910308838, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2216.0160541534424, + "relativeCreated": 2235.0971698760986, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -173993,8 +174056,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,131", - "created": 1610360727.131059, + "asctime": "2021-01-11 11:37:31,671", + "created": 1610361451.6715002, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174004,24 +174067,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 131.058931350708, + "msecs": 671.5002059936523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2216.0842418670654, + "relativeCreated": 2235.227584838867, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 35 63 61 36 33 66 31 61 63 66 31 34 38 33 31 38 37 39 65 31 63 38 61 30 33 62 63 38 63 32 61 30 33 31 62 65 66 32 38 31 36 64 39 62 66 36 64 35 38 31 36 65 64 34 62 31 65 38 61 63 31 37 31 66" ], - "asctime": "2021-01-11 11:25:27,131", - "created": 1610360727.1312475, + "asctime": "2021-01-11 11:37:31,671", + "created": 1610361451.6718676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174029,26 +174092,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 35 63 61 36 33 66 31 61 63 66 31 34 38 33 31 38 37 39 65 31 63 38 61 30 33 62 63 38 63 32 61 30 33 31 62 65 66 32 38 31 36 64 39 62 66 36 64 35 38 31 36 65 64 34 62 31 65 38 61 63 31 37 31 66", "module": "__init__", - "msecs": 131.24752044677734, + "msecs": 671.8676090240479, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2216.2728309631348, + "relativeCreated": 2235.5949878692627, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 35 63 61 36 33 66 31 61 63 66 31 34 38 33 31 38 37 39 65 31 63 38 61 30 33 62 63 38 63 32 61 30 33 31 62 65 66 32 38 31 36 64 39 62 66 36 64 35 38 31 36 65 64 34 62 31 65 38 61 63 31 37 31 66" ], - "asctime": "2021-01-11 11:25:27,139", - "created": 1610360727.1394992, + "asctime": "2021-01-11 11:37:31,680", + "created": 1610361451.6802442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174056,26 +174119,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 35 63 61 36 33 66 31 61 63 66 31 34 38 33 31 38 37 39 65 31 63 38 61 30 33 62 63 38 63 32 61 30 33 31 62 65 66 32 38 31 36 64 39 62 66 36 64 35 38 31 36 65 64 34 62 31 65 38 61 63 31 37 31 66", "module": "__init__", - "msecs": 139.49918746948242, + "msecs": 680.2442073822021, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2224.52449798584, + "relativeCreated": 2243.971586227417, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 38 30 37 64 39 32 33 61 32 31 31 66 61 33 31 64 34 39 33 31 38 62 35 34 33 30 32 30 39 37 34 61 30 39 33 35 65 33 37 35 65 31 33 38 61 37 66 64 33 30 64 63 37 32 38 66 38 32 33 38 22 7d 04 a4" ], - "asctime": "2021-01-11 11:25:27,139", - "created": 1610360727.1399329, + "asctime": "2021-01-11 11:37:31,680", + "created": 1610361451.6808069, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174083,26 +174146,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 38 30 37 64 39 32 33 61 32 31 31 66 61 33 31 64 34 39 33 31 38 62 35 34 33 30 32 30 39 37 34 61 30 39 33 35 65 33 37 35 65 31 33 38 61 37 66 64 33 30 64 63 37 32 38 66 38 32 33 38 22 7d 04 a4", "module": "__init__", - "msecs": 139.93287086486816, + "msecs": 680.8068752288818, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2224.9581813812256, + "relativeCreated": 2244.5342540740967, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 38 30 37 64 39 32 33 61 32 31 31 66 61 33 31 64 34 39 33 31 38 62 35 34 33 30 32 30 39 37 34 61 30 39 33 35 65 33 37 35 65 31 33 38 61 37 66 64 33 30 64 63 37 32 38 66 38 32 33 38 22 7d 04 a4" ], - "asctime": "2021-01-11 11:25:27,148", - "created": 1610360727.148209, + "asctime": "2021-01-11 11:37:31,689", + "created": 1610361451.6890666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174110,26 +174173,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 38 30 37 64 39 32 33 61 32 31 31 66 61 33 31 64 34 39 33 31 38 62 35 34 33 30 32 30 39 37 34 61 30 39 33 35 65 33 37 35 65 31 33 38 61 37 66 64 33 30 64 63 37 32 38 66 38 32 33 38 22 7d 04 a4", "module": "__init__", - "msecs": 148.2090950012207, + "msecs": 689.0666484832764, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2233.234405517578, + "relativeCreated": 2252.794027328491, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): 4e 8c 3a 3e" + "(4): 7c 4e 3a 3e" ], - "asctime": "2021-01-11 11:25:27,148", - "created": 1610360727.1485877, + "asctime": "2021-01-11 11:37:31,689", + "created": 1610361451.689542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174137,26 +174200,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 4e 8c 3a 3e", + "message": "comm-client: TX -> (4): 7c 4e 3a 3e", "module": "__init__", - "msecs": 148.58770370483398, + "msecs": 689.5420551300049, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2233.6130142211914, + "relativeCreated": 2253.2694339752197, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): 4e 8c 3a 3e" + "(4): 7c 4e 3a 3e" ], - "asctime": "2021-01-11 11:25:27,149", - "created": 1610360727.1492803, + "asctime": "2021-01-11 11:37:31,690", + "created": 1610361451.6903093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174164,17 +174227,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 4e 8c 3a 3e", + "message": "comm-server: RX <- (4): 7c 4e 3a 3e", "module": "__init__", - "msecs": 149.28030967712402, + "msecs": 690.3092861175537, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2234.3056201934814, + "relativeCreated": 2254.0366649627686, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -174182,8 +174245,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,149", - "created": 1610360727.1493814, + "asctime": "2021-01-11 11:37:31,690", + "created": 1610361451.6904857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174193,15 +174256,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 149.3813991546631, + "msecs": 690.4857158660889, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2234.4067096710205, + "relativeCreated": 2254.2130947113037, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -174210,8 +174273,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,149", - "created": 1610360727.149464, + "asctime": "2021-01-11 11:37:31,690", + "created": 1610361451.6906066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174221,24 +174284,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": 149.46389198303223, + "msecs": 690.6065940856934, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2234.4892024993896, + "relativeCreated": 2254.333972930908, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "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 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" + "(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 62 36 38 35 63 61 36 33 66 31 61 63 66 31 34 38 33 31 38 37 39 65 31 63 38 61 30 33 62 63 38 63 32 61 30 33 31 62 65 66 32 38 31 36 64 39 62 66 36 64 35 38 31 36 65 64 34 62 31 65 38 61 63 31 37 31 66 38 30 37 64 39 32 33 61 32 31 31 66 61 33 31 64 34 39 33 31 38 62 35 34 33 30 32 30 39 37 34 61 30 39 33 35 65 33 37 35 65 31 33 38 61 37 66 64 33 30 64 63 37 32 38 66 38 32 33 38 22 7d 04 a4 7c 4e" ], - "asctime": "2021-01-11 11:25:27,149", - "created": 1610360727.1496966, + "asctime": "2021-01-11 11:37:31,690", + "created": 1610361451.6909502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174246,17 +174309,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 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", + "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 62 36 38 35 63 61 36 33 66 31 61 63 66 31 34 38 33 31 38 37 39 65 31 63 38 61 30 33 62 63 38 63 32 61 30 33 31 62 65 66 32 38 31 36 64 39 62 66 36 64 35 38 31 36 65 64 34 62 31 65 38 61 63 31 37 31 66 38 30 37 64 39 32 33 61 32 31 31 66 61 33 31 64 34 39 33 31 38 62 35 34 33 30 32 30 39 37 34 61 30 39 33 35 65 33 37 35 65 31 33 38 61 37 66 64 33 30 64 63 37 32 38 66 38 32 33 38 22 7d 04 a4 7c 4e", "module": "stp", - "msecs": 149.69658851623535, + "msecs": 690.9501552581787, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2234.721899032593, + "relativeCreated": 2254.6775341033936, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -174265,10 +174328,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'" + "'fb685ca63f1acf14831879e1c8a03bc8c2a031bef2816d9bf6d5816ed4b1e8ac171f807d923a211fa31d49318b543020974a0935e375e138a7fd30dc728f8238'" ], - "asctime": "2021-01-11 11:25:27,149", - "created": 1610360727.1499088, + "asctime": "2021-01-11 11:37:31,691", + "created": 1610361451.6912465, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174276,17 +174339,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'fb685ca63f1acf14831879e1c8a03bc8c2a031bef2816d9bf6d5816ed4b1e8ac171f807d923a211fa31d49318b543020974a0935e375e138a7fd30dc728f8238'\"", "module": "__init__", - "msecs": 149.90878105163574, + "msecs": 691.246509552002, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2234.934091567993, + "relativeCreated": 2254.973888397217, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -174294,26 +174357,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:27,150", - "created": 1610360727.1500185, + "asctime": "2021-01-11 11:37:31,691", + "created": 1610361451.691394, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 150.01845359802246, + "msecs": 691.3940906524658, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2235.04376411438, + "relativeCreated": 2255.1214694976807, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -174324,8 +174387,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 11:25:27,150", - "created": 1610360727.1501791, + "asctime": "2021-01-11 11:37:31,691", + "created": 1610361451.691619, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174335,15 +174398,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 150.1791477203369, + "msecs": 691.6189193725586, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2235.2044582366943, + "relativeCreated": 2255.3462982177734, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -174351,8 +174414,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 11:25:27,150", - "created": 1610360727.1506648, + "asctime": "2021-01-11 11:37:31,692", + "created": 1610361451.6921978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174362,15 +174425,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": 150.6648063659668, + "msecs": 692.1977996826172, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2235.690116882324, + "relativeCreated": 2255.925178527832, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174378,8 +174441,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 11:25:27,159", - "created": 1610360727.1590407, + "asctime": "2021-01-11 11:37:31,700", + "created": 1610361451.7005546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174389,15 +174452,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": 159.0406894683838, + "msecs": 700.554609298706, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2244.065999984741, + "relativeCreated": 2264.281988143921, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174405,8 +174468,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,159", - "created": 1610360727.1592915, + "asctime": "2021-01-11 11:37:31,700", + "created": 1610361451.7007995, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174416,15 +174479,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 159.29150581359863, + "msecs": 700.7994651794434, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2244.316816329956, + "relativeCreated": 2264.526844024658, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174433,8 +174496,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,159", - "created": 1610360727.1594384, + "asctime": "2021-01-11 11:37:31,700", + "created": 1610361451.700922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174444,15 +174507,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 159.4383716583252, + "msecs": 700.9220123291016, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2244.4636821746826, + "relativeCreated": 2264.6493911743164, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174460,8 +174523,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,159", - "created": 1610360727.159613, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.7010665, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174471,15 +174534,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 159.61289405822754, + "msecs": 701.0664939880371, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2244.638204574585, + "relativeCreated": 2264.793872833252, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174488,8 +174551,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,159", - "created": 1610360727.1597621, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.7011673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174499,15 +174562,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 159.76214408874512, + "msecs": 701.1673450469971, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2244.7874546051025, + "relativeCreated": 2264.894723892212, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174515,8 +174578,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,159", - "created": 1610360727.1599553, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.7013366, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174526,15 +174589,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 159.95526313781738, + "msecs": 701.3366222381592, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2244.980573654175, + "relativeCreated": 2265.064001083374, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174543,8 +174606,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,160", - "created": 1610360727.1600764, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.7014384, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174554,15 +174617,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 160.07637977600098, + "msecs": 701.4384269714355, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2245.1016902923584, + "relativeCreated": 2265.1658058166504, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174570,8 +174633,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,160", - "created": 1610360727.1602397, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.701572, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174581,15 +174644,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 160.23969650268555, + "msecs": 701.5719413757324, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2245.265007019043, + "relativeCreated": 2265.2993202209473, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174598,8 +174661,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,160", - "created": 1610360727.160356, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.7016664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174609,15 +174672,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 160.3560447692871, + "msecs": 701.6663551330566, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2245.3813552856445, + "relativeCreated": 2265.3937339782715, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174625,8 +174688,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,160", - "created": 1610360727.1605084, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.7017922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174636,15 +174699,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 160.508394241333, + "msecs": 701.7922401428223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2245.5337047576904, + "relativeCreated": 2265.519618988037, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174653,8 +174716,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,160", - "created": 1610360727.1606343, + "asctime": "2021-01-11 11:37:31,701", + "created": 1610361451.701895, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174664,15 +174727,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 160.63427925109863, + "msecs": 701.894998550415, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2245.659589767456, + "relativeCreated": 2265.62237739563, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174680,8 +174743,8 @@ "comm-server:", "(7): 7d ea 0a 5c b4 3a 3e" ], - "asctime": "2021-01-11 11:25:27,160", - "created": 1610360727.1608725, + "asctime": "2021-01-11 11:37:31,702", + "created": 1610361451.70207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174691,15 +174754,15 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d ea 0a 5c b4 3a 3e", "module": "__init__", - "msecs": 160.8724594116211, + "msecs": 702.0699977874756, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2245.8977699279785, + "relativeCreated": 2265.7973766326904, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174707,8 +174770,8 @@ "comm-client:", "(7): 7d ea 0a 5c b4 3a 3e" ], - "asctime": "2021-01-11 11:25:27,162", - "created": 1610360727.1620822, + "asctime": "2021-01-11 11:37:31,703", + "created": 1610361451.7032526, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174718,15 +174781,15 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d ea 0a 5c b4 3a 3e", "module": "__init__", - "msecs": 162.08219528198242, + "msecs": 703.2525539398193, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2247.10750579834, + "relativeCreated": 2266.979932785034, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174734,8 +174797,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,162", - "created": 1610360727.162343, + "asctime": "2021-01-11 11:37:31,703", + "created": 1610361451.703517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174745,15 +174808,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 162.34302520751953, + "msecs": 703.516960144043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2247.368335723877, + "relativeCreated": 2267.244338989258, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174762,8 +174825,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,162", - "created": 1610360727.162501, + "asctime": "2021-01-11 11:37:31,703", + "created": 1610361451.7036414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174773,15 +174836,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": 162.50109672546387, + "msecs": 703.641414642334, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2247.5264072418213, + "relativeCreated": 2267.368793487549, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174789,8 +174852,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 11:25:27,162", - "created": 1610360727.1627033, + "asctime": "2021-01-11 11:37:31,703", + "created": 1610361451.7038302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174800,15 +174863,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": 162.703275680542, + "msecs": 703.8302421569824, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2247.7285861968994, + "relativeCreated": 2267.5576210021973, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174819,8 +174882,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 11:25:27,163", - "created": 1610360727.1630166, + "asctime": "2021-01-11 11:37:31,704", + "created": 1610361451.704168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174830,15 +174893,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 163.01655769348145, + "msecs": 704.1680812835693, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2248.041868209839, + "relativeCreated": 2267.895460128784, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -174846,8 +174909,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:27,163", - "created": 1610360727.163166, + "asctime": "2021-01-11 11:37:31,704", + "created": 1610361451.7043917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174857,23 +174920,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 163.16604614257812, + "msecs": 704.3917179107666, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2248.1913566589355, + "relativeCreated": 2268.1190967559814, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:27,163", - "created": 1610360727.1633039, + "asctime": "2021-01-11 11:37:31,704", + "created": 1610361451.704549, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174883,37 +174946,37 @@ "lineno": 363, "message": "prot-client: Got negative authentification feedback", "module": "__init__", - "msecs": 163.30385208129883, + "msecs": 704.5490741729736, "msg": "%s Got negative authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2248.3291625976562, + "relativeCreated": 2268.2764530181885, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" } ], - "msecs": 189.2235279083252, + "msecs": 724.9431610107422, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2274.2488384246826, + "relativeCreated": 2288.670539855957, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.025919675827026367 + "time_consumption": 0.020394086837768555 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:27,190", - "created": 1610360727.1900666, + "asctime": "2021-01-11 11:37:31,725", + "created": 1610361451.7258446, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -174930,8 +174993,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,189", - "created": 1610360727.189754, + "asctime": "2021-01-11 11:37:31,725", + "created": 1610361451.7255104, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -174941,15 +175004,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 189.75400924682617, + "msecs": 725.5103588104248, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2274.7793197631836, + "relativeCreated": 2289.2377376556396, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -174958,8 +175021,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,189", - "created": 1610360727.1899166, + "asctime": "2021-01-11 11:37:31,725", + "created": 1610361451.7256892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -174969,37 +175032,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 189.91661071777344, + "msecs": 725.689172744751, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2274.941921234131, + "relativeCreated": 2289.416551589966, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 190.06657600402832, + "msecs": 725.8446216583252, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2275.0918865203857, + "relativeCreated": 2289.57200050354, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.00015544891357421875 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:27,190", - "created": 1610360727.1905274, + "asctime": "2021-01-11 11:37:31,726", + "created": 1610361451.7263608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175016,8 +175079,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,190", - "created": 1610360727.1902792, + "asctime": "2021-01-11 11:37:31,726", + "created": 1610361451.7260814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175027,15 +175090,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 190.2792453765869, + "msecs": 726.081371307373, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2275.3045558929443, + "relativeCreated": 2289.808750152588, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -175044,8 +175107,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,190", - "created": 1610360727.1904068, + "asctime": "2021-01-11 11:37:31,726", + "created": 1610361451.7262247, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175055,37 +175118,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 190.40679931640625, + "msecs": 726.2246608734131, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2275.4321098327637, + "relativeCreated": 2289.952039718628, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 190.52743911743164, + "msecs": 726.3607978820801, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2275.552749633789, + "relativeCreated": 2290.088176727295, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00012063980102539062 + "time_consumption": 0.0001361370086669922 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:27,190", - "created": 1610360727.190962, + "asctime": "2021-01-11 11:37:31,726", + "created": 1610361451.7268448, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175102,8 +175165,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,190", - "created": 1610360727.1907215, + "asctime": "2021-01-11 11:37:31,726", + "created": 1610361451.7265756, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175113,15 +175176,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 190.7215118408203, + "msecs": 726.5756130218506, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2275.7468223571777, + "relativeCreated": 2290.3029918670654, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -175130,8 +175193,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,190", - "created": 1610360727.190845, + "asctime": "2021-01-11 11:37:31,726", + "created": 1610361451.7267106, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175141,34 +175204,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 190.84501266479492, + "msecs": 726.7105579376221, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2275.8703231811523, + "relativeCreated": 2290.437936782837, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 190.9620761871338, + "msecs": 726.8447875976562, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2275.987386703491, + "relativeCreated": 2290.572166442871, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00011706352233886719 + "time_consumption": 0.0001342296600341797 }, { "args": [], - "asctime": "2021-01-11 11:25:27,191", - "created": 1610360727.1911366, + "asctime": "2021-01-11 11:37:31,727", + "created": 1610361451.7270653, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -175179,22 +175242,22 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 191.13659858703613, + "msecs": 727.0653247833252, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2276.1619091033936, + "relativeCreated": 2290.79270362854, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 11:25:27,292", - "created": 1610360727.2923038, + "asctime": "2021-01-11 11:37:31,828", + "created": 1610361451.8282685, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -175213,8 +175276,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,191", - "created": 1610360727.191417, + "asctime": "2021-01-11 11:37:31,727", + "created": 1610361451.7273781, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175224,15 +175287,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 191.41697883605957, + "msecs": 727.3781299591064, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2276.442289352417, + "relativeCreated": 2291.1055088043213, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -175240,8 +175303,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 11:25:27,192", - "created": 1610360727.1921663, + "asctime": "2021-01-11 11:37:31,728", + "created": 1610361451.7284966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175251,15 +175314,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": 192.16632843017578, + "msecs": 728.4965515136719, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2277.191638946533, + "relativeCreated": 2292.2239303588867, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175267,8 +175330,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 11:25:27,200", - "created": 1610360727.20063, + "asctime": "2021-01-11 11:37:31,737", + "created": 1610361451.7370248, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175278,15 +175341,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": 200.62994956970215, + "msecs": 737.0247840881348, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2285.6552600860596, + "relativeCreated": 2300.7521629333496, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175294,8 +175357,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,200", - "created": 1610360727.200928, + "asctime": "2021-01-11 11:37:31,737", + "created": 1610361451.7373352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175305,15 +175368,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 200.9279727935791, + "msecs": 737.335205078125, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2285.9532833099365, + "relativeCreated": 2301.06258392334, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175322,8 +175385,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,201", - "created": 1610360727.2010803, + "asctime": "2021-01-11 11:37:31,737", + "created": 1610361451.737513, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175333,15 +175396,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 201.080322265625, + "msecs": 737.5130653381348, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2286.1056327819824, + "relativeCreated": 2301.2404441833496, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175349,8 +175412,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,201", - "created": 1610360727.201258, + "asctime": "2021-01-11 11:37:31,737", + "created": 1610361451.7377179, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175360,15 +175423,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 201.25794410705566, + "msecs": 737.717866897583, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2286.283254623413, + "relativeCreated": 2301.445245742798, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175377,8 +175440,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,201", - "created": 1610360727.2013838, + "asctime": "2021-01-11 11:37:31,737", + "created": 1610361451.7378614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175388,15 +175451,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.3838291168213, + "msecs": 737.8613948822021, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2286.4091396331787, + "relativeCreated": 2301.588773727417, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175404,8 +175467,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,201", - "created": 1610360727.2015662, + "asctime": "2021-01-11 11:37:31,738", + "created": 1610361451.7380757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175415,15 +175478,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 201.56621932983398, + "msecs": 738.0757331848145, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2286.5915298461914, + "relativeCreated": 2301.8031120300293, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175432,8 +175495,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,201", - "created": 1610360727.2016835, + "asctime": "2021-01-11 11:37:31,738", + "created": 1610361451.7382135, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175443,15 +175506,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.68352127075195, + "msecs": 738.2135391235352, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2286.7088317871094, + "relativeCreated": 2301.94091796875, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175459,8 +175522,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,201", - "created": 1610360727.201864, + "asctime": "2021-01-11 11:37:31,738", + "created": 1610361451.7384007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175470,15 +175533,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 201.86400413513184, + "msecs": 738.4006977081299, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2286.8893146514893, + "relativeCreated": 2302.1280765533447, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175487,8 +175550,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,201", - "created": 1610360727.2019844, + "asctime": "2021-01-11 11:37:31,738", + "created": 1610361451.7385352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175498,15 +175561,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.98440551757812, + "msecs": 738.5351657867432, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2287.0097160339355, + "relativeCreated": 2302.262544631958, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175514,8 +175577,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,202", - "created": 1610360727.2021387, + "asctime": "2021-01-11 11:37:31,738", + "created": 1610361451.738711, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175525,15 +175588,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 202.13866233825684, + "msecs": 738.7111186981201, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2287.1639728546143, + "relativeCreated": 2302.438497543335, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175542,8 +175605,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,202", - "created": 1610360727.2022545, + "asctime": "2021-01-11 11:37:31,738", + "created": 1610361451.7388432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175553,15 +175616,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.2545337677002, + "msecs": 738.8432025909424, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2287.2798442840576, + "relativeCreated": 2302.570581436157, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175569,8 +175632,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:27,202", - "created": 1610360727.2024696, + "asctime": "2021-01-11 11:37:31,739", + "created": 1610361451.7390897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175580,15 +175643,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 202.4695873260498, + "msecs": 739.0897274017334, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2287.494897842407, + "relativeCreated": 2302.8171062469482, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175596,8 +175659,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:27,203", - "created": 1610360727.203573, + "asctime": "2021-01-11 11:37:31,740", + "created": 1610361451.7401607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175607,15 +175670,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 203.57298851013184, + "msecs": 740.1607036590576, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2288.5982990264893, + "relativeCreated": 2303.8880825042725, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175623,8 +175686,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,203", - "created": 1610360727.2038553, + "asctime": "2021-01-11 11:37:31,740", + "created": 1610361451.7404108, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175634,15 +175697,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 203.8552761077881, + "msecs": 740.4108047485352, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2288.8805866241455, + "relativeCreated": 2304.13818359375, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175651,8 +175714,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,203", - "created": 1610360727.203992, + "asctime": "2021-01-11 11:37:31,740", + "created": 1610361451.7406063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175662,15 +175725,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.99188995361328, + "msecs": 740.6063079833984, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2289.0172004699707, + "relativeCreated": 2304.3336868286133, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175678,8 +175741,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 11:25:27,204", - "created": 1610360727.2042036, + "asctime": "2021-01-11 11:37:31,740", + "created": 1610361451.7409005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175689,15 +175752,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": 204.20360565185547, + "msecs": 740.9005165100098, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2289.228916168213, + "relativeCreated": 2304.6278953552246, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175708,8 +175771,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,204", - "created": 1610360727.204518, + "asctime": "2021-01-11 11:37:31,741", + "created": 1610361451.7412844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175719,15 +175782,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 204.51807975769043, + "msecs": 741.2843704223633, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2289.543390274048, + "relativeCreated": 2305.011749267578, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175735,26 +175798,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:27,204", - "created": 1610360727.2046692, + "asctime": "2021-01-11 11:37:31,741", + "created": 1610361451.7414682, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 204.66923713684082, + "msecs": 741.4681911468506, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2289.6945476531982, + "relativeCreated": 2305.1955699920654, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -175763,10 +175826,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'" + "'c00ac72bd6cfab974b3dc04c9ec197a51f289d4c84cb3fa2705ed4b6f4027cfb'" ], - "asctime": "2021-01-11 11:25:27,204", - "created": 1610360727.204915, + "asctime": "2021-01-11 11:37:31,741", + "created": 1610361451.7417347, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175774,26 +175837,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'c00ac72bd6cfab974b3dc04c9ec197a51f289d4c84cb3fa2705ed4b6f4027cfb'\"", "module": "__init__", - "msecs": 204.91504669189453, + "msecs": 741.7347431182861, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2289.940357208252, + "relativeCreated": 2305.462121963501, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "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 30 32 63" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 63 30 30 61" ], - "asctime": "2021-01-11 11:25:27,205", - "created": 1610360727.2057233, + "asctime": "2021-01-11 11:37:31,742", + "created": 1610361451.7426953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175801,26 +175864,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 30 32 63", + "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 63 30 30 61", "module": "__init__", - "msecs": 205.72328567504883, + "msecs": 742.6953315734863, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2290.7485961914062, + "relativeCreated": 2306.422710418701, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "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 30 32 63" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 63 30 30 61" ], - "asctime": "2021-01-11 11:25:27,214", - "created": 1610360727.2140899, + "asctime": "2021-01-11 11:37:31,751", + "created": 1610361451.751168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175828,17 +175891,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 30 32 63", + "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 63 30 30 61", "module": "__init__", - "msecs": 214.08987045288086, + "msecs": 751.1680126190186, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2299.1151809692383, + "relativeCreated": 2314.8953914642334, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -175846,8 +175909,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,214", - "created": 1610360727.2143273, + "asctime": "2021-01-11 11:37:31,751", + "created": 1610361451.7514584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175857,15 +175920,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 214.32733535766602, + "msecs": 751.4584064483643, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2299.3526458740234, + "relativeCreated": 2315.185785293579, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -175874,8 +175937,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,214", - "created": 1610360727.2144613, + "asctime": "2021-01-11 11:37:31,751", + "created": 1610361451.7516491, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175885,15 +175948,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 214.4613265991211, + "msecs": 751.6491413116455, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2299.4866371154785, + "relativeCreated": 2315.3765201568604, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -175901,8 +175964,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,214", - "created": 1610360727.214623, + "asctime": "2021-01-11 11:37:31,751", + "created": 1610361451.7518532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175912,15 +175975,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 214.62297439575195, + "msecs": 751.8532276153564, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2299.6482849121094, + "relativeCreated": 2315.5806064605713, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -175929,8 +175992,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,214", - "created": 1610360727.2147396, + "asctime": "2021-01-11 11:37:31,752", + "created": 1610361451.7520027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175940,15 +176003,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 214.73956108093262, + "msecs": 752.0027160644531, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2299.76487159729, + "relativeCreated": 2315.730094909668, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -175956,8 +176019,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,214", - "created": 1610360727.2149036, + "asctime": "2021-01-11 11:37:31,752", + "created": 1610361451.75221, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175967,15 +176030,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 214.9035930633545, + "msecs": 752.2099018096924, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2299.928903579712, + "relativeCreated": 2315.937280654907, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -175984,8 +176047,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,215", - "created": 1610360727.2150106, + "asctime": "2021-01-11 11:37:31,752", + "created": 1610361451.752363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175995,15 +176058,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 215.0106430053711, + "msecs": 752.3629665374756, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2300.0359535217285, + "relativeCreated": 2316.0903453826904, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176011,8 +176074,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,215", - "created": 1610360727.2151554, + "asctime": "2021-01-11 11:37:31,752", + "created": 1610361451.7525468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176022,15 +176085,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 215.15536308288574, + "msecs": 752.5467872619629, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2300.180673599243, + "relativeCreated": 2316.2741661071777, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176039,8 +176102,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,215", - "created": 1610360727.215283, + "asctime": "2021-01-11 11:37:31,752", + "created": 1610361451.752689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176050,15 +176113,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 215.28291702270508, + "msecs": 752.6888847351074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2300.3082275390625, + "relativeCreated": 2316.4162635803223, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176066,8 +176129,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,215", - "created": 1610360727.215426, + "asctime": "2021-01-11 11:37:31,752", + "created": 1610361451.7529058, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176077,15 +176140,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 215.42596817016602, + "msecs": 752.9058456420898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2300.4512786865234, + "relativeCreated": 2316.6332244873047, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176094,8 +176157,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,215", - "created": 1610360727.2155461, + "asctime": "2021-01-11 11:37:31,753", + "created": 1610361451.7530408, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176105,24 +176168,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 215.5461311340332, + "msecs": 753.0407905578613, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2300.5714416503906, + "relativeCreated": 2316.768169403076, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(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" + "(64): 63 37 32 62 64 36 63 66 61 62 39 37 34 62 33 64 63 30 34 63 39 65 63 31 39 37 61 35 31 66 32 38 39 64 34 63 38 34 63 62 33 66 61 32 37 30 35 65 64 34 62 36 66 34 30 32 37 63 66 62 22 7d 05 90" ], - "asctime": "2021-01-11 11:25:27,215", - "created": 1610360727.2158227, + "asctime": "2021-01-11 11:37:31,753", + "created": 1610361451.7533817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176130,26 +176193,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-server: TX -> (64): 63 37 32 62 64 36 63 66 61 62 39 37 34 62 33 64 63 30 34 63 39 65 63 31 39 37 61 35 31 66 32 38 39 64 34 63 38 34 63 62 33 66 61 32 37 30 35 65 64 34 62 36 66 34 30 32 37 63 66 62 22 7d 05 90", "module": "__init__", - "msecs": 215.82269668579102, + "msecs": 753.3817291259766, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2300.8480072021484, + "relativeCreated": 2317.1091079711914, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(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" + "(64): 63 37 32 62 64 36 63 66 61 62 39 37 34 62 33 64 63 30 34 63 39 65 63 31 39 37 61 35 31 66 32 38 39 64 34 63 38 34 63 62 33 66 61 32 37 30 35 65 64 34 62 36 66 34 30 32 37 63 66 62 22 7d 05 90" ], - "asctime": "2021-01-11 11:25:27,224", - "created": 1610360727.2241707, + "asctime": "2021-01-11 11:37:31,761", + "created": 1610361451.7616978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176157,26 +176220,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-client: RX <- (64): 63 37 32 62 64 36 63 66 61 62 39 37 34 62 33 64 63 30 34 63 39 65 63 31 39 37 61 35 31 66 32 38 39 64 34 63 38 34 63 62 33 66 61 32 37 30 35 65 64 34 62 36 66 34 30 32 37 63 66 62 22 7d 05 90", "module": "__init__", - "msecs": 224.17068481445312, + "msecs": 761.6977691650391, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2309.1959953308105, + "relativeCreated": 2325.425148010254, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): 45 22 3a 3e" + "(4): 84 1b 3a 3e" ], - "asctime": "2021-01-11 11:25:27,224", - "created": 1610360727.2246926, + "asctime": "2021-01-11 11:37:31,762", + "created": 1610361451.7621734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176184,26 +176247,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 45 22 3a 3e", + "message": "comm-server: TX -> (4): 84 1b 3a 3e", "module": "__init__", - "msecs": 224.69258308410645, + "msecs": 762.1734142303467, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2309.717893600464, + "relativeCreated": 2325.9007930755615, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): 45 22 3a 3e" + "(4): 84 1b 3a 3e" ], - "asctime": "2021-01-11 11:25:27,225", - "created": 1610360727.2255125, + "asctime": "2021-01-11 11:37:31,762", + "created": 1610361451.7629359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176211,17 +176274,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 45 22 3a 3e", + "message": "comm-client: RX <- (4): 84 1b 3a 3e", "module": "__init__", - "msecs": 225.51250457763672, + "msecs": 762.9358768463135, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2310.537815093994, + "relativeCreated": 2326.6632556915283, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176229,8 +176292,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,225", - "created": 1610360727.2257063, + "asctime": "2021-01-11 11:37:31,763", + "created": 1610361451.763097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176240,15 +176303,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 225.7063388824463, + "msecs": 763.0970478057861, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2310.7316493988037, + "relativeCreated": 2326.824426651001, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176257,8 +176320,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,225", - "created": 1610360727.22584, + "asctime": "2021-01-11 11:37:31,763", + "created": 1610361451.7632077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176268,24 +176331,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": 225.84009170532227, + "msecs": 763.2076740264893, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2310.8654022216797, + "relativeCreated": 2326.935052871704, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "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 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" + "(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 63 30 30 61 63 37 32 62 64 36 63 66 61 62 39 37 34 62 33 64 63 30 34 63 39 65 63 31 39 37 61 35 31 66 32 38 39 64 34 63 38 34 63 62 33 66 61 32 37 30 35 65 64 34 62 36 66 34 30 32 37 63 66 62 22 7d 05 90 84 1b" ], - "asctime": "2021-01-11 11:25:27,226", - "created": 1610360727.2261305, + "asctime": "2021-01-11 11:37:31,763", + "created": 1610361451.76345, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176293,17 +176356,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 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", + "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 63 30 30 61 63 37 32 62 64 36 63 66 61 62 39 37 34 62 33 64 63 30 34 63 39 65 63 31 39 37 61 35 31 66 32 38 39 64 34 63 38 34 63 62 33 66 61 32 37 30 35 65 64 34 62 36 66 34 30 32 37 63 66 62 22 7d 05 90 84 1b", "module": "stp", - "msecs": 226.13048553466797, + "msecs": 763.4499073028564, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2311.1557960510254, + "relativeCreated": 2327.1772861480713, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176312,10 +176375,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'" + "'c00ac72bd6cfab974b3dc04c9ec197a51f289d4c84cb3fa2705ed4b6f4027cfb'" ], - "asctime": "2021-01-11 11:25:27,226", - "created": 1610360727.2264404, + "asctime": "2021-01-11 11:37:31,763", + "created": 1610361451.763727, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176323,17 +176386,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'c00ac72bd6cfab974b3dc04c9ec197a51f289d4c84cb3fa2705ed4b6f4027cfb'\"", "module": "__init__", - "msecs": 226.4404296875, + "msecs": 763.7269496917725, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2311.4657402038574, + "relativeCreated": 2327.4543285369873, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176341,8 +176404,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 11:25:27,226", - "created": 1610360727.2266357, + "asctime": "2021-01-11 11:37:31,763", + "created": 1610361451.7638545, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176352,15 +176415,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 226.63569450378418, + "msecs": 763.8545036315918, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2311.6610050201416, + "relativeCreated": 2327.5818824768066, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -176369,10 +176432,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'" + "'f13cd145997ddbe09e495d393584b50b990d369f32d6907d35724e6282a7cd35fe2e1116604e3c03163562e006fb760ee52b91fc6d1ce1273ba0b039b6265acd'" ], - "asctime": "2021-01-11 11:25:27,226", - "created": 1610360727.2269087, + "asctime": "2021-01-11 11:37:31,764", + "created": 1610361451.7640357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176380,26 +176443,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'f13cd145997ddbe09e495d393584b50b990d369f32d6907d35724e6282a7cd35fe2e1116604e3c03163562e006fb760ee52b91fc6d1ce1273ba0b039b6265acd'\"", "module": "__init__", - "msecs": 226.90868377685547, + "msecs": 764.035701751709, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2311.933994293213, + "relativeCreated": 2327.763080596924, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "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 37 31 38" + "(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 31 33 63" ], - "asctime": "2021-01-11 11:25:27,227", - "created": 1610360727.2279952, + "asctime": "2021-01-11 11:37:31,764", + "created": 1610361451.7647903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176407,26 +176470,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 37 31 38", + "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 31 33 63", "module": "__init__", - "msecs": 227.9951572418213, + "msecs": 764.7902965545654, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2313.0204677581787, + "relativeCreated": 2328.5176753997803, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "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 37 31 38" + "(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 31 33 63" ], - "asctime": "2021-01-11 11:25:27,236", - "created": 1610360727.2364848, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.7730157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176434,17 +176497,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 37 31 38", + "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 31 33 63", "module": "__init__", - "msecs": 236.48476600646973, + "msecs": 773.0157375335693, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2321.510076522827, + "relativeCreated": 2336.743116378784, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176452,8 +176515,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,236", - "created": 1610360727.2368157, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.7732182, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176463,15 +176526,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 236.8156909942627, + "msecs": 773.2181549072266, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2321.84100151062, + "relativeCreated": 2336.9455337524414, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176480,8 +176543,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,236", - "created": 1610360727.2369895, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.77333, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176491,15 +176554,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 236.98949813842773, + "msecs": 773.3299732208252, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2322.014808654785, + "relativeCreated": 2337.05735206604, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176507,8 +176570,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,237", - "created": 1610360727.2371924, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.7734673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176518,15 +176581,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 237.19239234924316, + "msecs": 773.4673023223877, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2322.2177028656006, + "relativeCreated": 2337.1946811676025, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176535,8 +176598,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,237", - "created": 1610360727.237334, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.7735603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176546,15 +176609,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 237.3340129852295, + "msecs": 773.5602855682373, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2322.359323501587, + "relativeCreated": 2337.287664413452, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176562,8 +176625,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,237", - "created": 1610360727.237538, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.773694, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176573,15 +176636,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 237.53809928894043, + "msecs": 773.6940383911133, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2322.563409805298, + "relativeCreated": 2337.421417236328, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176590,8 +176653,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,237", - "created": 1610360727.2376728, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.7737832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176601,15 +176664,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 237.6728057861328, + "msecs": 773.7832069396973, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2322.6981163024902, + "relativeCreated": 2337.510585784912, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176617,8 +176680,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,237", - "created": 1610360727.2378805, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.7739036, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176628,15 +176691,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 237.88046836853027, + "msecs": 773.9036083221436, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2322.9057788848877, + "relativeCreated": 2337.6309871673584, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176645,8 +176708,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,238", - "created": 1610360727.238037, + "asctime": "2021-01-11 11:37:31,773", + "created": 1610361451.7739894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176656,15 +176719,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 238.037109375, + "msecs": 773.9894390106201, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2323.0624198913574, + "relativeCreated": 2337.716817855835, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176672,8 +176735,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,238", - "created": 1610360727.2382164, + "asctime": "2021-01-11 11:37:31,774", + "created": 1610361451.77412, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176683,15 +176746,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 238.21640014648438, + "msecs": 774.1200923919678, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2323.241710662842, + "relativeCreated": 2337.8474712371826, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176700,8 +176763,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,238", - "created": 1610360727.23835, + "asctime": "2021-01-11 11:37:31,774", + "created": 1610361451.7742085, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176711,24 +176774,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 238.34991455078125, + "msecs": 774.2085456848145, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2323.3752250671387, + "relativeCreated": 2337.9359245300293, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 64 31 34 35 39 39 37 64 64 62 65 30 39 65 34 39 35 64 33 39 33 35 38 34 62 35 30 62 39 39 30 64 33 36 39 66 33 32 64 36 39 30 37 64 33 35 37 32 34 65 36 32 38 32 61 37 63 64 33 35 66 65 32 65" ], - "asctime": "2021-01-11 11:25:27,238", - "created": 1610360727.238695, + "asctime": "2021-01-11 11:37:31,774", + "created": 1610361451.7744384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176736,26 +176799,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 64 31 34 35 39 39 37 64 64 62 65 30 39 65 34 39 35 64 33 39 33 35 38 34 62 35 30 62 39 39 30 64 33 36 39 66 33 32 64 36 39 30 37 64 33 35 37 32 34 65 36 32 38 32 61 37 63 64 33 35 66 65 32 65", "module": "__init__", - "msecs": 238.6949062347412, + "msecs": 774.4383811950684, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2323.7202167510986, + "relativeCreated": 2338.165760040283, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 64 31 34 35 39 39 37 64 64 62 65 30 39 65 34 39 35 64 33 39 33 35 38 34 62 35 30 62 39 39 30 64 33 36 39 66 33 32 64 36 39 30 37 64 33 35 37 32 34 65 36 32 38 32 61 37 63 64 33 35 66 65 32 65" ], - "asctime": "2021-01-11 11:25:27,247", - "created": 1610360727.247087, + "asctime": "2021-01-11 11:37:31,782", + "created": 1610361451.782759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176763,26 +176826,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 64 31 34 35 39 39 37 64 64 62 65 30 39 65 34 39 35 64 33 39 33 35 38 34 62 35 30 62 39 39 30 64 33 36 39 66 33 32 64 36 39 30 37 64 33 35 37 32 34 65 36 32 38 32 61 37 63 64 33 35 66 65 32 65", "module": "__init__", - "msecs": 247.0870018005371, + "msecs": 782.7589511871338, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2332.1123123168945, + "relativeCreated": 2346.4863300323486, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(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" + "(64): 31 31 31 36 36 30 34 65 33 63 30 33 31 36 33 35 36 32 65 30 30 36 66 62 37 36 30 65 65 35 32 62 39 31 66 63 36 64 31 63 65 31 32 37 33 62 61 30 62 30 33 39 62 36 32 36 35 61 63 64 22 7d 9d d6" ], - "asctime": "2021-01-11 11:25:27,247", - "created": 1610360727.2477963, + "asctime": "2021-01-11 11:37:31,783", + "created": 1610361451.7834754, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176790,26 +176853,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "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", + "message": "comm-client: TX -> (64): 31 31 31 36 36 30 34 65 33 63 30 33 31 36 33 35 36 32 65 30 30 36 66 62 37 36 30 65 65 35 32 62 39 31 66 63 36 64 31 63 65 31 32 37 33 62 61 30 62 30 33 39 62 36 32 36 35 61 63 64 22 7d 9d d6", "module": "__init__", - "msecs": 247.79629707336426, + "msecs": 783.475399017334, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2332.8216075897217, + "relativeCreated": 2347.202777862549, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(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" + "(64): 31 31 31 36 36 30 34 65 33 63 30 33 31 36 33 35 36 32 65 30 30 36 66 62 37 36 30 65 65 35 32 62 39 31 66 63 36 64 31 63 65 31 32 37 33 62 61 30 62 30 33 39 62 36 32 36 35 61 63 64 22 7d 9d d6" ], - "asctime": "2021-01-11 11:25:27,256", - "created": 1610360727.256237, + "asctime": "2021-01-11 11:37:31,791", + "created": 1610361451.791917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176817,26 +176880,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "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", + "message": "comm-server: RX <- (64): 31 31 31 36 36 30 34 65 33 63 30 33 31 36 33 35 36 32 65 30 30 36 66 62 37 36 30 65 65 35 32 62 39 31 66 63 36 64 31 63 65 31 32 37 33 62 61 30 62 30 33 39 62 36 32 36 35 61 63 64 22 7d 9d d6", "module": "__init__", - "msecs": 256.2370300292969, + "msecs": 791.917085647583, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2341.2623405456543, + "relativeCreated": 2355.644464492798, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): df ae 3a 3e" + "(4): ff ed 3a 3e" ], - "asctime": "2021-01-11 11:25:27,256", - "created": 1610360727.2569177, + "asctime": "2021-01-11 11:37:31,792", + "created": 1610361451.7925868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176844,26 +176907,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): df ae 3a 3e", + "message": "comm-client: TX -> (4): ff ed 3a 3e", "module": "__init__", - "msecs": 256.91771507263184, + "msecs": 792.5868034362793, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2341.9430255889893, + "relativeCreated": 2356.314182281494, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): df ae 3a 3e" + "(4): ff ed 3a 3e" ], - "asctime": "2021-01-11 11:25:27,257", - "created": 1610360727.2577617, + "asctime": "2021-01-11 11:37:31,793", + "created": 1610361451.7933857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176871,17 +176934,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): df ae 3a 3e", + "message": "comm-server: RX <- (4): ff ed 3a 3e", "module": "__init__", - "msecs": 257.76171684265137, + "msecs": 793.3857440948486, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2342.787027359009, + "relativeCreated": 2357.1131229400635, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176889,8 +176952,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,257", - "created": 1610360727.257957, + "asctime": "2021-01-11 11:37:31,793", + "created": 1610361451.793572, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176900,15 +176963,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 257.95698165893555, + "msecs": 793.571949005127, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2342.982292175293, + "relativeCreated": 2357.299327850342, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176917,8 +176980,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,258", - "created": 1610360727.2581074, + "asctime": "2021-01-11 11:37:31,793", + "created": 1610361451.7937183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176928,24 +176991,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": 258.10742378234863, + "msecs": 793.7183380126953, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2343.132734298706, + "relativeCreated": 2357.44571685791, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "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 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" + "(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 31 33 63 64 31 34 35 39 39 37 64 64 62 65 30 39 65 34 39 35 64 33 39 33 35 38 34 62 35 30 62 39 39 30 64 33 36 39 66 33 32 64 36 39 30 37 64 33 35 37 32 34 65 36 32 38 32 61 37 63 64 33 35 66 65 32 65 31 31 31 36 36 30 34 65 33 63 30 33 31 36 33 35 36 32 65 30 30 36 66 62 37 36 30 65 65 35 32 62 39 31 66 63 36 64 31 63 65 31 32 37 33 62 61 30 62 30 33 39 62 36 32 36 35 61 63 64 22 7d 9d d6 ff ed" ], - "asctime": "2021-01-11 11:25:27,258", - "created": 1610360727.2585666, + "asctime": "2021-01-11 11:37:31,794", + "created": 1610361451.7941926, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176953,17 +177016,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 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", + "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 31 33 63 64 31 34 35 39 39 37 64 64 62 65 30 39 65 34 39 35 64 33 39 33 35 38 34 62 35 30 62 39 39 30 64 33 36 39 66 33 32 64 36 39 30 37 64 33 35 37 32 34 65 36 32 38 32 61 37 63 64 33 35 66 65 32 65 31 31 31 36 36 30 34 65 33 63 30 33 31 36 33 35 36 32 65 30 30 36 66 62 37 36 30 65 65 35 32 62 39 31 66 63 36 64 31 63 65 31 32 37 33 62 61 30 62 30 33 39 62 36 32 36 35 61 63 64 22 7d 9d d6 ff ed", "module": "stp", - "msecs": 258.56661796569824, + "msecs": 794.1925525665283, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2343.5919284820557, + "relativeCreated": 2357.919931411743, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -176972,10 +177035,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'" + "'f13cd145997ddbe09e495d393584b50b990d369f32d6907d35724e6282a7cd35fe2e1116604e3c03163562e006fb760ee52b91fc6d1ce1273ba0b039b6265acd'" ], - "asctime": "2021-01-11 11:25:27,258", - "created": 1610360727.2589595, + "asctime": "2021-01-11 11:37:31,794", + "created": 1610361451.7945771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176983,17 +177046,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'f13cd145997ddbe09e495d393584b50b990d369f32d6907d35724e6282a7cd35fe2e1116604e3c03163562e006fb760ee52b91fc6d1ce1273ba0b039b6265acd'\"", "module": "__init__", - "msecs": 258.9595317840576, + "msecs": 794.5771217346191, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2343.984842300415, + "relativeCreated": 2358.304500579834, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -177001,26 +177064,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 11:25:27,259", - "created": 1610360727.25915, + "asctime": "2021-01-11 11:37:31,794", + "created": 1610361451.7947621, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 259.15002822875977, + "msecs": 794.762134552002, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2344.175338745117, + "relativeCreated": 2358.489513397217, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -177031,8 +177094,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:27,259", - "created": 1610360727.2594376, + "asctime": "2021-01-11 11:37:31,795", + "created": 1610361451.7950385, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177042,15 +177105,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 259.43756103515625, + "msecs": 795.0384616851807, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2344.4628715515137, + "relativeCreated": 2358.7658405303955, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -177058,8 +177121,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 11:25:27,260", - "created": 1610360727.2602327, + "asctime": "2021-01-11 11:37:31,795", + "created": 1610361451.7958195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177069,15 +177132,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": 260.23268699645996, + "msecs": 795.8195209503174, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2345.2579975128174, + "relativeCreated": 2359.546899795532, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177085,8 +177148,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 11:25:27,268", - "created": 1610360727.2687356, + "asctime": "2021-01-11 11:37:31,804", + "created": 1610361451.8042228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177096,15 +177159,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": 268.7356472015381, + "msecs": 804.222822189331, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2353.7609577178955, + "relativeCreated": 2367.950201034546, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177112,8 +177175,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,269", - "created": 1610360727.2690523, + "asctime": "2021-01-11 11:37:31,804", + "created": 1610361451.804428, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177123,15 +177186,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 269.05226707458496, + "msecs": 804.4281005859375, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2354.0775775909424, + "relativeCreated": 2368.1554794311523, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177140,8 +177203,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,269", - "created": 1610360727.2692184, + "asctime": "2021-01-11 11:37:31,804", + "created": 1610361451.8045664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177151,15 +177214,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.21844482421875, + "msecs": 804.5663833618164, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2354.243755340576, + "relativeCreated": 2368.2937622070312, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177167,8 +177230,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,269", - "created": 1610360727.2694426, + "asctime": "2021-01-11 11:37:31,804", + "created": 1610361451.8047054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177178,15 +177241,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 269.4425582885742, + "msecs": 804.7053813934326, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2354.4678688049316, + "relativeCreated": 2368.4327602386475, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177195,8 +177258,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,269", - "created": 1610360727.2695873, + "asctime": "2021-01-11 11:37:31,804", + "created": 1610361451.8048317, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177206,15 +177269,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.58727836608887, + "msecs": 804.8317432403564, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2354.6125888824463, + "relativeCreated": 2368.5591220855713, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177222,8 +177285,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,269", - "created": 1610360727.2697952, + "asctime": "2021-01-11 11:37:31,804", + "created": 1610361451.8049736, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177233,15 +177296,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 269.79517936706543, + "msecs": 804.9736022949219, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2354.820489883423, + "relativeCreated": 2368.7009811401367, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177250,8 +177313,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,269", - "created": 1610360727.2699292, + "asctime": "2021-01-11 11:37:31,805", + "created": 1610361451.8050802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177261,15 +177324,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.9291706085205, + "msecs": 805.0801753997803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2354.954481124878, + "relativeCreated": 2368.807554244995, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177277,8 +177340,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,270", - "created": 1610360727.2701232, + "asctime": "2021-01-11 11:37:31,805", + "created": 1610361451.805212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177288,15 +177351,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.1232433319092, + "msecs": 805.2120208740234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2355.1485538482666, + "relativeCreated": 2368.9393997192383, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177305,8 +177368,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,270", - "created": 1610360727.2702572, + "asctime": "2021-01-11 11:37:31,805", + "created": 1610361451.805304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177316,15 +177379,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.25723457336426, + "msecs": 805.3040504455566, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2355.2825450897217, + "relativeCreated": 2369.0314292907715, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177332,8 +177395,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,270", - "created": 1610360727.2704415, + "asctime": "2021-01-11 11:37:31,805", + "created": 1610361451.8054664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177343,15 +177406,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.44153213500977, + "msecs": 805.4664134979248, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2355.466842651367, + "relativeCreated": 2369.1937923431396, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177360,8 +177423,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,270", - "created": 1610360727.2705758, + "asctime": "2021-01-11 11:37:31,805", + "created": 1610361451.8055563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177371,15 +177434,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.57576179504395, + "msecs": 805.5562973022461, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2355.6010723114014, + "relativeCreated": 2369.283676147461, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177387,8 +177450,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:27,270", - "created": 1610360727.2708576, + "asctime": "2021-01-11 11:37:31,805", + "created": 1610361451.805741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177398,15 +177461,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 270.857572555542, + "msecs": 805.7410717010498, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2355.8828830718994, + "relativeCreated": 2369.4684505462646, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177414,8 +177477,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 11:25:27,271", - "created": 1610360727.2719412, + "asctime": "2021-01-11 11:37:31,806", + "created": 1610361451.8067932, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177425,15 +177488,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 271.9411849975586, + "msecs": 806.793212890625, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2356.966495513916, + "relativeCreated": 2370.52059173584, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177441,8 +177504,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,272", - "created": 1610360727.2721813, + "asctime": "2021-01-11 11:37:31,807", + "created": 1610361451.807015, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177452,15 +177515,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 272.18127250671387, + "msecs": 807.0149421691895, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2357.2065830230713, + "relativeCreated": 2370.7423210144043, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177469,8 +177532,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,272", - "created": 1610360727.2723074, + "asctime": "2021-01-11 11:37:31,807", + "created": 1610361451.8071284, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177480,15 +177543,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": 272.3073959350586, + "msecs": 807.1284294128418, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2357.332706451416, + "relativeCreated": 2370.8558082580566, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177496,8 +177559,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 11:25:27,272", - "created": 1610360727.2724874, + "asctime": "2021-01-11 11:37:31,807", + "created": 1610361451.807349, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177507,15 +177570,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": 272.4874019622803, + "msecs": 807.3489665985107, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2357.5127124786377, + "relativeCreated": 2371.0763454437256, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177526,8 +177589,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 11:25:27,272", - "created": 1610360727.2727916, + "asctime": "2021-01-11 11:37:31,807", + "created": 1610361451.8076754, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177537,15 +177600,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 272.79162406921387, + "msecs": 807.6753616333008, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2357.8169345855713, + "relativeCreated": 2371.4027404785156, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { @@ -177553,8 +177616,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 11:25:27,272", - "created": 1610360727.272931, + "asctime": "2021-01-11 11:37:31,807", + "created": 1610361451.807815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177564,23 +177627,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 272.9310989379883, + "msecs": 807.8150749206543, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2357.9564094543457, + "relativeCreated": 2371.542453765869, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:27,273", - "created": 1610360727.2730398, + "asctime": "2021-01-11 11:37:31,807", + "created": 1610361451.807925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177590,37 +177653,37 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 273.0398178100586, + "msecs": 807.9249858856201, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2358.065128326416, + "relativeCreated": 2371.652364730835, "stack_info": null, - "thread": 140654181074688, + "thread": 139977010706176, "threadName": "Thread-6" } ], - "msecs": 292.30380058288574, + "msecs": 828.2685279846191, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2377.329111099243, + "relativeCreated": 2391.995906829834, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.01926398277282715 + "time_consumption": 0.020343542098999023 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:27,293", - "created": 1610360727.293272, + "asctime": "2021-01-11 11:37:31,829", + "created": 1610361451.8292382, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177637,8 +177700,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,292", - "created": 1610360727.2929275, + "asctime": "2021-01-11 11:37:31,828", + "created": 1610361451.8288972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177648,15 +177711,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): True ()", "module": "test", - "msecs": 292.92750358581543, + "msecs": 828.89723777771, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2377.952814102173, + "relativeCreated": 2392.624616622925, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -177665,8 +177728,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,293", - "created": 1610360727.293114, + "asctime": "2021-01-11 11:37:31,829", + "created": 1610361451.8290818, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177676,37 +177739,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = True ()", "module": "test", - "msecs": 293.11394691467285, + "msecs": 829.0817737579346, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2378.1392574310303, + "relativeCreated": 2392.8091526031494, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 293.2720184326172, + "msecs": 829.2381763458252, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2378.2973289489746, + "relativeCreated": 2392.96555519104, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015807151794433594 + "time_consumption": 0.000156402587890625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:27,293", - "created": 1610360727.2937965, + "asctime": "2021-01-11 11:37:31,829", + "created": 1610361451.8297608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177723,8 +177786,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,293", - "created": 1610360727.2935138, + "asctime": "2021-01-11 11:37:31,829", + "created": 1610361451.8294814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177734,15 +177797,15 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 293.5137748718262, + "msecs": 829.4813632965088, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2378.5390853881836, + "relativeCreated": 2393.2087421417236, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -177751,8 +177814,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,293", - "created": 1610360727.2936583, + "asctime": "2021-01-11 11:37:31,829", + "created": 1610361451.8296235, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177762,37 +177825,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 293.6582565307617, + "msecs": 829.6234607696533, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2378.683567047119, + "relativeCreated": 2393.350839614868, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 293.7965393066406, + "msecs": 829.7607898712158, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2378.821849822998, + "relativeCreated": 2393.4881687164307, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013828277587890625 + "time_consumption": 0.0001373291015625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:27,294", - "created": 1610360727.2942858, + "asctime": "2021-01-11 11:37:31,830", + "created": 1610361451.8302417, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177809,8 +177872,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,294", - "created": 1610360727.2940152, + "asctime": "2021-01-11 11:37:31,829", + "created": 1610361451.8299751, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177820,15 +177883,15 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 294.01516914367676, + "msecs": 829.9751281738281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2379.040479660034, + "relativeCreated": 2393.702507019043, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -177837,8 +177900,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:27,294", - "created": 1610360727.294153, + "asctime": "2021-01-11 11:37:31,830", + "created": 1610361451.8301091, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177848,34 +177911,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 294.15297508239746, + "msecs": 830.1091194152832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2379.178285598755, + "relativeCreated": 2393.836498260498, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 294.28577423095703, + "msecs": 830.2416801452637, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2379.3110847473145, + "relativeCreated": 2393.9690589904785, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001327991485595703 + "time_consumption": 0.00013256072998046875 }, { "args": [], - "asctime": "2021-01-11 11:25:27,294", - "created": 1610360727.2948015, + "asctime": "2021-01-11 11:37:31,830", + "created": 1610361451.8307743, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -177890,8 +177953,8 @@ "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:27,294", - "created": 1610360727.29449, + "asctime": "2021-01-11 11:37:31,830", + "created": 1610361451.8304617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177901,23 +177964,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 294.49009895324707, + "msecs": 830.4617404937744, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2379.5154094696045, + "relativeCreated": 2394.1891193389893, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:27,294", - "created": 1610360727.2946656, + "asctime": "2021-01-11 11:37:31,830", + "created": 1610361451.830638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177927,34 +177990,34 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 294.6655750274658, + "msecs": 830.6379318237305, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2379.6908855438232, + "relativeCreated": 2394.3653106689453, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 294.8014736175537, + "msecs": 830.7743072509766, "msg": "Corrupting the authentification mechanism", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2379.826784133911, + "relativeCreated": 2394.5016860961914, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013589859008789062 + "time_consumption": 0.00013637542724609375 }, { "args": [], - "asctime": "2021-01-11 11:25:27,696", - "created": 1610360727.696995, + "asctime": "2021-01-11 11:37:32,232", + "created": 1610361452.2329068, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -177973,8 +178036,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,295", - "created": 1610360727.2951448, + "asctime": "2021-01-11 11:37:31,831", + "created": 1610361451.831099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177984,15 +178047,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 295.14479637145996, + "msecs": 831.0990333557129, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2380.1701068878174, + "relativeCreated": 2394.8264122009277, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -178000,8 +178063,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 11:25:27,296", - "created": 1610360727.2962873, + "asctime": "2021-01-11 11:37:31,832", + "created": 1610361451.8322268, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178011,15 +178074,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": 296.28729820251465, + "msecs": 832.2267532348633, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2381.312608718872, + "relativeCreated": 2395.954132080078, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178027,8 +178090,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 11:25:27,304", - "created": 1610360727.3048148, + "asctime": "2021-01-11 11:37:31,840", + "created": 1610361451.84061, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178038,15 +178101,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": 304.81481552124023, + "msecs": 840.6100273132324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2389.8401260375977, + "relativeCreated": 2404.3374061584473, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178054,8 +178117,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,305", - "created": 1610360727.305102, + "asctime": "2021-01-11 11:37:31,840", + "created": 1610361451.8408306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178065,15 +178128,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 305.1021099090576, + "msecs": 840.8305644989014, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2390.127420425415, + "relativeCreated": 2404.557943344116, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178082,8 +178145,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:27,305", - "created": 1610360727.3052702, + "asctime": "2021-01-11 11:37:31,840", + "created": 1610361451.8409307, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178093,15 +178156,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 305.2701950073242, + "msecs": 840.930700302124, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2390.2955055236816, + "relativeCreated": 2404.658079147339, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178109,8 +178172,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,305", - "created": 1610360727.3054748, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.8410485, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178120,15 +178183,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 305.47475814819336, + "msecs": 841.0484790802002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2390.500068664551, + "relativeCreated": 2404.775857925415, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178137,8 +178200,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,305", - "created": 1610360727.3056192, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.8411396, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178148,15 +178211,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.6192398071289, + "msecs": 841.139554977417, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2390.6445503234863, + "relativeCreated": 2404.866933822632, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178164,8 +178227,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,305", - "created": 1610360727.3058524, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.8412578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178175,15 +178238,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 305.85241317749023, + "msecs": 841.2578105926514, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2390.8777236938477, + "relativeCreated": 2404.985189437866, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178192,8 +178255,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,306", - "created": 1610360727.3060021, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.8413353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178203,15 +178266,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.002140045166, + "msecs": 841.3352966308594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2391.0274505615234, + "relativeCreated": 2405.062675476074, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178219,8 +178282,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,306", - "created": 1610360727.3061905, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.841441, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178230,15 +178293,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.19049072265625, + "msecs": 841.4409160614014, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2391.2158012390137, + "relativeCreated": 2405.168294906616, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178247,8 +178310,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,306", - "created": 1610360727.3063455, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.841524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178258,15 +178321,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.34546279907227, + "msecs": 841.5238857269287, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2391.3707733154297, + "relativeCreated": 2405.2512645721436, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178274,8 +178337,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,306", - "created": 1610360727.30652, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.8416243, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178285,15 +178348,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.5199851989746, + "msecs": 841.6242599487305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2391.545295715332, + "relativeCreated": 2405.3516387939453, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178302,8 +178365,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:27,306", - "created": 1610360727.3066618, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.8417006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178313,15 +178376,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.66184425354004, + "msecs": 841.700553894043, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2391.6871547698975, + "relativeCreated": 2405.427932739258, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178329,8 +178392,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:27,306", - "created": 1610360727.306902, + "asctime": "2021-01-11 11:37:31,841", + "created": 1610361451.8418398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178340,15 +178403,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 306.9019317626953, + "msecs": 841.8397903442383, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2391.9272422790527, + "relativeCreated": 2405.567169189453, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178356,8 +178419,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 11:25:27,308", - "created": 1610360727.3080282, + "asctime": "2021-01-11 11:37:31,842", + "created": 1610361451.842831, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178367,15 +178430,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 308.0282211303711, + "msecs": 842.8308963775635, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2393.0535316467285, + "relativeCreated": 2406.5582752227783, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178383,8 +178446,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:27,308", - "created": 1610360727.3083436, + "asctime": "2021-01-11 11:37:31,843", + "created": 1610361451.843024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178394,15 +178457,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 308.34364891052246, + "msecs": 843.0240154266357, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2393.36895942688, + "relativeCreated": 2406.7513942718506, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178411,8 +178474,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:27,308", - "created": 1610360727.308514, + "asctime": "2021-01-11 11:37:31,843", + "created": 1610361451.843122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178422,15 +178485,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": 308.5141181945801, + "msecs": 843.1220054626465, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2393.5394287109375, + "relativeCreated": 2406.8493843078613, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178438,8 +178501,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 11:25:27,308", - "created": 1610360727.3088043, + "asctime": "2021-01-11 11:37:31,843", + "created": 1610361451.8432684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178449,15 +178512,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": 308.8042736053467, + "msecs": 843.2683944702148, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2393.829584121704, + "relativeCreated": 2406.9957733154297, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178468,8 +178531,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:27,309", - "created": 1610360727.309183, + "asctime": "2021-01-11 11:37:31,843", + "created": 1610361451.843509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178479,15 +178542,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 309.18288230895996, + "msecs": 843.5089588165283, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2394.2081928253174, + "relativeCreated": 2407.236337661743, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" }, { @@ -178495,8 +178558,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 11:25:27,309", - "created": 1610360727.3093815, + "asctime": "2021-01-11 11:37:31,843", + "created": 1610361451.8436203, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178506,37 +178569,37 @@ "lineno": 492, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 309.38148498535156, + "msecs": 843.6203002929688, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2394.406795501709, + "relativeCreated": 2407.3476791381836, "stack_info": null, - "thread": 140654189467392, + "thread": 139977360127744, "threadName": "Thread-5" } ], - "msecs": 696.9950199127197, + "msecs": 232.90681838989258, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2782.020330429077, + "relativeCreated": 2796.6341972351074, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.38761353492736816 + "time_consumption": 0.38928651809692383 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:27,697", - "created": 1610360727.697824, + "asctime": "2021-01-11 11:37:32,233", + "created": 1610361452.233739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178553,8 +178616,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,697", - "created": 1610360727.6974373, + "asctime": "2021-01-11 11:37:32,233", + "created": 1610361452.2333858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178564,15 +178627,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 697.4372863769531, + "msecs": 233.38580131530762, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2782.4625968933105, + "relativeCreated": 2797.1131801605225, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -178581,8 +178644,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,697", - "created": 1610360727.6976585, + "asctime": "2021-01-11 11:37:32,233", + "created": 1610361452.2335823, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178592,37 +178655,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 697.6585388183594, + "msecs": 233.5822582244873, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2782.683849334717, + "relativeCreated": 2797.309637069702, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 697.8240013122559, + "msecs": 233.73889923095703, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2782.8493118286133, + "relativeCreated": 2797.466278076172, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016546249389648438 + "time_consumption": 0.00015664100646972656 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:27,698", - "created": 1610360727.6983576, + "asctime": "2021-01-11 11:37:32,234", + "created": 1610361452.234262, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178639,8 +178702,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,698", - "created": 1610360727.6980743, + "asctime": "2021-01-11 11:37:32,233", + "created": 1610361452.2339778, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178650,15 +178713,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 698.0743408203125, + "msecs": 233.9777946472168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2783.09965133667, + "relativeCreated": 2797.7051734924316, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -178667,8 +178730,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,698", - "created": 1610360727.6982203, + "asctime": "2021-01-11 11:37:32,234", + "created": 1610361452.2341235, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178678,37 +178741,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 698.2202529907227, + "msecs": 234.12346839904785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2783.24556350708, + "relativeCreated": 2797.8508472442627, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 698.3575820922852, + "msecs": 234.26198959350586, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2783.3828926086426, + "relativeCreated": 2797.9893684387207, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001373291015625 + "time_consumption": 0.0001385211944580078 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 11:25:27,698", - "created": 1610360727.698841, + "asctime": "2021-01-11 11:37:32,234", + "created": 1610361452.2347472, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178725,8 +178788,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,698", - "created": 1610360727.698574, + "asctime": "2021-01-11 11:37:32,234", + "created": 1610361452.2344766, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178736,15 +178799,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 698.5740661621094, + "msecs": 234.47656631469727, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2783.599376678467, + "relativeCreated": 2798.203945159912, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -178753,8 +178816,8 @@ "False", "" ], - "asctime": "2021-01-11 11:25:27,698", - "created": 1610360727.6987095, + "asctime": "2021-01-11 11:37:32,234", + "created": 1610361452.234612, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178764,41 +178827,41 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 698.7094879150391, + "msecs": 234.61198806762695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2783.7347984313965, + "relativeCreated": 2798.339366912842, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 698.8410949707031, + "msecs": 234.74717140197754, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 2783.8664054870605, + "relativeCreated": 2798.4745502471924, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001316070556640625 + "time_consumption": 0.00013518333435058594 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.9677567481994629, - "time_finished": "2021-01-11 11:25:27,698", - "time_start": "2021-01-11 11:25:26,731" + "time_consumption": 0.9681804180145264, + "time_finished": "2021-01-11 11:37:32,234", + "time_start": "2021-01-11 11:37:31,266" }, "_k-Q4EE0oEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:36,605", - "created": 1610360736.605335, + "asctime": "2021-01-11 11:37:41,138", + "created": 1610361461.1381063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178809,19 +178872,19 @@ "message": "_k-Q4EE0oEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 605.334997177124, + "msecs": 138.1063461303711, "msg": "_k-Q4EE0oEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11690.360307693481, + "relativeCreated": 11701.833724975586, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6112885, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1468387, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -178836,8 +178899,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:36,606", - "created": 1610360736.6066706, + "asctime": "2021-01-11 11:37:41,139", + "created": 1610361461.1391907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178847,23 +178910,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 606.670618057251, + "msecs": 139.190673828125, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11691.695928573608, + "relativeCreated": 11702.91805267334, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:36,607", - "created": 1610360736.6075263, + "asctime": "2021-01-11 11:37:41,140", + "created": 1610361461.1400516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178873,23 +178936,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 607.5263023376465, + "msecs": 140.05160331726074, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11692.551612854004, + "relativeCreated": 11703.778982162476, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:36,607", - "created": 1610360736.6077578, + "asctime": "2021-01-11 11:37:41,140", + "created": 1610361461.1402617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178899,23 +178962,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 607.7578067779541, + "msecs": 140.26165008544922, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11692.783117294312, + "relativeCreated": 11703.989028930664, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:36,608", - "created": 1610360736.6080816, + "asctime": "2021-01-11 11:37:41,140", + "created": 1610361461.1405866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178925,15 +178988,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 608.081579208374, + "msecs": 140.58661460876465, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11693.106889724731, + "relativeCreated": 11704.31399345398, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -178942,26 +179005,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:36,608", - "created": 1610360736.608258, + "asctime": "2021-01-11 11:37:41,140", + "created": 1610361461.1408117, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 608.2580089569092, + "msecs": 140.81168174743652, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11693.283319473267, + "relativeCreated": 11704.539060592651, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -178969,26 +179032,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:36,608", - "created": 1610360736.6084774, + "asctime": "2021-01-11 11:37:41,141", + "created": 1610361461.1410418, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 608.4773540496826, + "msecs": 141.04175567626953, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11693.50266456604, + "relativeCreated": 11704.769134521484, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -178996,26 +179059,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:36,608", - "created": 1610360736.6086314, + "asctime": "2021-01-11 11:37:41,141", + "created": 1610361461.1411984, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 608.6313724517822, + "msecs": 141.19839668273926, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11693.65668296814, + "relativeCreated": 11704.925775527954, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179023,26 +179086,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:36,608", - "created": 1610360736.6088011, + "asctime": "2021-01-11 11:37:41,141", + "created": 1610361461.1413727, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 608.8011264801025, + "msecs": 141.3726806640625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11693.82643699646, + "relativeCreated": 11705.100059509277, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179050,26 +179113,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:36,608", - "created": 1610360736.6088731, + "asctime": "2021-01-11 11:37:41,141", + "created": 1610361461.1415164, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 608.8731288909912, + "msecs": 141.51644706726074, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11693.898439407349, + "relativeCreated": 11705.243825912476, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179079,8 +179142,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:36,608", - "created": 1610360736.608945, + "asctime": "2021-01-11 11:37:41,141", + "created": 1610361461.1416764, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179090,15 +179153,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 608.9448928833008, + "msecs": 141.6764259338379, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11693.970203399658, + "relativeCreated": 11705.403804779053, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179108,8 +179171,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6090162, + "asctime": "2021-01-11 11:37:41,141", + "created": 1610361461.1418374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179119,15 +179182,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 609.0161800384521, + "msecs": 141.83735847473145, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.04149055481, + "relativeCreated": 11705.564737319946, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179137,8 +179200,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6090853, + "asctime": "2021-01-11 11:37:41,141", + "created": 1610361461.1419938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179148,15 +179211,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 609.0853214263916, + "msecs": 141.99376106262207, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.110631942749, + "relativeCreated": 11705.721139907837, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179166,8 +179229,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6091697, + "asctime": "2021-01-11 11:37:41,142", + "created": 1610361461.1421473, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179177,23 +179240,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 609.1697216033936, + "msecs": 142.14730262756348, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.195032119751, + "relativeCreated": 11705.874681472778, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6092305, + "asctime": "2021-01-11 11:37:41,142", + "created": 1610361461.142282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179203,15 +179266,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 609.2305183410645, + "msecs": 142.28200912475586, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.255828857422, + "relativeCreated": 11706.00938796997, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179220,26 +179283,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6092987, + "asctime": "2021-01-11 11:37:41,142", + "created": 1610361461.1424317, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 609.2987060546875, + "msecs": 142.43173599243164, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.324016571045, + "relativeCreated": 11706.159114837646, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179247,26 +179310,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6093764, + "asctime": "2021-01-11 11:37:41,142", + "created": 1610361461.1426256, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 609.3764305114746, + "msecs": 142.6255702972412, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.401741027832, + "relativeCreated": 11706.352949142456, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179274,26 +179337,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6094408, + "asctime": "2021-01-11 11:37:41,142", + "created": 1610361461.1427794, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 609.440803527832, + "msecs": 142.77935028076172, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.46611404419, + "relativeCreated": 11706.506729125977, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179303,8 +179366,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6095068, + "asctime": "2021-01-11 11:37:41,142", + "created": 1610361461.1429284, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179314,15 +179377,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 609.5068454742432, + "msecs": 142.9283618927002, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.5321559906, + "relativeCreated": 11706.655740737915, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179332,8 +179395,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6095862, + "asctime": "2021-01-11 11:37:41,143", + "created": 1610361461.1430814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179343,15 +179406,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 609.586238861084, + "msecs": 143.0814266204834, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.611549377441, + "relativeCreated": 11706.808805465698, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179360,26 +179423,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6096523, + "asctime": "2021-01-11 11:37:41,143", + "created": 1610361461.1432269, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 609.6522808074951, + "msecs": 143.22686195373535, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.677591323853, + "relativeCreated": 11706.95424079895, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179388,26 +179451,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6097126, + "asctime": "2021-01-11 11:37:41,143", + "created": 1610361461.143405, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 609.7126007080078, + "msecs": 143.40496063232422, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.737911224365, + "relativeCreated": 11707.132339477539, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179416,34 +179479,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.609772, + "asctime": "2021-01-11 11:37:41,143", + "created": 1610361461.1436312, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 609.7719669342041, + "msecs": 143.6312198638916, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.797277450562, + "relativeCreated": 11707.358598709106, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6098368, + "asctime": "2021-01-11 11:37:41,143", + "created": 1610361461.143791, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179453,23 +179516,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 609.8368167877197, + "msecs": 143.79096031188965, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.862127304077, + "relativeCreated": 11707.518339157104, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:36,609", - "created": 1610360736.6099606, + "asctime": "2021-01-11 11:37:41,144", + "created": 1610361461.1440837, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179479,15 +179542,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 609.9605560302734, + "msecs": 144.08373832702637, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11694.98586654663, + "relativeCreated": 11707.811117172241, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179496,26 +179559,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.610029, + "asctime": "2021-01-11 11:37:41,144", + "created": 1610361461.14424, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 610.0289821624756, + "msecs": 144.2399024963379, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.054292678833, + "relativeCreated": 11707.967281341553, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179523,26 +179586,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.610116, + "asctime": "2021-01-11 11:37:41,144", + "created": 1610361461.1444502, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 610.1160049438477, + "msecs": 144.45018768310547, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.141315460205, + "relativeCreated": 11708.17756652832, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179550,26 +179613,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.610182, + "asctime": "2021-01-11 11:37:41,144", + "created": 1610361461.1446018, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 610.1820468902588, + "msecs": 144.60182189941406, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.207357406616, + "relativeCreated": 11708.329200744629, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179577,26 +179640,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6102448, + "asctime": "2021-01-11 11:37:41,144", + "created": 1610361461.144767, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 610.2447509765625, + "msecs": 144.76704597473145, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.27006149292, + "relativeCreated": 11708.494424819946, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179604,26 +179667,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.610313, + "asctime": "2021-01-11 11:37:41,144", + "created": 1610361461.1449203, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 610.3129386901855, + "msecs": 144.92034912109375, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.338249206543, + "relativeCreated": 11708.647727966309, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179633,8 +179696,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6103792, + "asctime": "2021-01-11 11:37:41,145", + "created": 1610361461.14507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179644,15 +179707,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 610.3792190551758, + "msecs": 145.07007598876953, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.404529571533, + "relativeCreated": 11708.797454833984, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179662,8 +179725,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6104493, + "asctime": "2021-01-11 11:37:41,145", + "created": 1610361461.145226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179673,15 +179736,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 610.4493141174316, + "msecs": 145.22600173950195, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.474624633789, + "relativeCreated": 11708.953380584717, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179691,8 +179754,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6105173, + "asctime": "2021-01-11 11:37:41,145", + "created": 1610361461.1453776, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179702,15 +179765,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 610.5172634124756, + "msecs": 145.37763595581055, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.542573928833, + "relativeCreated": 11709.105014801025, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179720,8 +179783,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.610583, + "asctime": "2021-01-11 11:37:41,145", + "created": 1610361461.1455255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179731,23 +179794,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 610.5830669403076, + "msecs": 145.52545547485352, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.608377456665, + "relativeCreated": 11709.252834320068, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.610642, + "asctime": "2021-01-11 11:37:41,145", + "created": 1610361461.145658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179757,15 +179820,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 610.6419563293457, + "msecs": 145.65801620483398, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.667266845703, + "relativeCreated": 11709.385395050049, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179774,26 +179837,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6107118, + "asctime": "2021-01-11 11:37:41,145", + "created": 1610361461.145818, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 610.7118129730225, + "msecs": 145.81799507141113, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.73712348938, + "relativeCreated": 11709.545373916626, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179801,26 +179864,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6107829, + "asctime": "2021-01-11 11:37:41,145", + "created": 1610361461.1459937, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 610.7828617095947, + "msecs": 145.99370956420898, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.808172225952, + "relativeCreated": 11709.721088409424, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179828,26 +179891,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.610847, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1461399, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 610.846996307373, + "msecs": 146.13986015319824, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.87230682373, + "relativeCreated": 11709.867238998413, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179857,8 +179920,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6109114, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1462946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179868,15 +179931,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 610.9113693237305, + "msecs": 146.29459381103516, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11695.936679840088, + "relativeCreated": 11710.02197265625, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179886,8 +179949,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:36,610", - "created": 1610360736.6109848, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1465874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179897,15 +179960,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 610.9848022460938, + "msecs": 146.58737182617188, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.010112762451, + "relativeCreated": 11710.314750671387, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179914,26 +179977,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6110532, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1466553, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 611.0532283782959, + "msecs": 146.65532112121582, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.078538894653, + "relativeCreated": 11710.38269996643, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179942,26 +180005,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6111147, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1467066, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 611.1147403717041, + "msecs": 146.70658111572266, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.140050888062, + "relativeCreated": 11710.433959960938, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -179970,34 +180033,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.611174, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1467514, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 611.1741065979004, + "msecs": 146.75140380859375, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.199417114258, + "relativeCreated": 11710.478782653809, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6112332, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1467967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180007,34 +180070,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 611.2332344055176, + "msecs": 146.79670333862305, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.258544921875, + "relativeCreated": 11710.524082183838, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 611.2885475158691, + "msecs": 146.83866500854492, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.313858032227, + "relativeCreated": 11710.56604385376, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 5.53131103515625e-05 + "time_consumption": 4.1961669921875e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:36,955", - "created": 1610360736.9553187, + "asctime": "2021-01-11 11:37:41,490", + "created": 1610361461.490647, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -180049,8 +180112,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6114252, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1469364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180060,23 +180123,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 611.4251613616943, + "msecs": 146.93641662597656, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.450471878052, + "relativeCreated": 11710.663795471191, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6114895, + "asctime": "2021-01-11 11:37:41,146", + "created": 1610361461.1469815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180086,23 +180149,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 611.4895343780518, + "msecs": 146.98147773742676, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.51484489441, + "relativeCreated": 11710.708856582642, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6115508, + "asctime": "2021-01-11 11:37:41,147", + "created": 1610361461.147024, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180112,15 +180175,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 611.5508079528809, + "msecs": 147.02391624450684, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.576118469238, + "relativeCreated": 11710.751295089722, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -180131,8 +180194,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.611658, + "asctime": "2021-01-11 11:37:41,147", + "created": 1610361461.1471052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180142,23 +180205,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 611.6580963134766, + "msecs": 147.10521697998047, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.683406829834, + "relativeCreated": 11710.832595825195, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6119192, + "asctime": "2021-01-11 11:37:41,147", + "created": 1610361461.1472886, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180168,23 +180231,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 611.9191646575928, + "msecs": 147.28856086730957, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11696.94447517395, + "relativeCreated": 11711.015939712524, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:36,611", - "created": 1610360736.6119976, + "asctime": "2021-01-11 11:37:41,147", + "created": 1610361461.1473398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180194,23 +180257,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 611.9976043701172, + "msecs": 147.3398208618164, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11697.022914886475, + "relativeCreated": 11711.067199707031, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:36,612", - "created": 1610360736.6120632, + "asctime": "2021-01-11 11:37:41,147", + "created": 1610361461.1473837, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180220,15 +180283,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 612.0631694793701, + "msecs": 147.3836898803711, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11697.088479995728, + "relativeCreated": 11711.111068725586, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -180236,8 +180299,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 11:25:36,612", - "created": 1610360736.6122668, + "asctime": "2021-01-11 11:37:41,147", + "created": 1610361461.1475341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180247,15 +180310,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": 612.2667789459229, + "msecs": 147.53413200378418, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11697.29208946228, + "relativeCreated": 11711.261510848999, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180263,8 +180326,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 11:25:36,620", - "created": 1610360736.6205244, + "asctime": "2021-01-11 11:37:41,155", + "created": 1610361461.1556902, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180274,15 +180337,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": 620.5244064331055, + "msecs": 155.69019317626953, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11705.549716949463, + "relativeCreated": 11719.417572021484, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180290,8 +180353,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,620", - "created": 1610360736.6206727, + "asctime": "2021-01-11 11:37:41,155", + "created": 1610361461.1558068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180301,15 +180364,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 620.6727027893066, + "msecs": 155.8067798614502, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11705.698013305664, + "relativeCreated": 11719.534158706665, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180318,8 +180381,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:36,620", - "created": 1610360736.6207614, + "asctime": "2021-01-11 11:37:41,155", + "created": 1610361461.1558578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180329,15 +180392,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 620.7613945007324, + "msecs": 155.85780143737793, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11705.78670501709, + "relativeCreated": 11719.585180282593, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180345,8 +180408,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,620", - "created": 1610360736.6208544, + "asctime": "2021-01-11 11:37:41,155", + "created": 1610361461.155919, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180356,15 +180419,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 620.854377746582, + "msecs": 155.91907501220703, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11705.87968826294, + "relativeCreated": 11719.646453857422, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180373,8 +180436,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,620", - "created": 1610360736.6209173, + "asctime": "2021-01-11 11:37:41,155", + "created": 1610361461.1559618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180384,15 +180447,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 620.9173202514648, + "msecs": 155.9617519378662, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11705.942630767822, + "relativeCreated": 11719.689130783081, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180400,8 +180463,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,621", - "created": 1610360736.6210065, + "asctime": "2021-01-11 11:37:41,156", + "created": 1610361461.1560261, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180411,15 +180474,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 621.0064888000488, + "msecs": 156.02612495422363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11706.031799316406, + "relativeCreated": 11719.753503799438, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180428,8 +180491,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,621", - "created": 1610360736.621079, + "asctime": "2021-01-11 11:37:41,156", + "created": 1610361461.1560822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180439,15 +180502,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 621.0789680480957, + "msecs": 156.0821533203125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11706.104278564453, + "relativeCreated": 11719.809532165527, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180455,8 +180518,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,621", - "created": 1610360736.62116, + "asctime": "2021-01-11 11:37:41,156", + "created": 1610361461.156142, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180466,15 +180529,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 621.1600303649902, + "msecs": 156.141996383667, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11706.185340881348, + "relativeCreated": 11719.869375228882, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180483,8 +180546,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,621", - "created": 1610360736.621218, + "asctime": "2021-01-11 11:37:41,156", + "created": 1610361461.1561835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180494,15 +180557,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 621.2179660797119, + "msecs": 156.18348121643066, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11706.24327659607, + "relativeCreated": 11719.910860061646, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180510,8 +180573,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,621", - "created": 1610360736.6212962, + "asctime": "2021-01-11 11:37:41,156", + "created": 1610361461.156242, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180521,15 +180584,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 621.2961673736572, + "msecs": 156.24189376831055, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11706.321477890015, + "relativeCreated": 11719.969272613525, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180538,8 +180601,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,621", - "created": 1610360736.6213593, + "asctime": "2021-01-11 11:37:41,156", + "created": 1610361461.1562858, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180549,15 +180612,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 621.3593482971191, + "msecs": 156.28576278686523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11706.384658813477, + "relativeCreated": 11720.01314163208, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180565,8 +180628,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:36,621", - "created": 1610360736.6214736, + "asctime": "2021-01-11 11:37:41,156", + "created": 1610361461.1563666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180576,15 +180639,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 621.4735507965088, + "msecs": 156.36658668518066, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11706.498861312866, + "relativeCreated": 11720.093965530396, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180592,8 +180655,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:36,622", - "created": 1610360736.6224499, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.1572468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180603,15 +180666,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 622.4498748779297, + "msecs": 157.24682807922363, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11707.475185394287, + "relativeCreated": 11720.974206924438, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180619,8 +180682,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,622", - "created": 1610360736.6226053, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.157301, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180630,15 +180693,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 622.6053237915039, + "msecs": 157.3009490966797, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11707.630634307861, + "relativeCreated": 11721.028327941895, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180647,8 +180710,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:36,622", - "created": 1610360736.622681, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.1573424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180658,15 +180721,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": 622.6809024810791, + "msecs": 157.34243392944336, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11707.706212997437, + "relativeCreated": 11721.069812774658, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180674,8 +180737,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 11:25:36,622", - "created": 1610360736.6228104, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.157414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180685,15 +180748,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": 622.8103637695312, + "msecs": 157.41395950317383, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11707.835674285889, + "relativeCreated": 11721.141338348389, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180704,8 +180767,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:36,622", - "created": 1610360736.6229875, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.1575415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180715,15 +180778,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 622.9875087738037, + "msecs": 157.54151344299316, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11708.012819290161, + "relativeCreated": 11721.268892288208, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180731,26 +180794,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:36,623", - "created": 1610360736.6230717, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.1575997, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 623.0716705322266, + "msecs": 157.59968757629395, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11708.096981048584, + "relativeCreated": 11721.327066421509, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180761,8 +180824,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:36,623", - "created": 1610360736.6231902, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.1576822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180772,15 +180835,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 623.19016456604, + "msecs": 157.6821804046631, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11708.215475082397, + "relativeCreated": 11721.409559249878, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -180788,8 +180851,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 11:25:36,623", - "created": 1610360736.6235592, + "asctime": "2021-01-11 11:37:41,157", + "created": 1610361461.1579335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180799,15 +180862,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": 623.5592365264893, + "msecs": 157.93347358703613, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11708.584547042847, + "relativeCreated": 11721.660852432251, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -180815,8 +180878,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 11:25:36,631", - "created": 1610360736.631874, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1661017, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180826,15 +180889,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": 631.8740844726562, + "msecs": 166.10169410705566, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11716.899394989014, + "relativeCreated": 11729.82907295227, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -180842,8 +180905,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6320896, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1662292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180853,15 +180916,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 632.0896148681641, + "msecs": 166.229248046875, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.114925384521, + "relativeCreated": 11729.95662689209, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -180870,8 +180933,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6321979, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.16628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180881,15 +180944,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.1978569030762, + "msecs": 166.28003120422363, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.223167419434, + "relativeCreated": 11730.007410049438, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -180897,8 +180960,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6323292, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1663408, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180908,15 +180971,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 632.3292255401611, + "msecs": 166.34082794189453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.354536056519, + "relativeCreated": 11730.06820678711, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -180925,8 +180988,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6324203, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.166387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180936,15 +180999,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.4203014373779, + "msecs": 166.38708114624023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.445611953735, + "relativeCreated": 11730.114459991455, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -180952,8 +181015,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6325557, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1664524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180963,15 +181026,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 632.5557231903076, + "msecs": 166.45240783691406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.581033706665, + "relativeCreated": 11730.179786682129, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -180980,8 +181043,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6326444, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1664937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180991,15 +181054,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.6444149017334, + "msecs": 166.49365425109863, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.66972541809, + "relativeCreated": 11730.221033096313, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181007,8 +181070,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6327882, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1665487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181018,15 +181081,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 632.7881813049316, + "msecs": 166.5487289428711, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.813491821289, + "relativeCreated": 11730.276107788086, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181035,8 +181098,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,632", - "created": 1610360736.6328855, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1665905, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181046,15 +181109,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 632.8854560852051, + "msecs": 166.59045219421387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11717.910766601562, + "relativeCreated": 11730.317831039429, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181062,8 +181125,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,633", - "created": 1610360736.6330106, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1666446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181073,15 +181136,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 633.0106258392334, + "msecs": 166.64457321166992, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11718.03593635559, + "relativeCreated": 11730.371952056885, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181090,8 +181153,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,633", - "created": 1610360736.633111, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1666875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181101,15 +181164,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 633.1110000610352, + "msecs": 166.6874885559082, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11718.136310577393, + "relativeCreated": 11730.414867401123, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181117,8 +181180,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:36,633", - "created": 1610360736.633277, + "asctime": "2021-01-11 11:37:41,166", + "created": 1610361461.1667697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181128,15 +181191,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 633.2769393920898, + "msecs": 166.76974296569824, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11718.302249908447, + "relativeCreated": 11730.497121810913, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181144,8 +181207,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:36,634", - "created": 1610360736.6343236, + "asctime": "2021-01-11 11:37:41,167", + "created": 1610361461.1676314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181155,15 +181218,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 634.3235969543457, + "msecs": 167.6313877105713, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11719.348907470703, + "relativeCreated": 11731.358766555786, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181171,8 +181234,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,634", - "created": 1610360736.6345415, + "asctime": "2021-01-11 11:37:41,167", + "created": 1610361461.1677063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181182,15 +181245,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 634.5415115356445, + "msecs": 167.70625114440918, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11719.566822052002, + "relativeCreated": 11731.433629989624, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181199,8 +181262,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:36,634", - "created": 1610360736.6346695, + "asctime": "2021-01-11 11:37:41,167", + "created": 1610361461.1677563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181210,15 +181273,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": 634.6695423126221, + "msecs": 167.7563190460205, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11719.69485282898, + "relativeCreated": 11731.483697891235, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181226,8 +181289,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 11:25:36,634", - "created": 1610360736.6348362, + "asctime": "2021-01-11 11:37:41,167", + "created": 1610361461.1678302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181237,15 +181300,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": 634.8361968994141, + "msecs": 167.830228805542, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11719.861507415771, + "relativeCreated": 11731.557607650757, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181256,8 +181319,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:36,635", - "created": 1610360736.635087, + "asctime": "2021-01-11 11:37:41,167", + "created": 1610361461.1679647, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181267,15 +181330,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 635.0870132446289, + "msecs": 167.96469688415527, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11720.112323760986, + "relativeCreated": 11731.69207572937, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -181283,8 +181346,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:36,635", - "created": 1610360736.6352115, + "asctime": "2021-01-11 11:37:41,168", + "created": 1610361461.1680233, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181294,34 +181357,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 635.2114677429199, + "msecs": 168.02334785461426, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 11720.236778259277, + "relativeCreated": 11731.75072669983, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" } ], - "msecs": 955.3186893463135, + "msecs": 490.6470775604248, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12040.34399986267, + "relativeCreated": 12054.37445640564, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.32010722160339355 + "time_consumption": 0.32262372970581055 }, { "args": [], - "asctime": "2021-01-11 11:25:37,257", - "created": 1610360737.2577794, + "asctime": "2021-01-11 11:37:41,793", + "created": 1610361461.7933521, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -181340,8 +181403,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:36,955", - "created": 1610360736.9559617, + "asctime": "2021-01-11 11:37:41,491", + "created": 1610361461.4912872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181351,15 +181414,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 955.9617042541504, + "msecs": 491.2872314453125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12040.987014770508, + "relativeCreated": 12055.014610290527, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -181367,8 +181430,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 11:25:36,956", - "created": 1610360736.9569373, + "asctime": "2021-01-11 11:37:41,492", + "created": 1610361461.4922106, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181378,15 +181441,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": 956.937313079834, + "msecs": 492.21062660217285, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12041.962623596191, + "relativeCreated": 12055.938005447388, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181394,8 +181457,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 11:25:36,965", - "created": 1610360736.9653826, + "asctime": "2021-01-11 11:37:41,500", + "created": 1610361461.5007155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181405,15 +181468,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": 965.3825759887695, + "msecs": 500.7154941558838, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12050.407886505127, + "relativeCreated": 12064.442873001099, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181421,8 +181484,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,965", - "created": 1610360736.965672, + "asctime": "2021-01-11 11:37:41,501", + "created": 1610361461.501034, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181432,15 +181495,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 965.6720161437988, + "msecs": 501.0340213775635, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12050.697326660156, + "relativeCreated": 12064.761400222778, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181449,8 +181512,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:36,965", - "created": 1610360736.9658387, + "asctime": "2021-01-11 11:37:41,501", + "created": 1610361461.501199, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181460,15 +181523,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 965.8386707305908, + "msecs": 501.19900703430176, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12050.863981246948, + "relativeCreated": 12064.926385879517, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181476,8 +181539,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,966", - "created": 1610360736.9660723, + "asctime": "2021-01-11 11:37:41,501", + "created": 1610361461.5014253, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181487,15 +181550,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 966.0723209381104, + "msecs": 501.42526626586914, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12051.097631454468, + "relativeCreated": 12065.152645111084, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181504,8 +181567,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,966", - "created": 1610360736.966218, + "asctime": "2021-01-11 11:37:41,501", + "created": 1610361461.5015678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181515,15 +181578,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 966.2179946899414, + "msecs": 501.5678405761719, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12051.243305206299, + "relativeCreated": 12065.295219421387, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181531,8 +181594,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,966", - "created": 1610360736.966429, + "asctime": "2021-01-11 11:37:41,501", + "created": 1610361461.501774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181542,15 +181605,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 966.4289951324463, + "msecs": 501.7740726470947, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12051.454305648804, + "relativeCreated": 12065.50145149231, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181559,8 +181622,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,966", - "created": 1610360736.966561, + "asctime": "2021-01-11 11:37:41,501", + "created": 1610361461.5019102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181570,15 +181633,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 966.5610790252686, + "msecs": 501.9102096557617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12051.586389541626, + "relativeCreated": 12065.637588500977, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181586,8 +181649,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,966", - "created": 1610360736.9667704, + "asctime": "2021-01-11 11:37:41,502", + "created": 1610361461.5020998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181597,15 +181660,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 966.7704105377197, + "msecs": 502.09975242614746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12051.795721054077, + "relativeCreated": 12065.827131271362, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181614,8 +181677,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,966", - "created": 1610360736.9669032, + "asctime": "2021-01-11 11:37:41,502", + "created": 1610361461.5022326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181625,15 +181688,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 966.9032096862793, + "msecs": 502.23255157470703, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12051.928520202637, + "relativeCreated": 12065.959930419922, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181641,8 +181704,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,967", - "created": 1610360736.9670765, + "asctime": "2021-01-11 11:37:41,502", + "created": 1610361461.5024147, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181652,15 +181715,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 967.0765399932861, + "msecs": 502.4147033691406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12052.101850509644, + "relativeCreated": 12066.142082214355, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181669,8 +181732,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:36,967", - "created": 1610360736.967206, + "asctime": "2021-01-11 11:37:41,502", + "created": 1610361461.5025465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181680,15 +181743,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 967.2060012817383, + "msecs": 502.5465488433838, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12052.231311798096, + "relativeCreated": 12066.273927688599, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181696,8 +181759,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 11:25:36,967", - "created": 1610360736.9674768, + "asctime": "2021-01-11 11:37:41,502", + "created": 1610361461.5028121, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181707,15 +181770,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": 967.4768447875977, + "msecs": 502.81214714050293, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12052.502155303955, + "relativeCreated": 12066.539525985718, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181723,8 +181786,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 11:25:36,971", - "created": 1610360736.9718544, + "asctime": "2021-01-11 11:37:41,507", + "created": 1610361461.5071661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181734,15 +181797,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": 971.8544483184814, + "msecs": 507.16614723205566, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12056.879758834839, + "relativeCreated": 12070.89352607727, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181750,8 +181813,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:36,972", - "created": 1610360736.972201, + "asctime": "2021-01-11 11:37:41,507", + "created": 1610361461.5075414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181761,15 +181824,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 972.2011089324951, + "msecs": 507.5414180755615, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12057.226419448853, + "relativeCreated": 12071.268796920776, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181778,8 +181841,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:36,972", - "created": 1610360736.9723346, + "asctime": "2021-01-11 11:37:41,507", + "created": 1610361461.5077138, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181789,15 +181852,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": 972.334623336792, + "msecs": 507.71379470825195, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12057.35993385315, + "relativeCreated": 12071.441173553467, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181805,8 +181868,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 11:25:36,972", - "created": 1610360736.9725845, + "asctime": "2021-01-11 11:37:41,507", + "created": 1610361461.5079856, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181816,15 +181879,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": 972.5844860076904, + "msecs": 507.98559188842773, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12057.609796524048, + "relativeCreated": 12071.712970733643, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181835,8 +181898,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:36,972", - "created": 1610360736.9729087, + "asctime": "2021-01-11 11:37:41,508", + "created": 1610361461.5083268, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181846,23 +181909,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 972.9087352752686, + "msecs": 508.32676887512207, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12057.934045791626, + "relativeCreated": 12072.054147720337, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:36,973", - "created": 1610360736.9730945, + "asctime": "2021-01-11 11:37:41,508", + "created": 1610361461.508523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181872,15 +181935,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": 973.0944633483887, + "msecs": 508.52298736572266, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12058.119773864746, + "relativeCreated": 12072.250366210938, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -181890,48 +181953,48 @@ "18", "34" ], - "asctime": "2021-01-11 11:25:37,257", - "created": 1610360737.2575035, + "asctime": "2021-01-11 11:37:41,792", + "created": 1610361461.792974, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 668, + "lineno": 671, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 18; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 257.5035095214844, + "msecs": 792.9739952087402, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12342.528820037842, + "relativeCreated": 12356.701374053955, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 257.7793598175049, + "msecs": 793.3521270751953, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12342.804670333862, + "relativeCreated": 12357.07950592041, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0002758502960205078 + "time_consumption": 0.0003781318664550781 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:37,258", - "created": 1610360737.2584224, + "asctime": "2021-01-11 11:37:41,793", + "created": 1610361461.7939997, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -181948,8 +182011,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:37,258", - "created": 1610360737.258114, + "asctime": "2021-01-11 11:37:41,793", + "created": 1610361461.793691, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -181959,15 +182022,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 258.1140995025635, + "msecs": 793.6909198760986, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12343.13941001892, + "relativeCreated": 12357.418298721313, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -181976,8 +182039,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:37,258", - "created": 1610360737.258277, + "asctime": "2021-01-11 11:37:41,793", + "created": 1610361461.79385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -181987,37 +182050,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 258.27693939208984, + "msecs": 793.8499450683594, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12343.302249908447, + "relativeCreated": 12357.577323913574, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 258.4223747253418, + "msecs": 793.9996719360352, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12343.4476852417, + "relativeCreated": 12357.72705078125, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014543533325195312 + "time_consumption": 0.00014972686767578125 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:37,258", - "created": 1610360737.258949, + "asctime": "2021-01-11 11:37:41,794", + "created": 1610361461.794528, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -182034,8 +182097,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:37,258", - "created": 1610360737.258643, + "asctime": "2021-01-11 11:37:41,794", + "created": 1610361461.7942245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -182045,15 +182108,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 258.64291191101074, + "msecs": 794.2245006561279, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12343.668222427368, + "relativeCreated": 12357.951879501343, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -182062,8 +182125,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:37,258", - "created": 1610360737.258781, + "asctime": "2021-01-11 11:37:41,794", + "created": 1610361461.7943637, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -182073,34 +182136,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 258.78095626831055, + "msecs": 794.3637371063232, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12343.806266784668, + "relativeCreated": 12358.091115951538, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 258.94904136657715, + "msecs": 794.5280075073242, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12343.974351882935, + "relativeCreated": 12358.255386352539, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016808509826660156 + "time_consumption": 0.00016427040100097656 }, { "args": [], - "asctime": "2021-01-11 11:25:37,259", - "created": 1610360737.2593358, + "asctime": "2021-01-11 11:37:41,794", + "created": 1610361461.794917, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -182117,45 +182180,45 @@ "17", "18" ], - "asctime": "2021-01-11 11:25:37,259", - "created": 1610360737.2592015, + "asctime": "2021-01-11 11:37:41,794", + "created": 1610361461.7947822, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=17 and Response=18", "module": "__init__", - "msecs": 259.2015266418457, + "msecs": 794.7821617126465, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12344.226837158203, + "relativeCreated": 12358.509540557861, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 259.3357563018799, + "msecs": 794.917106628418, "msg": "Adding service to server instance for the transmit message", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12344.361066818237, + "relativeCreated": 12358.644485473633, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001342296600341797 + "time_consumption": 0.00013494491577148438 }, { "args": [], - "asctime": "2021-01-11 11:25:37,461", - "created": 1610360737.4612846, + "asctime": "2021-01-11 11:37:41,996", + "created": 1610361461.9968908, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -182174,8 +182237,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:37,259", - "created": 1610360737.2599943, + "asctime": "2021-01-11 11:37:41,795", + "created": 1610361461.7952502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182185,15 +182248,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 259.9942684173584, + "msecs": 795.2501773834229, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12345.019578933716, + "relativeCreated": 12358.977556228638, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -182201,8 +182264,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 11:25:37,260", - "created": 1610360737.26086, + "asctime": "2021-01-11 11:37:41,796", + "created": 1610361461.7965217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182212,15 +182275,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": 260.8599662780762, + "msecs": 796.5216636657715, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12345.885276794434, + "relativeCreated": 12360.249042510986, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182228,8 +182291,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 11:25:37,269", - "created": 1610360737.2691216, + "asctime": "2021-01-11 11:37:41,805", + "created": 1610361461.8050375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182239,15 +182302,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": 269.1216468811035, + "msecs": 805.0374984741211, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12354.146957397461, + "relativeCreated": 12368.764877319336, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182255,8 +182318,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,269", - "created": 1610360737.2693439, + "asctime": "2021-01-11 11:37:41,805", + "created": 1610361461.8053217, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182266,15 +182329,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 269.3438529968262, + "msecs": 805.3216934204102, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12354.369163513184, + "relativeCreated": 12369.049072265625, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182283,8 +182346,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:37,269", - "created": 1610360737.2694561, + "asctime": "2021-01-11 11:37:41,805", + "created": 1610361461.8054855, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182294,15 +182357,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.456148147583, + "msecs": 805.4854869842529, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12354.48145866394, + "relativeCreated": 12369.212865829468, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182310,8 +182373,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,269", - "created": 1610360737.2695894, + "asctime": "2021-01-11 11:37:41,805", + "created": 1610361461.8056855, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182321,15 +182384,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 269.5894241333008, + "msecs": 805.6855201721191, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12354.614734649658, + "relativeCreated": 12369.412899017334, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182338,8 +182401,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,269", - "created": 1610360737.2696824, + "asctime": "2021-01-11 11:37:41,805", + "created": 1610361461.8058288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182349,15 +182412,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.6824073791504, + "msecs": 805.8288097381592, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12354.707717895508, + "relativeCreated": 12369.556188583374, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182365,8 +182428,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,269", - "created": 1610360737.2698195, + "asctime": "2021-01-11 11:37:41,806", + "created": 1610361461.8060594, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182376,15 +182439,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 269.8194980621338, + "msecs": 806.0593605041504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12354.844808578491, + "relativeCreated": 12369.786739349365, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182393,8 +182456,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,269", - "created": 1610360737.2699065, + "asctime": "2021-01-11 11:37:41,806", + "created": 1610361461.8061965, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182404,15 +182467,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 269.90652084350586, + "msecs": 806.1964511871338, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12354.931831359863, + "relativeCreated": 12369.923830032349, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182420,8 +182483,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,270", - "created": 1610360737.2700396, + "asctime": "2021-01-11 11:37:41,806", + "created": 1610361461.8063948, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182431,15 +182494,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.03955841064453, + "msecs": 806.3948154449463, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12355.064868927002, + "relativeCreated": 12370.122194290161, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182448,8 +182511,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,270", - "created": 1610360737.2701344, + "asctime": "2021-01-11 11:37:41,806", + "created": 1610361461.8065283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182459,15 +182522,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.13444900512695, + "msecs": 806.5283298492432, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12355.159759521484, + "relativeCreated": 12370.255708694458, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182475,8 +182538,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,270", - "created": 1610360737.2702515, + "asctime": "2021-01-11 11:37:41,806", + "created": 1610361461.8068485, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182486,15 +182549,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 270.2515125274658, + "msecs": 806.8485260009766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12355.276823043823, + "relativeCreated": 12370.575904846191, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182503,8 +182566,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,270", - "created": 1610360737.2703383, + "asctime": "2021-01-11 11:37:41,807", + "created": 1610361461.8070328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182514,15 +182577,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.3382968902588, + "msecs": 807.0328235626221, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12355.363607406616, + "relativeCreated": 12370.760202407837, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182530,8 +182593,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 11:25:37,270", - "created": 1610360737.2705228, + "asctime": "2021-01-11 11:37:41,807", + "created": 1610361461.8073323, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182541,15 +182604,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": 270.5228328704834, + "msecs": 807.3322772979736, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12355.54814338684, + "relativeCreated": 12371.059656143188, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182557,8 +182620,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 11:25:37,274", - "created": 1610360737.2748523, + "asctime": "2021-01-11 11:37:41,811", + "created": 1610361461.811706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182568,15 +182631,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": 274.8522758483887, + "msecs": 811.7060661315918, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12359.877586364746, + "relativeCreated": 12375.433444976807, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182584,8 +182647,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,275", - "created": 1610360737.2751462, + "asctime": "2021-01-11 11:37:41,812", + "created": 1610361461.8120449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182595,15 +182658,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 275.1462459564209, + "msecs": 812.0448589324951, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12360.171556472778, + "relativeCreated": 12375.77223777771, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182612,8 +182675,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:37,275", - "created": 1610360737.275257, + "asctime": "2021-01-11 11:37:41,812", + "created": 1610361461.8122249, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182623,15 +182686,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": 275.2571105957031, + "msecs": 812.2248649597168, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12360.28242111206, + "relativeCreated": 12375.952243804932, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182639,8 +182702,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 11:25:37,275", - "created": 1610360737.2754505, + "asctime": "2021-01-11 11:37:41,812", + "created": 1610361461.8124824, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182650,15 +182713,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": 275.4504680633545, + "msecs": 812.4823570251465, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12360.475778579712, + "relativeCreated": 12376.209735870361, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182669,8 +182732,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 11:25:37,275", - "created": 1610360737.2757652, + "asctime": "2021-01-11 11:37:41,812", + "created": 1610361461.8128219, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182680,23 +182743,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 275.76518058776855, + "msecs": 812.8218650817871, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12360.790491104126, + "relativeCreated": 12376.549243927002, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,275", - "created": 1610360737.2759008, + "asctime": "2021-01-11 11:37:41,812", + "created": 1610361461.812978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182706,15 +182769,15 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 275.90084075927734, + "msecs": 812.9780292510986, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12360.926151275635, + "relativeCreated": 12376.705408096313, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182725,8 +182788,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:37,276", - "created": 1610360737.2760675, + "asctime": "2021-01-11 11:37:41,813", + "created": 1610361461.8131778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182736,15 +182799,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 276.06749534606934, + "msecs": 813.1778240203857, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12361.092805862427, + "relativeCreated": 12376.9052028656, "stack_info": null, - "thread": 140653560309504, + "thread": 139976457049856, "threadName": "Thread-15" }, { @@ -182752,8 +182815,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 11:25:37,276", - "created": 1610360737.2766254, + "asctime": "2021-01-11 11:37:41,814", + "created": 1610361461.81426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182763,15 +182826,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": 276.625394821167, + "msecs": 814.2600059509277, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12361.650705337524, + "relativeCreated": 12377.987384796143, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182779,8 +182842,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 11:25:37,285", - "created": 1610360737.2850041, + "asctime": "2021-01-11 11:37:41,822", + "created": 1610361461.8226266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182790,15 +182853,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": 285.0041389465332, + "msecs": 822.6265907287598, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12370.02944946289, + "relativeCreated": 12386.353969573975, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182806,8 +182869,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,285", - "created": 1610360737.2852855, + "asctime": "2021-01-11 11:37:41,822", + "created": 1610361461.8228643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182817,15 +182880,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 285.28547286987305, + "msecs": 822.864294052124, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12370.31078338623, + "relativeCreated": 12386.591672897339, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182834,8 +182897,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:37,285", - "created": 1610360737.2854495, + "asctime": "2021-01-11 11:37:41,822", + "created": 1610361461.8229935, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182845,15 +182908,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 285.4495048522949, + "msecs": 822.9935169219971, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12370.474815368652, + "relativeCreated": 12386.720895767212, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182861,8 +182924,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,285", - "created": 1610360737.285649, + "asctime": "2021-01-11 11:37:41,823", + "created": 1610361461.8231492, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182872,15 +182935,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 285.64906120300293, + "msecs": 823.1492042541504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12370.67437171936, + "relativeCreated": 12386.876583099365, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182889,8 +182952,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,285", - "created": 1610360737.2857924, + "asctime": "2021-01-11 11:37:41,823", + "created": 1610361461.8232636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182900,15 +182963,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 285.79235076904297, + "msecs": 823.2636451721191, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12370.8176612854, + "relativeCreated": 12386.991024017334, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182916,8 +182979,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,286", - "created": 1610360737.2860014, + "asctime": "2021-01-11 11:37:41,823", + "created": 1610361461.8234274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182927,15 +182990,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.00144386291504, + "msecs": 823.4274387359619, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12371.026754379272, + "relativeCreated": 12387.154817581177, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182944,8 +183007,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,286", - "created": 1610360737.2861347, + "asctime": "2021-01-11 11:37:41,823", + "created": 1610361461.823532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182955,15 +183018,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.1347198486328, + "msecs": 823.5321044921875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12371.16003036499, + "relativeCreated": 12387.259483337402, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182971,8 +183034,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,286", - "created": 1610360737.2863204, + "asctime": "2021-01-11 11:37:41,823", + "created": 1610361461.8237112, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182982,15 +183045,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.32044792175293, + "msecs": 823.7111568450928, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12371.34575843811, + "relativeCreated": 12387.438535690308, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -182999,8 +183062,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,286", - "created": 1610360737.286451, + "asctime": "2021-01-11 11:37:41,823", + "created": 1610361461.8238199, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183010,15 +183073,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.4511013031006, + "msecs": 823.8198757171631, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12371.476411819458, + "relativeCreated": 12387.547254562378, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183026,8 +183089,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,286", - "created": 1610360737.286624, + "asctime": "2021-01-11 11:37:41,823", + "created": 1610361461.8239558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183037,15 +183100,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.6239547729492, + "msecs": 823.955774307251, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12371.649265289307, + "relativeCreated": 12387.683153152466, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183054,8 +183117,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,286", - "created": 1610360737.2867796, + "asctime": "2021-01-11 11:37:41,824", + "created": 1610361461.8240583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183065,15 +183128,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.77964210510254, + "msecs": 824.0582942962646, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12371.80495262146, + "relativeCreated": 12387.78567314148, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183081,8 +183144,8 @@ "comm-server:", "(8): 6c 7d bd 30 46 9b 3a 3e" ], - "asctime": "2021-01-11 11:25:37,287", - "created": 1610360737.2870321, + "asctime": "2021-01-11 11:37:41,824", + "created": 1610361461.8242548, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183092,15 +183155,15 @@ "lineno": 284, "message": "comm-server: TX -> (8): 6c 7d bd 30 46 9b 3a 3e", "module": "__init__", - "msecs": 287.0321273803711, + "msecs": 824.2547512054443, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12372.057437896729, + "relativeCreated": 12387.98213005066, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183108,8 +183171,8 @@ "comm-client:", "(8): 6c 7d bd 30 46 9b 3a 3e" ], - "asctime": "2021-01-11 11:25:37,288", - "created": 1610360737.2884262, + "asctime": "2021-01-11 11:37:41,825", + "created": 1610361461.8255193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183119,15 +183182,15 @@ "lineno": 414, "message": "comm-client: RX <- (8): 6c 7d bd 30 46 9b 3a 3e", "module": "__init__", - "msecs": 288.42616081237793, + "msecs": 825.519323348999, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12373.451471328735, + "relativeCreated": 12389.246702194214, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183135,8 +183198,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,288", - "created": 1610360737.2887754, + "asctime": "2021-01-11 11:37:41,825", + "created": 1610361461.8257246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183146,15 +183209,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 288.7754440307617, + "msecs": 825.7246017456055, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12373.80075454712, + "relativeCreated": 12389.45198059082, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183163,8 +183226,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:37,288", - "created": 1610360737.288953, + "asctime": "2021-01-11 11:37:41,825", + "created": 1610361461.8258598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183174,15 +183237,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": 288.9530658721924, + "msecs": 825.859785079956, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12373.97837638855, + "relativeCreated": 12389.58716392517, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183190,8 +183253,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 11:25:37,289", - "created": 1610360737.289205, + "asctime": "2021-01-11 11:37:41,826", + "created": 1610361461.8260756, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183201,15 +183264,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": 289.20507431030273, + "msecs": 826.075553894043, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12374.23038482666, + "relativeCreated": 12389.802932739258, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { @@ -183220,8 +183283,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:37,289", - "created": 1610360737.2895575, + "asctime": "2021-01-11 11:37:41,826", + "created": 1610361461.8263757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183231,23 +183294,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 289.55745697021484, + "msecs": 826.3757228851318, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12374.582767486572, + "relativeCreated": 12390.103101730347, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,289", - "created": 1610360737.289781, + "asctime": "2021-01-11 11:37:41,826", + "created": 1610361461.8265536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183257,37 +183320,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": 289.7810935974121, + "msecs": 826.5535831451416, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12374.80640411377, + "relativeCreated": 12390.280961990356, "stack_info": null, - "thread": 140653551916800, + "thread": 139976448657152, "threadName": "Thread-16" } ], - "msecs": 461.2846374511719, + "msecs": 996.8907833099365, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12546.30994796753, + "relativeCreated": 12560.618162155151, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17150354385375977 + "time_consumption": 0.17033720016479492 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 11:25:37,462", - "created": 1610360737.4620867, + "asctime": "2021-01-11 11:37:41,997", + "created": 1610361461.9976802, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183304,8 +183367,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:37,461", - "created": 1610360737.4617536, + "asctime": "2021-01-11 11:37:41,997", + "created": 1610361461.9973578, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183315,15 +183378,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 461.75360679626465, + "msecs": 997.3578453063965, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12546.778917312622, + "relativeCreated": 12561.085224151611, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183332,8 +183395,8 @@ "True", "" ], - "asctime": "2021-01-11 11:25:37,461", - "created": 1610360737.461934, + "asctime": "2021-01-11 11:37:41,997", + "created": 1610361461.997529, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183343,37 +183406,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 461.93408966064453, + "msecs": 997.5290298461914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12546.959400177002, + "relativeCreated": 12561.256408691406, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 462.08667755126953, + "msecs": 997.6801872253418, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12547.111988067627, + "relativeCreated": 12561.407566070557, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.000152587890625 + "time_consumption": 0.00015115737915039062 }, { "args": [ "{'data_id': 34, 'service_id': 18, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:37,462", - "created": 1610360737.4626956, + "asctime": "2021-01-11 11:37:41,998", + "created": 1610361461.9982774, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183390,8 +183453,8 @@ "{'data_id': 34, 'service_id': 18, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:37,462", - "created": 1610360737.4623394, + "asctime": "2021-01-11 11:37:41,997", + "created": 1610361461.9979472, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183401,15 +183464,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 18, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 462.3394012451172, + "msecs": 997.9472160339355, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12547.364711761475, + "relativeCreated": 12561.67459487915, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183418,8 +183481,8 @@ "{'service_id': 18, 'data_id': 34, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:37,462", - "created": 1610360737.4625475, + "asctime": "2021-01-11 11:37:41,998", + "created": 1610361461.9981198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183429,41 +183492,41 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 18, 'data_id': 34, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 462.54754066467285, + "msecs": 998.1198310852051, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12547.57285118103, + "relativeCreated": 12561.84720993042, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 462.6955986022949, + "msecs": 998.2774257659912, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12547.720909118652, + "relativeCreated": 12562.004804611206, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001480579376220703 + "time_consumption": 0.0001575946807861328 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.8573606014251709, - "time_finished": "2021-01-11 11:25:37,462", - "time_start": "2021-01-11 11:25:36,605" + "time_consumption": 0.8601710796356201, + "time_finished": "2021-01-11 11:37:41,998", + "time_start": "2021-01-11 11:37:41,138" }, "_k7opsE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:39,894", - "created": 1610360739.8949027, + "asctime": "2021-01-11 11:37:44,425", + "created": 1610361464.425733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183474,19 +183537,19 @@ "message": "_k7opsE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 894.9027061462402, + "msecs": 425.7330894470215, "msg": "_k7opsE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14979.928016662598, + "relativeCreated": 14989.460468292236, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.9025228, + "asctime": "2021-01-11 11:37:44,435", + "created": 1610361464.4358187, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -183501,8 +183564,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:39,896", - "created": 1610360739.8964405, + "asctime": "2021-01-11 11:37:44,426", + "created": 1610361464.4267175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183512,23 +183575,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 896.4405059814453, + "msecs": 426.71751976013184, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14981.465816497803, + "relativeCreated": 14990.444898605347, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,897", - "created": 1610360739.8973417, + "asctime": "2021-01-11 11:37:44,428", + "created": 1610361464.4287326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183538,23 +183601,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 897.3417282104492, + "msecs": 428.73263359069824, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14982.367038726807, + "relativeCreated": 14992.460012435913, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,897", - "created": 1610360739.897557, + "asctime": "2021-01-11 11:37:44,429", + "created": 1610361464.4290266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183564,23 +183627,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 897.5570201873779, + "msecs": 429.02660369873047, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14982.582330703735, + "relativeCreated": 14992.753982543945, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,897", - "created": 1610360739.8978941, + "asctime": "2021-01-11 11:37:44,429", + "created": 1610361464.4293704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183590,15 +183653,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 897.8941440582275, + "msecs": 429.3704032897949, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14982.919454574585, + "relativeCreated": 14993.09778213501, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183607,26 +183670,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:39,898", - "created": 1610360739.8980749, + "asctime": "2021-01-11 11:37:44,429", + "created": 1610361464.4295697, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 898.0748653411865, + "msecs": 429.5697212219238, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14983.100175857544, + "relativeCreated": 14993.297100067139, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183634,26 +183697,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,898", - "created": 1610360739.8983116, + "asctime": "2021-01-11 11:37:44,429", + "created": 1610361464.4298062, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 898.3116149902344, + "msecs": 429.8062324523926, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14983.336925506592, + "relativeCreated": 14993.533611297607, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183661,26 +183724,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,898", - "created": 1610360739.898482, + "asctime": "2021-01-11 11:37:44,429", + "created": 1610361464.4299707, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 898.482084274292, + "msecs": 429.97074127197266, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14983.50739479065, + "relativeCreated": 14993.698120117188, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183688,26 +183751,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:39,898", - "created": 1610360739.898637, + "asctime": "2021-01-11 11:37:44,430", + "created": 1610361464.4301186, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 898.637056350708, + "msecs": 430.1185607910156, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14983.662366867065, + "relativeCreated": 14993.84593963623, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183715,26 +183778,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:39,898", - "created": 1610360739.8987994, + "asctime": "2021-01-11 11:37:44,430", + "created": 1610361464.4302616, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 898.7994194030762, + "msecs": 430.26161193847656, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14983.824729919434, + "relativeCreated": 14993.988990783691, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183744,8 +183807,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:39,898", - "created": 1610360739.8989694, + "asctime": "2021-01-11 11:37:44,430", + "created": 1610361464.4304192, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183755,15 +183818,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 898.9694118499756, + "msecs": 430.4192066192627, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14983.994722366333, + "relativeCreated": 14994.146585464478, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183773,8 +183836,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:39,899", - "created": 1610360739.8991287, + "asctime": "2021-01-11 11:37:44,430", + "created": 1610361464.4305897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183784,15 +183847,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 899.1286754608154, + "msecs": 430.5896759033203, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14984.153985977173, + "relativeCreated": 14994.317054748535, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183802,8 +183865,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:39,899", - "created": 1610360739.89928, + "asctime": "2021-01-11 11:37:44,430", + "created": 1610361464.4307573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183813,15 +183876,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 899.2800712585449, + "msecs": 430.7572841644287, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14984.305381774902, + "relativeCreated": 14994.484663009644, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183831,8 +183894,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:39,899", - "created": 1610360739.8994288, + "asctime": "2021-01-11 11:37:44,430", + "created": 1610361464.4309092, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183842,23 +183905,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 899.4288444519043, + "msecs": 430.9091567993164, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14984.454154968262, + "relativeCreated": 14994.636535644531, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,899", - "created": 1610360739.8995616, + "asctime": "2021-01-11 11:37:44,431", + "created": 1610361464.4310431, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183868,15 +183931,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 899.5616436004639, + "msecs": 431.0431480407715, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14984.586954116821, + "relativeCreated": 14994.770526885986, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183885,26 +183948,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:39,899", - "created": 1610360739.8997247, + "asctime": "2021-01-11 11:37:44,431", + "created": 1610361464.4312067, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 899.7247219085693, + "msecs": 431.20670318603516, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14984.750032424927, + "relativeCreated": 14994.93408203125, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183912,26 +183975,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:39,899", - "created": 1610360739.8998888, + "asctime": "2021-01-11 11:37:44,431", + "created": 1610361464.431372, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 899.8887538909912, + "msecs": 431.37192726135254, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14984.914064407349, + "relativeCreated": 14995.099306106567, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183939,26 +184002,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:39,900", - "created": 1610360739.900033, + "asctime": "2021-01-11 11:37:44,431", + "created": 1610361464.4315155, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 900.0329971313477, + "msecs": 431.5154552459717, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14985.058307647705, + "relativeCreated": 14995.242834091187, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183968,8 +184031,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:39,900", - "created": 1610360739.9001958, + "asctime": "2021-01-11 11:37:44,431", + "created": 1610361464.4316661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183979,15 +184042,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 900.195837020874, + "msecs": 431.66613578796387, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14985.221147537231, + "relativeCreated": 14995.393514633179, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -183997,8 +184060,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:39,900", - "created": 1610360739.9003654, + "asctime": "2021-01-11 11:37:44,431", + "created": 1610361464.4318295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184008,15 +184071,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 900.3653526306152, + "msecs": 431.82945251464844, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14985.390663146973, + "relativeCreated": 14995.556831359863, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184025,26 +184088,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:39,900", - "created": 1610360739.9005125, + "asctime": "2021-01-11 11:37:44,431", + "created": 1610361464.4319766, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 900.5124568939209, + "msecs": 431.9765567779541, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14985.537767410278, + "relativeCreated": 14995.703935623169, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184053,26 +184116,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:39,900", - "created": 1610360739.90065, + "asctime": "2021-01-11 11:37:44,432", + "created": 1610361464.432114, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 900.6500244140625, + "msecs": 432.1138858795166, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14985.67533493042, + "relativeCreated": 14995.841264724731, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184081,34 +184144,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:39,900", - "created": 1610360739.9008076, + "asctime": "2021-01-11 11:37:44,432", + "created": 1610361464.4322495, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 900.8076190948486, + "msecs": 432.2495460510254, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14985.832929611206, + "relativeCreated": 14995.97692489624, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,900", - "created": 1610360739.9008813, + "asctime": "2021-01-11 11:37:44,432", + "created": 1610361464.4323885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184118,23 +184181,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 900.881290435791, + "msecs": 432.3885440826416, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14985.906600952148, + "relativeCreated": 14996.115922927856, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9010222, + "asctime": "2021-01-11 11:37:44,432", + "created": 1610361464.432661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184144,15 +184207,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 901.02219581604, + "msecs": 432.6610565185547, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.047506332397, + "relativeCreated": 14996.38843536377, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184161,26 +184224,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9011006, + "asctime": "2021-01-11 11:37:44,432", + "created": 1610361464.4328525, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 901.1006355285645, + "msecs": 432.85250663757324, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.125946044922, + "relativeCreated": 14996.579885482788, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184188,26 +184251,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9011996, + "asctime": "2021-01-11 11:37:44,433", + "created": 1610361464.4330707, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 901.1995792388916, + "msecs": 433.0706596374512, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.224889755249, + "relativeCreated": 14996.798038482666, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184215,26 +184278,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9012733, + "asctime": "2021-01-11 11:37:44,433", + "created": 1610361464.4332185, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 901.273250579834, + "msecs": 433.21847915649414, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.298561096191, + "relativeCreated": 14996.945858001709, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184242,26 +184305,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9013531, + "asctime": "2021-01-11 11:37:44,433", + "created": 1610361464.4333606, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 901.353120803833, + "msecs": 433.3605766296387, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.37843132019, + "relativeCreated": 14997.087955474854, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184269,26 +184332,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9014227, + "asctime": "2021-01-11 11:37:44,433", + "created": 1610361464.4334981, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 901.4227390289307, + "msecs": 433.4981441497803, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.448049545288, + "relativeCreated": 14997.225522994995, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184298,8 +184361,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9014974, + "asctime": "2021-01-11 11:37:44,433", + "created": 1610361464.4336452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184309,15 +184372,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 901.4973640441895, + "msecs": 433.64524841308594, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.522674560547, + "relativeCreated": 14997.3726272583, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184327,8 +184390,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.901579, + "asctime": "2021-01-11 11:37:44,433", + "created": 1610361464.4338086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184338,15 +184401,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 901.5789031982422, + "msecs": 433.8085651397705, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.6042137146, + "relativeCreated": 14997.535943984985, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184356,8 +184419,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9016542, + "asctime": "2021-01-11 11:37:44,433", + "created": 1610361464.4339604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184367,15 +184430,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 901.6542434692383, + "msecs": 433.9604377746582, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.679553985596, + "relativeCreated": 14997.687816619873, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184385,8 +184448,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9017336, + "asctime": "2021-01-11 11:37:44,434", + "created": 1610361464.434119, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184396,23 +184459,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 901.7336368560791, + "msecs": 434.11898612976074, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.758947372437, + "relativeCreated": 14997.846364974976, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9018009, + "asctime": "2021-01-11 11:37:44,434", + "created": 1610361464.4342513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184422,15 +184485,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 901.8008708953857, + "msecs": 434.2513084411621, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.826181411743, + "relativeCreated": 14997.978687286377, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184439,26 +184502,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9018755, + "asctime": "2021-01-11 11:37:44,434", + "created": 1610361464.4344523, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 901.8754959106445, + "msecs": 434.4522953033447, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.900806427002, + "relativeCreated": 14998.17967414856, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184466,26 +184529,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:39,901", - "created": 1610360739.9019558, + "asctime": "2021-01-11 11:37:44,434", + "created": 1610361464.4346645, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 901.9558429718018, + "msecs": 434.6644878387451, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14986.98115348816, + "relativeCreated": 14998.39186668396, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184493,26 +184556,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.9020274, + "asctime": "2021-01-11 11:37:44,434", + "created": 1610361464.4348106, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 902.0273685455322, + "msecs": 434.8106384277344, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.05267906189, + "relativeCreated": 14998.53801727295, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184522,8 +184585,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.9021003, + "asctime": "2021-01-11 11:37:44,434", + "created": 1610361464.4349582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184533,15 +184596,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 902.1003246307373, + "msecs": 434.95821952819824, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.125635147095, + "relativeCreated": 14998.685598373413, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184551,8 +184614,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.9021802, + "asctime": "2021-01-11 11:37:44,435", + "created": 1610361464.4351099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184562,15 +184625,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 902.1801948547363, + "msecs": 435.10985374450684, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.205505371094, + "relativeCreated": 14998.837232589722, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184579,26 +184642,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.902252, + "asctime": "2021-01-11 11:37:44,435", + "created": 1610361464.435255, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 902.2519588470459, + "msecs": 435.2550506591797, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.277269363403, + "relativeCreated": 14998.982429504395, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184607,26 +184670,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.90232, + "asctime": "2021-01-11 11:37:44,435", + "created": 1610361464.4353921, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 902.3199081420898, + "msecs": 435.3921413421631, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.345218658447, + "relativeCreated": 14999.119520187378, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184635,34 +184698,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.902387, + "asctime": "2021-01-11 11:37:44,435", + "created": 1610361464.4355261, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 902.3869037628174, + "msecs": 435.52613258361816, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.412214279175, + "relativeCreated": 14999.253511428833, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.902459, + "asctime": "2021-01-11 11:37:44,435", + "created": 1610361464.4356773, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184672,34 +184735,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 902.458906173706, + "msecs": 435.67728996276855, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.484216690063, + "relativeCreated": 14999.404668807983, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 902.5228023529053, + "msecs": 435.8186721801758, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.548112869263, + "relativeCreated": 14999.54605102539, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 6.389617919921875e-05 + "time_consumption": 0.00014138221740722656 }, { "args": [], - "asctime": "2021-01-11 11:25:40,246", - "created": 1610360740.2466629, + "asctime": "2021-01-11 11:37:44,780", + "created": 1610361464.780275, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -184714,8 +184777,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.902672, + "asctime": "2021-01-11 11:37:44,436", + "created": 1610361464.4361122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184725,23 +184788,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 902.6720523834229, + "msecs": 436.1121654510498, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.69736289978, + "relativeCreated": 14999.839544296265, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.9027426, + "asctime": "2021-01-11 11:37:44,436", + "created": 1610361464.4362643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184751,23 +184814,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 902.7426242828369, + "msecs": 436.2642765045166, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.767934799194, + "relativeCreated": 14999.991655349731, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.9028125, + "asctime": "2021-01-11 11:37:44,436", + "created": 1610361464.4364214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184777,15 +184840,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 902.8124809265137, + "msecs": 436.42139434814453, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.837791442871, + "relativeCreated": 15000.14877319336, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184796,8 +184859,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,902", - "created": 1610360739.902946, + "asctime": "2021-01-11 11:37:44,436", + "created": 1610361464.4366775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184807,23 +184870,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 902.9459953308105, + "msecs": 436.6774559020996, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14987.971305847168, + "relativeCreated": 15000.404834747314, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,903", - "created": 1610360739.9032328, + "asctime": "2021-01-11 11:37:44,436", + "created": 1610361464.436943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184833,23 +184896,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 903.2328128814697, + "msecs": 436.94305419921875, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14988.258123397827, + "relativeCreated": 15000.670433044434, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:39,903", - "created": 1610360739.903317, + "asctime": "2021-01-11 11:37:44,436", + "created": 1610361464.4369934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184859,23 +184922,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 903.3169746398926, + "msecs": 436.9933605194092, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14988.34228515625, + "relativeCreated": 15000.720739364624, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:39,903", - "created": 1610360739.9033911, + "asctime": "2021-01-11 11:37:44,437", + "created": 1610361464.4370382, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184885,15 +184948,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 903.3911228179932, + "msecs": 437.0381832122803, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14988.41643333435, + "relativeCreated": 15000.765562057495, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -184901,8 +184964,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 11:25:39,903", - "created": 1610360739.9036756, + "asctime": "2021-01-11 11:37:44,437", + "created": 1610361464.4371693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184912,15 +184975,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": 903.6755561828613, + "msecs": 437.16931343078613, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14988.700866699219, + "relativeCreated": 15000.896692276001, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -184928,8 +184991,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 11:25:39,911", - "created": 1610360739.9119673, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4453187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184939,15 +185002,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": 911.9672775268555, + "msecs": 445.31869888305664, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14996.992588043213, + "relativeCreated": 15009.046077728271, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -184955,8 +185018,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.9121323, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4454467, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -184966,15 +185029,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 912.1322631835938, + "msecs": 445.4467296600342, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.157573699951, + "relativeCreated": 15009.174108505249, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -184983,8 +185046,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.91222, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4454985, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -184994,15 +185057,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 912.2200012207031, + "msecs": 445.4984664916992, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.24531173706, + "relativeCreated": 15009.225845336914, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185010,8 +185073,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.9123194, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4455626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185021,15 +185084,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 912.3194217681885, + "msecs": 445.56260108947754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.344732284546, + "relativeCreated": 15009.289979934692, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185038,8 +185101,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.912389, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.445606, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185049,15 +185112,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 912.3890399932861, + "msecs": 445.605993270874, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.414350509644, + "relativeCreated": 15009.333372116089, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185065,8 +185128,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.912514, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4456673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185076,15 +185139,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 912.5139713287354, + "msecs": 445.6672668457031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.539281845093, + "relativeCreated": 15009.394645690918, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185093,8 +185156,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.912632, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4457078, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185104,15 +185167,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 912.6319885253906, + "msecs": 445.7077980041504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.657299041748, + "relativeCreated": 15009.435176849365, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185120,8 +185183,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.912757, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4457624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185131,15 +185194,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 912.7569198608398, + "msecs": 445.76239585876465, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.782230377197, + "relativeCreated": 15009.48977470398, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185148,8 +185211,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.9128323, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4458017, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185159,15 +185222,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 912.8322601318359, + "msecs": 445.8017349243164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.857570648193, + "relativeCreated": 15009.529113769531, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185175,8 +185238,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.9129224, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4458585, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185186,15 +185249,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 912.9223823547363, + "msecs": 445.8584785461426, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14997.947692871094, + "relativeCreated": 15009.585857391357, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185203,8 +185266,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,912", - "created": 1610360739.9129884, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4458985, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185214,15 +185277,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 912.9884243011475, + "msecs": 445.89853286743164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14998.013734817505, + "relativeCreated": 15009.625911712646, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185230,8 +185293,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:39,913", - "created": 1610360739.9131165, + "asctime": "2021-01-11 11:37:44,445", + "created": 1610361464.4459765, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185241,15 +185304,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 913.116455078125, + "msecs": 445.97649574279785, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14998.141765594482, + "relativeCreated": 15009.703874588013, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185257,8 +185320,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:39,914", - "created": 1610360739.914106, + "asctime": "2021-01-11 11:37:44,446", + "created": 1610361464.4469194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185268,15 +185331,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 914.1058921813965, + "msecs": 446.91944122314453, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14999.131202697754, + "relativeCreated": 15010.64682006836, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185284,8 +185347,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,914", - "created": 1610360739.9142797, + "asctime": "2021-01-11 11:37:44,447", + "created": 1610361464.447044, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185295,15 +185358,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 914.2796993255615, + "msecs": 447.04389572143555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14999.305009841919, + "relativeCreated": 15010.77127456665, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185312,8 +185375,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,914", - "created": 1610360739.9143806, + "asctime": "2021-01-11 11:37:44,447", + "created": 1610361464.4471061, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185323,15 +185386,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": 914.3805503845215, + "msecs": 447.10612297058105, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14999.405860900879, + "relativeCreated": 15010.833501815796, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185339,8 +185402,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 11:25:39,914", - "created": 1610360739.914505, + "asctime": "2021-01-11 11:37:44,447", + "created": 1610361464.447182, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185350,15 +185413,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": 914.5050048828125, + "msecs": 447.18194007873535, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14999.53031539917, + "relativeCreated": 15010.90931892395, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185369,8 +185432,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,914", - "created": 1610360739.9146986, + "asctime": "2021-01-11 11:37:44,447", + "created": 1610361464.4473135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185380,15 +185443,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 914.698600769043, + "msecs": 447.3135471343994, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14999.7239112854, + "relativeCreated": 15011.040925979614, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185396,26 +185459,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:39,914", - "created": 1610360739.914793, + "asctime": "2021-01-11 11:37:44,447", + "created": 1610361464.447376, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 914.7930145263672, + "msecs": 447.376012802124, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14999.818325042725, + "relativeCreated": 15011.103391647339, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185426,8 +185489,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,914", - "created": 1610360739.914918, + "asctime": "2021-01-11 11:37:44,447", + "created": 1610361464.4474564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185437,15 +185500,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 914.9179458618164, + "msecs": 447.45635986328125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 14999.943256378174, + "relativeCreated": 15011.183738708496, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -185453,8 +185516,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 11:25:39,915", - "created": 1610360739.9153361, + "asctime": "2021-01-11 11:37:44,447", + "created": 1610361464.4478023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185464,15 +185527,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": 915.3361320495605, + "msecs": 447.8023052215576, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15000.361442565918, + "relativeCreated": 15011.529684066772, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185480,8 +185543,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 11:25:39,923", - "created": 1610360739.9236178, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4561408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185491,15 +185554,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": 923.6178398132324, + "msecs": 456.14075660705566, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15008.64315032959, + "relativeCreated": 15019.86813545227, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185507,8 +185570,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,923", - "created": 1610360739.9238222, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4563046, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185518,15 +185581,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 923.8221645355225, + "msecs": 456.30455017089844, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15008.84747505188, + "relativeCreated": 15020.031929016113, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185535,8 +185598,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:39,923", - "created": 1610360739.9239342, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4563956, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185546,15 +185609,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 923.9342212677002, + "msecs": 456.39562606811523, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15008.959531784058, + "relativeCreated": 15020.12300491333, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185562,8 +185625,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.9240673, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4565015, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185573,15 +185636,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 924.0672588348389, + "msecs": 456.5014839172363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.092569351196, + "relativeCreated": 15020.228862762451, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185590,8 +185653,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.9241612, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.456594, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185601,15 +185664,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 924.1611957550049, + "msecs": 456.59399032592773, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.186506271362, + "relativeCreated": 15020.321369171143, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185617,8 +185680,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.9242985, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4567022, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185628,15 +185691,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 924.2985248565674, + "msecs": 456.70223236083984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.323835372925, + "relativeCreated": 15020.429611206055, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185645,8 +185708,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.9244068, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4568048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185656,15 +185719,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 924.4067668914795, + "msecs": 456.8047523498535, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.432077407837, + "relativeCreated": 15020.532131195068, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185672,8 +185735,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.924529, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4569037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185683,15 +185746,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 924.5290756225586, + "msecs": 456.90369606018066, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.554386138916, + "relativeCreated": 15020.631074905396, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185700,8 +185763,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.9246287, + "asctime": "2021-01-11 11:37:44,456", + "created": 1610361464.4569774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185711,15 +185774,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 924.628734588623, + "msecs": 456.97736740112305, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.65404510498, + "relativeCreated": 15020.704746246338, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185727,8 +185790,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.9247673, + "asctime": "2021-01-11 11:37:44,457", + "created": 1610361464.4570699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185738,15 +185801,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 924.767255783081, + "msecs": 457.06987380981445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.792566299438, + "relativeCreated": 15020.79725265503, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185755,8 +185818,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:39,924", - "created": 1610360739.924861, + "asctime": "2021-01-11 11:37:44,457", + "created": 1610361464.4571397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185766,15 +185829,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 924.860954284668, + "msecs": 457.1397304534912, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15009.886264801025, + "relativeCreated": 15020.867109298706, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185782,8 +185845,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:39,925", - "created": 1610360739.9250278, + "asctime": "2021-01-11 11:37:44,457", + "created": 1610361464.457264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185793,15 +185856,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 925.0278472900391, + "msecs": 457.2639465332031, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15010.053157806396, + "relativeCreated": 15020.991325378418, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185809,8 +185872,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:39,926", - "created": 1610360739.9260695, + "asctime": "2021-01-11 11:37:44,458", + "created": 1610361464.4582705, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185820,15 +185883,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 926.0694980621338, + "msecs": 458.2705497741699, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15011.094808578491, + "relativeCreated": 15021.997928619385, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185836,8 +185899,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:39,926", - "created": 1610360739.9262912, + "asctime": "2021-01-11 11:37:44,458", + "created": 1610361464.458451, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185847,15 +185910,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 926.2912273406982, + "msecs": 458.4510326385498, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15011.316537857056, + "relativeCreated": 15022.178411483765, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185864,8 +185927,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:39,926", - "created": 1610360739.926403, + "asctime": "2021-01-11 11:37:44,458", + "created": 1610361464.4585586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185875,15 +185938,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": 926.4030456542969, + "msecs": 458.5585594177246, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15011.428356170654, + "relativeCreated": 15022.28593826294, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185891,8 +185954,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 11:25:39,926", - "created": 1610360739.9265656, + "asctime": "2021-01-11 11:37:44,458", + "created": 1610361464.4586918, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185902,15 +185965,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": 926.5656471252441, + "msecs": 458.6918354034424, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15011.590957641602, + "relativeCreated": 15022.419214248657, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185921,8 +185984,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:39,926", - "created": 1610360739.9268184, + "asctime": "2021-01-11 11:37:44,458", + "created": 1610361464.4588978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185932,15 +185995,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 926.8183708190918, + "msecs": 458.89782905578613, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15011.84368133545, + "relativeCreated": 15022.625207901001, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -185948,8 +186011,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:39,926", - "created": 1610360739.926941, + "asctime": "2021-01-11 11:37:44,458", + "created": 1610361464.4589972, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185959,34 +186022,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 926.94091796875, + "msecs": 458.9972496032715, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15011.966228485107, + "relativeCreated": 15022.724628448486, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" } ], - "msecs": 246.66285514831543, + "msecs": 780.2751064300537, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15331.688165664673, + "relativeCreated": 15344.002485275269, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.31972193717956543 + "time_consumption": 0.3212778568267822 }, { "args": [], - "asctime": "2021-01-11 11:25:40,247", - "created": 1610360740.2473798, + "asctime": "2021-01-11 11:37:44,781", + "created": 1610361464.7810345, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -186004,8 +186067,8 @@ "None", "None" ], - "asctime": "2021-01-11 11:25:40,247", - "created": 1610360740.2471898, + "asctime": "2021-01-11 11:37:44,780", + "created": 1610361464.7808437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186015,34 +186078,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=None", "module": "__init__", - "msecs": 247.18976020812988, + "msecs": 780.8437347412109, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15332.215070724487, + "relativeCreated": 15344.571113586426, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 247.37977981567383, + "msecs": 781.0344696044922, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15332.405090332031, + "relativeCreated": 15344.761848449707, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001900196075439453 + "time_consumption": 0.00019073486328125 }, { "args": [], - "asctime": "2021-01-11 11:25:40,448", - "created": 1610360740.4489865, + "asctime": "2021-01-11 11:37:44,982", + "created": 1610361464.9826884, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -186061,8 +186124,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:40,247", - "created": 1610360740.2477398, + "asctime": "2021-01-11 11:37:44,781", + "created": 1610361464.781453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186072,15 +186135,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 247.7397918701172, + "msecs": 781.4528942108154, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15332.765102386475, + "relativeCreated": 15345.18027305603, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -186088,8 +186151,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 11:25:40,248", - "created": 1610360740.2486067, + "asctime": "2021-01-11 11:37:44,782", + "created": 1610361464.7826364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186099,15 +186162,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": 248.60668182373047, + "msecs": 782.6364040374756, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15333.631992340088, + "relativeCreated": 15346.36378288269, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186115,8 +186178,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 11:25:40,257", - "created": 1610360740.2571018, + "asctime": "2021-01-11 11:37:44,791", + "created": 1610361464.79102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186126,15 +186189,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": 257.10177421569824, + "msecs": 791.0199165344238, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15342.127084732056, + "relativeCreated": 15354.747295379639, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186142,8 +186205,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,257", - "created": 1610360740.2574067, + "asctime": "2021-01-11 11:37:44,791", + "created": 1610361464.7913213, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186153,15 +186216,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 257.40671157836914, + "msecs": 791.3212776184082, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15342.432022094727, + "relativeCreated": 15355.048656463623, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186170,8 +186233,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:40,257", - "created": 1610360740.257569, + "asctime": "2021-01-11 11:37:44,791", + "created": 1610361464.7914846, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186181,15 +186244,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 257.5690746307373, + "msecs": 791.4845943450928, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15342.594385147095, + "relativeCreated": 15355.211973190308, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186197,8 +186260,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,257", - "created": 1610360740.2577677, + "asctime": "2021-01-11 11:37:44,791", + "created": 1610361464.7917883, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186208,15 +186271,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 257.7676773071289, + "msecs": 791.7883396148682, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15342.792987823486, + "relativeCreated": 15355.515718460083, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186225,8 +186288,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,257", - "created": 1610360740.2579055, + "asctime": "2021-01-11 11:37:44,791", + "created": 1610361464.7919283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186236,15 +186299,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.9054832458496, + "msecs": 791.9282913208008, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15342.930793762207, + "relativeCreated": 15355.655670166016, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186252,8 +186315,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,258", - "created": 1610360740.2581072, + "asctime": "2021-01-11 11:37:44,792", + "created": 1610361464.792128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186263,15 +186326,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 258.10718536376953, + "msecs": 792.1280860900879, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15343.132495880127, + "relativeCreated": 15355.855464935303, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186280,8 +186343,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,258", - "created": 1610360740.2582514, + "asctime": "2021-01-11 11:37:44,792", + "created": 1610361464.7922578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186291,15 +186354,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 258.251428604126, + "msecs": 792.2577857971191, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15343.276739120483, + "relativeCreated": 15355.985164642334, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186307,8 +186370,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,258", - "created": 1610360740.2584536, + "asctime": "2021-01-11 11:37:44,792", + "created": 1610361464.7924652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186318,15 +186381,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 258.4536075592041, + "msecs": 792.4652099609375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15343.478918075562, + "relativeCreated": 15356.192588806152, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186335,8 +186398,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,258", - "created": 1610360740.2585876, + "asctime": "2021-01-11 11:37:44,792", + "created": 1610361464.792716, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186346,15 +186409,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 258.5875988006592, + "msecs": 792.7160263061523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15343.612909317017, + "relativeCreated": 15356.443405151367, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186362,8 +186425,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,258", - "created": 1610360740.2587628, + "asctime": "2021-01-11 11:37:44,792", + "created": 1610361464.7929215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186373,15 +186436,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 258.7628364562988, + "msecs": 792.9215431213379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15343.788146972656, + "relativeCreated": 15356.648921966553, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186390,8 +186453,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,258", - "created": 1610360740.2589736, + "asctime": "2021-01-11 11:37:44,793", + "created": 1610361464.7930667, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186401,15 +186464,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 258.9735984802246, + "msecs": 793.0667400360107, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15343.998908996582, + "relativeCreated": 15356.794118881226, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186417,8 +186480,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:40,259", - "created": 1610360740.2592165, + "asctime": "2021-01-11 11:37:44,793", + "created": 1610361464.7933328, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186428,15 +186491,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 259.2165470123291, + "msecs": 793.3328151702881, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15344.241857528687, + "relativeCreated": 15357.060194015503, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186444,8 +186507,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:40,260", - "created": 1610360740.2601306, + "asctime": "2021-01-11 11:37:44,794", + "created": 1610361464.7941647, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186455,15 +186518,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 260.1306438446045, + "msecs": 794.1646575927734, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15345.155954360962, + "relativeCreated": 15357.892036437988, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186471,8 +186534,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,260", - "created": 1610360740.2603257, + "asctime": "2021-01-11 11:37:44,794", + "created": 1610361464.7942998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186482,15 +186545,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 260.32567024230957, + "msecs": 794.299840927124, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15345.350980758667, + "relativeCreated": 15358.027219772339, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186499,8 +186562,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:40,260", - "created": 1610360740.260455, + "asctime": "2021-01-11 11:37:44,794", + "created": 1610361464.7944071, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186510,15 +186573,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": 260.4548931121826, + "msecs": 794.4071292877197, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15345.48020362854, + "relativeCreated": 15358.134508132935, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186526,8 +186589,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 11:25:40,260", - "created": 1610360740.2606874, + "asctime": "2021-01-11 11:37:44,794", + "created": 1610361464.794589, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186537,15 +186600,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": 260.68735122680664, + "msecs": 794.5890426635742, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15345.712661743164, + "relativeCreated": 15358.316421508789, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186556,8 +186619,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:40,261", - "created": 1610360740.261016, + "asctime": "2021-01-11 11:37:44,795", + "created": 1610361464.7950766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186567,15 +186630,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 261.0158920288086, + "msecs": 795.0766086578369, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15346.041202545166, + "relativeCreated": 15358.803987503052, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186583,26 +186646,26 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:40,261", - "created": 1610360740.2611725, + "asctime": "2021-01-11 11:37:44,795", + "created": 1610361464.7952302, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 261.1725330352783, + "msecs": 795.2301502227783, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15346.197843551636, + "relativeCreated": 15358.957529067993, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186613,8 +186676,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:40,261", - "created": 1610360740.2613647, + "asctime": "2021-01-11 11:37:44,795", + "created": 1610361464.7954206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186624,15 +186687,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 261.3646984100342, + "msecs": 795.4206466674805, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15346.390008926392, + "relativeCreated": 15359.148025512695, "stack_info": null, - "thread": 140652520138496, + "thread": 139975895000832, "threadName": "Thread-25" }, { @@ -186640,8 +186703,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 11:25:40,262", - "created": 1610360740.262108, + "asctime": "2021-01-11 11:37:44,796", + "created": 1610361464.7964377, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186651,15 +186714,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": 262.10808753967285, + "msecs": 796.4377403259277, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15347.13339805603, + "relativeCreated": 15360.165119171143, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186667,8 +186730,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 11:25:40,270", - "created": 1610360740.2705278, + "asctime": "2021-01-11 11:37:44,804", + "created": 1610361464.8048434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186678,15 +186741,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": 270.52783966064453, + "msecs": 804.8434257507324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15355.553150177002, + "relativeCreated": 15368.570804595947, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186694,8 +186757,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,270", - "created": 1610360740.2707684, + "asctime": "2021-01-11 11:37:44,804", + "created": 1610361464.804975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186705,15 +186768,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 270.768404006958, + "msecs": 804.9750328063965, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15355.793714523315, + "relativeCreated": 15368.702411651611, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186722,8 +186785,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:40,270", - "created": 1610360740.2709002, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.8050535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186733,15 +186796,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 270.9002494812012, + "msecs": 805.0534725189209, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15355.925559997559, + "relativeCreated": 15368.780851364136, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186749,8 +186812,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.2710574, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.8051336, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186760,15 +186823,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 271.0573673248291, + "msecs": 805.133581161499, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.082677841187, + "relativeCreated": 15368.860960006714, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186777,8 +186840,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.2711935, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.805196, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186788,15 +186851,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 271.1935043334961, + "msecs": 805.1960468292236, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.218814849854, + "relativeCreated": 15368.923425674438, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186804,8 +186867,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.2713583, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.805278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186815,15 +186878,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 271.3582515716553, + "msecs": 805.2780628204346, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.383562088013, + "relativeCreated": 15369.00544166565, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186832,8 +186895,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.2714634, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.8053317, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186843,15 +186906,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 271.46339416503906, + "msecs": 805.3317070007324, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.488704681396, + "relativeCreated": 15369.059085845947, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186859,8 +186922,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.271611, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.8054059, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186870,15 +186933,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 271.61097526550293, + "msecs": 805.405855178833, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.63628578186, + "relativeCreated": 15369.133234024048, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186887,8 +186950,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.271724, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.805458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186898,15 +186961,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 271.72398567199707, + "msecs": 805.4580688476562, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.749296188354, + "relativeCreated": 15369.185447692871, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186914,8 +186977,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.2718642, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.8055272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186925,15 +186988,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 271.8641757965088, + "msecs": 805.5272102355957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.889486312866, + "relativeCreated": 15369.25458908081, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186942,8 +187005,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,271", - "created": 1610360740.2719684, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.8055801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186953,15 +187016,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 271.9683647155762, + "msecs": 805.5801391601562, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15356.993675231934, + "relativeCreated": 15369.307518005371, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186969,8 +187032,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:40,272", - "created": 1610360740.2721682, + "asctime": "2021-01-11 11:37:44,805", + "created": 1610361464.8056834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186980,15 +187043,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 272.1681594848633, + "msecs": 805.6833744049072, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15357.19347000122, + "relativeCreated": 15369.410753250122, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -186996,8 +187059,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:40,273", - "created": 1610360740.2730143, + "asctime": "2021-01-11 11:37:44,806", + "created": 1610361464.8064754, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187007,15 +187070,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 273.0143070220947, + "msecs": 806.4754009246826, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15358.039617538452, + "relativeCreated": 15370.202779769897, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -187023,8 +187086,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,273", - "created": 1610360740.273209, + "asctime": "2021-01-11 11:37:44,806", + "created": 1610361464.8065734, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -187034,15 +187097,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 273.2090950012207, + "msecs": 806.5733909606934, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15358.234405517578, + "relativeCreated": 15370.300769805908, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -187051,8 +187114,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:40,273", - "created": 1610360740.2733574, + "asctime": "2021-01-11 11:37:44,806", + "created": 1610361464.8066478, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -187062,15 +187125,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": 273.3573913574219, + "msecs": 806.647777557373, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15358.38270187378, + "relativeCreated": 15370.375156402588, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -187078,8 +187141,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 11:25:40,273", - "created": 1610360740.2735522, + "asctime": "2021-01-11 11:37:44,806", + "created": 1610361464.8067458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -187089,15 +187152,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": 273.55217933654785, + "msecs": 806.7457675933838, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15358.577489852905, + "relativeCreated": 15370.473146438599, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { @@ -187108,8 +187171,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:40,273", - "created": 1610360740.273845, + "asctime": "2021-01-11 11:37:44,806", + "created": 1610361464.8069088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187119,23 +187182,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 273.84495735168457, + "msecs": 806.9088459014893, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15358.870267868042, + "relativeCreated": 15370.636224746704, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:40,274", - "created": 1610360740.2740393, + "asctime": "2021-01-11 11:37:44,806", + "created": 1610361464.806999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187145,37 +187208,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": 274.03926849365234, + "msecs": 806.9989681243896, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15359.06457901001, + "relativeCreated": 15370.726346969604, "stack_info": null, - "thread": 140652511745792, + "thread": 139975886608128, "threadName": "Thread-26" } ], - "msecs": 448.9865303039551, + "msecs": 982.6884269714355, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15534.011840820312, + "relativeCreated": 15546.41580581665, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17494726181030273 + "time_consumption": 0.1756894588470459 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:40,449", - "created": 1610360740.4498594, + "asctime": "2021-01-11 11:37:44,983", + "created": 1610361464.9836574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187192,8 +187255,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:40,449", - "created": 1610360740.4495063, + "asctime": "2021-01-11 11:37:44,983", + "created": 1610361464.9832304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187203,15 +187266,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 449.5062828063965, + "msecs": 983.2303524017334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15534.531593322754, + "relativeCreated": 15546.957731246948, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187220,8 +187283,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:40,449", - "created": 1610360740.449696, + "asctime": "2021-01-11 11:37:44,983", + "created": 1610361464.9834867, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187231,37 +187294,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 449.6960639953613, + "msecs": 983.4866523742676, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15534.721374511719, + "relativeCreated": 15547.214031219482, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 449.8593807220459, + "msecs": 983.6573600769043, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15534.884691238403, + "relativeCreated": 15547.38473892212, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001633167266845703 + "time_consumption": 0.00017070770263671875 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:40,450", - "created": 1610360740.4504063, + "asctime": "2021-01-11 11:37:44,984", + "created": 1610361464.9842029, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187278,8 +187341,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:40,450", - "created": 1610360740.450096, + "asctime": "2021-01-11 11:37:44,983", + "created": 1610361464.9838982, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187289,15 +187352,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 450.09589195251465, + "msecs": 983.8981628417969, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15535.121202468872, + "relativeCreated": 15547.625541687012, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187306,8 +187369,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:40,450", - "created": 1610360740.4502547, + "asctime": "2021-01-11 11:37:44,984", + "created": 1610361464.9840572, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187317,41 +187380,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 450.2546787261963, + "msecs": 984.0571880340576, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15535.279989242554, + "relativeCreated": 15547.784566879272, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 450.4063129425049, + "msecs": 984.2028617858887, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15535.431623458862, + "relativeCreated": 15547.930240631104, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015163421630859375 + "time_consumption": 0.0001456737518310547 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.5555036067962646, - "time_finished": "2021-01-11 11:25:40,450", - "time_start": "2021-01-11 11:25:39,894" + "time_consumption": 0.5584697723388672, + "time_finished": "2021-01-11 11:37:44,984", + "time_start": "2021-01-11 11:37:44,425" }, "_r9srME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 11:25:37,818", - "created": 1610360737.8183708, + "asctime": "2021-01-11 11:37:42,354", + "created": 1610361462.354192, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187362,19 +187425,19 @@ "message": "_r9srME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 818.3708190917969, + "msecs": 354.19201850891113, "msg": "_r9srME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12903.396129608154, + "relativeCreated": 12917.919397354126, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8241348, + "asctime": "2021-01-11 11:37:42,360", + "created": 1610361462.3600702, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -187389,8 +187452,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:37,819", - "created": 1610360737.8193662, + "asctime": "2021-01-11 11:37:42,355", + "created": 1610361462.3551645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187400,23 +187463,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 819.3662166595459, + "msecs": 355.1645278930664, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12904.391527175903, + "relativeCreated": 12918.891906738281, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,820", - "created": 1610360737.8202362, + "asctime": "2021-01-11 11:37:42,355", + "created": 1610361462.3559399, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187426,23 +187489,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 820.2362060546875, + "msecs": 355.9398651123047, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12905.261516571045, + "relativeCreated": 12919.66724395752, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,820", - "created": 1610360737.8204691, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.3560605, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187452,23 +187515,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 820.4691410064697, + "msecs": 356.0605049133301, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12905.494451522827, + "relativeCreated": 12919.787883758545, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,820", - "created": 1610360737.8208134, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.3562467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187478,15 +187541,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 820.8134174346924, + "msecs": 356.2467098236084, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12905.83872795105, + "relativeCreated": 12919.974088668823, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187495,26 +187558,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:37,820", - "created": 1610360737.8209076, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.3563468, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 820.9075927734375, + "msecs": 356.34684562683105, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12905.932903289795, + "relativeCreated": 12920.074224472046, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187522,26 +187585,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8210247, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.3564727, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 821.0246562957764, + "msecs": 356.4727306365967, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.049966812134, + "relativeCreated": 12920.200109481812, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187549,26 +187612,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8211029, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.3565624, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 821.1028575897217, + "msecs": 356.56237602233887, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.12816810608, + "relativeCreated": 12920.289754867554, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187576,26 +187639,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.821175, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.3566453, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 821.1750984191895, + "msecs": 356.6453456878662, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.200408935547, + "relativeCreated": 12920.372724533081, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187603,26 +187666,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8212457, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.3567274, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 821.2456703186035, + "msecs": 356.72736167907715, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.270980834961, + "relativeCreated": 12920.454740524292, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187632,8 +187695,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8213272, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.356849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187643,15 +187706,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 821.3272094726562, + "msecs": 356.84895515441895, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.352519989014, + "relativeCreated": 12920.576333999634, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187661,8 +187724,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.821412, + "asctime": "2021-01-11 11:37:42,356", + "created": 1610361462.356951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187672,15 +187735,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 821.4120864868164, + "msecs": 356.9509983062744, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.437397003174, + "relativeCreated": 12920.67837715149, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187690,8 +187753,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.821489, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.3570454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187701,15 +187764,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 821.4890956878662, + "msecs": 357.04541206359863, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.514406204224, + "relativeCreated": 12920.772790908813, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187719,8 +187782,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8215659, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.357139, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187730,23 +187793,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 821.5658664703369, + "msecs": 357.13911056518555, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.591176986694, + "relativeCreated": 12920.8664894104, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8216376, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.3572178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187756,15 +187819,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 821.6376304626465, + "msecs": 357.21778869628906, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.662940979004, + "relativeCreated": 12920.945167541504, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187773,26 +187836,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8217137, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.357304, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 821.7136859893799, + "msecs": 357.3040962219238, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.738996505737, + "relativeCreated": 12921.031475067139, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187800,26 +187863,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8217964, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.357399, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 821.7964172363281, + "msecs": 357.39898681640625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.821727752686, + "relativeCreated": 12921.126365661621, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187827,26 +187890,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.821867, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.3574805, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 821.8669891357422, + "msecs": 357.480525970459, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.8922996521, + "relativeCreated": 12921.207904815674, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187856,8 +187919,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:37,821", - "created": 1610360737.8219423, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.3575673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187867,15 +187930,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 821.9423294067383, + "msecs": 357.56731033325195, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12906.967639923096, + "relativeCreated": 12921.294689178467, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187885,8 +187948,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8220263, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.3576536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187896,15 +187959,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 822.026252746582, + "msecs": 357.6536178588867, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.05156326294, + "relativeCreated": 12921.380996704102, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187913,26 +187976,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8221042, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.357736, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 822.1042156219482, + "msecs": 357.73611068725586, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.129526138306, + "relativeCreated": 12921.46348953247, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187941,26 +188004,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8223455, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.3578138, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 822.345495223999, + "msecs": 357.81383514404297, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.370805740356, + "relativeCreated": 12921.541213989258, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -187969,34 +188032,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8224208, + "asctime": "2021-01-11 11:37:42,357", + "created": 1610361462.3578885, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 822.4208354949951, + "msecs": 357.88846015930176, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.446146011353, + "relativeCreated": 12921.615839004517, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8224924, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.3581612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188006,23 +188069,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 822.4923610687256, + "msecs": 358.16121101379395, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.517671585083, + "relativeCreated": 12921.888589859009, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8226352, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.3583415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188032,15 +188095,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 822.6351737976074, + "msecs": 358.3414554595947, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.660484313965, + "relativeCreated": 12922.06883430481, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188049,26 +188112,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8227205, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.3584354, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 822.7205276489258, + "msecs": 358.43539237976074, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.745838165283, + "relativeCreated": 12922.162771224976, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188076,26 +188139,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8228211, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.3585513, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 822.8211402893066, + "msecs": 358.5512638092041, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.846450805664, + "relativeCreated": 12922.278642654419, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188103,26 +188166,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8228958, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.3586361, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 822.8957653045654, + "msecs": 358.63614082336426, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.921075820923, + "relativeCreated": 12922.36351966858, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188130,26 +188193,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:37,822", - "created": 1610360737.8229666, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.358717, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 822.9665756225586, + "msecs": 358.7169647216797, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12907.991886138916, + "relativeCreated": 12922.444343566895, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188157,26 +188220,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8230357, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.358795, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 823.035717010498, + "msecs": 358.7949275970459, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.061027526855, + "relativeCreated": 12922.52230644226, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188186,8 +188249,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8231099, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.3588853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188197,15 +188260,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 823.1098651885986, + "msecs": 358.8852882385254, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.135175704956, + "relativeCreated": 12922.61266708374, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188215,8 +188278,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8231862, + "asctime": "2021-01-11 11:37:42,358", + "created": 1610361462.3589737, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188226,15 +188289,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 823.1861591339111, + "msecs": 358.97374153137207, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.211469650269, + "relativeCreated": 12922.701120376587, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188244,8 +188307,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8232684, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3590603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188255,15 +188318,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 823.2684135437012, + "msecs": 359.06028747558594, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.293724060059, + "relativeCreated": 12922.7876663208, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188273,8 +188336,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8233435, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3591456, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188284,23 +188347,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 823.3435153961182, + "msecs": 359.1456413269043, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.368825912476, + "relativeCreated": 12922.87302017212, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8234088, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3592281, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188310,15 +188373,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 823.408842086792, + "msecs": 359.22813415527344, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.43415260315, + "relativeCreated": 12922.955513000488, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188327,26 +188390,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.823488, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3593192, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 823.4879970550537, + "msecs": 359.31921005249023, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.513307571411, + "relativeCreated": 12923.046588897705, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188354,26 +188417,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.823574, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3594127, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 823.5740661621094, + "msecs": 359.41267013549805, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.599376678467, + "relativeCreated": 12923.140048980713, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188381,26 +188444,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8236456, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3594944, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 823.6455917358398, + "msecs": 359.4944477081299, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.670902252197, + "relativeCreated": 12923.221826553345, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188410,8 +188473,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8237185, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3595772, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188421,15 +188484,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 823.7185478210449, + "msecs": 359.5771789550781, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.743858337402, + "relativeCreated": 12923.304557800293, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188439,8 +188502,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8237977, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3596618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188450,15 +188513,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 823.7977027893066, + "msecs": 359.6618175506592, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.823013305664, + "relativeCreated": 12923.389196395874, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188467,26 +188530,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8238704, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3597498, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 823.8704204559326, + "msecs": 359.74979400634766, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.89573097229, + "relativeCreated": 12923.477172851562, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188495,26 +188558,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:37,823", - "created": 1610360737.8239381, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3598285, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 823.9381313323975, + "msecs": 359.8284721374512, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12908.963441848755, + "relativeCreated": 12923.555850982666, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188523,34 +188586,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8240047, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3599045, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 824.0046501159668, + "msecs": 359.90452766418457, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.029960632324, + "relativeCreated": 12923.6319065094, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8240714, + "asctime": "2021-01-11 11:37:42,359", + "created": 1610361462.3599834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188560,34 +188623,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 824.0714073181152, + "msecs": 359.9834442138672, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.096717834473, + "relativeCreated": 12923.710823059082, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 824.1348266601562, + "msecs": 360.07022857666016, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.160137176514, + "relativeCreated": 12923.797607421875, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 6.341934204101562e-05 + "time_consumption": 8.678436279296875e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:38,168", - "created": 1610360738.168295, + "asctime": "2021-01-11 11:37:42,704", + "created": 1610361462.7043443, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -188602,8 +188665,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8242846, + "asctime": "2021-01-11 11:37:42,360", + "created": 1610361462.3602376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188613,23 +188676,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 824.284553527832, + "msecs": 360.23759841918945, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.30986404419, + "relativeCreated": 12923.964977264404, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8243556, + "asctime": "2021-01-11 11:37:42,360", + "created": 1610361462.3603244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188639,23 +188702,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 824.3556022644043, + "msecs": 360.3243827819824, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.380912780762, + "relativeCreated": 12924.051761627197, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8244286, + "asctime": "2021-01-11 11:37:42,360", + "created": 1610361462.3604088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188665,15 +188728,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 824.4285583496094, + "msecs": 360.4087829589844, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.453868865967, + "relativeCreated": 12924.1361618042, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188684,8 +188747,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8245513, + "asctime": "2021-01-11 11:37:42,360", + "created": 1610361462.3605611, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188695,23 +188758,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 824.5513439178467, + "msecs": 360.5611324310303, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.576654434204, + "relativeCreated": 12924.288511276245, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8248608, + "asctime": "2021-01-11 11:37:42,360", + "created": 1610361462.360888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188721,23 +188784,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 824.8608112335205, + "msecs": 360.8880043029785, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.886121749878, + "relativeCreated": 12924.615383148193, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:37,824", - "created": 1610360737.8249447, + "asctime": "2021-01-11 11:37:42,360", + "created": 1610361462.3609807, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188747,23 +188810,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 824.9447345733643, + "msecs": 360.980749130249, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12909.970045089722, + "relativeCreated": 12924.708127975464, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:37,825", - "created": 1610360737.8250291, + "asctime": "2021-01-11 11:37:42,361", + "created": 1610361462.3610637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188773,15 +188836,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 825.0291347503662, + "msecs": 361.06371879577637, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12910.054445266724, + "relativeCreated": 12924.791097640991, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -188789,8 +188852,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 11:25:37,825", - "created": 1610360737.8252566, + "asctime": "2021-01-11 11:37:42,361", + "created": 1610361462.36132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188800,15 +188863,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": 825.2565860748291, + "msecs": 361.32001876831055, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12910.281896591187, + "relativeCreated": 12925.047397613525, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -188816,8 +188879,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 11:25:37,833", - "created": 1610360737.8334868, + "asctime": "2021-01-11 11:37:42,369", + "created": 1610361462.3695726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188827,15 +188890,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": 833.486795425415, + "msecs": 369.57263946533203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12918.512105941772, + "relativeCreated": 12933.300018310547, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -188843,8 +188906,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,833", - "created": 1610360737.8336523, + "asctime": "2021-01-11 11:37:42,369", + "created": 1610361462.3697505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188854,15 +188917,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 833.6522579193115, + "msecs": 369.7504997253418, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12918.677568435669, + "relativeCreated": 12933.477878570557, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -188871,8 +188934,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:37,833", - "created": 1610360737.8337436, + "asctime": "2021-01-11 11:37:42,369", + "created": 1610361462.369834, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188882,15 +188945,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 833.7435722351074, + "msecs": 369.83394622802734, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12918.768882751465, + "relativeCreated": 12933.561325073242, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -188898,8 +188961,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,833", - "created": 1610360737.8338478, + "asctime": "2021-01-11 11:37:42,369", + "created": 1610361462.369933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188909,15 +188972,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 833.8477611541748, + "msecs": 369.9328899383545, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12918.873071670532, + "relativeCreated": 12933.66026878357, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -188926,8 +188989,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,833", - "created": 1610360737.8339896, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.3700013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188937,15 +189000,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 833.9896202087402, + "msecs": 370.00131607055664, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.014930725098, + "relativeCreated": 12933.728694915771, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -188953,8 +189016,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,834", - "created": 1610360737.8341055, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.370101, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188964,15 +189027,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 834.1054916381836, + "msecs": 370.1009750366211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.130802154541, + "relativeCreated": 12933.828353881836, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -188981,8 +189044,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,834", - "created": 1610360737.8341835, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.370173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188992,15 +189055,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 834.1834545135498, + "msecs": 370.17297744750977, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.208765029907, + "relativeCreated": 12933.900356292725, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189008,8 +189071,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,834", - "created": 1610360737.8342814, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.3702638, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189019,15 +189082,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 834.2814445495605, + "msecs": 370.26381492614746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.306755065918, + "relativeCreated": 12933.991193771362, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189036,8 +189099,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,834", - "created": 1610360737.8343515, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.3703284, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189047,15 +189110,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 834.3515396118164, + "msecs": 370.328426361084, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.376850128174, + "relativeCreated": 12934.055805206299, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189063,8 +189126,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,834", - "created": 1610360737.834445, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.3704205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189074,15 +189137,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 834.4449996948242, + "msecs": 370.4204559326172, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.470310211182, + "relativeCreated": 12934.147834777832, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189091,8 +189154,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,834", - "created": 1610360737.8345158, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.3704944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189102,15 +189165,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 834.5158100128174, + "msecs": 370.4943656921387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.541120529175, + "relativeCreated": 12934.221744537354, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189118,8 +189181,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:37,834", - "created": 1610360737.8346446, + "asctime": "2021-01-11 11:37:42,370", + "created": 1610361462.3706167, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189129,15 +189192,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 834.6445560455322, + "msecs": 370.6166744232178, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12919.66986656189, + "relativeCreated": 12934.344053268433, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189145,8 +189208,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:37,835", - "created": 1610360737.835649, + "asctime": "2021-01-11 11:37:42,371", + "created": 1610361462.3716059, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189156,15 +189219,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 835.6490135192871, + "msecs": 371.60587310791016, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12920.674324035645, + "relativeCreated": 12935.333251953125, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189172,8 +189235,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,835", - "created": 1610360737.8358362, + "asctime": "2021-01-11 11:37:42,371", + "created": 1610361462.371779, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189183,15 +189246,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 835.8361721038818, + "msecs": 371.7789649963379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12920.86148262024, + "relativeCreated": 12935.506343841553, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189200,8 +189263,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:37,835", - "created": 1610360737.8359244, + "asctime": "2021-01-11 11:37:42,371", + "created": 1610361462.3718643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189211,15 +189274,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": 835.9243869781494, + "msecs": 371.86431884765625, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12920.949697494507, + "relativeCreated": 12935.591697692871, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189227,8 +189290,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 11:25:37,836", - "created": 1610360737.8360574, + "asctime": "2021-01-11 11:37:42,371", + "created": 1610361462.3719883, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189238,15 +189301,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": 836.0574245452881, + "msecs": 371.98829650878906, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12921.082735061646, + "relativeCreated": 12935.715675354004, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189257,8 +189320,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,836", - "created": 1610360737.836281, + "asctime": "2021-01-11 11:37:42,372", + "created": 1610361462.3721814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189268,15 +189331,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 836.2810611724854, + "msecs": 372.1814155578613, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12921.306371688843, + "relativeCreated": 12935.908794403076, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189284,26 +189347,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:37,836", - "created": 1610360737.8363807, + "asctime": "2021-01-11 11:37:42,372", + "created": 1610361462.3722725, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 836.3807201385498, + "msecs": 372.2724914550781, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12921.406030654907, + "relativeCreated": 12935.999870300293, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189314,8 +189377,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,836", - "created": 1610360737.8365214, + "asctime": "2021-01-11 11:37:42,372", + "created": 1610361462.3724122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189325,15 +189388,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 836.5213871002197, + "msecs": 372.41220474243164, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12921.546697616577, + "relativeCreated": 12936.139583587646, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -189341,8 +189404,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 11:25:37,836", - "created": 1610360737.836981, + "asctime": "2021-01-11 11:37:42,372", + "created": 1610361462.372843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189352,15 +189415,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": 836.9810581207275, + "msecs": 372.84302711486816, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12922.006368637085, + "relativeCreated": 12936.570405960083, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189368,8 +189431,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 11:25:37,845", - "created": 1610360737.8452318, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.381043, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189379,15 +189442,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": 845.2317714691162, + "msecs": 381.0429573059082, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12930.257081985474, + "relativeCreated": 12944.770336151123, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189395,8 +189458,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,845", - "created": 1610360737.845401, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3812008, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189406,15 +189469,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 845.4010486602783, + "msecs": 381.20079040527344, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12930.426359176636, + "relativeCreated": 12944.928169250488, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189423,8 +189486,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:37,845", - "created": 1610360737.8455665, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3812828, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189434,15 +189497,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 845.5665111541748, + "msecs": 381.2828063964844, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12930.591821670532, + "relativeCreated": 12945.0101852417, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189450,8 +189513,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,845", - "created": 1610360737.8458083, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3813822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189461,15 +189524,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 845.8082675933838, + "msecs": 381.3822269439697, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12930.833578109741, + "relativeCreated": 12945.109605789185, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189478,8 +189541,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,845", - "created": 1610360737.8459256, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3814514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189489,15 +189552,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 845.9255695343018, + "msecs": 381.4513683319092, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12930.95088005066, + "relativeCreated": 12945.178747177124, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189505,8 +189568,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,846", - "created": 1610360737.8460884, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.381603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189516,15 +189579,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 846.0884094238281, + "msecs": 381.6030025482178, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12931.113719940186, + "relativeCreated": 12945.330381393433, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189533,8 +189596,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,846", - "created": 1610360737.8461947, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3816886, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189544,15 +189607,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 846.1947441101074, + "msecs": 381.68859481811523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12931.220054626465, + "relativeCreated": 12945.41597366333, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189560,8 +189623,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,846", - "created": 1610360737.8463404, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3817804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189571,15 +189634,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 846.3404178619385, + "msecs": 381.78038597106934, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12931.365728378296, + "relativeCreated": 12945.507764816284, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189588,8 +189651,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,846", - "created": 1610360737.8465, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3818483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189599,15 +189662,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 846.4999198913574, + "msecs": 381.8483352661133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12931.525230407715, + "relativeCreated": 12945.575714111328, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189615,8 +189678,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,846", - "created": 1610360737.8466668, + "asctime": "2021-01-11 11:37:42,381", + "created": 1610361462.3819346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189626,15 +189689,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 846.6668128967285, + "msecs": 381.93464279174805, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12931.692123413086, + "relativeCreated": 12945.662021636963, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189643,8 +189706,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:37,846", - "created": 1610360737.8468015, + "asctime": "2021-01-11 11:37:42,382", + "created": 1610361462.3820043, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189654,15 +189717,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 846.8015193939209, + "msecs": 382.0042610168457, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12931.826829910278, + "relativeCreated": 12945.73163986206, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189670,8 +189733,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:37,846", - "created": 1610360737.8469994, + "asctime": "2021-01-11 11:37:42,382", + "created": 1610361462.3821247, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189681,15 +189744,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 846.9994068145752, + "msecs": 382.124662399292, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12932.024717330933, + "relativeCreated": 12945.852041244507, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189697,8 +189760,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:37,848", - "created": 1610360737.848076, + "asctime": "2021-01-11 11:37:42,383", + "created": 1610361462.383113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189708,15 +189771,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 848.0761051177979, + "msecs": 383.11290740966797, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12933.101415634155, + "relativeCreated": 12946.840286254883, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189724,8 +189787,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:37,848", - "created": 1610360737.8483274, + "asctime": "2021-01-11 11:37:42,383", + "created": 1610361462.3832865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189735,15 +189798,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 848.3273983001709, + "msecs": 383.2864761352539, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12933.352708816528, + "relativeCreated": 12947.013854980469, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189752,8 +189815,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:37,848", - "created": 1610360737.8484783, + "asctime": "2021-01-11 11:37:42,383", + "created": 1610361462.38337, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189763,15 +189826,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": 848.4783172607422, + "msecs": 383.36992263793945, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12933.5036277771, + "relativeCreated": 12947.097301483154, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189779,8 +189842,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 11:25:37,848", - "created": 1610360737.8486757, + "asctime": "2021-01-11 11:37:42,383", + "created": 1610361462.3834941, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189790,15 +189853,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": 848.6757278442383, + "msecs": 383.49413871765137, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12933.701038360596, + "relativeCreated": 12947.221517562866, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189809,8 +189872,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:37,849", - "created": 1610360737.8490045, + "asctime": "2021-01-11 11:37:42,383", + "created": 1610361462.383692, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189820,15 +189883,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 849.0045070648193, + "msecs": 383.69202613830566, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12934.029817581177, + "relativeCreated": 12947.41940498352, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -189836,8 +189899,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:37,849", - "created": 1610360737.8491547, + "asctime": "2021-01-11 11:37:42,383", + "created": 1610361462.3837996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189847,34 +189910,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 849.1547107696533, + "msecs": 383.79955291748047, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 12934.18002128601, + "relativeCreated": 12947.526931762695, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" } ], - "msecs": 168.29490661621094, + "msecs": 704.3442726135254, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13253.320217132568, + "relativeCreated": 13268.07165145874, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3191401958465576 + "time_consumption": 0.3205447196960449 }, { "args": [], - "asctime": "2021-01-11 11:25:38,169", - "created": 1610360738.169091, + "asctime": "2021-01-11 11:37:42,705", + "created": 1610361462.7051005, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -189892,8 +189955,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:38,168", - "created": 1610360738.1688733, + "asctime": "2021-01-11 11:37:42,704", + "created": 1610361462.7049134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189903,34 +189966,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 168.87331008911133, + "msecs": 704.9133777618408, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13253.898620605469, + "relativeCreated": 13268.640756607056, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 169.09098625183105, + "msecs": 705.1005363464355, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13254.116296768188, + "relativeCreated": 13268.82791519165, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00021767616271972656 + "time_consumption": 0.00018715858459472656 }, { "args": [], - "asctime": "2021-01-11 11:25:38,370", - "created": 1610360738.370659, + "asctime": "2021-01-11 11:37:42,906", + "created": 1610361462.90671, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -189949,8 +190012,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:38,169", - "created": 1610360738.1694279, + "asctime": "2021-01-11 11:37:42,705", + "created": 1610361462.7054746, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189960,15 +190023,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 169.42787170410156, + "msecs": 705.4746150970459, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13254.453182220459, + "relativeCreated": 13269.20199394226, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -189976,8 +190039,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 11:25:38,170", - "created": 1610360738.170294, + "asctime": "2021-01-11 11:37:42,706", + "created": 1610361462.70633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189987,15 +190050,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": 170.29404640197754, + "msecs": 706.3300609588623, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13255.319356918335, + "relativeCreated": 13270.057439804077, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190003,8 +190066,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 11:25:38,178", - "created": 1610360738.1789446, + "asctime": "2021-01-11 11:37:42,714", + "created": 1610361462.7148147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190014,15 +190077,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": 178.94458770751953, + "msecs": 714.8146629333496, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13263.969898223877, + "relativeCreated": 13278.542041778564, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190030,8 +190093,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,179", - "created": 1610360738.1792815, + "asctime": "2021-01-11 11:37:42,715", + "created": 1610361462.715096, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190041,15 +190104,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 179.28147315979004, + "msecs": 715.0959968566895, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13264.306783676147, + "relativeCreated": 13278.823375701904, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190058,8 +190121,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,179", - "created": 1610360738.1794465, + "asctime": "2021-01-11 11:37:42,715", + "created": 1610361462.715257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190069,15 +190132,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 179.44645881652832, + "msecs": 715.256929397583, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13264.471769332886, + "relativeCreated": 13278.984308242798, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190085,8 +190148,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,179", - "created": 1610360738.1796496, + "asctime": "2021-01-11 11:37:42,715", + "created": 1610361462.715459, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190096,15 +190159,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 179.64959144592285, + "msecs": 715.4591083526611, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13264.67490196228, + "relativeCreated": 13279.186487197876, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190113,8 +190176,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,179", - "created": 1610360738.179789, + "asctime": "2021-01-11 11:37:42,715", + "created": 1610361462.715599, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190124,15 +190187,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 179.78906631469727, + "msecs": 715.5990600585938, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13264.814376831055, + "relativeCreated": 13279.326438903809, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190140,8 +190203,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,179", - "created": 1610360738.1799934, + "asctime": "2021-01-11 11:37:42,715", + "created": 1610361462.7158265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190151,15 +190214,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 179.9933910369873, + "msecs": 715.8265113830566, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13265.018701553345, + "relativeCreated": 13279.553890228271, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190168,8 +190231,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,180", - "created": 1610360738.1801267, + "asctime": "2021-01-11 11:37:42,715", + "created": 1610361462.7159872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190179,15 +190242,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 180.12666702270508, + "msecs": 715.9872055053711, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13265.151977539062, + "relativeCreated": 13279.714584350586, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190195,8 +190258,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,180", - "created": 1610360738.180315, + "asctime": "2021-01-11 11:37:42,716", + "created": 1610361462.7162237, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190206,15 +190269,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 180.3150177001953, + "msecs": 716.2237167358398, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13265.340328216553, + "relativeCreated": 13279.951095581055, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190223,8 +190286,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,180", - "created": 1610360738.1804597, + "asctime": "2021-01-11 11:37:42,716", + "created": 1610361462.7163978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190234,15 +190297,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 180.45973777770996, + "msecs": 716.397762298584, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13265.485048294067, + "relativeCreated": 13280.125141143799, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190250,8 +190313,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,180", - "created": 1610360738.180636, + "asctime": "2021-01-11 11:37:42,716", + "created": 1610361462.7166092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190261,15 +190324,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 180.63592910766602, + "msecs": 716.6092395782471, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13265.661239624023, + "relativeCreated": 13280.336618423462, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190278,8 +190341,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,180", - "created": 1610360738.1808088, + "asctime": "2021-01-11 11:37:42,716", + "created": 1610361462.7167888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190289,15 +190352,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 180.80878257751465, + "msecs": 716.7887687683105, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13265.834093093872, + "relativeCreated": 13280.516147613525, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190305,8 +190368,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:38,181", - "created": 1610360738.1810563, + "asctime": "2021-01-11 11:37:42,717", + "created": 1610361462.7170217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190316,15 +190379,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 181.05626106262207, + "msecs": 717.0217037200928, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13266.08157157898, + "relativeCreated": 13280.749082565308, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190332,8 +190395,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:38,181", - "created": 1610360738.1819582, + "asctime": "2021-01-11 11:37:42,718", + "created": 1610361462.7180643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190343,15 +190406,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 181.95819854736328, + "msecs": 718.0643081665039, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13266.98350906372, + "relativeCreated": 13281.791687011719, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190359,8 +190422,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,182", - "created": 1610360738.182132, + "asctime": "2021-01-11 11:37:42,718", + "created": 1610361462.7182949, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190370,15 +190433,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 182.13200569152832, + "msecs": 718.2948589324951, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13267.157316207886, + "relativeCreated": 13282.02223777771, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190387,8 +190450,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,182", - "created": 1610360738.1822689, + "asctime": "2021-01-11 11:37:42,718", + "created": 1610361462.718445, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190398,15 +190461,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": 182.26885795593262, + "msecs": 718.4450626373291, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13267.29416847229, + "relativeCreated": 13282.172441482544, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190414,8 +190477,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 11:25:38,182", - "created": 1610360738.1825235, + "asctime": "2021-01-11 11:37:42,718", + "created": 1610361462.7186723, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190425,15 +190488,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": 182.5234889984131, + "msecs": 718.6722755432129, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13267.54879951477, + "relativeCreated": 13282.399654388428, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190444,8 +190507,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:38,182", - "created": 1610360738.1828752, + "asctime": "2021-01-11 11:37:42,719", + "created": 1610361462.719001, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190455,15 +190518,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 182.8751564025879, + "msecs": 719.001054763794, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13267.900466918945, + "relativeCreated": 13282.728433609009, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190471,26 +190534,26 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:38,183", - "created": 1610360738.1830556, + "asctime": "2021-01-11 11:37:42,719", + "created": 1610361462.7191615, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 183.05563926696777, + "msecs": 719.1615104675293, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13268.080949783325, + "relativeCreated": 13282.888889312744, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190501,8 +190564,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:38,183", - "created": 1610360738.1832893, + "asctime": "2021-01-11 11:37:42,719", + "created": 1610361462.7193742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190512,15 +190575,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 183.2892894744873, + "msecs": 719.3741798400879, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13268.314599990845, + "relativeCreated": 13283.101558685303, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -190528,8 +190591,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 11:25:38,184", - "created": 1610360738.184123, + "asctime": "2021-01-11 11:37:42,720", + "created": 1610361462.7200687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190539,15 +190602,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": 184.12303924560547, + "msecs": 720.0686931610107, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13269.148349761963, + "relativeCreated": 13283.796072006226, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190555,8 +190618,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 11:25:38,192", - "created": 1610360738.192638, + "asctime": "2021-01-11 11:37:42,728", + "created": 1610361462.7285066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190566,15 +190629,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": 192.63792037963867, + "msecs": 728.5065650939941, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13277.663230895996, + "relativeCreated": 13292.233943939209, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190582,8 +190645,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,192", - "created": 1610360738.192928, + "asctime": "2021-01-11 11:37:42,728", + "created": 1610361462.7288144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190593,15 +190656,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 192.92807579040527, + "msecs": 728.8143634796143, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13277.953386306763, + "relativeCreated": 13292.54174232483, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190610,8 +190673,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,193", - "created": 1610360738.1930754, + "asctime": "2021-01-11 11:37:42,728", + "created": 1610361462.7289882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190621,15 +190684,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.07541847229004, + "msecs": 728.9881706237793, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13278.100728988647, + "relativeCreated": 13292.715549468994, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190637,8 +190700,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,193", - "created": 1610360738.1932795, + "asctime": "2021-01-11 11:37:42,729", + "created": 1610361462.729212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190648,15 +190711,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.27950477600098, + "msecs": 729.2120456695557, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13278.304815292358, + "relativeCreated": 13292.93942451477, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190665,8 +190728,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,193", - "created": 1610360738.1934066, + "asctime": "2021-01-11 11:37:42,729", + "created": 1610361462.7293563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190676,15 +190739,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.4065818786621, + "msecs": 729.3562889099121, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13278.43189239502, + "relativeCreated": 13293.083667755127, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190692,8 +190755,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,193", - "created": 1610360738.1935885, + "asctime": "2021-01-11 11:37:42,729", + "created": 1610361462.7295587, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190703,15 +190766,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.5884952545166, + "msecs": 729.5587062835693, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13278.613805770874, + "relativeCreated": 13293.286085128784, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190720,8 +190783,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,193", - "created": 1610360738.1937072, + "asctime": "2021-01-11 11:37:42,729", + "created": 1610361462.7297068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190731,15 +190794,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.70722770690918, + "msecs": 729.7067642211914, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13278.732538223267, + "relativeCreated": 13293.434143066406, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190747,8 +190810,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,193", - "created": 1610360738.1938715, + "asctime": "2021-01-11 11:37:42,729", + "created": 1610361462.7298963, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190758,15 +190821,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.87149810791016, + "msecs": 729.8963069915771, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13278.896808624268, + "relativeCreated": 13293.623685836792, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190775,8 +190838,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,193", - "created": 1610360738.1939874, + "asctime": "2021-01-11 11:37:42,730", + "created": 1610361462.7300284, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190786,15 +190849,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.98736953735352, + "msecs": 730.0283908843994, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13279.012680053711, + "relativeCreated": 13293.755769729614, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190802,8 +190865,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,194", - "created": 1610360738.1941411, + "asctime": "2021-01-11 11:37:42,730", + "created": 1610361462.7302117, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190813,15 +190876,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 194.14114952087402, + "msecs": 730.2117347717285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13279.166460037231, + "relativeCreated": 13293.939113616943, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190830,8 +190893,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,194", - "created": 1610360738.1942582, + "asctime": "2021-01-11 11:37:42,730", + "created": 1610361462.7303448, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190841,15 +190904,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 194.2582130432129, + "msecs": 730.3447723388672, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13279.28352355957, + "relativeCreated": 13294.072151184082, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190857,8 +190920,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:38,194", - "created": 1610360738.1944768, + "asctime": "2021-01-11 11:37:42,730", + "created": 1610361462.7305756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190868,15 +190931,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 194.47684288024902, + "msecs": 730.5755615234375, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13279.502153396606, + "relativeCreated": 13294.302940368652, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190884,8 +190947,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:38,195", - "created": 1610360738.195418, + "asctime": "2021-01-11 11:37:42,731", + "created": 1610361462.7315917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190895,15 +190958,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 195.4178810119629, + "msecs": 731.5917015075684, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13280.44319152832, + "relativeCreated": 13295.319080352783, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190911,8 +190974,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,195", - "created": 1610360738.1956964, + "asctime": "2021-01-11 11:37:42,731", + "created": 1610361462.731924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190922,15 +190985,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 195.69635391235352, + "msecs": 731.9240570068359, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13280.721664428711, + "relativeCreated": 13295.65143585205, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190939,8 +191002,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,195", - "created": 1610360738.1958988, + "asctime": "2021-01-11 11:37:42,732", + "created": 1610361462.7320976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190950,15 +191013,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": 195.89877128601074, + "msecs": 732.0976257324219, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13280.924081802368, + "relativeCreated": 13295.825004577637, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190966,8 +191029,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 11:25:38,196", - "created": 1610360738.1961417, + "asctime": "2021-01-11 11:37:42,732", + "created": 1610361462.7323537, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190977,15 +191040,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": 196.14171981811523, + "msecs": 732.353687286377, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13281.167030334473, + "relativeCreated": 13296.081066131592, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -190996,8 +191059,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:38,196", - "created": 1610360738.1964643, + "asctime": "2021-01-11 11:37:42,732", + "created": 1610361462.732792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191007,23 +191070,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 196.46430015563965, + "msecs": 732.7919006347656, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13281.489610671997, + "relativeCreated": 13296.51927947998, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:38,196", - "created": 1610360738.1966596, + "asctime": "2021-01-11 11:37:42,732", + "created": 1610361462.732935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191033,37 +191096,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": 196.65956497192383, + "msecs": 732.9349517822266, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13281.684875488281, + "relativeCreated": 13296.662330627441, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" } ], - "msecs": 370.65911293029785, + "msecs": 906.7099094390869, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13455.684423446655, + "relativeCreated": 13470.437288284302, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17399954795837402 + "time_consumption": 0.17377495765686035 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:38,371", - "created": 1610360738.3715196, + "asctime": "2021-01-11 11:37:42,907", + "created": 1610361462.9075692, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191080,8 +191143,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:38,371", - "created": 1610360738.371172, + "asctime": "2021-01-11 11:37:42,907", + "created": 1610361462.9072185, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191091,15 +191154,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 371.1719512939453, + "msecs": 907.2184562683105, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13456.197261810303, + "relativeCreated": 13470.945835113525, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -191108,8 +191171,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:38,371", - "created": 1610360738.3713562, + "asctime": "2021-01-11 11:37:42,907", + "created": 1610361462.9074073, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191119,37 +191182,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 371.3562488555908, + "msecs": 907.407283782959, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13456.381559371948, + "relativeCreated": 13471.134662628174, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 371.5195655822754, + "msecs": 907.569169998169, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13456.544876098633, + "relativeCreated": 13471.296548843384, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001633167266845703 + "time_consumption": 0.00016188621520996094 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:38,372", - "created": 1610360738.3720562, + "asctime": "2021-01-11 11:37:42,908", + "created": 1610361462.9081087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191166,8 +191229,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:38,371", - "created": 1610360738.371754, + "asctime": "2021-01-11 11:37:42,907", + "created": 1610361462.90782, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191177,15 +191240,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 371.7539310455322, + "msecs": 907.8199863433838, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13456.77924156189, + "relativeCreated": 13471.547365188599, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -191194,8 +191257,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:38,371", - "created": 1610360738.3719018, + "asctime": "2021-01-11 11:37:42,907", + "created": 1610361462.9079657, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191205,34 +191268,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 371.9017505645752, + "msecs": 907.9656600952148, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13456.927061080933, + "relativeCreated": 13471.69303894043, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 372.056245803833, + "msecs": 908.1087112426758, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13457.08155632019, + "relativeCreated": 13471.83609008789, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001544952392578125 + "time_consumption": 0.0001430511474609375 }, { "args": [], - "asctime": "2021-01-11 11:25:38,372", - "created": 1610360738.3724737, + "asctime": "2021-01-11 11:37:42,908", + "created": 1610361462.9085178, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -191251,8 +191314,8 @@ "0", "'__callback_error__'" ], - "asctime": "2021-01-11 11:25:38,372", - "created": 1610360738.3723218, + "asctime": "2021-01-11 11:37:42,908", + "created": 1610361462.908372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191262,34 +191325,34 @@ "lineno": 168, "message": "prot-server: Overwriting existing callback '__callback__' for service_id (10) and data_id (0) to '__callback_error__'!", "module": "__init__", - "msecs": 372.32184410095215, + "msecs": 908.3719253540039, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13457.34715461731, + "relativeCreated": 13472.099304199219, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 372.47371673583984, + "msecs": 908.5178375244141, "msg": "Overwriting existing Callback using one with faulty (too many) return values", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13457.499027252197, + "relativeCreated": 13472.245216369629, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001518726348876953 + "time_consumption": 0.00014591217041015625 }, { "args": [], - "asctime": "2021-01-11 11:25:38,574", - "created": 1610360738.574006, + "asctime": "2021-01-11 11:37:43,110", + "created": 1610361463.1100278, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -191308,8 +191371,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:38,372", - "created": 1610360738.372854, + "asctime": "2021-01-11 11:37:42,908", + "created": 1610361462.9088721, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191319,15 +191382,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 372.85399436950684, + "msecs": 908.872127532959, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13457.879304885864, + "relativeCreated": 13472.599506378174, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -191335,8 +191398,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 11:25:38,373", - "created": 1610360738.373613, + "asctime": "2021-01-11 11:37:42,909", + "created": 1610361462.9097226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191346,15 +191409,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": 373.6131191253662, + "msecs": 909.7225666046143, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13458.638429641724, + "relativeCreated": 13473.44994544983, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191362,8 +191425,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 11:25:38,382", - "created": 1610360738.3822725, + "asctime": "2021-01-11 11:37:42,918", + "created": 1610361462.9181964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191373,15 +191436,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": 382.27248191833496, + "msecs": 918.196439743042, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13467.297792434692, + "relativeCreated": 13481.923818588257, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191389,8 +191452,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,382", - "created": 1610360738.3825161, + "asctime": "2021-01-11 11:37:42,918", + "created": 1610361462.9184213, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191400,15 +191463,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 382.51614570617676, + "msecs": 918.4212684631348, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13467.541456222534, + "relativeCreated": 13482.14864730835, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191417,8 +191480,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,382", - "created": 1610360738.3826637, + "asctime": "2021-01-11 11:37:42,918", + "created": 1610361462.9185393, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191428,15 +191491,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 382.6637268066406, + "msecs": 918.53928565979, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13467.689037322998, + "relativeCreated": 13482.266664505005, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191444,8 +191507,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,382", - "created": 1610360738.3828402, + "asctime": "2021-01-11 11:37:42,918", + "created": 1610361462.9186933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191455,15 +191518,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 382.8401565551758, + "msecs": 918.6933040618896, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13467.865467071533, + "relativeCreated": 13482.420682907104, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191472,8 +191535,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,382", - "created": 1610360738.382964, + "asctime": "2021-01-11 11:37:42,918", + "created": 1610361462.9187973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191483,15 +191546,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.9638957977295, + "msecs": 918.7972545623779, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13467.989206314087, + "relativeCreated": 13482.524633407593, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191499,8 +191562,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,383", - "created": 1610360738.3831441, + "asctime": "2021-01-11 11:37:42,918", + "created": 1610361462.9189448, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191510,15 +191573,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 383.1441402435303, + "msecs": 918.9448356628418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13468.169450759888, + "relativeCreated": 13482.672214508057, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191527,8 +191590,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,383", - "created": 1610360738.3832831, + "asctime": "2021-01-11 11:37:42,919", + "created": 1610361462.9190433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191538,15 +191601,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 383.2831382751465, + "msecs": 919.0433025360107, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13468.308448791504, + "relativeCreated": 13482.770681381226, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191554,8 +191617,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,383", - "created": 1610360738.3834536, + "asctime": "2021-01-11 11:37:42,919", + "created": 1610361462.91919, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191565,15 +191628,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 383.4536075592041, + "msecs": 919.1899299621582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13468.478918075562, + "relativeCreated": 13482.917308807373, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191582,8 +191645,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,383", - "created": 1610360738.3835707, + "asctime": "2021-01-11 11:37:42,919", + "created": 1610361462.919287, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191593,15 +191656,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 383.57067108154297, + "msecs": 919.2869663238525, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13468.5959815979, + "relativeCreated": 13483.014345169067, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191609,8 +191672,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,383", - "created": 1610360738.3837616, + "asctime": "2021-01-11 11:37:42,919", + "created": 1610361462.9194186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191620,15 +191683,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 383.7616443634033, + "msecs": 919.4185733795166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13468.78695487976, + "relativeCreated": 13483.145952224731, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191637,8 +191700,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,383", - "created": 1610360738.3839352, + "asctime": "2021-01-11 11:37:42,919", + "created": 1610361462.9195266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191648,15 +191711,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 383.93521308898926, + "msecs": 919.5265769958496, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13468.960523605347, + "relativeCreated": 13483.253955841064, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191664,8 +191727,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:38,384", - "created": 1610360738.3841424, + "asctime": "2021-01-11 11:37:42,919", + "created": 1610361462.9196916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191675,15 +191738,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 384.1423988342285, + "msecs": 919.6915626525879, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13469.167709350586, + "relativeCreated": 13483.418941497803, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191691,8 +191754,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:38,385", - "created": 1610360738.3850355, + "asctime": "2021-01-11 11:37:42,920", + "created": 1610361462.9206305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191702,15 +191765,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 385.03551483154297, + "msecs": 920.6304550170898, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13470.0608253479, + "relativeCreated": 13484.357833862305, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191718,8 +191781,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,385", - "created": 1610360738.385193, + "asctime": "2021-01-11 11:37:42,920", + "created": 1610361462.920888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191729,15 +191792,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 385.1931095123291, + "msecs": 920.8879470825195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13470.218420028687, + "relativeCreated": 13484.615325927734, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191746,8 +191809,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,385", - "created": 1610360738.3853142, + "asctime": "2021-01-11 11:37:42,921", + "created": 1610361462.9210112, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191757,15 +191820,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": 385.3142261505127, + "msecs": 921.011209487915, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13470.33953666687, + "relativeCreated": 13484.73858833313, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191773,8 +191836,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 11:25:38,385", - "created": 1610360738.3855357, + "asctime": "2021-01-11 11:37:42,921", + "created": 1610361462.921194, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191784,15 +191847,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": 385.53571701049805, + "msecs": 921.1940765380859, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13470.561027526855, + "relativeCreated": 13484.9214553833, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191803,8 +191866,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:38,385", - "created": 1610360738.3858542, + "asctime": "2021-01-11 11:37:42,921", + "created": 1610361462.9214666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191814,15 +191877,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 385.85424423217773, + "msecs": 921.466588973999, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13470.879554748535, + "relativeCreated": 13485.193967819214, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191830,32 +191893,32 @@ "prot-server:", "__callback_error__" ], - "asctime": "2021-01-11 11:25:38,386", - "created": 1610360738.386039, + "asctime": "2021-01-11 11:37:42,921", + "created": 1610361462.9216008, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback_error__ to process received data", "module": "__init__", - "msecs": 386.03901863098145, + "msecs": 921.6008186340332, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13471.064329147339, + "relativeCreated": 13485.328197479248, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { "args": [], - "asctime": "2021-01-11 11:25:38,386", - "created": 1610360738.3862085, + "asctime": "2021-01-11 11:37:42,921", + "created": 1610361462.9217486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191863,17 +191926,17 @@ "levelname": "ERROR", "levelno": 40, "lineno": 482, - "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", + "message": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack (expected 2)\" and it's return values for service: read data request, data_id: 0", "module": "__init__", - "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", + "msecs": 921.7486381530762, + "msg": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack (expected 2)\" and it's return values for service: read data request, data_id: 0", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13471.23384475708, + "relativeCreated": 13485.476016998291, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191884,8 +191947,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 11:25:38,386", - "created": 1610360738.3864055, + "asctime": "2021-01-11 11:37:42,921", + "created": 1610361462.9219115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191895,15 +191958,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 386.40546798706055, + "msecs": 921.9114780426025, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13471.430778503418, + "relativeCreated": 13485.638856887817, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -191911,8 +191974,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 11:25:38,387", - "created": 1610360738.3871844, + "asctime": "2021-01-11 11:37:42,922", + "created": 1610361462.922666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191922,15 +191985,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": 387.18438148498535, + "msecs": 922.666072845459, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13472.209692001343, + "relativeCreated": 13486.393451690674, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -191938,8 +192001,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 11:25:38,395", - "created": 1610360738.3956952, + "asctime": "2021-01-11 11:37:42,930", + "created": 1610361462.9309528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191949,15 +192012,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": 395.6952095031738, + "msecs": 930.952787399292, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13480.720520019531, + "relativeCreated": 13494.680166244507, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -191965,8 +192028,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,395", - "created": 1610360738.395974, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.931138, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191976,15 +192039,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 395.97392082214355, + "msecs": 931.1380386352539, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13480.999231338501, + "relativeCreated": 13494.865417480469, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -191993,8 +192056,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,396", - "created": 1610360738.396141, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.9312277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192004,15 +192067,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 396.14105224609375, + "msecs": 931.2276840209961, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13481.166362762451, + "relativeCreated": 13494.955062866211, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192020,8 +192083,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,396", - "created": 1610360738.3963666, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.9313352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192031,15 +192094,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 396.3665962219238, + "msecs": 931.3352108001709, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13481.391906738281, + "relativeCreated": 13495.062589645386, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192048,8 +192111,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,396", - "created": 1610360738.3965218, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.9314213, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192059,15 +192122,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 396.52180671691895, + "msecs": 931.4212799072266, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13481.547117233276, + "relativeCreated": 13495.148658752441, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192075,8 +192138,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,396", - "created": 1610360738.3967297, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.9315293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192086,15 +192149,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 396.7297077178955, + "msecs": 931.5292835235596, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13481.755018234253, + "relativeCreated": 13495.256662368774, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192103,8 +192166,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,396", - "created": 1610360738.3969235, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.9316, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192114,15 +192177,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 396.9235420227051, + "msecs": 931.6000938415527, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13481.948852539062, + "relativeCreated": 13495.327472686768, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192130,8 +192193,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,397", - "created": 1610360738.397115, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.931698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192141,15 +192204,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 397.11499214172363, + "msecs": 931.6980838775635, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13482.140302658081, + "relativeCreated": 13495.425462722778, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192158,8 +192221,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,397", - "created": 1610360738.3972454, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.931767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192169,15 +192232,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 397.2454071044922, + "msecs": 931.7669868469238, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13482.27071762085, + "relativeCreated": 13495.494365692139, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192185,8 +192248,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,397", - "created": 1610360738.397419, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.9318576, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192196,15 +192259,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 397.4189758300781, + "msecs": 931.8575859069824, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13482.444286346436, + "relativeCreated": 13495.584964752197, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192213,8 +192276,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,397", - "created": 1610360738.3975596, + "asctime": "2021-01-11 11:37:42,931", + "created": 1610361462.9319265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192224,15 +192287,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 397.55964279174805, + "msecs": 931.9264888763428, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13482.584953308105, + "relativeCreated": 13495.653867721558, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192240,8 +192303,8 @@ "comm-server:", "(7): 7d a1 a2 87 f3 3a 3e" ], - "asctime": "2021-01-11 11:25:38,397", - "created": 1610360738.3978357, + "asctime": "2021-01-11 11:37:42,932", + "created": 1610361462.9320521, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192251,15 +192314,15 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d a1 a2 87 f3 3a 3e", "module": "__init__", - "msecs": 397.83573150634766, + "msecs": 932.0521354675293, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13482.861042022705, + "relativeCreated": 13495.779514312744, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192267,8 +192330,8 @@ "comm-client:", "(7): 7d a1 a2 87 f3 3a 3e" ], - "asctime": "2021-01-11 11:25:38,399", - "created": 1610360738.399094, + "asctime": "2021-01-11 11:37:42,933", + "created": 1610361462.9331965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192278,15 +192341,15 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d a1 a2 87 f3 3a 3e", "module": "__init__", - "msecs": 399.0941047668457, + "msecs": 933.1965446472168, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13484.119415283203, + "relativeCreated": 13496.923923492432, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192294,8 +192357,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,399", - "created": 1610360738.3992896, + "asctime": "2021-01-11 11:37:42,933", + "created": 1610361462.9334614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192305,15 +192368,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 399.289608001709, + "msecs": 933.4614276885986, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13484.314918518066, + "relativeCreated": 13497.188806533813, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192322,8 +192385,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,399", - "created": 1610360738.399409, + "asctime": "2021-01-11 11:37:42,933", + "created": 1610361462.9335833, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192333,15 +192396,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": 399.40905570983887, + "msecs": 933.5832595825195, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13484.434366226196, + "relativeCreated": 13497.310638427734, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192349,8 +192412,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 11:25:38,399", - "created": 1610360738.3995924, + "asctime": "2021-01-11 11:37:42,933", + "created": 1610361462.933772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192360,15 +192423,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": 399.59239959716797, + "msecs": 933.772087097168, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13484.617710113525, + "relativeCreated": 13497.499465942383, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -192379,8 +192442,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 11:25:38,399", - "created": 1610360738.399862, + "asctime": "2021-01-11 11:37:42,934", + "created": 1610361462.9340549, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192390,23 +192453,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 399.86205101013184, + "msecs": 934.0548515319824, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13484.88736152649, + "relativeCreated": 13497.782230377197, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:38,400", - "created": 1610360738.4000158, + "asctime": "2021-01-11 11:37:42,934", + "created": 1610361462.9342098, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192416,37 +192479,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": 400.01583099365234, + "msecs": 934.2098236083984, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13485.04114151001, + "relativeCreated": 13497.937202453613, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" } ], - "msecs": 574.0060806274414, + "msecs": 110.02779006958008, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13659.031391143799, + "relativeCreated": 13673.755168914795, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17399024963378906 + "time_consumption": 0.17581796646118164 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:38,574", - "created": 1610360738.574844, + "asctime": "2021-01-11 11:37:43,110", + "created": 1610361463.110853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192463,8 +192526,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:38,574", - "created": 1610360738.5744948, + "asctime": "2021-01-11 11:37:43,110", + "created": 1610361463.1105082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192474,15 +192537,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 574.4948387145996, + "msecs": 110.50820350646973, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13659.520149230957, + "relativeCreated": 13674.235582351685, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -192491,8 +192554,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:38,574", - "created": 1610360738.57468, + "asctime": "2021-01-11 11:37:43,110", + "created": 1610361463.1106896, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192502,37 +192565,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 574.6800899505615, + "msecs": 110.68964004516602, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13659.705400466919, + "relativeCreated": 13674.41701889038, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 574.8438835144043, + "msecs": 110.85295677185059, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13659.869194030762, + "relativeCreated": 13674.580335617065, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016379356384277344 + "time_consumption": 0.0001633167266845703 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 2, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:38,575", - "created": 1610360738.5754063, + "asctime": "2021-01-11 11:37:43,111", + "created": 1610361463.1113758, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192549,8 +192612,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 2, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:38,575", - "created": 1610360738.575083, + "asctime": "2021-01-11 11:37:43,111", + "created": 1610361463.1110892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192560,15 +192623,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 2, 'data': None} ()", "module": "test", - "msecs": 575.0830173492432, + "msecs": 111.08922958374023, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13660.1083278656, + "relativeCreated": 13674.816608428955, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -192577,8 +192640,8 @@ "{'data': None, 'data_id': 0, 'service_id': 11, 'status': 2}", "" ], - "asctime": "2021-01-11 11:25:38,575", - "created": 1610360738.5752509, + "asctime": "2021-01-11 11:37:43,111", + "created": 1610361463.1112337, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192588,34 +192651,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': None, 'data_id': 0, 'service_id': 11, 'status': 2} ()", "module": "test", - "msecs": 575.2508640289307, + "msecs": 111.23371124267578, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13660.276174545288, + "relativeCreated": 13674.96109008789, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 575.4063129425049, + "msecs": 111.37580871582031, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13660.431623458862, + "relativeCreated": 13675.103187561035, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015544891357421875 + "time_consumption": 0.00014209747314453125 }, { "args": [], - "asctime": "2021-01-11 11:25:38,575", - "created": 1610360738.5758188, + "asctime": "2021-01-11 11:37:43,111", + "created": 1610361463.1118205, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -192633,8 +192696,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:38,575", - "created": 1610360738.5756688, + "asctime": "2021-01-11 11:37:43,111", + "created": 1610361463.111674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192644,34 +192707,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback_error__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 575.6688117980957, + "msecs": 111.67407035827637, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13660.694122314453, + "relativeCreated": 13675.401449203491, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 575.8187770843506, + "msecs": 111.82045936584473, "msg": "Removing the registered Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13660.844087600708, + "relativeCreated": 13675.54783821106, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.00014638900756835938 }, { "args": [], - "asctime": "2021-01-11 11:25:38,777", - "created": 1610360738.7773561, + "asctime": "2021-01-11 11:37:43,313", + "created": 1610361463.313369, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -192690,8 +192753,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:38,576", - "created": 1610360738.5761604, + "asctime": "2021-01-11 11:37:43,112", + "created": 1610361463.112171, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192701,15 +192764,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 576.1604309082031, + "msecs": 112.17093467712402, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13661.18574142456, + "relativeCreated": 13675.898313522339, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -192717,8 +192780,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 11:25:38,577", - "created": 1610360738.57718, + "asctime": "2021-01-11 11:37:43,113", + "created": 1610361463.1132164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192728,15 +192791,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": 577.1799087524414, + "msecs": 113.21640014648438, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13662.205219268799, + "relativeCreated": 13676.9437789917, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192744,8 +192807,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 11:25:38,585", - "created": 1610360738.5855165, + "asctime": "2021-01-11 11:37:43,121", + "created": 1610361463.1215343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192755,15 +192818,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": 585.5164527893066, + "msecs": 121.53434753417969, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13670.541763305664, + "relativeCreated": 13685.261726379395, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192771,8 +192834,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,585", - "created": 1610360738.5857294, + "asctime": "2021-01-11 11:37:43,121", + "created": 1610361463.1217282, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192782,15 +192845,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 585.7293605804443, + "msecs": 121.72818183898926, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13670.754671096802, + "relativeCreated": 13685.455560684204, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192799,8 +192862,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,585", - "created": 1610360738.5858493, + "asctime": "2021-01-11 11:37:43,121", + "created": 1610361463.1218553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192810,15 +192873,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 585.8492851257324, + "msecs": 121.85525894165039, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13670.87459564209, + "relativeCreated": 13685.582637786865, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192826,8 +192889,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,585", - "created": 1610360738.5859935, + "asctime": "2021-01-11 11:37:43,121", + "created": 1610361463.1219888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192837,15 +192900,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 585.9935283660889, + "msecs": 121.98877334594727, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.018838882446, + "relativeCreated": 13685.716152191162, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192854,8 +192917,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.586095, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1220827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192865,15 +192928,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 586.0950946807861, + "msecs": 122.08271026611328, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.120405197144, + "relativeCreated": 13685.810089111328, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192881,8 +192944,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.5862427, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1222172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192892,15 +192955,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 586.24267578125, + "msecs": 122.21717834472656, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.267986297607, + "relativeCreated": 13685.944557189941, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192909,8 +192972,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.586339, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1223063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192920,15 +192983,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 586.338996887207, + "msecs": 122.30634689331055, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.364307403564, + "relativeCreated": 13686.033725738525, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192936,8 +192999,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.5865016, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1224315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192947,15 +193010,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 586.5015983581543, + "msecs": 122.43151664733887, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.526908874512, + "relativeCreated": 13686.158895492554, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192964,8 +193027,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.5866046, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1225429, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192975,15 +193038,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 586.6045951843262, + "msecs": 122.5428581237793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.629905700684, + "relativeCreated": 13686.270236968994, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -192991,8 +193054,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.5867295, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1226606, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193002,15 +193065,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 586.7295265197754, + "msecs": 122.66063690185547, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.754837036133, + "relativeCreated": 13686.38801574707, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193019,8 +193082,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.586823, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1227484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193030,15 +193093,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 586.8229866027832, + "msecs": 122.74837493896484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13671.84829711914, + "relativeCreated": 13686.47575378418, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193046,8 +193109,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:38,586", - "created": 1610360738.5869842, + "asctime": "2021-01-11 11:37:43,122", + "created": 1610361463.1229134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193057,15 +193120,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 586.9841575622559, + "msecs": 122.91336059570312, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13672.009468078613, + "relativeCreated": 13686.640739440918, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193073,8 +193136,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:38,587", - "created": 1610360738.5878558, + "asctime": "2021-01-11 11:37:43,123", + "created": 1610361463.1238074, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193084,15 +193147,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 587.8558158874512, + "msecs": 123.80743026733398, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13672.881126403809, + "relativeCreated": 13687.534809112549, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193100,8 +193163,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,588", - "created": 1610360738.5880337, + "asctime": "2021-01-11 11:37:43,123", + "created": 1610361463.1239703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193111,15 +193174,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 588.0336761474609, + "msecs": 123.97027015686035, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13673.058986663818, + "relativeCreated": 13687.697649002075, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193128,8 +193191,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,588", - "created": 1610360738.5881524, + "asctime": "2021-01-11 11:37:43,124", + "created": 1610361463.1240788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193139,15 +193202,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": 588.1524085998535, + "msecs": 124.07875061035156, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13673.177719116211, + "relativeCreated": 13687.806129455566, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193155,8 +193218,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 11:25:38,588", - "created": 1610360738.5883415, + "asctime": "2021-01-11 11:37:43,124", + "created": 1610361463.1242414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193166,15 +193229,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": 588.341474533081, + "msecs": 124.24135208129883, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13673.366785049438, + "relativeCreated": 13687.968730926514, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193185,8 +193248,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:38,588", - "created": 1610360738.5886126, + "asctime": "2021-01-11 11:37:43,124", + "created": 1610361463.1244917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193196,23 +193259,23 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 588.6125564575195, + "msecs": 124.49169158935547, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13673.637866973877, + "relativeCreated": 13688.21907043457, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:38,588", - "created": 1610360738.5887654, + "asctime": "2021-01-11 11:37:43,124", + "created": 1610361463.124626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193222,15 +193285,15 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 588.7653827667236, + "msecs": 124.62592124938965, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13673.790693283081, + "relativeCreated": 13688.353300094604, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193241,8 +193304,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:38,588", - "created": 1610360738.5889452, + "asctime": "2021-01-11 11:37:43,124", + "created": 1610361463.124821, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193252,15 +193315,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": 588.9451503753662, + "msecs": 124.82094764709473, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13673.970460891724, + "relativeCreated": 13688.54832649231, "stack_info": null, - "thread": 140653048616704, + "thread": 139976423479040, "threadName": "Thread-19" }, { @@ -193268,8 +193331,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 11:25:38,589", - "created": 1610360738.589576, + "asctime": "2021-01-11 11:37:43,125", + "created": 1610361463.1253538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193279,15 +193342,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": 589.576005935669, + "msecs": 125.35381317138672, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13674.601316452026, + "relativeCreated": 13689.081192016602, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193295,8 +193358,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 11:25:38,597", - "created": 1610360738.59793, + "asctime": "2021-01-11 11:37:43,133", + "created": 1610361463.1336763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193306,15 +193369,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": 597.9299545288086, + "msecs": 133.67629051208496, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13682.955265045166, + "relativeCreated": 13697.4036693573, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193322,8 +193385,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,598", - "created": 1610360738.5981452, + "asctime": "2021-01-11 11:37:43,133", + "created": 1610361463.1338801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193333,15 +193396,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 598.1452465057373, + "msecs": 133.8801383972168, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13683.170557022095, + "relativeCreated": 13697.607517242432, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193350,8 +193413,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:38,598", - "created": 1610360738.5982718, + "asctime": "2021-01-11 11:37:43,133", + "created": 1610361463.1339982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193361,15 +193424,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 598.2718467712402, + "msecs": 133.99815559387207, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13683.297157287598, + "relativeCreated": 13697.725534439087, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193377,8 +193440,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,598", - "created": 1610360738.5984383, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.134131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193388,15 +193451,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 598.4382629394531, + "msecs": 134.13095474243164, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13683.46357345581, + "relativeCreated": 13697.858333587646, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193405,8 +193468,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,598", - "created": 1610360738.5986385, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.134227, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193416,15 +193479,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 598.6385345458984, + "msecs": 134.22703742980957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13683.663845062256, + "relativeCreated": 13697.954416275024, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193432,8 +193495,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,598", - "created": 1610360738.5988433, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.1343613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193443,15 +193506,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 598.8433361053467, + "msecs": 134.36126708984375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13683.868646621704, + "relativeCreated": 13698.088645935059, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193460,8 +193523,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,598", - "created": 1610360738.598979, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.1344492, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193471,15 +193534,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 598.9789962768555, + "msecs": 134.44924354553223, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13684.004306793213, + "relativeCreated": 13698.176622390747, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193487,8 +193550,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,599", - "created": 1610360738.599149, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.134572, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193498,15 +193561,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 599.1489887237549, + "msecs": 134.57202911376953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13684.174299240112, + "relativeCreated": 13698.299407958984, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193515,8 +193578,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,599", - "created": 1610360738.5992675, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.1346595, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193526,15 +193589,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 599.2674827575684, + "msecs": 134.6595287322998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13684.292793273926, + "relativeCreated": 13698.386907577515, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193542,8 +193605,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,599", - "created": 1610360738.599421, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.134774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193553,15 +193616,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 599.4210243225098, + "msecs": 134.77396965026855, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13684.446334838867, + "relativeCreated": 13698.501348495483, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193570,8 +193633,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:38,599", - "created": 1610360738.5995374, + "asctime": "2021-01-11 11:37:43,134", + "created": 1610361463.13486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193581,15 +193644,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 599.5373725891113, + "msecs": 134.86003875732422, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13684.562683105469, + "relativeCreated": 13698.587417602539, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193597,8 +193660,8 @@ "comm-server:", "(7): 7d 88 6a 33 01 3a 3e" ], - "asctime": "2021-01-11 11:25:38,599", - "created": 1610360738.5997498, + "asctime": "2021-01-11 11:37:43,135", + "created": 1610361463.1350212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193608,15 +193671,15 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d 88 6a 33 01 3a 3e", "module": "__init__", - "msecs": 599.7498035430908, + "msecs": 135.02120971679688, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13684.775114059448, + "relativeCreated": 13698.748588562012, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193624,8 +193687,8 @@ "comm-client:", "(7): 7d 88 6a 33 01 3a 3e" ], - "asctime": "2021-01-11 11:25:38,600", - "created": 1610360738.6009595, + "asctime": "2021-01-11 11:37:43,136", + "created": 1610361463.1361935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193635,15 +193698,15 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d 88 6a 33 01 3a 3e", "module": "__init__", - "msecs": 600.9595394134521, + "msecs": 136.19351387023926, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13685.98484992981, + "relativeCreated": 13699.920892715454, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193651,8 +193714,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:38,601", - "created": 1610360738.6012478, + "asctime": "2021-01-11 11:37:43,136", + "created": 1610361463.1364155, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193662,15 +193725,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 601.2477874755859, + "msecs": 136.4154815673828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13686.273097991943, + "relativeCreated": 13700.142860412598, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193679,8 +193742,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:38,601", - "created": 1610360738.6014183, + "asctime": "2021-01-11 11:37:43,136", + "created": 1610361463.136555, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193690,15 +193753,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": 601.4182567596436, + "msecs": 136.55495643615723, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13686.443567276001, + "relativeCreated": 13700.282335281372, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193706,8 +193769,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 11:25:38,601", - "created": 1610360738.6016383, + "asctime": "2021-01-11 11:37:43,136", + "created": 1610361463.1367218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193717,15 +193780,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": 601.6383171081543, + "msecs": 136.72184944152832, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13686.663627624512, + "relativeCreated": 13700.449228286743, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { @@ -193736,8 +193799,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 11:25:38,601", - "created": 1610360738.6019654, + "asctime": "2021-01-11 11:37:43,137", + "created": 1610361463.1371303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193747,23 +193810,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": 601.9654273986816, + "msecs": 137.1302604675293, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13686.990737915039, + "relativeCreated": 13700.857639312744, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:38,602", - "created": 1610360738.6021569, + "asctime": "2021-01-11 11:37:43,137", + "created": 1610361463.1373434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193773,37 +193836,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": 602.1568775177002, + "msecs": 137.3434066772461, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13687.182188034058, + "relativeCreated": 13701.070785522461, "stack_info": null, - "thread": 140653040224000, + "thread": 139975936964352, "threadName": "Thread-20" } ], - "msecs": 777.3561477661133, + "msecs": 313.3690357208252, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13862.38145828247, + "relativeCreated": 13877.09641456604, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17519927024841309 + "time_consumption": 0.1760256290435791 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 11:25:38,778", - "created": 1610360738.7781887, + "asctime": "2021-01-11 11:37:43,314", + "created": 1610361463.314182, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193820,8 +193883,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:38,777", - "created": 1610360738.7778337, + "asctime": "2021-01-11 11:37:43,313", + "created": 1610361463.3138485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193831,15 +193894,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): None ()", "module": "test", - "msecs": 777.8337001800537, + "msecs": 313.84849548339844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13862.859010696411, + "relativeCreated": 13877.575874328613, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -193848,8 +193911,8 @@ "None", "" ], - "asctime": "2021-01-11 11:25:38,778", - "created": 1610360738.7780108, + "asctime": "2021-01-11 11:37:43,314", + "created": 1610361463.3140266, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193859,37 +193922,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = None ()", "module": "test", - "msecs": 778.0108451843262, + "msecs": 314.0265941619873, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13863.036155700684, + "relativeCreated": 13877.753973007202, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 778.1887054443359, + "msecs": 314.1820430755615, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13863.214015960693, + "relativeCreated": 13877.909421920776, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00017786026000976562 + "time_consumption": 0.00015544891357421875 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:38,778", - "created": 1610360738.7787483, + "asctime": "2021-01-11 11:37:43,314", + "created": 1610361463.3147488, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193906,8 +193969,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 11:25:38,778", - "created": 1610360738.7784324, + "asctime": "2021-01-11 11:37:43,314", + "created": 1610361463.3144224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193917,15 +193980,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 778.4323692321777, + "msecs": 314.4223690032959, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13863.457679748535, + "relativeCreated": 13878.14974784851, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -193934,8 +193997,8 @@ "{'data': None, 'data_id': 0, 'service_id': 11, 'status': 1}", "" ], - "asctime": "2021-01-11 11:25:38,778", - "created": 1610360738.7785847, + "asctime": "2021-01-11 11:37:43,314", + "created": 1610361463.314574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193945,41 +194008,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': None, 'data_id': 0, 'service_id': 11, 'status': 1} ()", "module": "test", - "msecs": 778.5847187042236, + "msecs": 314.5740032196045, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13863.610029220581, + "relativeCreated": 13878.30138206482, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 778.7482738494873, + "msecs": 314.74876403808594, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 13863.773584365845, + "relativeCreated": 13878.4761428833, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016355514526367188 + "time_consumption": 0.0001747608184814453 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.9603774547576904, - "time_finished": "2021-01-11 11:25:38,778", - "time_start": "2021-01-11 11:25:37,818" + "time_consumption": 0.9605567455291748, + "time_finished": "2021-01-11 11:37:43,314", + "time_start": "2021-01-11 11:37:42,354" }, "_tb5akE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 11:25:40,450", - "created": 1610360740.4508402, + "asctime": "2021-01-11 11:37:44,984", + "created": 1610361464.9846518, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193990,19 +194053,19 @@ "message": "_tb5akE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 450.8402347564697, + "msecs": 984.6518039703369, "msg": "_tb5akE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15535.865545272827, + "relativeCreated": 15548.379182815552, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.458587, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.9930048, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -194017,8 +194080,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:40,451", - "created": 1610360740.451966, + "asctime": "2021-01-11 11:37:44,986", + "created": 1610361464.9862354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194028,23 +194091,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 451.9660472869873, + "msecs": 986.2353801727295, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15536.991357803345, + "relativeCreated": 15549.962759017944, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:40,452", - "created": 1610360740.4526963, + "asctime": "2021-01-11 11:37:44,987", + "created": 1610361464.9871025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194054,23 +194117,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 452.6963233947754, + "msecs": 987.1025085449219, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15537.721633911133, + "relativeCreated": 15550.829887390137, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:40,452", - "created": 1610360740.4529223, + "asctime": "2021-01-11 11:37:44,987", + "created": 1610361464.9873216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194080,23 +194143,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 452.9223442077637, + "msecs": 987.3216152191162, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15537.947654724121, + "relativeCreated": 15551.048994064331, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:40,453", - "created": 1610360740.453196, + "asctime": "2021-01-11 11:37:44,987", + "created": 1610361464.9876459, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194106,15 +194169,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 453.19604873657227, + "msecs": 987.6458644866943, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15538.22135925293, + "relativeCreated": 15551.37324333191, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194123,26 +194186,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:40,453", - "created": 1610360740.4533525, + "asctime": "2021-01-11 11:37:44,987", + "created": 1610361464.98783, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 453.3524513244629, + "msecs": 987.8299236297607, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15538.37776184082, + "relativeCreated": 15551.557302474976, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194150,26 +194213,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:40,453", - "created": 1610360740.4535327, + "asctime": "2021-01-11 11:37:44,988", + "created": 1610361464.9880605, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 453.5326957702637, + "msecs": 988.060474395752, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15538.558006286621, + "relativeCreated": 15551.787853240967, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194177,26 +194240,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:40,453", - "created": 1610360740.4536576, + "asctime": "2021-01-11 11:37:44,988", + "created": 1610361464.988217, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 453.6576271057129, + "msecs": 988.2171154022217, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15538.68293762207, + "relativeCreated": 15551.944494247437, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194204,26 +194267,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:40,453", - "created": 1610360740.453776, + "asctime": "2021-01-11 11:37:44,988", + "created": 1610361464.988362, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 453.77588272094727, + "msecs": 988.3620738983154, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15538.801193237305, + "relativeCreated": 15552.08945274353, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194231,26 +194294,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:40,453", - "created": 1610360740.45389, + "asctime": "2021-01-11 11:37:44,988", + "created": 1610361464.9885013, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 453.8900852203369, + "msecs": 988.5013103485107, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15538.915395736694, + "relativeCreated": 15552.228689193726, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194260,8 +194323,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:40,454", - "created": 1610360740.454019, + "asctime": "2021-01-11 11:37:44,988", + "created": 1610361464.9886596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194271,15 +194334,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 454.01906967163086, + "msecs": 988.6596202850342, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15539.044380187988, + "relativeCreated": 15552.386999130249, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194289,8 +194352,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:40,454", - "created": 1610360740.454148, + "asctime": "2021-01-11 11:37:44,988", + "created": 1610361464.9888492, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194300,15 +194363,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 454.1480541229248, + "msecs": 988.8491630554199, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15539.173364639282, + "relativeCreated": 15552.576541900635, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194318,8 +194381,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:40,454", - "created": 1610360740.454289, + "asctime": "2021-01-11 11:37:44,988", + "created": 1610361464.988984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194329,15 +194392,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 454.2889595031738, + "msecs": 988.9841079711914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15539.314270019531, + "relativeCreated": 15552.711486816406, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194347,8 +194410,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:40,454", - "created": 1610360740.4547002, + "asctime": "2021-01-11 11:37:44,989", + "created": 1610361464.9891305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194358,23 +194421,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 454.700231552124, + "msecs": 989.1304969787598, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15539.725542068481, + "relativeCreated": 15552.857875823975, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:40,454", - "created": 1610360740.4548204, + "asctime": "2021-01-11 11:37:44,989", + "created": 1610361464.9892423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194384,15 +194447,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 454.8203945159912, + "msecs": 989.2423152923584, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15539.845705032349, + "relativeCreated": 15552.969694137573, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194401,26 +194464,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:40,454", - "created": 1610360740.4549484, + "asctime": "2021-01-11 11:37:44,989", + "created": 1610361464.9896603, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 454.94842529296875, + "msecs": 989.6602630615234, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15539.973735809326, + "relativeCreated": 15553.387641906738, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194428,26 +194491,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.4550908, + "asctime": "2021-01-11 11:37:44,989", + "created": 1610361464.9898121, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 455.0907611846924, + "msecs": 989.8121356964111, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.11607170105, + "relativeCreated": 15553.539514541626, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194455,26 +194518,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.4552262, + "asctime": "2021-01-11 11:37:44,989", + "created": 1610361464.989933, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 455.22618293762207, + "msecs": 989.9330139160156, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.25149345398, + "relativeCreated": 15553.66039276123, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194484,8 +194547,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.4553516, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.9900582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194495,15 +194558,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 455.3515911102295, + "msecs": 990.058183670044, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.376901626587, + "relativeCreated": 15553.785562515259, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194513,8 +194576,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.455485, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.9901836, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194524,15 +194587,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 455.48510551452637, + "msecs": 990.1835918426514, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.510416030884, + "relativeCreated": 15553.910970687866, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194541,26 +194604,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.4556036, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.990312, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 455.60359954833984, + "msecs": 990.3120994567871, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.628910064697, + "relativeCreated": 15554.039478302002, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194569,26 +194632,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.4557137, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.9904253, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 455.71374893188477, + "msecs": 990.4253482818604, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.739059448242, + "relativeCreated": 15554.152727127075, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194597,34 +194660,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.45583, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.9905338, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 455.8300971984863, + "msecs": 990.5338287353516, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.855407714844, + "relativeCreated": 15554.261207580566, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:40,455", - "created": 1610360740.4559417, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.990645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194634,23 +194697,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 455.94167709350586, + "msecs": 990.6449317932129, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15540.966987609863, + "relativeCreated": 15554.372310638428, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:40,456", - "created": 1610360740.4561653, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.9908652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194660,15 +194723,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 456.1653137207031, + "msecs": 990.8652305603027, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15541.19062423706, + "relativeCreated": 15554.592609405518, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194677,26 +194740,26 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 11:25:40,456", - "created": 1610360740.4562902, + "asctime": "2021-01-11 11:37:44,990", + "created": 1610361464.9909883, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 456.29024505615234, + "msecs": 990.9882545471191, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15541.31555557251, + "relativeCreated": 15554.715633392334, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194704,26 +194767,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 11:25:40,456", - "created": 1610360740.456448, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.9911473, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 456.4480781555176, + "msecs": 991.1472797393799, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15541.473388671875, + "relativeCreated": 15554.874658584595, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194731,26 +194794,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 11:25:40,456", - "created": 1610360740.4565651, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.9912663, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 456.56514167785645, + "msecs": 991.2662506103516, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15541.590452194214, + "relativeCreated": 15554.993629455566, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194758,26 +194821,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 11:25:40,456", - "created": 1610360740.456686, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.9913886, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 456.68601989746094, + "msecs": 991.3885593414307, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15541.711330413818, + "relativeCreated": 15555.115938186646, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194785,26 +194848,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 11:25:40,456", - "created": 1610360740.4568198, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.991499, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 456.8197727203369, + "msecs": 991.4989471435547, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15541.845083236694, + "relativeCreated": 15555.22632598877, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194814,8 +194877,8 @@ "0", "0" ], - "asctime": "2021-01-11 11:25:40,456", - "created": 1610360740.4569435, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.9916174, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194825,15 +194888,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 456.9435119628906, + "msecs": 991.6174411773682, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15541.968822479248, + "relativeCreated": 15555.344820022583, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194843,8 +194906,8 @@ "1", "0" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.457065, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.991741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194854,15 +194917,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 457.0651054382324, + "msecs": 991.7409420013428, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.09041595459, + "relativeCreated": 15555.468320846558, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194872,8 +194935,8 @@ "0", "1" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.4571855, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.9918628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194883,15 +194946,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 457.1855068206787, + "msecs": 991.8627738952637, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.210817337036, + "relativeCreated": 15555.590152740479, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194901,8 +194964,8 @@ "1", "1" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.457304, + "asctime": "2021-01-11 11:37:44,991", + "created": 1610361464.9919937, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194912,23 +194975,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 457.3040008544922, + "msecs": 991.9936656951904, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.32931137085, + "relativeCreated": 15555.721044540405, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.4574096, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9921012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194938,15 +195001,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 457.4096202850342, + "msecs": 992.1011924743652, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.434930801392, + "relativeCreated": 15555.82857131958, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194955,26 +195018,26 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.4575284, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9922204, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 457.52835273742676, + "msecs": 992.220401763916, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.553663253784, + "relativeCreated": 15555.94778060913, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -194982,26 +195045,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.457657, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9923496, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 457.6570987701416, + "msecs": 992.3496246337891, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.682409286499, + "relativeCreated": 15556.077003479004, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195009,26 +195072,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.4577715, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9924638, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 556, + "lineno": 559, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 457.77153968811035, + "msecs": 992.4638271331787, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.796850204468, + "relativeCreated": 15556.191205978394, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195038,8 +195101,8 @@ "8", "0" ], - "asctime": "2021-01-11 11:25:40,457", - "created": 1610360740.4578977, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9925792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195049,15 +195112,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 457.8976631164551, + "msecs": 992.5792217254639, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15542.922973632812, + "relativeCreated": 15556.306600570679, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195067,8 +195130,8 @@ "9", "0" ], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.458026, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.992713, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195078,15 +195141,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 458.0259323120117, + "msecs": 992.7129745483398, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.05124282837, + "relativeCreated": 15556.440353393555, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195095,26 +195158,26 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.458147, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9928255, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 458.1470489501953, + "msecs": 992.8255081176758, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.172359466553, + "relativeCreated": 15556.55288696289, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195123,26 +195186,26 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.4582565, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9928749, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 458.25648307800293, + "msecs": 992.8748607635498, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.28179359436, + "relativeCreated": 15556.602239608765, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195151,34 +195214,34 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.4583633, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9929206, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 579, + "lineno": 582, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 458.36329460144043, + "msecs": 992.9206371307373, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.388605117798, + "relativeCreated": 15556.648015975952, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.45847, + "asctime": "2021-01-11 11:37:44,992", + "created": 1610361464.9929643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195188,34 +195251,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 458.47010612487793, + "msecs": 992.9642677307129, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.495416641235, + "relativeCreated": 15556.691646575928, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 458.5869312286377, + "msecs": 993.0047988891602, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.612241744995, + "relativeCreated": 15556.732177734375, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00011682510375976562 + "time_consumption": 4.0531158447265625e-05 }, { "args": [], - "asctime": "2021-01-11 11:25:40,803", - "created": 1610360740.803282, + "asctime": "2021-01-11 11:37:45,336", + "created": 1610361465.3368242, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -195230,8 +195293,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.4588287, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.993098, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195241,23 +195304,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 458.8286876678467, + "msecs": 993.0980205535889, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.853998184204, + "relativeCreated": 15556.825399398804, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 11:25:40,458", - "created": 1610360740.4589436, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.9931414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195267,23 +195330,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 458.94360542297363, + "msecs": 993.1414127349854, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15543.968915939331, + "relativeCreated": 15556.8687915802, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:40,459", - "created": 1610360740.4590552, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.993184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195293,15 +195356,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 459.05518531799316, + "msecs": 993.1840896606445, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15544.08049583435, + "relativeCreated": 15556.91146850586, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195312,8 +195375,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:40,459", - "created": 1610360740.4592578, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.9932618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195323,23 +195386,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 459.2578411102295, + "msecs": 993.2618141174316, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15544.283151626587, + "relativeCreated": 15556.989192962646, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:40,459", - "created": 1610360740.459711, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.9934464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195349,23 +195412,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 459.71107482910156, + "msecs": 993.4463500976562, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15544.736385345459, + "relativeCreated": 15557.173728942871, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 11:25:40,459", - "created": 1610360740.4598424, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.993497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195375,23 +195438,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 459.8424434661865, + "msecs": 993.4968948364258, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15544.867753982544, + "relativeCreated": 15557.22427368164, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 11:25:40,459", - "created": 1610360740.4599564, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.9935415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195401,15 +195464,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 459.95640754699707, + "msecs": 993.5414791107178, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15544.981718063354, + "relativeCreated": 15557.268857955933, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -195417,8 +195480,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 11:25:40,460", - "created": 1610360740.460249, + "asctime": "2021-01-11 11:37:44,993", + "created": 1610361464.993697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195428,15 +195491,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": 460.2489471435547, + "msecs": 993.696928024292, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15545.274257659912, + "relativeCreated": 15557.424306869507, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195444,8 +195507,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 11:25:40,468", - "created": 1610360740.4686425, + "asctime": "2021-01-11 11:37:45,001", + "created": 1610361465.0018604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195455,15 +195518,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": 468.6424732208252, + "msecs": 1.8603801727294922, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15553.667783737183, + "relativeCreated": 15565.587759017944, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195471,8 +195534,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,468", - "created": 1610360740.468909, + "asctime": "2021-01-11 11:37:45,001", + "created": 1610361465.0019767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195482,15 +195545,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 468.90902519226074, + "msecs": 1.9767284393310547, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15553.934335708618, + "relativeCreated": 15565.704107284546, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195499,8 +195562,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:40,469", - "created": 1610360740.4690654, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0020294, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195510,15 +195573,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 469.06542778015137, + "msecs": 2.0294189453125, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15554.090738296509, + "relativeCreated": 15565.756797790527, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195526,8 +195589,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,469", - "created": 1610360740.4692233, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0020907, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195537,15 +195600,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 469.2232608795166, + "msecs": 2.0906925201416016, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15554.248571395874, + "relativeCreated": 15565.818071365356, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195554,8 +195617,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,469", - "created": 1610360740.4693446, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0021338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195565,15 +195628,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 469.3446159362793, + "msecs": 2.1338462829589844, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15554.369926452637, + "relativeCreated": 15565.861225128174, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195581,8 +195644,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,469", - "created": 1610360740.4695094, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0021956, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195592,15 +195655,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 469.5093631744385, + "msecs": 2.195596694946289, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15554.534673690796, + "relativeCreated": 15565.922975540161, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195609,8 +195672,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,469", - "created": 1610360740.4696171, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0022364, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195620,15 +195683,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 469.6171283721924, + "msecs": 2.2363662719726562, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15554.64243888855, + "relativeCreated": 15565.963745117188, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195636,8 +195699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,469", - "created": 1610360740.4697626, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0022917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195647,15 +195710,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 469.76256370544434, + "msecs": 2.2916793823242188, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15554.787874221802, + "relativeCreated": 15566.019058227539, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195664,8 +195727,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,469", - "created": 1610360740.4698675, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.002332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195675,15 +195738,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 469.867467880249, + "msecs": 2.331972122192383, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15554.892778396606, + "relativeCreated": 15566.059350967407, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195691,8 +195754,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,470", - "created": 1610360740.470009, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0023873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195702,15 +195765,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 470.00908851623535, + "msecs": 2.3872852325439453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15555.034399032593, + "relativeCreated": 15566.114664077759, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195719,8 +195782,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,470", - "created": 1610360740.470114, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0024278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195730,15 +195793,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.11399269104004, + "msecs": 2.427816390991211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15555.139303207397, + "relativeCreated": 15566.155195236206, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195746,8 +195809,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:40,470", - "created": 1610360740.4703212, + "asctime": "2021-01-11 11:37:45,002", + "created": 1610361465.0025215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195757,15 +195820,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 470.3211784362793, + "msecs": 2.521514892578125, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15555.346488952637, + "relativeCreated": 15566.248893737793, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195773,8 +195836,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 11:25:40,471", - "created": 1610360740.471395, + "asctime": "2021-01-11 11:37:45,003", + "created": 1610361465.0034153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195784,15 +195847,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 471.39501571655273, + "msecs": 3.415346145629883, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15556.42032623291, + "relativeCreated": 15567.142724990845, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195800,8 +195863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,471", - "created": 1610360740.4716551, + "asctime": "2021-01-11 11:37:45,003", + "created": 1610361465.0034885, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195811,15 +195874,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 471.65513038635254, + "msecs": 3.4885406494140625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15556.68044090271, + "relativeCreated": 15567.215919494629, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195828,8 +195891,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:40,471", - "created": 1610360740.4718084, + "asctime": "2021-01-11 11:37:45,003", + "created": 1610361465.0035489, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195839,15 +195902,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": 471.80843353271484, + "msecs": 3.548860549926758, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15556.833744049072, + "relativeCreated": 15567.276239395142, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195855,8 +195918,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 11:25:40,472", - "created": 1610360740.4720068, + "asctime": "2021-01-11 11:37:45,003", + "created": 1610361465.0036218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195866,15 +195929,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": 472.00679779052734, + "msecs": 3.621816635131836, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15557.032108306885, + "relativeCreated": 15567.349195480347, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195885,8 +195948,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:40,472", - "created": 1610360740.4723043, + "asctime": "2021-01-11 11:37:45,003", + "created": 1610361465.0037494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195896,15 +195959,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 472.3043441772461, + "msecs": 3.749370574951172, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15557.329654693604, + "relativeCreated": 15567.476749420166, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195912,26 +195975,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 11:25:40,472", - "created": 1610360740.472461, + "asctime": "2021-01-11 11:37:45,003", + "created": 1610361465.0038176, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 472.4609851837158, + "msecs": 3.8175582885742188, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15557.486295700073, + "relativeCreated": 15567.544937133789, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195942,8 +196005,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:40,472", - "created": 1610360740.4726613, + "asctime": "2021-01-11 11:37:45,003", + "created": 1610361465.003896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195953,15 +196016,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 472.66125679016113, + "msecs": 3.895998001098633, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15557.686567306519, + "relativeCreated": 15567.623376846313, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -195969,8 +196032,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 11:25:40,473", - "created": 1610360740.4733474, + "asctime": "2021-01-11 11:37:45,004", + "created": 1610361465.0041542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195980,15 +196043,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": 473.34742546081543, + "msecs": 4.154205322265625, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15558.372735977173, + "relativeCreated": 15567.88158416748, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -195996,8 +196059,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 11:25:40,481", - "created": 1610360740.4817312, + "asctime": "2021-01-11 11:37:45,012", + "created": 1610361465.0124137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196007,15 +196070,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": 481.7311763763428, + "msecs": 12.413740158081055, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15566.7564868927, + "relativeCreated": 15576.141119003296, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196023,8 +196086,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,481", - "created": 1610360740.4819663, + "asctime": "2021-01-11 11:37:45,012", + "created": 1610361465.012585, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196034,15 +196097,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 481.9662570953369, + "msecs": 12.584924697875977, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15566.991567611694, + "relativeCreated": 15576.31230354309, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196051,8 +196114,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:40,482", - "created": 1610360740.4821012, + "asctime": "2021-01-11 11:37:45,012", + "created": 1610361465.0126722, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196062,15 +196125,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 482.1012020111084, + "msecs": 12.672185897827148, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15567.126512527466, + "relativeCreated": 15576.399564743042, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196078,8 +196141,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,482", - "created": 1610360740.4822803, + "asctime": "2021-01-11 11:37:45,012", + "created": 1610361465.0128179, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196089,15 +196152,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 482.2802543640137, + "msecs": 12.817859649658203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15567.305564880371, + "relativeCreated": 15576.545238494873, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196106,8 +196169,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,482", - "created": 1610360740.4823925, + "asctime": "2021-01-11 11:37:45,012", + "created": 1610361465.0128965, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196117,15 +196180,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 482.3925495147705, + "msecs": 12.896537780761719, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15567.417860031128, + "relativeCreated": 15576.623916625977, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196133,8 +196196,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,482", - "created": 1610360740.4825544, + "asctime": "2021-01-11 11:37:45,013", + "created": 1610361465.0130043, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196144,15 +196207,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 482.55443572998047, + "msecs": 13.004302978515625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15567.579746246338, + "relativeCreated": 15576.73168182373, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196161,8 +196224,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,482", - "created": 1610360740.4826608, + "asctime": "2021-01-11 11:37:45,013", + "created": 1610361465.0130746, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196172,15 +196235,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 482.66077041625977, + "msecs": 13.074636459350586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15567.686080932617, + "relativeCreated": 15576.802015304565, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196188,8 +196251,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,482", - "created": 1610360740.4828048, + "asctime": "2021-01-11 11:37:45,013", + "created": 1610361465.0131698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196199,15 +196262,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 482.8047752380371, + "msecs": 13.16976547241211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15567.830085754395, + "relativeCreated": 15576.897144317627, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196216,8 +196279,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,482", - "created": 1610360740.4829113, + "asctime": "2021-01-11 11:37:45,013", + "created": 1610361465.0132487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196227,15 +196290,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 482.9113483428955, + "msecs": 13.248682022094727, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15567.936658859253, + "relativeCreated": 15576.97606086731, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196243,8 +196306,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,483", - "created": 1610360740.483049, + "asctime": "2021-01-11 11:37:45,013", + "created": 1610361465.0133476, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196254,15 +196317,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 483.0489158630371, + "msecs": 13.347625732421875, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15568.074226379395, + "relativeCreated": 15577.075004577637, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196271,8 +196334,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,483", - "created": 1610360740.4831526, + "asctime": "2021-01-11 11:37:45,013", + "created": 1610361465.013418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196282,15 +196345,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 483.1526279449463, + "msecs": 13.417959213256836, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15568.177938461304, + "relativeCreated": 15577.145338058472, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196298,8 +196361,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:40,483", - "created": 1610360740.4833465, + "asctime": "2021-01-11 11:37:45,013", + "created": 1610361465.013554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196309,15 +196372,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 483.34646224975586, + "msecs": 13.554096221923828, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15568.371772766113, + "relativeCreated": 15577.281475067139, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196325,8 +196388,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 11:25:40,484", - "created": 1610360740.4844196, + "asctime": "2021-01-11 11:37:45,014", + "created": 1610361465.0145042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196336,15 +196399,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 484.419584274292, + "msecs": 14.504194259643555, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15569.44489479065, + "relativeCreated": 15578.231573104858, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196352,8 +196415,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,484", - "created": 1610360740.4846802, + "asctime": "2021-01-11 11:37:45,014", + "created": 1610361465.0146363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196363,15 +196426,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 484.68017578125, + "msecs": 14.63627815246582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15569.705486297607, + "relativeCreated": 15578.36365699768, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196380,8 +196443,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:40,484", - "created": 1610360740.4848819, + "asctime": "2021-01-11 11:37:45,014", + "created": 1610361465.014726, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196391,15 +196454,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": 484.8818778991699, + "msecs": 14.725923538208008, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15569.907188415527, + "relativeCreated": 15578.453302383423, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196407,8 +196470,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 11:25:40,485", - "created": 1610360740.4850967, + "asctime": "2021-01-11 11:37:45,014", + "created": 1610361465.01487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196418,15 +196481,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": 485.09669303894043, + "msecs": 14.869928359985352, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15570.122003555298, + "relativeCreated": 15578.5973072052, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196437,8 +196500,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 11:25:40,485", - "created": 1610360740.485429, + "asctime": "2021-01-11 11:37:45,015", + "created": 1610361465.0150843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196448,15 +196511,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 485.429048538208, + "msecs": 15.084266662597656, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15570.454359054565, + "relativeCreated": 15578.811645507812, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -196464,8 +196527,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 11:25:40,485", - "created": 1610360740.4855955, + "asctime": "2021-01-11 11:37:45,015", + "created": 1610361465.0151858, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196475,34 +196538,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 485.5954647064209, + "msecs": 15.185832977294922, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15570.620775222778, + "relativeCreated": 15578.91321182251, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" } ], - "msecs": 803.2820224761963, + "msecs": 336.8241786956787, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15888.307332992554, + "relativeCreated": 15900.551557540894, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.3176865577697754 + "time_consumption": 0.3216383457183838 }, { "args": [], - "asctime": "2021-01-11 11:25:40,804", - "created": 1610360740.804516, + "asctime": "2021-01-11 11:37:45,338", + "created": 1610361465.338093, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -196520,8 +196583,8 @@ "None", "None" ], - "asctime": "2021-01-11 11:25:40,803", - "created": 1610360740.8038082, + "asctime": "2021-01-11 11:37:45,337", + "created": 1610361465.3373487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196531,15 +196594,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback3__' for SID=None and DID=None", "module": "__init__", - "msecs": 803.8082122802734, + "msecs": 337.34869956970215, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15888.83352279663, + "relativeCreated": 15901.076078414917, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -196549,8 +196612,8 @@ "None", "0" ], - "asctime": "2021-01-11 11:25:40,804", - "created": 1610360740.8040302, + "asctime": "2021-01-11 11:37:45,337", + "created": 1610361465.3375714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196560,15 +196623,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback2__' for SID=None and DID=0", "module": "__init__", - "msecs": 804.030179977417, + "msecs": 337.571382522583, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15889.055490493774, + "relativeCreated": 15901.298761367798, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -196578,8 +196641,8 @@ "10", "None" ], - "asctime": "2021-01-11 11:25:40,804", - "created": 1610360740.8042119, + "asctime": "2021-01-11 11:37:45,337", + "created": 1610361465.337757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196589,15 +196652,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback1__' for SID=10 and DID=None", "module": "__init__", - "msecs": 804.2118549346924, + "msecs": 337.7571105957031, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15889.23716545105, + "relativeCreated": 15901.484489440918, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -196607,8 +196670,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:40,804", - "created": 1610360740.8043823, + "asctime": "2021-01-11 11:37:45,337", + "created": 1610361465.337956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196618,34 +196681,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 804.38232421875, + "msecs": 337.9559516906738, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15889.407634735107, + "relativeCreated": 15901.683330535889, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 804.516077041626, + "msecs": 338.0930423736572, "msg": "Registering all kind of Callbacks", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15889.541387557983, + "relativeCreated": 15901.820421218872, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00013375282287597656 + "time_consumption": 0.00013709068298339844 }, { "args": [], - "asctime": "2021-01-11 11:25:41,006", - "created": 1610360741.0060606, + "asctime": "2021-01-11 11:37:45,539", + "created": 1610361465.5396125, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -196664,8 +196727,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:40,804", - "created": 1610360740.8048694, + "asctime": "2021-01-11 11:37:45,338", + "created": 1610361465.3384223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196675,15 +196738,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 804.8694133758545, + "msecs": 338.4222984313965, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15889.894723892212, + "relativeCreated": 15902.149677276611, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -196691,8 +196754,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 11:25:40,805", - "created": 1610360740.8057485, + "asctime": "2021-01-11 11:37:45,339", + "created": 1610361465.3392525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196702,15 +196765,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": 805.748462677002, + "msecs": 339.2524719238281, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15890.77377319336, + "relativeCreated": 15902.979850769043, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196718,8 +196781,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 11:25:40,814", - "created": 1610360740.8142223, + "asctime": "2021-01-11 11:37:45,347", + "created": 1610361465.3477523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196729,15 +196792,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": 814.2223358154297, + "msecs": 347.75233268737793, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15899.247646331787, + "relativeCreated": 15911.479711532593, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196745,8 +196808,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,814", - "created": 1610360740.8145099, + "asctime": "2021-01-11 11:37:45,348", + "created": 1610361465.3480356, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196756,15 +196819,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 814.5098686218262, + "msecs": 348.0355739593506, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15899.535179138184, + "relativeCreated": 15911.762952804565, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196773,8 +196836,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:40,814", - "created": 1610360740.8146741, + "asctime": "2021-01-11 11:37:45,348", + "created": 1610361465.3481987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196784,15 +196847,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 814.6741390228271, + "msecs": 348.19865226745605, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15899.699449539185, + "relativeCreated": 15911.92603111267, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196800,8 +196863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,814", - "created": 1610360740.814873, + "asctime": "2021-01-11 11:37:45,348", + "created": 1610361465.3483958, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196811,15 +196874,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 814.8729801177979, + "msecs": 348.39582443237305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15899.898290634155, + "relativeCreated": 15912.123203277588, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196828,8 +196891,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,815", - "created": 1610360740.8150115, + "asctime": "2021-01-11 11:37:45,348", + "created": 1610361465.348534, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196839,15 +196902,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.0115013122559, + "msecs": 348.53410720825195, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15900.036811828613, + "relativeCreated": 15912.261486053467, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196855,8 +196918,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,815", - "created": 1610360740.8152354, + "asctime": "2021-01-11 11:37:45,348", + "created": 1610361465.3487332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196866,15 +196929,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.2353763580322, + "msecs": 348.73318672180176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15900.26068687439, + "relativeCreated": 15912.460565567017, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196883,8 +196946,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,815", - "created": 1610360740.8153698, + "asctime": "2021-01-11 11:37:45,348", + "created": 1610361465.3489192, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196894,15 +196957,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.3698444366455, + "msecs": 348.919153213501, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15900.395154953003, + "relativeCreated": 15912.646532058716, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196910,8 +196973,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,815", - "created": 1610360740.8155582, + "asctime": "2021-01-11 11:37:45,349", + "created": 1610361465.34913, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196921,15 +196984,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.5581951141357, + "msecs": 349.12991523742676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15900.583505630493, + "relativeCreated": 15912.857294082642, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196938,8 +197001,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,815", - "created": 1610360740.8156874, + "asctime": "2021-01-11 11:37:45,349", + "created": 1610361465.3493047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196949,15 +197012,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.6874179840088, + "msecs": 349.3046760559082, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15900.712728500366, + "relativeCreated": 15913.032054901123, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196965,8 +197028,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,815", - "created": 1610360740.8158588, + "asctime": "2021-01-11 11:37:45,349", + "created": 1610361465.349546, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196976,15 +197039,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.8588409423828, + "msecs": 349.545955657959, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15900.88415145874, + "relativeCreated": 15913.273334503174, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -196993,8 +197056,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,815", - "created": 1610360740.8159878, + "asctime": "2021-01-11 11:37:45,349", + "created": 1610361465.3496807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197004,15 +197067,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.9878253936768, + "msecs": 349.68066215515137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15901.013135910034, + "relativeCreated": 15913.408041000366, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197020,8 +197083,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:40,816", - "created": 1610360740.8162248, + "asctime": "2021-01-11 11:37:45,349", + "created": 1610361465.3499362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197031,15 +197094,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 816.2248134613037, + "msecs": 349.93624687194824, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15901.250123977661, + "relativeCreated": 15913.663625717163, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197047,8 +197110,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:40,817", - "created": 1610360740.817093, + "asctime": "2021-01-11 11:37:45,350", + "created": 1610361465.350825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197058,15 +197121,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 817.0928955078125, + "msecs": 350.82507133483887, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15902.11820602417, + "relativeCreated": 15914.552450180054, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197074,8 +197137,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,817", - "created": 1610360740.8172328, + "asctime": "2021-01-11 11:37:45,350", + "created": 1610361465.35097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197085,15 +197148,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 817.2328472137451, + "msecs": 350.9700298309326, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15902.258157730103, + "relativeCreated": 15914.697408676147, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197102,8 +197165,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:40,817", - "created": 1610360740.817339, + "asctime": "2021-01-11 11:37:45,351", + "created": 1610361465.351071, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197113,15 +197176,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": 817.3389434814453, + "msecs": 351.0708808898926, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15902.364253997803, + "relativeCreated": 15914.798259735107, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197129,8 +197192,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 11:25:40,817", - "created": 1610360740.8175118, + "asctime": "2021-01-11 11:37:45,351", + "created": 1610361465.351239, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197140,15 +197203,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": 817.511796951294, + "msecs": 351.2389659881592, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15902.537107467651, + "relativeCreated": 15914.966344833374, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197159,8 +197222,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:40,817", - "created": 1610360740.8177774, + "asctime": "2021-01-11 11:37:45,351", + "created": 1610361465.3515081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197170,15 +197233,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 817.7773952484131, + "msecs": 351.50814056396484, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15902.80270576477, + "relativeCreated": 15915.23551940918, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197186,26 +197249,26 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 11:25:40,817", - "created": 1610360740.8179085, + "asctime": "2021-01-11 11:37:45,351", + "created": 1610361465.3516383, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 817.908525466919, + "msecs": 351.6383171081543, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15902.933835983276, + "relativeCreated": 15915.36569595337, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197216,8 +197279,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:40,818", - "created": 1610360740.8180783, + "asctime": "2021-01-11 11:37:45,351", + "created": 1610361465.3518553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197227,15 +197290,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 818.0782794952393, + "msecs": 351.8552780151367, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15903.103590011597, + "relativeCreated": 15915.582656860352, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -197243,8 +197306,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 11:25:40,818", - "created": 1610360740.8186564, + "asctime": "2021-01-11 11:37:45,352", + "created": 1610361465.3524153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197254,15 +197317,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": 818.6564445495605, + "msecs": 352.4153232574463, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15903.681755065918, + "relativeCreated": 15916.142702102661, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197270,8 +197333,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 11:25:40,827", - "created": 1610360740.827042, + "asctime": "2021-01-11 11:37:45,360", + "created": 1610361465.3607628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197281,15 +197344,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": 827.0421028137207, + "msecs": 360.7628345489502, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15912.067413330078, + "relativeCreated": 15924.490213394165, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197297,8 +197360,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,827", - "created": 1610360740.8272603, + "asctime": "2021-01-11 11:37:45,360", + "created": 1610361465.3609743, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197308,15 +197371,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 827.2602558135986, + "msecs": 360.9743118286133, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15912.285566329956, + "relativeCreated": 15924.701690673828, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197325,8 +197388,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:40,827", - "created": 1610360740.82738, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.361095, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197336,15 +197399,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 827.3799419403076, + "msecs": 361.0949516296387, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15912.405252456665, + "relativeCreated": 15924.822330474854, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197352,8 +197415,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,827", - "created": 1610360740.8275485, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.3612537, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197363,15 +197426,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 827.5485038757324, + "msecs": 361.2537384033203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15912.57381439209, + "relativeCreated": 15924.981117248535, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197380,8 +197443,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,827", - "created": 1610360740.8276532, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.36136, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197391,15 +197454,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.653169631958, + "msecs": 361.3600730895996, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15912.678480148315, + "relativeCreated": 15925.087451934814, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197407,8 +197470,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,827", - "created": 1610360740.8278086, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.3615143, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197418,15 +197481,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 827.8086185455322, + "msecs": 361.5143299102783, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15912.83392906189, + "relativeCreated": 15925.241708755493, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197435,8 +197498,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,827", - "created": 1610360740.8279061, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.361611, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197446,15 +197509,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.9061317443848, + "msecs": 361.61088943481445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15912.931442260742, + "relativeCreated": 15925.33826828003, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197462,8 +197525,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,828", - "created": 1610360740.8280509, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.361746, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197473,15 +197536,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 828.0508518218994, + "msecs": 361.74607276916504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15913.076162338257, + "relativeCreated": 15925.47345161438, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197490,8 +197553,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,828", - "created": 1610360740.828149, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.3618412, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197501,15 +197564,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 828.1490802764893, + "msecs": 361.84120178222656, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15913.174390792847, + "relativeCreated": 15925.568580627441, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197517,8 +197580,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,828", - "created": 1610360740.8282754, + "asctime": "2021-01-11 11:37:45,361", + "created": 1610361465.3619661, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197528,15 +197591,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 828.2754421234131, + "msecs": 361.9661331176758, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15913.30075263977, + "relativeCreated": 15925.69351196289, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197545,8 +197608,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:40,828", - "created": 1610360740.8283699, + "asctime": "2021-01-11 11:37:45,362", + "created": 1610361465.3620667, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197556,15 +197619,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 828.3698558807373, + "msecs": 362.06674575805664, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15913.395166397095, + "relativeCreated": 15925.794124603271, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197572,8 +197635,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:40,828", - "created": 1610360740.8285916, + "asctime": "2021-01-11 11:37:45,362", + "created": 1610361465.3622327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197583,15 +197646,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 828.5915851593018, + "msecs": 362.2326850891113, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15913.61689567566, + "relativeCreated": 15925.960063934326, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197599,8 +197662,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 11:25:40,829", - "created": 1610360740.82948, + "asctime": "2021-01-11 11:37:45,363", + "created": 1610361465.3631067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197610,15 +197673,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 829.4799327850342, + "msecs": 363.10672760009766, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15914.505243301392, + "relativeCreated": 15926.834106445312, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197626,8 +197689,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:40,829", - "created": 1610360740.8296502, + "asctime": "2021-01-11 11:37:45,363", + "created": 1610361465.3632824, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197637,15 +197700,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 829.6501636505127, + "msecs": 363.2824420928955, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15914.67547416687, + "relativeCreated": 15927.00982093811, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197654,8 +197717,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:40,829", - "created": 1610360740.8297853, + "asctime": "2021-01-11 11:37:45,363", + "created": 1610361465.3634048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197665,15 +197728,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.7853469848633, + "msecs": 363.4047508239746, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15914.81065750122, + "relativeCreated": 15927.13212966919, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197681,8 +197744,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 11:25:40,830", - "created": 1610360740.8300104, + "asctime": "2021-01-11 11:37:45,363", + "created": 1610361465.3635802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197692,15 +197755,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": 830.0104141235352, + "msecs": 363.58022689819336, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15915.035724639893, + "relativeCreated": 15927.307605743408, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -197711,8 +197774,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 11:25:40,830", - "created": 1610360740.8303614, + "asctime": "2021-01-11 11:37:45,363", + "created": 1610361465.363874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197722,23 +197785,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 830.3613662719727, + "msecs": 363.8739585876465, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15915.38667678833, + "relativeCreated": 15927.601337432861, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:40,830", - "created": 1610360740.83058, + "asctime": "2021-01-11 11:37:45,364", + "created": 1610361465.3640463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197748,37 +197811,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": 830.5799961090088, + "msecs": 364.0463352203369, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 15915.605306625366, + "relativeCreated": 15927.773714065552, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" } ], - "msecs": 6.060600280761719, + "msecs": 539.6125316619873, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16091.08591079712, + "relativeCreated": 16103.339910507202, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17548060417175293 + "time_consumption": 0.1755661964416504 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,006", - "created": 1610360741.0069563, + "asctime": "2021-01-11 11:37:45,540", + "created": 1610361465.5405107, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197795,8 +197858,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,006", - "created": 1610360741.0065832, + "asctime": "2021-01-11 11:37:45,540", + "created": 1610361465.5400987, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197806,15 +197869,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 6.583213806152344, + "msecs": 540.0986671447754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16091.60852432251, + "relativeCreated": 16103.82604598999, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -197823,8 +197886,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:41,006", - "created": 1610360741.0067716, + "asctime": "2021-01-11 11:37:45,540", + "created": 1610361465.5403109, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197834,37 +197897,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 6.771564483642578, + "msecs": 540.3108596801758, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16091.796875, + "relativeCreated": 16104.03823852539, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 6.956338882446289, + "msecs": 540.5106544494629, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16091.981649398804, + "relativeCreated": 16104.238033294678, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00018477439880371094 + "time_consumption": 0.00019979476928710938 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:41,007", - "created": 1610360741.0075114, + "asctime": "2021-01-11 11:37:45,541", + "created": 1610361465.5410953, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197881,8 +197944,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 11:25:41,007", - "created": 1610360741.0072, + "asctime": "2021-01-11 11:37:45,540", + "created": 1610361465.5407915, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197892,15 +197955,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 7.200002670288086, + "msecs": 540.7915115356445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16092.225313186646, + "relativeCreated": 16104.51889038086, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -197909,8 +197972,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:41,007", - "created": 1610360741.0073583, + "asctime": "2021-01-11 11:37:45,540", + "created": 1610361465.5409482, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197920,34 +197983,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 7.358312606811523, + "msecs": 540.9481525421143, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16092.383623123169, + "relativeCreated": 16104.67553138733, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 7.511377334594727, + "msecs": 541.0952568054199, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16092.536687850952, + "relativeCreated": 16104.822635650635, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.00014710426330566406 }, { "args": [], - "asctime": "2021-01-11 11:25:41,007", - "created": 1610360741.0079272, + "asctime": "2021-01-11 11:37:45,541", + "created": 1610361465.5415423, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -197965,8 +198028,8 @@ "10", "0" ], - "asctime": "2021-01-11 11:25:41,007", - "created": 1610360741.007779, + "asctime": "2021-01-11 11:37:45,541", + "created": 1610361465.5413854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197976,34 +198039,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 7.77888298034668, + "msecs": 541.3854122161865, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16092.804193496704, + "relativeCreated": 16105.112791061401, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 7.927179336547852, + "msecs": 541.5422916412354, "msg": "Removing Callback for a specific Data- and Service-ID", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16092.952489852905, + "relativeCreated": 16105.26967048645, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014829635620117188 + "time_consumption": 0.00015687942504882812 }, { "args": [], - "asctime": "2021-01-11 11:25:41,209", - "created": 1610360741.2094207, + "asctime": "2021-01-11 11:37:45,743", + "created": 1610361465.7430918, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -198022,8 +198085,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:41,008", - "created": 1610360741.0082366, + "asctime": "2021-01-11 11:37:45,541", + "created": 1610361465.54185, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198033,15 +198096,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 8.23664665222168, + "msecs": 541.8500900268555, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16093.26195716858, + "relativeCreated": 16105.57746887207, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -198049,8 +198112,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 11:25:41,009", - "created": 1610360741.0092669, + "asctime": "2021-01-11 11:37:45,542", + "created": 1610361465.5429497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198060,15 +198123,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": 9.266853332519531, + "msecs": 542.9496765136719, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16094.292163848877, + "relativeCreated": 16106.677055358887, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198076,8 +198139,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 11:25:41,017", - "created": 1610360741.0175772, + "asctime": "2021-01-11 11:37:45,551", + "created": 1610361465.5512989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198087,15 +198150,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": 17.577171325683594, + "msecs": 551.2988567352295, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16102.602481842041, + "relativeCreated": 16115.026235580444, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198103,8 +198166,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,017", - "created": 1610360741.0177839, + "asctime": "2021-01-11 11:37:45,551", + "created": 1610361465.5515072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198114,15 +198177,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 17.78388023376465, + "msecs": 551.5072345733643, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16102.809190750122, + "relativeCreated": 16115.23461341858, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198131,8 +198194,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,017", - "created": 1610360741.0178955, + "asctime": "2021-01-11 11:37:45,551", + "created": 1610361465.5516279, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198142,15 +198205,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 17.89546012878418, + "msecs": 551.6278743743896, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16102.920770645142, + "relativeCreated": 16115.355253219604, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198158,8 +198221,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0180283, + "asctime": "2021-01-11 11:37:45,551", + "created": 1610361465.5517743, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198169,15 +198232,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 18.02825927734375, + "msecs": 551.774263381958, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.053569793701, + "relativeCreated": 16115.501642227173, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198186,8 +198249,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.018119, + "asctime": "2021-01-11 11:37:45,551", + "created": 1610361465.5518794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198197,15 +198260,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 18.119096755981445, + "msecs": 551.8794059753418, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.144407272339, + "relativeCreated": 16115.606784820557, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198213,8 +198276,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0182538, + "asctime": "2021-01-11 11:37:45,552", + "created": 1610361465.552047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198224,15 +198287,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 18.253803253173828, + "msecs": 552.0470142364502, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.279113769531, + "relativeCreated": 16115.774393081665, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198241,8 +198304,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0183415, + "asctime": "2021-01-11 11:37:45,552", + "created": 1610361465.552146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198252,15 +198315,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 18.341541290283203, + "msecs": 552.1459579467773, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.36685180664, + "relativeCreated": 16115.873336791992, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198268,8 +198331,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0184655, + "asctime": "2021-01-11 11:37:45,552", + "created": 1610361465.5523129, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198279,15 +198342,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 18.465518951416016, + "msecs": 552.3128509521484, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.490829467773, + "relativeCreated": 16116.040229797363, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198296,8 +198359,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0185509, + "asctime": "2021-01-11 11:37:45,552", + "created": 1610361465.552414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198307,15 +198370,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 18.550872802734375, + "msecs": 552.4139404296875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.576183319092, + "relativeCreated": 16116.141319274902, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198323,8 +198386,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0186853, + "asctime": "2021-01-11 11:37:45,552", + "created": 1610361465.5525403, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198334,15 +198397,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 18.685340881347656, + "msecs": 552.5403022766113, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.710651397705, + "relativeCreated": 16116.267681121826, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198351,8 +198414,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0187705, + "asctime": "2021-01-11 11:37:45,552", + "created": 1610361465.5526454, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198362,15 +198425,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 18.770456314086914, + "msecs": 552.6454448699951, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.795766830444, + "relativeCreated": 16116.37282371521, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198378,8 +198441,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:41,018", - "created": 1610360741.0189297, + "asctime": "2021-01-11 11:37:45,552", + "created": 1610361465.5528405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198389,15 +198452,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 18.929719924926758, + "msecs": 552.8404712677002, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16103.955030441284, + "relativeCreated": 16116.567850112915, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198405,8 +198468,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:41,019", - "created": 1610360741.019826, + "asctime": "2021-01-11 11:37:45,553", + "created": 1610361465.5536945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198416,15 +198479,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 19.82593536376953, + "msecs": 553.694486618042, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16104.851245880127, + "relativeCreated": 16117.421865463257, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198432,8 +198495,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,020", - "created": 1610360741.0200047, + "asctime": "2021-01-11 11:37:45,553", + "created": 1610361465.5538266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198443,15 +198506,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 20.004749298095703, + "msecs": 553.8265705108643, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16105.030059814453, + "relativeCreated": 16117.55394935608, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198460,8 +198523,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,020", - "created": 1610360741.0201156, + "asctime": "2021-01-11 11:37:45,553", + "created": 1610361465.553925, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198471,15 +198534,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": 20.11561393737793, + "msecs": 553.9250373840332, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16105.140924453735, + "relativeCreated": 16117.652416229248, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198487,8 +198550,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 11:25:41,020", - "created": 1610360741.0202804, + "asctime": "2021-01-11 11:37:45,554", + "created": 1610361465.5540926, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198498,15 +198561,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": 20.28036117553711, + "msecs": 554.0926456451416, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16105.305671691895, + "relativeCreated": 16117.820024490356, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198517,8 +198580,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:41,020", - "created": 1610360741.0205312, + "asctime": "2021-01-11 11:37:45,554", + "created": 1610361465.554364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198528,15 +198591,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 20.531177520751953, + "msecs": 554.3639659881592, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16105.55648803711, + "relativeCreated": 16118.091344833374, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198544,26 +198607,26 @@ "prot-server:", "__callback1__" ], - "asctime": "2021-01-11 11:25:41,020", - "created": 1610360741.0206594, + "asctime": "2021-01-11 11:37:45,554", + "created": 1610361465.5544977, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback1__ to process received data", "module": "__init__", - "msecs": 20.659446716308594, + "msecs": 554.4977188110352, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16105.684757232666, + "relativeCreated": 16118.22509765625, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198574,8 +198637,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 11:25:41,020", - "created": 1610360741.0208795, + "asctime": "2021-01-11 11:37:45,554", + "created": 1610361465.5546787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198585,15 +198648,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 20.879507064819336, + "msecs": 554.6786785125732, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16105.904817581177, + "relativeCreated": 16118.406057357788, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -198601,8 +198664,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 11:25:41,021", - "created": 1610360741.0217366, + "asctime": "2021-01-11 11:37:45,555", + "created": 1610361465.5552485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198612,15 +198675,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": 21.736621856689453, + "msecs": 555.248498916626, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16106.761932373047, + "relativeCreated": 16118.97587776184, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198628,8 +198691,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 11:25:41,030", - "created": 1610360741.0300803, + "asctime": "2021-01-11 11:37:45,563", + "created": 1610361465.563606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198639,15 +198702,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": 30.080318450927734, + "msecs": 563.6060237884521, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16115.105628967285, + "relativeCreated": 16127.333402633667, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198655,8 +198718,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,030", - "created": 1610360741.0303185, + "asctime": "2021-01-11 11:37:45,563", + "created": 1610361465.5638096, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198666,15 +198729,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 30.318498611450195, + "msecs": 563.8096332550049, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16115.343809127808, + "relativeCreated": 16127.53701210022, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198683,8 +198746,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,030", - "created": 1610360741.0304534, + "asctime": "2021-01-11 11:37:45,563", + "created": 1610361465.5639186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198694,15 +198757,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 30.45344352722168, + "msecs": 563.9185905456543, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16115.47875404358, + "relativeCreated": 16127.64596939087, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198710,8 +198773,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,030", - "created": 1610360741.0306375, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.5640504, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198721,15 +198784,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 30.637502670288086, + "msecs": 564.0504360198975, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16115.662813186646, + "relativeCreated": 16127.777814865112, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198738,8 +198801,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,030", - "created": 1610360741.0307627, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.5641618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198749,15 +198812,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 30.762672424316406, + "msecs": 564.1617774963379, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16115.787982940674, + "relativeCreated": 16127.889156341553, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198765,8 +198828,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,030", - "created": 1610360741.030927, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.564297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198776,15 +198839,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 30.926942825317383, + "msecs": 564.2969608306885, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16115.952253341675, + "relativeCreated": 16128.024339675903, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198793,8 +198856,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,031", - "created": 1610360741.031033, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.5644052, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198804,15 +198867,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 31.033039093017578, + "msecs": 564.4052028656006, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16116.058349609375, + "relativeCreated": 16128.132581710815, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198820,8 +198883,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,031", - "created": 1610360741.0311809, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.5645306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198831,15 +198894,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 31.180858612060547, + "msecs": 564.530611038208, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16116.206169128418, + "relativeCreated": 16128.257989883423, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198848,8 +198911,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,031", - "created": 1610360741.0312848, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.5646183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198859,15 +198922,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 31.284809112548828, + "msecs": 564.6183490753174, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16116.310119628906, + "relativeCreated": 16128.345727920532, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198875,8 +198938,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,031", - "created": 1610360741.0314221, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.564734, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198886,15 +198949,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 31.422138214111328, + "msecs": 564.7339820861816, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16116.447448730469, + "relativeCreated": 16128.461360931396, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198903,8 +198966,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,031", - "created": 1610360741.0315263, + "asctime": "2021-01-11 11:37:45,564", + "created": 1610361465.5648477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198914,15 +198977,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 31.52632713317871, + "msecs": 564.8477077484131, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16116.551637649536, + "relativeCreated": 16128.575086593628, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198930,8 +198993,8 @@ "comm-server:", "(5): 62 51 ca 3a 3e" ], - "asctime": "2021-01-11 11:25:41,031", - "created": 1610360741.0317175, + "asctime": "2021-01-11 11:37:45,565", + "created": 1610361465.5650132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198941,15 +199004,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): 62 51 ca 3a 3e", "module": "__init__", - "msecs": 31.717538833618164, + "msecs": 565.0131702423096, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16116.742849349976, + "relativeCreated": 16128.740549087524, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198957,8 +199020,8 @@ "comm-client:", "(5): 62 51 ca 3a 3e" ], - "asctime": "2021-01-11 11:25:41,032", - "created": 1610360741.0326679, + "asctime": "2021-01-11 11:37:45,565", + "created": 1610361465.565843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198968,15 +199031,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): 62 51 ca 3a 3e", "module": "__init__", - "msecs": 32.66787528991699, + "msecs": 565.8431053161621, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16117.693185806274, + "relativeCreated": 16129.570484161377, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -198984,8 +199047,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,032", - "created": 1610360741.0329535, + "asctime": "2021-01-11 11:37:45,565", + "created": 1610361465.565959, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198995,15 +199058,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 32.953500747680664, + "msecs": 565.9589767456055, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16117.978811264038, + "relativeCreated": 16129.68635559082, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -199012,8 +199075,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,033", - "created": 1610360741.0330937, + "asctime": "2021-01-11 11:37:45,566", + "created": 1610361465.5660577, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199023,15 +199086,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": 33.09369087219238, + "msecs": 566.0576820373535, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16118.11900138855, + "relativeCreated": 16129.785060882568, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -199039,8 +199102,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 11:25:41,033", - "created": 1610360741.033291, + "asctime": "2021-01-11 11:37:45,566", + "created": 1610361465.566221, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199050,15 +199113,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": 33.29110145568848, + "msecs": 566.2209987640381, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16118.316411972046, + "relativeCreated": 16129.948377609253, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -199069,8 +199132,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 11:25:41,033", - "created": 1610360741.033609, + "asctime": "2021-01-11 11:37:45,566", + "created": 1610361465.5664814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199080,23 +199143,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 33.60891342163086, + "msecs": 566.481351852417, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16118.634223937988, + "relativeCreated": 16130.208730697632, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,033", - "created": 1610360741.0337918, + "asctime": "2021-01-11 11:37:45,566", + "created": 1610361465.566623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199106,37 +199169,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": 33.79178047180176, + "msecs": 566.6229724884033, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16118.81709098816, + "relativeCreated": 16130.350351333618, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" } ], - "msecs": 209.42068099975586, + "msecs": 743.0918216705322, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16294.445991516113, + "relativeCreated": 16306.819200515747, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.1756289005279541 + "time_consumption": 0.1764688491821289 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,210", - "created": 1610360741.2103198, + "asctime": "2021-01-11 11:37:45,743", + "created": 1610361465.7439923, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199153,8 +199216,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,209", - "created": 1610360741.2099128, + "asctime": "2021-01-11 11:37:45,743", + "created": 1610361465.7436376, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199164,15 +199227,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 209.91277694702148, + "msecs": 743.6375617980957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16294.938087463379, + "relativeCreated": 16307.36494064331, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -199181,8 +199244,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:41,210", - "created": 1610360741.2101474, + "asctime": "2021-01-11 11:37:45,743", + "created": 1610361465.743829, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199192,37 +199255,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 210.14738082885742, + "msecs": 743.8290119171143, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16295.172691345215, + "relativeCreated": 16307.55639076233, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 210.31975746154785, + "msecs": 743.9923286437988, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16295.345067977905, + "relativeCreated": 16307.719707489014, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001723766326904297 + "time_consumption": 0.0001633167266845703 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34}", "" ], - "asctime": "2021-01-11 11:25:41,210", - "created": 1610360741.2108505, + "asctime": "2021-01-11 11:37:45,744", + "created": 1610361465.744522, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199239,8 +199302,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34}", "" ], - "asctime": "2021-01-11 11:25:41,210", - "created": 1610360741.2105618, + "asctime": "2021-01-11 11:37:45,744", + "created": 1610361465.7442322, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199250,15 +199313,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34} ()", "module": "test", - "msecs": 210.56175231933594, + "msecs": 744.232177734375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16295.587062835693, + "relativeCreated": 16307.95955657959, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -199267,8 +199330,8 @@ "{'data': 34, 'data_id': 0, 'service_id': 11, 'status': 6}", "" ], - "asctime": "2021-01-11 11:25:41,210", - "created": 1610360741.2107096, + "asctime": "2021-01-11 11:37:45,744", + "created": 1610361465.7443783, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199278,34 +199341,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 34, 'data_id': 0, 'service_id': 11, 'status': 6} ()", "module": "test", - "msecs": 210.7095718383789, + "msecs": 744.3783283233643, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16295.734882354736, + "relativeCreated": 16308.10570716858, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 210.85047721862793, + "msecs": 744.5220947265625, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16295.875787734985, + "relativeCreated": 16308.249473571777, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014090538024902344 + "time_consumption": 0.0001437664031982422 }, { "args": [], - "asctime": "2021-01-11 11:25:41,211", - "created": 1610360741.211257, + "asctime": "2021-01-11 11:37:45,744", + "created": 1610361465.7449784, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -199323,8 +199386,8 @@ "10", "None" ], - "asctime": "2021-01-11 11:25:41,211", - "created": 1610360741.2111108, + "asctime": "2021-01-11 11:37:45,744", + "created": 1610361465.7448213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199334,34 +199397,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback1__' for service_id (10) and data_id (None)!", "module": "__init__", - "msecs": 211.11083030700684, + "msecs": 744.821310043335, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16296.136140823364, + "relativeCreated": 16308.54868888855, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 211.2569808959961, + "msecs": 744.9784278869629, "msg": "Removing Callback for a specific Service-ID and all Data-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16296.282291412354, + "relativeCreated": 16308.705806732178, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001461505889892578 + "time_consumption": 0.0001571178436279297 }, { "args": [], - "asctime": "2021-01-11 11:25:41,412", - "created": 1610360741.4128733, + "asctime": "2021-01-11 11:37:45,946", + "created": 1610361465.9466996, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -199380,8 +199443,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:41,211", - "created": 1610360741.2115815, + "asctime": "2021-01-11 11:37:45,745", + "created": 1610361465.7452953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199391,15 +199454,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 211.58146858215332, + "msecs": 745.2952861785889, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16296.60677909851, + "relativeCreated": 16309.022665023804, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -199407,8 +199470,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 11:25:41,213", - "created": 1610360741.2131681, + "asctime": "2021-01-11 11:37:45,746", + "created": 1610361465.7467058, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199418,15 +199481,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": 213.16814422607422, + "msecs": 746.7057704925537, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16298.193454742432, + "relativeCreated": 16310.433149337769, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199434,8 +199497,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 11:25:41,221", - "created": 1610360741.2215602, + "asctime": "2021-01-11 11:37:45,755", + "created": 1610361465.7551877, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199445,15 +199508,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": 221.56023979187012, + "msecs": 755.1877498626709, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16306.585550308228, + "relativeCreated": 16318.915128707886, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199461,8 +199524,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,221", - "created": 1610360741.221847, + "asctime": "2021-01-11 11:37:45,755", + "created": 1610361465.7554739, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199472,15 +199535,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 221.8470573425293, + "msecs": 755.4738521575928, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16306.872367858887, + "relativeCreated": 16319.201231002808, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199489,8 +199552,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,222", - "created": 1610360741.2220197, + "asctime": "2021-01-11 11:37:45,755", + "created": 1610361465.7556643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199500,15 +199563,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 222.01967239379883, + "msecs": 755.6643486022949, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16307.044982910156, + "relativeCreated": 16319.39172744751, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199516,8 +199579,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,222", - "created": 1610360741.2222195, + "asctime": "2021-01-11 11:37:45,755", + "created": 1610361465.755866, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199527,15 +199590,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 222.21946716308594, + "msecs": 755.8660507202148, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16307.244777679443, + "relativeCreated": 16319.59342956543, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199544,8 +199607,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,222", - "created": 1610360741.22236, + "asctime": "2021-01-11 11:37:45,756", + "created": 1610361465.7560046, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199555,15 +199618,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 222.35989570617676, + "msecs": 756.0045719146729, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16307.385206222534, + "relativeCreated": 16319.731950759888, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199571,8 +199634,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,222", - "created": 1610360741.2225652, + "asctime": "2021-01-11 11:37:45,756", + "created": 1610361465.756204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199582,15 +199645,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 222.5651741027832, + "msecs": 756.2038898468018, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16307.59048461914, + "relativeCreated": 16319.931268692017, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199599,8 +199662,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,222", - "created": 1610360741.222701, + "asctime": "2021-01-11 11:37:45,756", + "created": 1610361465.7563345, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199610,15 +199673,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 222.7010726928711, + "msecs": 756.3345432281494, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16307.726383209229, + "relativeCreated": 16320.061922073364, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199626,8 +199689,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,222", - "created": 1610360741.2229176, + "asctime": "2021-01-11 11:37:45,756", + "created": 1610361465.7565217, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199637,15 +199700,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 222.9175567626953, + "msecs": 756.5217018127441, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16307.942867279053, + "relativeCreated": 16320.249080657959, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199654,8 +199717,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,223", - "created": 1610360741.2230515, + "asctime": "2021-01-11 11:37:45,756", + "created": 1610361465.7566714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199665,15 +199728,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 223.0515480041504, + "msecs": 756.6714286804199, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16308.076858520508, + "relativeCreated": 16320.398807525635, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199681,8 +199744,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,223", - "created": 1610360741.2232263, + "asctime": "2021-01-11 11:37:45,756", + "created": 1610361465.7568822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199692,15 +199755,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 223.22630882263184, + "msecs": 756.8821907043457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16308.25161933899, + "relativeCreated": 16320.60956954956, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199709,8 +199772,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,223", - "created": 1610360741.2233577, + "asctime": "2021-01-11 11:37:45,757", + "created": 1610361465.757019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199720,15 +199783,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 223.3576774597168, + "msecs": 757.01904296875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16308.382987976074, + "relativeCreated": 16320.746421813965, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199736,8 +199799,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:41,223", - "created": 1610360741.2236164, + "asctime": "2021-01-11 11:37:45,757", + "created": 1610361465.7572699, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199747,15 +199810,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 223.616361618042, + "msecs": 757.2698593139648, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16308.6416721344, + "relativeCreated": 16320.99723815918, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199763,8 +199826,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:41,224", - "created": 1610360741.2245715, + "asctime": "2021-01-11 11:37:45,758", + "created": 1610361465.758208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199774,15 +199837,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 224.57146644592285, + "msecs": 758.2080364227295, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16309.59677696228, + "relativeCreated": 16321.935415267944, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199790,8 +199853,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,224", - "created": 1610360741.22485, + "asctime": "2021-01-11 11:37:45,758", + "created": 1610361465.758451, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199801,15 +199864,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 224.84993934631348, + "msecs": 758.450984954834, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16309.87524986267, + "relativeCreated": 16322.178363800049, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199818,8 +199881,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,225", - "created": 1610360741.2250235, + "asctime": "2021-01-11 11:37:45,758", + "created": 1610361465.7586145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199829,15 +199892,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": 225.0235080718994, + "msecs": 758.6145401000977, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16310.048818588257, + "relativeCreated": 16322.341918945312, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199845,8 +199908,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 11:25:41,225", - "created": 1610360741.2253098, + "asctime": "2021-01-11 11:37:45,758", + "created": 1610361465.7588573, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199856,15 +199919,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": 225.3098487854004, + "msecs": 758.857250213623, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16310.335159301758, + "relativeCreated": 16322.584629058838, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199875,8 +199938,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:41,225", - "created": 1610360741.2256682, + "asctime": "2021-01-11 11:37:45,759", + "created": 1610361465.7592194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199886,15 +199949,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 225.66819190979004, + "msecs": 759.2194080352783, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16310.693502426147, + "relativeCreated": 16322.946786880493, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199902,26 +199965,26 @@ "prot-server:", "__callback2__" ], - "asctime": "2021-01-11 11:25:41,225", - "created": 1610360741.2258599, + "asctime": "2021-01-11 11:37:45,759", + "created": 1610361465.7594273, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback2__ to process received data", "module": "__init__", - "msecs": 225.8598804473877, + "msecs": 759.4273090362549, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16310.885190963745, + "relativeCreated": 16323.15468788147, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199932,8 +199995,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 11:25:41,226", - "created": 1610360741.2260985, + "asctime": "2021-01-11 11:37:45,759", + "created": 1610361465.759694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199943,15 +200006,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 226.09853744506836, + "msecs": 759.6940994262695, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16311.123847961426, + "relativeCreated": 16323.421478271484, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -199959,8 +200022,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 11:25:41,226", - "created": 1610360741.2269053, + "asctime": "2021-01-11 11:37:45,760", + "created": 1610361465.7604635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199970,15 +200033,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": 226.90534591674805, + "msecs": 760.4634761810303, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16311.930656433105, + "relativeCreated": 16324.190855026245, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -199986,8 +200049,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 11:25:41,235", - "created": 1610360741.235396, + "asctime": "2021-01-11 11:37:45,768", + "created": 1610361465.7687182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199997,15 +200060,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": 235.3959083557129, + "msecs": 768.7182426452637, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16320.42121887207, + "relativeCreated": 16332.445621490479, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200013,8 +200076,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,235", - "created": 1610360741.2356794, + "asctime": "2021-01-11 11:37:45,768", + "created": 1610361465.7688906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200024,15 +200087,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 235.67938804626465, + "msecs": 768.8906192779541, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16320.704698562622, + "relativeCreated": 16332.617998123169, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200041,8 +200104,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,235", - "created": 1610360741.235847, + "asctime": "2021-01-11 11:37:45,768", + "created": 1610361465.7689683, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200052,15 +200115,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 235.84699630737305, + "msecs": 768.9683437347412, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16320.87230682373, + "relativeCreated": 16332.695722579956, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200068,8 +200131,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,236", - "created": 1610360741.23607, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7690752, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200079,15 +200142,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 236.069917678833, + "msecs": 769.0751552581787, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16321.09522819519, + "relativeCreated": 16332.802534103394, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200096,8 +200159,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,236", - "created": 1610360741.2362154, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7691426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200107,15 +200170,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.21535301208496, + "msecs": 769.1426277160645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16321.240663528442, + "relativeCreated": 16332.87000656128, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200123,8 +200186,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,236", - "created": 1610360741.236419, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7692385, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200134,15 +200197,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 236.4189624786377, + "msecs": 769.2384719848633, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16321.444272994995, + "relativeCreated": 16332.965850830078, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200151,8 +200214,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,236", - "created": 1610360741.2365525, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7693071, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200162,15 +200225,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.55247688293457, + "msecs": 769.3071365356445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16321.577787399292, + "relativeCreated": 16333.03451538086, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200178,8 +200241,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,236", - "created": 1610360741.236736, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7693944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200189,15 +200252,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 236.73605918884277, + "msecs": 769.3943977355957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16321.7613697052, + "relativeCreated": 16333.12177658081, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200206,8 +200269,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,236", - "created": 1610360741.2368946, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.769456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200217,15 +200280,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.8946075439453, + "msecs": 769.4559097290039, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16321.919918060303, + "relativeCreated": 16333.183288574219, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200233,8 +200296,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,237", - "created": 1610360741.23707, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7695389, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200244,15 +200307,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 237.07008361816406, + "msecs": 769.5388793945312, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16322.095394134521, + "relativeCreated": 16333.266258239746, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200261,8 +200324,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,237", - "created": 1610360741.2371998, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7696, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200272,15 +200335,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 237.1997833251953, + "msecs": 769.5999145507812, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16322.225093841553, + "relativeCreated": 16333.327293395996, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200288,8 +200351,8 @@ "comm-server:", "(5): 79 60 8b 3a 3e" ], - "asctime": "2021-01-11 11:25:41,237", - "created": 1610360741.2374384, + "asctime": "2021-01-11 11:37:45,769", + "created": 1610361465.7697122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200299,15 +200362,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): 79 60 8b 3a 3e", "module": "__init__", - "msecs": 237.43844032287598, + "msecs": 769.7122097015381, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16322.463750839233, + "relativeCreated": 16333.439588546753, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200315,8 +200378,8 @@ "comm-client:", "(5): 79 60 8b 3a 3e" ], - "asctime": "2021-01-11 11:25:41,238", - "created": 1610360741.238416, + "asctime": "2021-01-11 11:37:45,770", + "created": 1610361465.7705603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200326,15 +200389,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): 79 60 8b 3a 3e", "module": "__init__", - "msecs": 238.41595649719238, + "msecs": 770.5602645874023, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16323.44126701355, + "relativeCreated": 16334.287643432617, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200342,8 +200405,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,238", - "created": 1610360741.2387006, + "asctime": "2021-01-11 11:37:45,770", + "created": 1610361465.7707524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200353,15 +200416,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 238.70062828063965, + "msecs": 770.7524299621582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16323.725938796997, + "relativeCreated": 16334.479808807373, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200370,8 +200433,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,238", - "created": 1610360741.2388716, + "asctime": "2021-01-11 11:37:45,770", + "created": 1610361465.7708752, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200381,15 +200444,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": 238.87157440185547, + "msecs": 770.8752155303955, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16323.896884918213, + "relativeCreated": 16334.60259437561, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200397,8 +200460,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 11:25:41,239", - "created": 1610360741.2391212, + "asctime": "2021-01-11 11:37:45,771", + "created": 1610361465.771066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200408,15 +200471,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": 239.1211986541748, + "msecs": 771.0659503936768, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16324.146509170532, + "relativeCreated": 16334.793329238892, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -200427,8 +200490,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 11:25:41,239", - "created": 1610360741.2394307, + "asctime": "2021-01-11 11:37:45,771", + "created": 1610361465.7713456, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200438,23 +200501,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 239.43066596984863, + "msecs": 771.3456153869629, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16324.455976486206, + "relativeCreated": 16335.072994232178, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,239", - "created": 1610360741.239609, + "asctime": "2021-01-11 11:37:45,771", + "created": 1610361465.771501, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200464,37 +200527,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": 239.6090030670166, + "msecs": 771.5010643005371, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16324.634313583374, + "relativeCreated": 16335.228443145752, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" } ], - "msecs": 412.8732681274414, + "msecs": 946.6996192932129, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16497.8985786438, + "relativeCreated": 16510.426998138428, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.1732642650604248 + "time_consumption": 0.17519855499267578 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,413", - "created": 1610360741.4137528, + "asctime": "2021-01-11 11:37:45,947", + "created": 1610361465.9475603, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200511,8 +200574,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,413", - "created": 1610360741.4134014, + "asctime": "2021-01-11 11:37:45,947", + "created": 1610361465.9472044, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200522,15 +200585,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 413.40136528015137, + "msecs": 947.2043514251709, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16498.42667579651, + "relativeCreated": 16510.931730270386, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -200539,8 +200602,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:41,413", - "created": 1610360741.4135914, + "asctime": "2021-01-11 11:37:45,947", + "created": 1610361465.947393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200550,37 +200613,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 413.5913848876953, + "msecs": 947.3929405212402, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16498.616695404053, + "relativeCreated": 16511.120319366455, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 413.75279426574707, + "msecs": 947.5603103637695, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16498.778104782104, + "relativeCreated": 16511.287689208984, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001614093780517578 + "time_consumption": 0.00016736984252929688 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35}", "" ], - "asctime": "2021-01-11 11:25:41,414", - "created": 1610360741.4143019, + "asctime": "2021-01-11 11:37:45,948", + "created": 1610361465.9481013, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200597,8 +200660,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35}", "" ], - "asctime": "2021-01-11 11:25:41,413", - "created": 1610360741.4139903, + "asctime": "2021-01-11 11:37:45,947", + "created": 1610361465.9477973, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200608,15 +200671,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35} ()", "module": "test", - "msecs": 413.9902591705322, + "msecs": 947.7972984313965, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16499.01556968689, + "relativeCreated": 16511.52467727661, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -200625,8 +200688,8 @@ "{'data': 35, 'data_id': 0, 'service_id': 11, 'status': 6}", "" ], - "asctime": "2021-01-11 11:25:41,414", - "created": 1610360741.4141355, + "asctime": "2021-01-11 11:37:45,947", + "created": 1610361465.9479556, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200636,34 +200699,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 35, 'data_id': 0, 'service_id': 11, 'status': 6} ()", "module": "test", - "msecs": 414.1354560852051, + "msecs": 947.9556083679199, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16499.160766601562, + "relativeCreated": 16511.682987213135, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 414.30187225341797, + "msecs": 948.101282119751, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16499.327182769775, + "relativeCreated": 16511.828660964966, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00016641616821289062 + "time_consumption": 0.0001456737518310547 }, { "args": [], - "asctime": "2021-01-11 11:25:41,414", - "created": 1610360741.4147143, + "asctime": "2021-01-11 11:37:45,948", + "created": 1610361465.948513, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -200681,8 +200744,8 @@ "None", "0" ], - "asctime": "2021-01-11 11:25:41,414", - "created": 1610360741.4145658, + "asctime": "2021-01-11 11:37:45,948", + "created": 1610361465.9483616, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200692,34 +200755,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback2__' for service_id (None) and data_id (0)!", "module": "__init__", - "msecs": 414.5658016204834, + "msecs": 948.3616352081299, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16499.59111213684, + "relativeCreated": 16512.089014053345, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 414.7143363952637, + "msecs": 948.5130310058594, "msg": "Removing Callback for a specific Data-ID and all Serice-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16499.73964691162, + "relativeCreated": 16512.240409851074, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00014853477478027344 + "time_consumption": 0.0001513957977294922 }, { "args": [], - "asctime": "2021-01-11 11:25:41,616", - "created": 1610360741.6162238, + "asctime": "2021-01-11 11:37:46,150", + "created": 1610361466.1500416, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -200738,8 +200801,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:41,415", - "created": 1610360741.415125, + "asctime": "2021-01-11 11:37:45,948", + "created": 1610361465.9488707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200749,15 +200812,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 415.12489318847656, + "msecs": 948.8706588745117, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16500.150203704834, + "relativeCreated": 16512.598037719727, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -200765,8 +200828,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 11:25:41,416", - "created": 1610360741.416533, + "asctime": "2021-01-11 11:37:45,950", + "created": 1610361465.9501185, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200776,15 +200839,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": 416.5329933166504, + "msecs": 950.1185417175293, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16501.558303833008, + "relativeCreated": 16513.845920562744, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200792,8 +200855,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 11:25:41,424", - "created": 1610360741.424961, + "asctime": "2021-01-11 11:37:45,958", + "created": 1610361465.9585626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200803,15 +200866,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": 424.9610900878906, + "msecs": 958.5626125335693, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16509.986400604248, + "relativeCreated": 16522.289991378784, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200819,8 +200882,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,425", - "created": 1610360741.4252336, + "asctime": "2021-01-11 11:37:45,958", + "created": 1610361465.9588447, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200830,15 +200893,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 425.2336025238037, + "msecs": 958.8446617126465, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16510.25891304016, + "relativeCreated": 16522.57204055786, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200847,8 +200910,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,425", - "created": 1610360741.4253979, + "asctime": "2021-01-11 11:37:45,959", + "created": 1610361465.9590068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200858,15 +200921,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.3978729248047, + "msecs": 959.0067863464355, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16510.423183441162, + "relativeCreated": 16522.73416519165, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200874,8 +200937,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,425", - "created": 1610360741.4255984, + "asctime": "2021-01-11 11:37:45,959", + "created": 1610361465.9592032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200885,15 +200948,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.5983829498291, + "msecs": 959.2032432556152, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16510.623693466187, + "relativeCreated": 16522.93062210083, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200902,8 +200965,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,425", - "created": 1610360741.425775, + "asctime": "2021-01-11 11:37:45,959", + "created": 1610361465.9593604, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200913,15 +200976,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.77505111694336, + "msecs": 959.3603610992432, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16510.8003616333, + "relativeCreated": 16523.087739944458, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200929,8 +200992,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,426", - "created": 1610360741.42602, + "asctime": "2021-01-11 11:37:45,959", + "created": 1610361465.9596324, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200940,15 +201003,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.01990699768066, + "msecs": 959.632396697998, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16511.045217514038, + "relativeCreated": 16523.359775543213, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200957,8 +201020,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,426", - "created": 1610360741.4261565, + "asctime": "2021-01-11 11:37:45,959", + "created": 1610361465.9598713, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200968,15 +201031,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.15652084350586, + "msecs": 959.8712921142578, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16511.181831359863, + "relativeCreated": 16523.598670959473, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -200984,8 +201047,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,426", - "created": 1610360741.4263463, + "asctime": "2021-01-11 11:37:45,960", + "created": 1610361465.9600976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200995,15 +201058,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.3463020324707, + "msecs": 960.0975513458252, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16511.371612548828, + "relativeCreated": 16523.82493019104, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201012,8 +201075,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,426", - "created": 1610360741.426477, + "asctime": "2021-01-11 11:37:45,960", + "created": 1610361465.9602327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201023,15 +201086,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.47695541381836, + "msecs": 960.2327346801758, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16511.502265930176, + "relativeCreated": 16523.96011352539, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201039,8 +201102,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,426", - "created": 1610360741.4267073, + "asctime": "2021-01-11 11:37:45,960", + "created": 1610361465.9604058, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201050,15 +201113,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.70726776123047, + "msecs": 960.4058265686035, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16511.732578277588, + "relativeCreated": 16524.13320541382, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201067,8 +201130,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,426", - "created": 1610360741.4268656, + "asctime": "2021-01-11 11:37:45,960", + "created": 1610361465.9605467, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201078,15 +201141,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.8655776977539, + "msecs": 960.5467319488525, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16511.89088821411, + "relativeCreated": 16524.274110794067, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201094,8 +201157,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:41,427", - "created": 1610360741.4270914, + "asctime": "2021-01-11 11:37:45,960", + "created": 1610361465.9608192, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201105,15 +201168,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 427.0913600921631, + "msecs": 960.8192443847656, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16512.11667060852, + "relativeCreated": 16524.54662322998, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201121,8 +201184,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 11:25:41,428", - "created": 1610360741.42803, + "asctime": "2021-01-11 11:37:45,961", + "created": 1610361465.9618027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201132,15 +201195,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 428.03001403808594, + "msecs": 961.8027210235596, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16513.055324554443, + "relativeCreated": 16525.530099868774, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201148,8 +201211,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,428", - "created": 1610360741.428274, + "asctime": "2021-01-11 11:37:45,962", + "created": 1610361465.9620433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201159,15 +201222,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 428.27391624450684, + "msecs": 962.043285369873, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16513.299226760864, + "relativeCreated": 16525.770664215088, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201176,8 +201239,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,428", - "created": 1610360741.4284363, + "asctime": "2021-01-11 11:37:45,962", + "created": 1610361465.9622076, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201187,15 +201250,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.436279296875, + "msecs": 962.207555770874, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16513.461589813232, + "relativeCreated": 16525.93493461609, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201203,8 +201266,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 11:25:41,428", - "created": 1610360741.428677, + "asctime": "2021-01-11 11:37:45,962", + "created": 1610361465.9624503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201214,15 +201277,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": 428.6770820617676, + "msecs": 962.4502658843994, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16513.702392578125, + "relativeCreated": 16526.177644729614, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201233,8 +201296,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 11:25:41,429", - "created": 1610360741.4290795, + "asctime": "2021-01-11 11:37:45,962", + "created": 1610361465.9628344, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201244,15 +201307,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 429.079532623291, + "msecs": 962.834358215332, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16514.10484313965, + "relativeCreated": 16526.561737060547, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201260,26 +201323,26 @@ "prot-server:", "__callback3__" ], - "asctime": "2021-01-11 11:25:41,429", - "created": 1610360741.4292743, + "asctime": "2021-01-11 11:37:45,963", + "created": 1610361465.9630268, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 479, + "lineno": 478, "message": "prot-server: Executing callback __callback3__ to process received data", "module": "__init__", - "msecs": 429.274320602417, + "msecs": 963.026762008667, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16514.299631118774, + "relativeCreated": 16526.754140853882, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201290,8 +201353,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 11:25:41,429", - "created": 1610360741.429514, + "asctime": "2021-01-11 11:37:45,963", + "created": 1610361465.9632628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201301,15 +201364,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 429.51393127441406, + "msecs": 963.2627964019775, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16514.53924179077, + "relativeCreated": 16526.990175247192, "stack_info": null, - "thread": 140652503353088, + "thread": 139975400093440, "threadName": "Thread-27" }, { @@ -201317,8 +201380,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 11:25:41,430", - "created": 1610360741.4303164, + "asctime": "2021-01-11 11:37:45,964", + "created": 1610361465.9640462, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201328,15 +201391,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": 430.3164482116699, + "msecs": 964.0462398529053, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16515.341758728027, + "relativeCreated": 16527.77361869812, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201344,8 +201407,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 11:25:41,438", - "created": 1610360741.4387963, + "asctime": "2021-01-11 11:37:45,972", + "created": 1610361465.972408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201355,15 +201418,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": 438.7962818145752, + "msecs": 972.4080562591553, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16523.821592330933, + "relativeCreated": 16536.13543510437, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201371,8 +201434,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,439", - "created": 1610360741.4391048, + "asctime": "2021-01-11 11:37:45,972", + "created": 1610361465.9725852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201382,15 +201445,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 439.1047954559326, + "msecs": 972.5852012634277, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16524.13010597229, + "relativeCreated": 16536.312580108643, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201399,8 +201462,8 @@ 58, 60 ], - "asctime": "2021-01-11 11:25:41,439", - "created": 1610360741.4392705, + "asctime": "2021-01-11 11:37:45,972", + "created": 1610361465.9726694, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201410,15 +201473,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 439.2704963684082, + "msecs": 972.6693630218506, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16524.295806884766, + "relativeCreated": 16536.396741867065, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201426,8 +201489,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,439", - "created": 1610360741.4394693, + "asctime": "2021-01-11 11:37:45,972", + "created": 1610361465.972793, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201437,15 +201500,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 439.4693374633789, + "msecs": 972.7931022644043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16524.494647979736, + "relativeCreated": 16536.52048110962, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201454,8 +201517,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,439", - "created": 1610360741.4396122, + "asctime": "2021-01-11 11:37:45,972", + "created": 1610361465.9728694, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201465,15 +201528,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 439.61215019226074, + "msecs": 972.8693962097168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16524.637460708618, + "relativeCreated": 16536.59677505493, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201481,8 +201544,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,439", - "created": 1610360741.4398158, + "asctime": "2021-01-11 11:37:45,972", + "created": 1610361465.97297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201492,15 +201555,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 439.8157596588135, + "msecs": 972.9700088500977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16524.84107017517, + "relativeCreated": 16536.697387695312, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201509,8 +201572,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,439", - "created": 1610360741.4399498, + "asctime": "2021-01-11 11:37:45,973", + "created": 1610361465.9730363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201520,15 +201583,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 439.94975090026855, + "msecs": 973.0362892150879, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16524.975061416626, + "relativeCreated": 16536.763668060303, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201536,8 +201599,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,440", - "created": 1610360741.4401348, + "asctime": "2021-01-11 11:37:45,973", + "created": 1610361465.973128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201547,15 +201610,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 440.13476371765137, + "msecs": 973.128080368042, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16525.16007423401, + "relativeCreated": 16536.855459213257, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201564,8 +201627,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,440", - "created": 1610360741.4402654, + "asctime": "2021-01-11 11:37:45,973", + "created": 1610361465.9731925, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201575,15 +201638,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 440.265417098999, + "msecs": 973.1924533843994, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16525.290727615356, + "relativeCreated": 16536.919832229614, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201591,8 +201654,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,440", - "created": 1610360741.440439, + "asctime": "2021-01-11 11:37:45,973", + "created": 1610361465.973284, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201602,15 +201665,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 440.43898582458496, + "msecs": 973.2840061187744, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16525.464296340942, + "relativeCreated": 16537.01138496399, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201619,8 +201682,8 @@ 58, 61 ], - "asctime": "2021-01-11 11:25:41,440", - "created": 1610360741.4405694, + "asctime": "2021-01-11 11:37:45,973", + "created": 1610361465.9733565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201630,15 +201693,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 440.5694007873535, + "msecs": 973.3564853668213, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16525.59471130371, + "relativeCreated": 16537.083864212036, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201646,8 +201709,8 @@ "comm-server:", "(5): 96 78 fe 3a 3e" ], - "asctime": "2021-01-11 11:25:41,440", - "created": 1610360741.4408545, + "asctime": "2021-01-11 11:37:45,973", + "created": 1610361465.9734826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201657,15 +201720,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): 96 78 fe 3a 3e", "module": "__init__", - "msecs": 440.854549407959, + "msecs": 973.482608795166, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16525.879859924316, + "relativeCreated": 16537.20998764038, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201673,8 +201736,8 @@ "comm-client:", "(5): 96 78 fe 3a 3e" ], - "asctime": "2021-01-11 11:25:41,441", - "created": 1610360741.4417753, + "asctime": "2021-01-11 11:37:45,974", + "created": 1610361465.9742846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201684,15 +201747,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): 96 78 fe 3a 3e", "module": "__init__", - "msecs": 441.7753219604492, + "msecs": 974.2846488952637, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16526.800632476807, + "relativeCreated": 16538.01202774048, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201700,8 +201763,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 11:25:41,442", - "created": 1610360741.442006, + "asctime": "2021-01-11 11:37:45,974", + "created": 1610361465.9743695, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201711,15 +201774,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 442.00611114501953, + "msecs": 974.3695259094238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16527.031421661377, + "relativeCreated": 16538.09690475464, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201728,8 +201791,8 @@ 58, 62 ], - "asctime": "2021-01-11 11:25:41,442", - "created": 1610360741.4421656, + "asctime": "2021-01-11 11:37:45,974", + "created": 1610361465.9744425, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201739,15 +201802,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": 442.1656131744385, + "msecs": 974.4424819946289, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16527.190923690796, + "relativeCreated": 16538.169860839844, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201755,8 +201818,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 11:25:41,442", - "created": 1610360741.442406, + "asctime": "2021-01-11 11:37:45,974", + "created": 1610361465.9745543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201766,15 +201829,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": 442.40593910217285, + "msecs": 974.5543003082275, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16527.43124961853, + "relativeCreated": 16538.281679153442, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { @@ -201785,8 +201848,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 11:25:41,442", - "created": 1610360741.4427288, + "asctime": "2021-01-11 11:37:45,974", + "created": 1610361465.9747603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201796,23 +201859,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 442.72875785827637, + "msecs": 974.7602939605713, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16527.754068374634, + "relativeCreated": 16538.487672805786, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 11:25:41,442", - "created": 1610360741.4429178, + "asctime": "2021-01-11 11:37:45,974", + "created": 1610361465.9748633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201822,37 +201885,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": 442.9178237915039, + "msecs": 974.8632907867432, "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": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16527.94313430786, + "relativeCreated": 16538.590669631958, "stack_info": null, - "thread": 140652494960384, + "thread": 139975391700736, "threadName": "Thread-28" } ], - "msecs": 616.2238121032715, + "msecs": 150.0415802001953, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16701.24912261963, + "relativeCreated": 16713.76895904541, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.17330598831176758 + "time_consumption": 0.17517828941345215 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,617", - "created": 1610360741.6172876, + "asctime": "2021-01-11 11:37:46,150", + "created": 1610361466.15088, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201869,8 +201932,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 11:25:41,616", - "created": 1610360741.6168394, + "asctime": "2021-01-11 11:37:46,150", + "created": 1610361466.1505358, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201880,15 +201943,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 616.8394088745117, + "msecs": 150.53582191467285, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16701.86471939087, + "relativeCreated": 16714.263200759888, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -201897,8 +201960,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:41,617", - "created": 1610360741.6171124, + "asctime": "2021-01-11 11:37:46,150", + "created": 1610361466.150719, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201908,37 +201971,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 617.112398147583, + "msecs": 150.71892738342285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16702.13770866394, + "relativeCreated": 16714.446306228638, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 617.2876358032227, + "msecs": 150.8800983428955, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16702.31294631958, + "relativeCreated": 16714.60747718811, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.00017523765563964844 + "time_consumption": 0.00016117095947265625 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36}", "" ], - "asctime": "2021-01-11 11:25:41,617", - "created": 1610360741.6178365, + "asctime": "2021-01-11 11:37:46,151", + "created": 1610361466.1514027, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201955,8 +202018,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36}", "" ], - "asctime": "2021-01-11 11:25:41,617", - "created": 1610360741.617541, + "asctime": "2021-01-11 11:37:46,151", + "created": 1610361466.1511145, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201966,15 +202029,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36} ()", "module": "test", - "msecs": 617.5410747528076, + "msecs": 151.11446380615234, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16702.566385269165, + "relativeCreated": 16714.841842651367, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" }, { @@ -201983,8 +202046,8 @@ "{'data': 36, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 11:25:41,617", - "created": 1610360741.6176922, + "asctime": "2021-01-11 11:37:46,151", + "created": 1610361466.151259, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201994,40 +202057,40 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 36, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 617.692232131958, + "msecs": 151.2589454650879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16702.717542648315, + "relativeCreated": 16714.986324310303, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread" } ], - "msecs": 617.8364753723145, + "msecs": 151.40271186828613, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 33730, + "process": 36202, "processName": "MainProcess", - "relativeCreated": 16702.861785888672, + "relativeCreated": 16715.1300907135, "stack_info": null, - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 0.0001442432403564453 + "time_consumption": 0.0001437664031982422 } ], - "thread": 140654328825664, + "thread": 139977424344896, "threadName": "MainThread", - "time_consumption": 1.1669962406158447, - "time_finished": "2021-01-11 11:25:41,617", - "time_start": "2021-01-11 11:25:40,450" + "time_consumption": 1.1667509078979492, + "time_finished": "2021-01-11 11:37:46,151", + "time_start": "2021-01-11 11:37:44,984" } }, "testrun_id": "p3", - "time_consumption": 19.209097146987915, + "time_consumption": 19.21418070793152, "uid_list_sorted": [ "_XzMFcHYZEem_kd-7nxt1sg", "_7izDUEzYEeuiHtQbLi1mZg", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index a43849b..5adb608 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ